Package org.openwms.core.uaa.impl
package org.openwms.core.uaa.impl
Contains internal implementation classes of the Administration feature.
-
ClassDescriptionAn Email represents the email address of an
User
.A EmailUpdater.A Grant gives permission to access some kind of application object.A GrantEvent.A GrantRepository offers functionality to find and modifyGrant
entity classes.A GrantServiceImpl is a transactional Spring Service implementation.A JacksonAware.A Role is a group ofUser
s.A builder class to construct Role instances.A RoleEvent.A RoleRepository offers functionality to find and modifyRole
entity classes.A RoleServiceImpl is a Spring managed transactional service that deals withRole
s.A SecureUser.A SecurityContextUserServiceImpl extends SpringUserDetailsService
to readUser
s andRole
s from the persistent storage and wraps them into security objects.A SecurityObject is the generalization ofRole
s andGrant
s and combines common used properties of both.A SecurityObjectAuthority.A SystemUser is granted with all privileges and omits all defined security constraints.A SystemUserAuthority.A SystemUserWrapper.A UAAEventListener.An User represents a human user of the system.A PasswordComparator sorts UserPassword by date ascending.A UserBasicFieldUpdater.Detailed information about anUser
.TheUser
s gender.A UserEvent.An UserHolder exposes anUser
instance to it's clients.Is a representation of anUser
together with her password.An UserRepository offers functionality regardingUser
entity classes.An UserServiceImpl is a Spring managed transactional implementation of theUserService
.A UserUpdater.An UserWrapper is used as an adapter betweenRole
s,SecurityObject
s and Spring'sGrantedAuthority
objects.