Uses of Package
org.openwms.core.uaa.impl
Packages that use org.openwms.core.uaa.impl
Package
Description
Contains the implementation of the User Authentication and Authorization (UAA).
Contains internal implementation classes of the Administration feature.
- 
Classes in org.openwms.core.uaa.impl used by org.openwms.core.uaaClassDescriptionAn Email represents the email address of anUser.A Grant gives permission to access some kind of application object.A Role is a group ofUsers.A SecurityObject is the generalization ofRoles andGrants and combines common used properties of both.A SystemUser is granted with all privileges and omits all defined security constraints.An User represents a human user of the system.Detailed information about anUser.
- 
Classes in org.openwms.core.uaa.impl used by org.openwms.core.uaa.implClassDescriptionAn Email represents the email address of anUser.A Grant gives permission to access some kind of application object.A GrantRepository offers functionality to find and modifyGrantentity classes.A JacksonAware.A Role is a group ofUsers.A builder class to construct Role instances.A RoleRepository offers functionality to find and modifyRoleentity classes.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.An User represents a human user of the system.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.A UserUpdater.An UserWrapper is used as an adapter betweenRoles,SecurityObjects and Spring'sGrantedAuthorityobjects.