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 anUser.A EmailUpdater.A Grant gives permission to access some kind of application object.A GrantEvent.A GrantRepository offers functionality to find and modifyGrantentity classes.A GrantServiceImpl is a transactional Spring Service implementation.A JacksonAware.A Role is a group ofUsers.A builder class to construct Role instances.A RoleEvent.A RoleRepository offers functionality to find and modifyRoleentity classes.A RoleServiceImpl is a Spring managed transactional service that deals withRoles.A SecureUser.A SecurityContextUserServiceImpl extends SpringUserDetailsServiceto readUsers andRoles from the persistent storage and wraps them into security objects.A SecurityObject is the generalization ofRoles andGrants 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.TheUsers gender.A UserEvent.An UserHolder exposes anUserinstance to it's clients.Is a representation of anUsertogether with her password.An UserRepository offers functionality regardingUserentity classes.An UserServiceImpl is a Spring managed transactional implementation of theUserService.A UserUpdater.An UserWrapper is used as an adapter betweenRoles,SecurityObjects and Spring'sGrantedAuthorityobjects.