Uses of Package
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.
-
ClassDescriptionAn Email represents the email address of an
User
.A Grant gives permission to access some kind of application object.A Role is a group ofUser
s.A SecurityObject is the generalization ofRole
s andGrant
s 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
. -
ClassDescriptionAn Email represents the email address of an
User
.A Grant gives permission to access some kind of application object.A GrantRepository offers functionality to find and modifyGrant
entity classes.A JacksonAware.A Role is a group ofUser
s.A builder class to construct Role instances.A RoleRepository offers functionality to find and modifyRole
entity classes.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.An User represents a human user of the system.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.A UserUpdater.An UserWrapper is used as an adapter betweenRole
s,SecurityObject
s and Spring'sGrantedAuthority
objects.