Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accountNonExpired - Variable in class org.openwms.core.uaa.impl.SecureUser
- accountNonLocked - Variable in class org.openwms.core.uaa.impl.SecureUser
- addDefaultGrants(Collection<GrantedAuthority>) - Method in class org.openwms.core.uaa.impl.SystemUserWrapper
-
Subclasses can set a collection of grants that are always available for an User.
- addDefaultGrants(Collection<GrantedAuthority>) - Method in class org.openwms.core.uaa.impl.UserWrapper
-
Subclasses can set a collection of grants that are always available for an User.
- addGrant(SecurityObject) - Method in class org.openwms.core.uaa.impl.Role
-
Add an existing
SecurityObject
to the Role. - addGrants(Set<SecurityObject>) - Method in class org.openwms.core.uaa.impl.Role
-
Add existing
SecurityObject
s to the Role. - addInterceptors(InterceptorRegistry) - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- addNewEmailAddress(Email) - Method in class org.openwms.core.uaa.impl.User
- addRole(Role) - Method in class org.openwms.core.uaa.impl.User
- addSelfLink(GrantVO) - Method in class org.openwms.core.uaa.GrantController
- addSelfLink(RoleVO) - Method in class org.openwms.core.uaa.RoleController
- addSelfLink(UserVO) - Method in class org.openwms.core.uaa.UserController
- addUser(User) - Method in class org.openwms.core.uaa.impl.Role
-
Add an existing
User
to the Role. - addUsers(Set<User>) - Method in class org.openwms.core.uaa.impl.Role
-
Add existing
User
s to the Role. - aGrantVO() - Static method in class org.openwms.core.uaa.api.GrantVO.Builder
- API_GRANTS - Static variable in class org.openwms.core.uaa.api.UAAConstants
-
API root to hit Grants (plural).
- API_ROLES - Static variable in class org.openwms.core.uaa.api.UAAConstants
-
API root to hit Roles (plural).
- API_USERS - Static variable in class org.openwms.core.uaa.api.UAAConstants
-
API root to hit Users (plural).
- asImmutable() - Method in class org.openwms.core.uaa.impl.Role.Builder
-
Set the Role to be immutable.
- assignUser(String, String) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Assign an
User
to aRole
. - assignUser(String, String) - Method in interface org.openwms.core.uaa.RoleService
-
Assign an
User
to aRole
. - assignUserToRole(String, String) - Method in class org.openwms.core.uaa.RoleController
- asValue() - Method in class org.openwms.core.uaa.api.PasswordString
- AuthenticatedUserVO - Class in org.openwms.core.uaa.api
-
A AuthenticatedUserVO is the representation of a human User with all attributes of interest.
- AuthenticatedUserVO() - Constructor for class org.openwms.core.uaa.api.AuthenticatedUserVO
- authorities - Variable in class org.openwms.core.uaa.impl.SecureUser
- authorities - Variable in class org.openwms.core.uaa.impl.UserWrapper
B
- build() - Method in class org.openwms.core.uaa.api.GrantVO.Builder
- build() - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- build() - Method in class org.openwms.core.uaa.impl.Role.Builder
-
Finally build and return the Role instance.
- Builder() - Constructor for class org.openwms.core.uaa.api.GrantVO.Builder
- Builder() - Constructor for class org.openwms.core.uaa.api.RoleVO.Builder
- Builder(String) - Constructor for class org.openwms.core.uaa.impl.Role.Builder
-
Create a new Builder.
C
- cache - Variable in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- changePassword(String, String, PasswordEncoder) - Method in class org.openwms.core.uaa.impl.User
-
Checks if the new password is a valid and change the password of this User.
- comment - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
Any comment text added to the User.
- comment - Variable in class org.openwms.core.uaa.impl.UserDetails
-
Some comment text of the
User
. - compare(UserPassword, UserPassword) - Method in class org.openwms.core.uaa.impl.User.PasswordComparator
- convertFrom(EmailVO) - Method in interface org.openwms.core.uaa.EmailMapper
- convertFrom(EmailVO) - Method in class org.openwms.core.uaa.impl.EmailMapperImpl
- convertFrom(RoleVO) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- convertFrom(RoleVO) - Method in interface org.openwms.core.uaa.RoleMapper
- convertFrom(UserVO) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- convertFrom(UserVO) - Method in interface org.openwms.core.uaa.UserMapper
- convertToAuthenticatedUserVO(User) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- convertToAuthenticatedUserVO(User) - Method in interface org.openwms.core.uaa.UserMapper
- convertToEO(GrantVO) - Method in interface org.openwms.core.uaa.GrantMapper
- convertToEO(GrantVO) - Method in class org.openwms.core.uaa.impl.GrantMapperImpl
- convertToGrant(SecurityObjectVO) - Method in interface org.openwms.core.uaa.GrantMapper
- convertToGrant(SecurityObjectVO) - Method in class org.openwms.core.uaa.impl.GrantMapperImpl
- convertToRole(SecurityObjectVO) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- convertToRole(SecurityObjectVO) - Method in interface org.openwms.core.uaa.RoleMapper
- convertToString(Role) - Method in interface org.openwms.core.uaa.UserMapper
- convertToString(SecurityObject) - Method in interface org.openwms.core.uaa.SecurityObjectMapper
- convertToStrings(List<Role>) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- convertToStrings(List<Role>) - Method in interface org.openwms.core.uaa.UserMapper
- convertToStrings(List<SecurityObject>) - Method in class org.openwms.core.uaa.impl.SecurityObjectMapperImpl
- convertToStrings(List<SecurityObject>) - Method in interface org.openwms.core.uaa.SecurityObjectMapper
- convertToVO(List<Email>) - Method in interface org.openwms.core.uaa.EmailMapper
- convertToVO(List<Email>) - Method in class org.openwms.core.uaa.impl.EmailMapperImpl
- convertToVO(List<Role>) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- convertToVO(List<Role>) - Method in interface org.openwms.core.uaa.RoleMapper
- convertToVO(List<User>) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- convertToVO(List<User>) - Method in interface org.openwms.core.uaa.UserMapper
- convertToVO(Email) - Method in interface org.openwms.core.uaa.EmailMapper
- convertToVO(Email) - Method in class org.openwms.core.uaa.impl.EmailMapperImpl
- convertToVO(Grant) - Method in interface org.openwms.core.uaa.GrantMapper
- convertToVO(Grant) - Method in class org.openwms.core.uaa.impl.GrantMapperImpl
- convertToVO(Role) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- convertToVO(Role) - Method in interface org.openwms.core.uaa.RoleMapper
- convertToVO(SecurityObject) - Method in class org.openwms.core.uaa.impl.SecurityObjectMapperImpl
- convertToVO(SecurityObject) - Method in interface org.openwms.core.uaa.SecurityObjectMapper
- convertToVO(User) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- convertToVO(User) - Method in interface org.openwms.core.uaa.UserMapper
- convertToVOs(List<Grant>) - Method in interface org.openwms.core.uaa.GrantMapper
- convertToVOs(List<Grant>) - Method in class org.openwms.core.uaa.impl.GrantMapperImpl
- convertToVOs(List<SecurityObject>) - Method in class org.openwms.core.uaa.impl.SecurityObjectMapperImpl
- convertToVOs(List<SecurityObject>) - Method in interface org.openwms.core.uaa.SecurityObjectMapper
- copy(Email, Email) - Method in interface org.openwms.core.uaa.EmailMapper
- copy(Email, Email) - Method in class org.openwms.core.uaa.impl.EmailMapperImpl
- copy(User, User) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- copy(User, User) - Method in interface org.openwms.core.uaa.UserMapper
- corsFiler() - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- create(RoleVO) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Create a Role that does not exist so far.
- create(RoleVO) - Method in interface org.openwms.core.uaa.RoleService
-
Create a Role that does not exist so far.
- create(RoleVO, HttpServletRequest) - Method in class org.openwms.core.uaa.RoleController
- create(UserVO, HttpServletRequest) - Method in class org.openwms.core.uaa.UserController
- create(Grant) - Method in interface org.openwms.core.uaa.GrantService
-
Create a new
Grant
. - create(Grant) - Method in class org.openwms.core.uaa.impl.GrantServiceImpl
-
Create a new
Grant
. - create(User, List<String>) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Create a non-existing User.
- create(User, List<String>) - Method in interface org.openwms.core.uaa.UserService
-
Create a non-existing User.
- CREATED - Enum constant in enum class org.openwms.core.uaa.impl.GrantEvent.EventType
- CREATED - Enum constant in enum class org.openwms.core.uaa.impl.RoleEvent.EventType
- CREATED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- createGrant(GrantVO, HttpServletRequest) - Method in class org.openwms.core.uaa.GrantController
- createSystemUser() - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Create and return the
SystemUser
without persisting this user. - createSystemUser() - Method in interface org.openwms.core.uaa.UserService
-
Create and return the
SystemUser
without persisting this user. - credentialsNonExpired - Variable in class org.openwms.core.uaa.impl.SecureUser
D
- DATE_TIME_MILLIS_WITH_TIMEZONE - Static variable in interface org.openwms.core.uaa.TimeProvider
-
The format pattern for all date-time with milliseconds and timezone types.
- DATE_TIME_WITH_TIMEZONE - Static variable in interface org.openwms.core.uaa.TimeProvider
-
The format pattern for all date-time with timezone types.
- defaultSecurityFilterChain(HttpSecurity) - Method in class org.openwms.core.uaa.app.UAASecurityConfiguration
- DefaultTimeProvider - Class in org.openwms.core.uaa.app
-
A DefaultTimeProvider.
- DefaultTimeProvider() - Constructor for class org.openwms.core.uaa.app.DefaultTimeProvider
- delete(String) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Delete a
Role
. - delete(String) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Delete an
User
. - delete(String) - Method in interface org.openwms.core.uaa.RoleService
-
Delete a
Role
. - delete(String) - Method in interface org.openwms.core.uaa.UserService
-
Delete an
User
. - delete(String) - Method in class org.openwms.core.uaa.RoleController
- delete(String) - Method in class org.openwms.core.uaa.UserController
- deleteByPKey(String) - Method in interface org.openwms.core.uaa.impl.RoleRepository
- DELETED - Enum constant in enum class org.openwms.core.uaa.impl.RoleEvent.EventType
- DELETED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- department - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
The User's department.
- department - Variable in class org.openwms.core.uaa.impl.UserDetails
-
Department description assigned to the
User
. - description - Variable in class org.openwms.core.uaa.api.GrantVO.Builder
- description - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- description - Variable in class org.openwms.core.uaa.api.SecurityObjectVO
-
A descriptive text for the SecurityObject.
- description - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
Some descriptive text about the User.
- description - Variable in class org.openwms.core.uaa.impl.SecurityObject
-
A descriptive text for the
SecurityObject
. - description - Variable in class org.openwms.core.uaa.impl.UserDetails
-
Some descriptive text of the
User
. - description(String) - Method in class org.openwms.core.uaa.api.GrantVO.Builder
- description(String) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- DISABLED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- doTranslateException(Exception) - Method in class org.openwms.core.uaa.ServiceLayerExceptionTranslator
-
Override method to handle the transaction yourself and skip to the default exception handling .
E
- Email - Class in org.openwms.core.uaa.impl
-
An Email represents the email address of an
User
. - Email() - Constructor for class org.openwms.core.uaa.impl.Email
-
Dear JPA...
- Email(User, String) - Constructor for class org.openwms.core.uaa.impl.Email
-
Create a new
Email
. - Email(User, String, boolean) - Constructor for class org.openwms.core.uaa.impl.Email
-
Create a new
Email
. - emailAddress - Variable in class org.openwms.core.uaa.api.EmailVO
-
The email address as String (not blank).
- emailAddress - Variable in class org.openwms.core.uaa.impl.Email
-
The email address as String (not nullable).
- emailAddresses - Variable in class org.openwms.core.uaa.api.UserVO
-
The User's email addresses.
- emailAddresses - Variable in class org.openwms.core.uaa.impl.User
-
Email addresses.
- emailMapper - Variable in class org.openwms.core.uaa.impl.UserMapperImpl
- EmailMapper - Interface in org.openwms.core.uaa
-
A EmailMapper.
- EmailMapperImpl - Class in org.openwms.core.uaa.impl
- EmailMapperImpl() - Constructor for class org.openwms.core.uaa.impl.EmailMapperImpl
- emailSetToEmailVOList(Set<Email>) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- EmailUpdater - Class in org.openwms.core.uaa.impl
-
A EmailUpdater.
- EmailUpdater() - Constructor for class org.openwms.core.uaa.impl.EmailUpdater
- EmailVO - Class in org.openwms.core.uaa.api
-
A EmailVO represents an email.
- EmailVO(String, boolean) - Constructor for class org.openwms.core.uaa.api.EmailVO
- emailVOListToEmailSet(List<EmailVO>) - Method in class org.openwms.core.uaa.impl.UserMapperImpl
- enabled - Variable in class org.openwms.core.uaa.api.UserVO
-
If the User is generally enabled in the system.
- enabled - Variable in class org.openwms.core.uaa.impl.SecureUser
- enabled - Variable in class org.openwms.core.uaa.impl.User
-
true
if the User is enabled. - ENABLED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- enc - Variable in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- enc - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- enhanceEmail(User) - Method in interface org.openwms.core.uaa.UserMapper
- equals(Object) - Method in class org.openwms.core.uaa.api.AuthenticatedUserVO
- equals(Object) - Method in class org.openwms.core.uaa.api.EmailVO
-
All fields.
- equals(Object) - Method in class org.openwms.core.uaa.api.RoleVO
-
All fields.
- equals(Object) - Method in class org.openwms.core.uaa.api.SecurityObjectVO
-
All fields.
- equals(Object) - Method in class org.openwms.core.uaa.api.UserDetailsVO
-
All fields.
- equals(Object) - Method in class org.openwms.core.uaa.api.UserVO
-
All fields.
- equals(Object) - Method in class org.openwms.core.uaa.impl.Email
-
All fields.
- equals(Object) - Method in class org.openwms.core.uaa.impl.Grant
-
Compare the name.
- equals(Object) - Method in class org.openwms.core.uaa.impl.Role
-
Compare the name.
- equals(Object) - Method in class org.openwms.core.uaa.impl.SecurityObject
-
Compare the name.
- equals(Object) - Method in class org.openwms.core.uaa.impl.SecurityObjectAuthority
-
Uses sObj for comparison.
- equals(Object) - Method in class org.openwms.core.uaa.impl.SystemUserAuthority
- equals(Object) - Method in class org.openwms.core.uaa.impl.SystemUserWrapper
- equals(Object) - Method in class org.openwms.core.uaa.impl.User
- equals(Object) - Method in class org.openwms.core.uaa.impl.UserPassword
- equals(Object) - Method in class org.openwms.core.uaa.impl.UserWrapper
- eventPublisher - Variable in class org.openwms.core.uaa.impl.GrantServiceImpl
- eventPublisher - Variable in class org.openwms.core.uaa.impl.RoleServiceImpl
- eventPublisher - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- EventType() - Constructor for enum class org.openwms.core.uaa.impl.GrantEvent.EventType
- EventType() - Constructor for enum class org.openwms.core.uaa.impl.RoleEvent.EventType
- EventType() - Constructor for enum class org.openwms.core.uaa.impl.UserEvent.EventType
- expirationDate - Variable in class org.openwms.core.uaa.api.UserVO
-
When the password expires.
- expirationDate - Variable in class org.openwms.core.uaa.impl.User
-
Date when the account expires.
- extern - Variable in class org.openwms.core.uaa.api.UserVO
-
If the User is authenticated against an external system.
- extern - Variable in class org.openwms.core.uaa.impl.User
-
true
if the User is authenticated by an external system, otherwisefalse
.
F
- FEMALE - Enum constant in enum class org.openwms.core.uaa.impl.UserDetails.Gender
-
Female.
- findAll() - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Find and return all existing Roles.
- findAll() - Method in class org.openwms.core.uaa.impl.UserServiceImpl
- findAll() - Method in interface org.openwms.core.uaa.RoleService
-
Find and return all existing Roles.
- findAllFor(String) - Method in interface org.openwms.core.uaa.GrantService
-
Find and return all
Grant
s assigned to anUser
. - findAllFor(String) - Method in class org.openwms.core.uaa.impl.GrantServiceImpl
-
Find and return all
Grant
s assigned to anUser
. - findAllForUser(String) - Method in class org.openwms.core.uaa.GrantController
- findAllGrants() - Method in class org.openwms.core.uaa.GrantController
- findAllGrants() - Method in interface org.openwms.core.uaa.GrantService
-
Find and return all existing
Grant
s. - findAllGrants() - Method in class org.openwms.core.uaa.impl.GrantServiceImpl
-
Find and return all existing
Grant
s. - findAllRoles() - Method in class org.openwms.core.uaa.RoleController
- findAllUsers() - Method in class org.openwms.core.uaa.UserController
- findById(Long) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
- findByName(String) - Method in interface org.openwms.core.uaa.impl.GrantRepository
- findByName(String) - Method in interface org.openwms.core.uaa.impl.RoleRepository
- findByNameIn(List<String>) - Method in interface org.openwms.core.uaa.impl.RoleRepository
- findByNames(List<String>) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Find and return all existing
Role
s. - findByNames(List<String>) - Method in interface org.openwms.core.uaa.RoleService
-
Find and return all existing
Role
s. - findBypKey(String) - Method in interface org.openwms.core.uaa.impl.GrantRepository
- findBypKey(String) - Method in interface org.openwms.core.uaa.impl.RoleRepository
- findBypKey(String) - Method in interface org.openwms.core.uaa.impl.UserRepository
- findByPKey(String) - Method in interface org.openwms.core.uaa.GrantService
-
Find and return a
Grant
. - findByPKey(String) - Method in class org.openwms.core.uaa.impl.GrantServiceImpl
-
Find and return a
Grant
. - findByPKey(String) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Find and return a
Role
. - findByPKey(String) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Find and return an
User
instance. - findByPKey(String) - Method in interface org.openwms.core.uaa.RoleService
-
Find and return a
Role
. - findByPKey(String) - Method in interface org.openwms.core.uaa.UserService
-
Find and return an
User
instance. - findByPKey(String) - Method in class org.openwms.core.uaa.GrantController
- findByPKey(String) - Method in class org.openwms.core.uaa.RoleController
- findByPKey(String) - Method in class org.openwms.core.uaa.UserController
- findByPKeyInternal(String) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
- findByPKeyInternal(String) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
- findByUsername(String) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Find and return an
User
instance. - findByUsername(String) - Method in interface org.openwms.core.uaa.UserService
-
Find and return an
User
instance. - findByUsername(String) - Method in interface org.openwms.core.uaa.impl.UserRepository
- findByUsername(String) - Method in class org.openwms.core.uaa.UserController
- findGrantsForUser(String) - Method in class org.openwms.core.uaa.UserController
- findGrantsOfRole(String) - Method in class org.openwms.core.uaa.RoleController
- findRolesForUser(String) - Method in class org.openwms.core.uaa.UserController
- findUsersOfRole(String) - Method in class org.openwms.core.uaa.RoleController
- fullname - Variable in class org.openwms.core.uaa.api.EmailVO
-
The fullname of the
User
. - fullname - Variable in class org.openwms.core.uaa.api.UserVO
-
The Users full name.
- fullname - Variable in class org.openwms.core.uaa.impl.Email
-
The fullname of the
User
. - fullname - Variable in class org.openwms.core.uaa.impl.User
-
The User's fullname (doesn't have to be unique).
G
- gender - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
The User's gender.
- gender - Variable in class org.openwms.core.uaa.impl.UserDetails
-
Gender of the
User
. - Gender() - Constructor for enum class org.openwms.core.uaa.impl.UserDetails.Gender
- GENDERLESS - Enum constant in enum class org.openwms.core.uaa.impl.UserDetails.Gender
-
Genderless.
- getAuthorities() - Method in class org.openwms.core.uaa.impl.SecureUser
- getAuthorities() - Method in class org.openwms.core.uaa.impl.UserWrapper
- getAuthority() - Method in class org.openwms.core.uaa.impl.SecurityObjectAuthority
-
Return the name of the wrapped
SecurityObject
. - getAuthority() - Method in class org.openwms.core.uaa.impl.SystemUserAuthority
- getComment() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getComment() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return a comment text of the
User
. - getDepartment() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getDepartment() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return the current department of the
User
. - getDescription() - Method in class org.openwms.core.uaa.api.SecurityObjectVO
- getDescription() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getDescription() - Method in class org.openwms.core.uaa.impl.SecurityObject
-
Returns the description text.
- getDescription() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return the description text of the
User
. - getEmailAddress() - Method in class org.openwms.core.uaa.api.EmailVO
- getEmailAddress() - Method in class org.openwms.core.uaa.impl.Email
-
Return the emailAddress.
- getEmailAddresses() - Method in class org.openwms.core.uaa.api.UserVO
- getEmailAddresses() - Method in class org.openwms.core.uaa.impl.User
- getEmailAddressesInternal() - Method in class org.openwms.core.uaa.impl.User
- getEnabled() - Method in class org.openwms.core.uaa.api.UserVO
- getExpirationDate() - Method in class org.openwms.core.uaa.api.UserVO
- getExpirationDate() - Method in class org.openwms.core.uaa.impl.User
-
Return the date when the account expires.
- getExtern() - Method in class org.openwms.core.uaa.api.UserVO
- getFullname() - Method in class org.openwms.core.uaa.api.EmailVO
- getFullname() - Method in class org.openwms.core.uaa.api.UserVO
- getFullname() - Method in class org.openwms.core.uaa.impl.Email
-
Return the fullname.
- getFullname() - Method in class org.openwms.core.uaa.impl.User
-
Return the fullname of the User.
- getGender() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getGender() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return the
User
's gender. - getGrants() - Method in class org.openwms.core.uaa.api.RoleVO
- getGrants() - Method in class org.openwms.core.uaa.impl.Role
-
Return a Set of all
SecurityObject
s belonging to the Role. - getGrants() - Method in class org.openwms.core.uaa.impl.User
- getIm() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getIm() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return the IM account name of the
User
. - getImage() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getImage() - Method in class org.openwms.core.uaa.impl.UserDetails
- getImmutable() - Method in class org.openwms.core.uaa.api.RoleVO
- getImmutable() - Method in class org.openwms.core.uaa.impl.Role
-
Get the immutable.
- getIndex() - Method in class org.openwms.core.uaa.IndexController
- getLastPasswordChange() - Method in class org.openwms.core.uaa.api.UserVO
- getLastPasswordChange() - Method in class org.openwms.core.uaa.impl.User
-
Return the date when the password has been changed the last time.
- getLocked() - Method in class org.openwms.core.uaa.api.UserVO
- getName() - Method in class org.openwms.core.uaa.api.SecurityObjectVO
- getName() - Method in class org.openwms.core.uaa.impl.SecurityObject
-
Returns the name.
- getOffice() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getOffice() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return the current office of the
User
. - getPassword() - Method in class org.openwms.core.uaa.api.AuthenticatedUserVO
- getPassword() - Method in class org.openwms.core.uaa.api.PasswordString
- getPassword() - Method in class org.openwms.core.uaa.impl.SecureUser
- getPassword() - Method in class org.openwms.core.uaa.impl.SystemUserWrapper
-
Get the password.
- getPassword() - Method in class org.openwms.core.uaa.impl.User
-
Returns the current password of the User.
- getPassword() - Method in class org.openwms.core.uaa.impl.UserPassword
-
Return the current password.
- getPassword() - Method in class org.openwms.core.uaa.impl.UserWrapper
- getPasswordChanged() - Method in class org.openwms.core.uaa.impl.UserPassword
-
Return the date of the last password change.
- getPasswords() - Method in class org.openwms.core.uaa.impl.User
-
Return a list of recently used passwords.
- getPhoneNo() - Method in class org.openwms.core.uaa.api.UserDetailsVO
- getPhoneNo() - Method in class org.openwms.core.uaa.impl.UserDetails
-
Return the
User
s current phone number. - getpKey() - Method in class org.openwms.core.uaa.api.SecurityObjectVO
- getpKey() - Method in class org.openwms.core.uaa.api.UserVO
- getPrimary() - Method in class org.openwms.core.uaa.api.EmailVO
- getPrimaryEmailAddress() - Method in class org.openwms.core.uaa.impl.User
- getRoleNames() - Method in class org.openwms.core.uaa.api.UserVO
- getRoles() - Method in class org.openwms.core.uaa.impl.User
-
Returns a list of granted
Role
s. - getSource() - Method in class org.openwms.core.uaa.impl.GrantEvent
- getSource() - Method in class org.openwms.core.uaa.impl.RoleEvent
- getSource() - Method in class org.openwms.core.uaa.impl.UserEvent
- getType() - Method in class org.openwms.core.uaa.impl.GrantEvent
- getType() - Method in class org.openwms.core.uaa.impl.RoleEvent
- getType() - Method in class org.openwms.core.uaa.impl.UserEvent
- getUser() - Method in class org.openwms.core.uaa.impl.Email
-
Returns the
User
. - getUser() - Method in interface org.openwms.core.uaa.impl.UserHolder
-
Return the wrapped
User
instance. - getUser() - Method in class org.openwms.core.uaa.impl.UserPassword
-
Return the
User
of this password. - getUser() - Method in class org.openwms.core.uaa.impl.UserWrapper
-
Return the wrapped
User
instance. - getUserDetails() - Method in class org.openwms.core.uaa.api.UserVO
- getUserDetails() - Method in class org.openwms.core.uaa.impl.User
-
Return the details of the User.
- getUsername() - Method in class org.openwms.core.uaa.api.UserVO
- getUsername() - Method in class org.openwms.core.uaa.impl.SecureUser
- getUsername() - Method in class org.openwms.core.uaa.impl.User
-
Return the unique username of the User.
- getUsername() - Method in class org.openwms.core.uaa.impl.UserWrapper
- getUsers() - Method in class org.openwms.core.uaa.api.RoleVO
- getUsers() - Method in class org.openwms.core.uaa.impl.Role
-
Return a Set of all
User
s assigned to the Role. - Grant - Class in org.openwms.core.uaa.impl
-
A Grant gives permission to access some kind of application object.
- Grant() - Constructor for class org.openwms.core.uaa.impl.Grant
-
Dear JPA...
- Grant(String) - Constructor for class org.openwms.core.uaa.impl.Grant
-
Create a new Grant.
- Grant(String, String) - Constructor for class org.openwms.core.uaa.impl.Grant
-
Create a new Grant.
- GRANT_WITH_NAME_ALREADY_EXISTS - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if a Grant already exists.
- GrantController - Class in org.openwms.core.uaa
-
A GrantController.
- GrantController(GrantService, GrantMapper) - Constructor for class org.openwms.core.uaa.GrantController
- GrantEvent - Class in org.openwms.core.uaa.impl
-
A GrantEvent.
- GrantEvent(Grant, GrantEvent.EventType) - Constructor for class org.openwms.core.uaa.impl.GrantEvent
- GrantEvent.EventType - Enum Class in org.openwms.core.uaa.impl
- GrantMapper - Interface in org.openwms.core.uaa
-
A GrantMapper.
- GrantMapperImpl - Class in org.openwms.core.uaa.impl
- GrantMapperImpl() - Constructor for class org.openwms.core.uaa.impl.GrantMapperImpl
- grantRepository - Variable in class org.openwms.core.uaa.impl.GrantServiceImpl
- GrantRepository - Interface in org.openwms.core.uaa.impl
-
A GrantRepository offers functionality to find and modify
Grant
entity classes. - grants - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- grants - Variable in class org.openwms.core.uaa.api.RoleVO
-
A collection of Grants that are assigned to the Role.
- grants - Variable in class org.openwms.core.uaa.impl.Role
-
All
SecurityObject
s assigned to the Role. - grants(Set<SecurityObjectVO>) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- grantService - Variable in class org.openwms.core.uaa.GrantController
- GrantService - Interface in org.openwms.core.uaa
-
A GrantService defines functionality to handle
GrantService
s. - GrantServiceImpl - Class in org.openwms.core.uaa.impl
-
A GrantServiceImpl is a transactional Spring Service implementation.
- GrantServiceImpl(GrantRepository, UserRepository, Translator, ApplicationEventPublisher) - Constructor for class org.openwms.core.uaa.impl.GrantServiceImpl
- GrantVO - Class in org.openwms.core.uaa.api
-
A GrantVO is the representation of a permission an User is granted to.
- GrantVO() - Constructor for class org.openwms.core.uaa.api.GrantVO
- GrantVO.Builder - Class in org.openwms.core.uaa.api
H
- hashCode() - Method in class org.openwms.core.uaa.api.AuthenticatedUserVO
- hashCode() - Method in class org.openwms.core.uaa.api.EmailVO
-
All fields.
- hashCode() - Method in class org.openwms.core.uaa.api.RoleVO
-
All fields.
- hashCode() - Method in class org.openwms.core.uaa.api.SecurityObjectVO
-
All fields.
- hashCode() - Method in class org.openwms.core.uaa.api.UserDetailsVO
-
All fields.
- hashCode() - Method in class org.openwms.core.uaa.api.UserVO
-
All fields.
- hashCode() - Method in class org.openwms.core.uaa.impl.Email
-
All fields.
- hashCode() - Method in class org.openwms.core.uaa.impl.Grant
-
Use the hashCode of the superclass with the hashCode of 'GRANT' to distinguish between
Grant
s and otherSecurityObject
s likeRole
s. - hashCode() - Method in class org.openwms.core.uaa.impl.Role
- hashCode() - Method in class org.openwms.core.uaa.impl.SecurityObject
- hashCode() - Method in class org.openwms.core.uaa.impl.SecurityObjectAuthority
-
Uses sObj for calculation.
- hashCode() - Method in class org.openwms.core.uaa.impl.SystemUserAuthority
- hashCode() - Method in class org.openwms.core.uaa.impl.SystemUserWrapper
- hashCode() - Method in class org.openwms.core.uaa.impl.User
- hashCode() - Method in class org.openwms.core.uaa.impl.UserPassword
- hashCode() - Method in class org.openwms.core.uaa.impl.UserWrapper
- hasPasswordChanged() - Method in class org.openwms.core.uaa.impl.User
-
Checks whether the password is going to change.
- hasUserDetails() - Method in class org.openwms.core.uaa.impl.User
-
Check whether this User has UserDetails set.
I
- im - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
The User's messenger name.
- im - Variable in class org.openwms.core.uaa.impl.UserDetails
-
IM account assigned to the
User
. - image - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
A base64 encoded image file.
- image - Variable in class org.openwms.core.uaa.impl.UserDetails
-
An image of the
User
. - immutable - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- immutable - Variable in class org.openwms.core.uaa.api.RoleVO
-
Whether this Role is immutable or not.
- immutable - Variable in class org.openwms.core.uaa.impl.Role
-
Whether or not this Role is immutable.
- immutable(Boolean) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- index() - Method in class org.openwms.core.uaa.GrantController
- index() - Method in class org.openwms.core.uaa.RoleController
- index() - Method in class org.openwms.core.uaa.UserController
- IndexController - Class in org.openwms.core.uaa
-
A IndexController serves the root
Index
resource via REST. - IndexController() - Constructor for class org.openwms.core.uaa.IndexController
- InvalidPasswordException - Exception Class in org.openwms.core.uaa
-
An InvalidPasswordException indicates that a password is not confirm with the defined rules.
- InvalidPasswordException(String) - Constructor for exception class org.openwms.core.uaa.InvalidPasswordException
-
Create a new InvalidPasswordException.
- isAccountNonExpired() - Method in class org.openwms.core.uaa.impl.SecureUser
- isAccountNonExpired() - Method in class org.openwms.core.uaa.impl.UserWrapper
- isAccountNonLocked() - Method in class org.openwms.core.uaa.impl.SecureUser
- isAccountNonLocked() - Method in class org.openwms.core.uaa.impl.UserWrapper
- isCredentialsNonExpired() - Method in class org.openwms.core.uaa.impl.SecureUser
- isCredentialsNonExpired() - Method in class org.openwms.core.uaa.impl.UserWrapper
- isEnabled() - Method in class org.openwms.core.uaa.impl.SecureUser
- isEnabled() - Method in class org.openwms.core.uaa.impl.User
-
Determines whether the User is enabled or not.
- isEnabled() - Method in class org.openwms.core.uaa.impl.UserWrapper
- isExternalUser() - Method in class org.openwms.core.uaa.impl.User
-
Is the User authenticated by an external system?
- isLocked() - Method in class org.openwms.core.uaa.impl.User
-
Check if the User is locked.
- isPrimary() - Method in class org.openwms.core.uaa.impl.Email
- isSuperUser(User) - Static method in class org.openwms.core.uaa.impl.SystemUser
-
Check whether
user
is the system user.
J
- JacksonAware - Annotation Interface in org.openwms.core.uaa.impl
-
A JacksonAware.
L
- lastPasswordChange - Variable in class org.openwms.core.uaa.api.UserVO
-
When the password has been changed the last time.
- lastPasswordChange - Variable in class org.openwms.core.uaa.impl.User
-
Date of the last password change.
- loadLazy() - Method in class org.openwms.core.uaa.impl.User
- loadUserByUsername(String) - Method in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
-
Implemented as read-only transactional
- localeChangeInterceptor() - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- localeResolver() - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- locked - Variable in class org.openwms.core.uaa.api.UserVO
-
If the User is locked from login.
- locked - Variable in class org.openwms.core.uaa.impl.User
-
true
if this User is locked and has no permission to login. - LOCKED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- LOGGER - Static variable in class org.openwms.core.uaa.impl.RoleServiceImpl
- LOGGER - Static variable in class org.openwms.core.uaa.impl.UAAEventListener
- LOGGER - Static variable in class org.openwms.core.uaa.impl.User
- LOGGER - Static variable in class org.openwms.core.uaa.impl.UserServiceImpl
- LOGGER - Static variable in class org.openwms.core.uaa.RoleController
M
- MALE - Enum constant in enum class org.openwms.core.uaa.impl.UserDetails.Gender
-
Male.
- map(String) - Method in interface org.openwms.core.uaa.UserDetailsMapper
- map(String) - Method in interface org.openwms.core.uaa.UserMapper
- map(UserDetails) - Method in class org.openwms.core.uaa.impl.UserDetailsMapperImpl
- map(UserDetails) - Method in interface org.openwms.core.uaa.UserDetailsMapper
- mapper - Variable in class org.openwms.core.uaa.GrantController
- mapper - Variable in class org.openwms.core.uaa.impl.RoleServiceImpl
- mapToEO(UserDetailsVO) - Method in class org.openwms.core.uaa.impl.UserDetailsMapperImpl
- mapToEO(UserDetailsVO) - Method in interface org.openwms.core.uaa.UserDetailsMapper
- MEDIA_TYPE - Static variable in class org.openwms.core.uaa.api.AuthenticatedUserVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.uaa.api.GrantVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.uaa.api.RoleVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.uaa.api.SecurityObjectVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.uaa.api.UserVO
-
HTTP media type representation.
- MessageCodes - Class in org.openwms.core.uaa
-
A MessageCodes.
- MessageCodes() - Constructor for class org.openwms.core.uaa.MessageCodes
- messageSource() - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- methodValidationPostProcessor(Validator) - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- metricsCommonTags(String) - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- MODIFIED - Enum constant in enum class org.openwms.core.uaa.impl.RoleEvent.EventType
- MODIFIED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- MODULENAME_NOT_NULL - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if a service method was called with expected modulename but that was
null
.
N
- name - Variable in class org.openwms.core.uaa.api.GrantVO.Builder
- name - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- name - Variable in class org.openwms.core.uaa.api.SecurityObjectVO
-
Unique name of the SecurityObject.
- name - Variable in class org.openwms.core.uaa.impl.SecurityObject
-
Unique name of the
SecurityObject
. - name(String) - Method in class org.openwms.core.uaa.api.GrantVO.Builder
- name(String) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- newBuilder() - Static method in class org.openwms.core.uaa.api.RoleVO.Builder
- newBuilder() - Static method in class org.openwms.core.uaa.api.RoleVO
- nopPasswordEncoder(int) - Method in class org.openwms.core.uaa.app.UAASecurityConfiguration
- normalizeName(String) - Method in class org.openwms.core.uaa.impl.Role
- NOT_ALLOWED_TO_CREATE_A_ROLE_WITH_AN_EMPTY_NAME - Static variable in class org.openwms.core.uaa.impl.Role
- now() - Method in interface org.openwms.core.uaa.TimeProvider
-
Returns the current date and time of the system considering the configured timezone.
- nowAsDate() - Method in interface org.openwms.core.uaa.TimeProvider
-
Returns the current date and time considering the configured timezone.
- nowAsZonedDateTime() - Method in interface org.openwms.core.uaa.TimeProvider
-
Returns the current date and time considering the configured timezone.
- nowAsZonedDateTime(ZoneId) - Method in interface org.openwms.core.uaa.TimeProvider
-
Returns the current date and time considering the configured timezone.
- NUMBER_STORED_PASSWORDS - Static variable in class org.openwms.core.uaa.impl.User
-
The number of passwords to keep in the password history.
O
- office - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
The User's office.
- office - Variable in class org.openwms.core.uaa.impl.UserDetails
-
Office description assigned to the
User
. - ol - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- ol(long) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- onApplicationEvent(UserEvent) - Method in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- onPickOrderPositionSplitEvent(UserEvent) - Method in class org.openwms.core.uaa.impl.UAAEventListener
- org.openwms.core.uaa - package org.openwms.core.uaa
-
Contains the implementation of the User Authentication and Authorization (UAA).
- org.openwms.core.uaa.api - package org.openwms.core.uaa.api
-
Contains types that belong to the public API.
- org.openwms.core.uaa.app - package org.openwms.core.uaa.app
-
Contains configuration classes for the Spring context and lifecycle management.
- org.openwms.core.uaa.impl - package org.openwms.core.uaa.impl
-
Contains internal implementation classes of the Administration feature.
- OtelConfiguration() - Constructor for class org.openwms.core.uaa.app.UAAOtlpConfiguration.OtelConfiguration
- otlpHttpSpanExporter(String) - Method in class org.openwms.core.uaa.app.UAAOtlpConfiguration.OtelConfiguration
P
- password - Variable in class org.openwms.core.uaa.api.AuthenticatedUserVO
-
The User's current password.
- password - Variable in class org.openwms.core.uaa.api.PasswordString
- password - Variable in class org.openwms.core.uaa.impl.SecureUser
- password - Variable in class org.openwms.core.uaa.impl.SystemUserWrapper
- password - Variable in class org.openwms.core.uaa.impl.User
-
The User's current password (only kept transient).
- password - Variable in class org.openwms.core.uaa.impl.UserPassword
-
Password.
- PASSWORD_CHANGED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- passwordChanged - Variable in class org.openwms.core.uaa.impl.UserPassword
-
Date of the last password change.
- PasswordComparator() - Constructor for class org.openwms.core.uaa.impl.User.PasswordComparator
- passwords - Variable in class org.openwms.core.uaa.impl.User
-
Last passwords of the User.
- PasswordString - Class in org.openwms.core.uaa.api
-
A PasswordString.
- PasswordString() - Constructor for class org.openwms.core.uaa.api.PasswordString
- PasswordString(CharSequence) - Constructor for class org.openwms.core.uaa.api.PasswordString
- persistedPassword - Variable in class org.openwms.core.uaa.impl.User
-
The User's current password.
- phoneNo - Variable in class org.openwms.core.uaa.api.UserDetailsVO
-
The User's phone number.
- phoneNo - Variable in class org.openwms.core.uaa.impl.UserDetails
-
Phone number assigned to the
User
. - pKey - Variable in class org.openwms.core.uaa.api.GrantVO.Builder
- pKey - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- pKey - Variable in class org.openwms.core.uaa.api.SecurityObjectVO
-
The persistent key.
- pKey - Variable in class org.openwms.core.uaa.api.UserVO
-
The persistent key.
- pKey(String) - Method in class org.openwms.core.uaa.api.GrantVO.Builder
- pKey(String) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- postLoad() - Method in class org.openwms.core.uaa.impl.User
-
After load, the saved password is copied to the transient one.
- primary - Variable in class org.openwms.core.uaa.api.EmailVO
-
Whether this email address is the primary email used in the system.
- primary - Variable in class org.openwms.core.uaa.impl.Email
-
Whether this email address is the primary email used in the system.
R
- removeEmailAddress(Email) - Method in class org.openwms.core.uaa.impl.User
- removeGrant(SecurityObject) - Method in class org.openwms.core.uaa.impl.Role
-
Add an existing
SecurityObject
to the Role. - removeGrants(List<? extends SecurityObject>) - Method in class org.openwms.core.uaa.impl.Role
-
Add an existing
SecurityObject
to the Role. - removeUser(User) - Method in class org.openwms.core.uaa.impl.Role
-
Remove a
User
from the Role. - replaceUsers(RoleVO) - Method in class org.openwms.core.uaa.RoleController
- repository - Variable in class org.openwms.core.uaa.impl.RoleServiceImpl
- repository - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- role - Variable in class org.openwms.core.uaa.impl.Role.Builder
- Role - Class in org.openwms.core.uaa.impl
-
A Role is a group of
User
s. - Role() - Constructor for class org.openwms.core.uaa.impl.Role
-
Dear JPA...
- Role(String) - Constructor for class org.openwms.core.uaa.impl.Role
-
Create a new Role with a name.
- Role(String, String) - Constructor for class org.openwms.core.uaa.impl.Role
-
Create a new Role with a name and a description.
- ROLE_PREFIX - Static variable in class org.openwms.core.uaa.impl.Role
-
The default prefix String for each created Role.
- ROLE_WITH_PKEY_NOT_EXIST - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if a Role has been looked up by persistent key but hasn't been found.
- Role.Builder - Class in org.openwms.core.uaa.impl
-
A builder class to construct Role instances.
- RoleController - Class in org.openwms.core.uaa
-
A RoleController.
- RoleController(RoleService) - Constructor for class org.openwms.core.uaa.RoleController
- RoleEvent - Class in org.openwms.core.uaa.impl
-
A RoleEvent.
- RoleEvent(Role, RoleEvent.EventType) - Constructor for class org.openwms.core.uaa.impl.RoleEvent
- RoleEvent.EventType - Enum Class in org.openwms.core.uaa.impl
- roleMapper - Variable in class org.openwms.core.uaa.UserController
- RoleMapper - Interface in org.openwms.core.uaa
-
A RoleMapper.
- RoleMapperImpl - Class in org.openwms.core.uaa.impl
- RoleMapperImpl(UserMapper, SecurityObjectMapper) - Constructor for class org.openwms.core.uaa.impl.RoleMapperImpl
- roleNames - Variable in class org.openwms.core.uaa.api.UserVO
-
The User's assigned role names.
- RoleRepository - Interface in org.openwms.core.uaa.impl
-
A RoleRepository offers functionality to find and modify
Role
entity classes. - roles - Variable in class org.openwms.core.uaa.impl.User
-
List of
Role
s assigned to the User. - roleService - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- roleService - Variable in class org.openwms.core.uaa.RoleController
- RoleService - Interface in org.openwms.core.uaa
-
A RoleService provides business functionality regarding the handling with
Role
s. - RoleServiceImpl - Class in org.openwms.core.uaa.impl
-
A RoleServiceImpl is a Spring managed transactional service that deals with
Role
s. - RoleServiceImpl(RoleRepository, UserService, RoleMapper, Translator, ApplicationEventPublisher) - Constructor for class org.openwms.core.uaa.impl.RoleServiceImpl
- RoleVO - Class in org.openwms.core.uaa.api
-
A RoleVO is groups a collections of permissions (grants).
- RoleVO() - Constructor for class org.openwms.core.uaa.api.RoleVO
- RoleVO(RoleVO.Builder) - Constructor for class org.openwms.core.uaa.api.RoleVO
- RoleVO.Builder - Class in org.openwms.core.uaa.api
S
- save(String, RoleVO) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Update an existing Role.
- save(String, RoleVO) - Method in interface org.openwms.core.uaa.RoleService
-
Update an existing Role.
- save(String, RoleVO) - Method in class org.openwms.core.uaa.RoleController
- save(UserVO) - Method in class org.openwms.core.uaa.UserController
- save(User, List<String>) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Save or update an already existing
User
. - save(User, List<String>) - Method in interface org.openwms.core.uaa.UserService
-
Save or update an already existing
User
. - save(User) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
- saveImage(String, String) - Method in class org.openwms.core.uaa.UserController
- saveInternal(User) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
- SecureUser - Class in org.openwms.core.uaa.impl
-
A SecureUser.
- SecureUser() - Constructor for class org.openwms.core.uaa.impl.SecureUser
- SecureUser(String, String, boolean, boolean, boolean, boolean, Collection<SecurityObjectAuthority>) - Constructor for class org.openwms.core.uaa.impl.SecureUser
- SecurityContextUserServiceImpl - Class in org.openwms.core.uaa.impl
-
A SecurityContextUserServiceImpl extends Spring
UserDetailsService
to readUser
s andRole
s from the persistent storage and wraps them into security objects. - SecurityContextUserServiceImpl(String, UserService, UserCache, Ehcache, PasswordEncoder) - Constructor for class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- SecurityObject - Class in org.openwms.core.uaa.impl
-
A SecurityObject is the generalization of
Role
s andGrant
s and combines common used properties of both. - SecurityObject() - Constructor for class org.openwms.core.uaa.impl.SecurityObject
-
Dear JPA...
- SecurityObject(String) - Constructor for class org.openwms.core.uaa.impl.SecurityObject
-
Create a new
SecurityObject
with a name. - SecurityObject(String, String) - Constructor for class org.openwms.core.uaa.impl.SecurityObject
-
Create a new
SecurityObject
with name and description. - SecurityObjectAuthority - Class in org.openwms.core.uaa.impl
-
A SecurityObjectAuthority.
- SecurityObjectAuthority(String) - Constructor for class org.openwms.core.uaa.impl.SecurityObjectAuthority
- SecurityObjectAuthority(SecurityObject) - Constructor for class org.openwms.core.uaa.impl.SecurityObjectAuthority
-
Create a new SecurityObjectAuthority.
- securityObjectDao - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- securityObjectMapper - Variable in class org.openwms.core.uaa.impl.RoleMapperImpl
- securityObjectMapper - Variable in class org.openwms.core.uaa.UserController
- SecurityObjectMapper - Interface in org.openwms.core.uaa
-
A SecurityObjectMapper.
- SecurityObjectMapperImpl - Class in org.openwms.core.uaa.impl
- SecurityObjectMapperImpl() - Constructor for class org.openwms.core.uaa.impl.SecurityObjectMapperImpl
- securityObjectSetToSecurityObjectVOSet(Set<SecurityObject>) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- SecurityObjectVO<T> - Class in org.openwms.core.uaa.api
-
A SecurityObjectVO encapsulates common attributes of roles and grants.
- SecurityObjectVO() - Constructor for class org.openwms.core.uaa.api.SecurityObjectVO
- securityObjectVOSetToSecurityObjectSet(Set<SecurityObjectVO>) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- serialVersionUID - Static variable in class org.openwms.core.uaa.impl.UserWrapper
- ServiceLayerExceptionTranslator - Class in org.openwms.core.uaa
-
A ServiceLayerExceptionTranslator.
- ServiceLayerExceptionTranslator() - Constructor for class org.openwms.core.uaa.ServiceLayerExceptionTranslator
- setComment(String) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the comment text of the
User
. - setDepartment(String) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the current department of the
User
. - setDescription(String) - Method in class org.openwms.core.uaa.api.SecurityObjectVO
- setDescription(String) - Method in class org.openwms.core.uaa.impl.SecurityObject
-
Set the description for the
SecurityObject
. - setDescription(String) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the description text of the
User
. - setEmailAddress(String) - Method in class org.openwms.core.uaa.api.EmailVO
- setEmailAddress(String) - Method in class org.openwms.core.uaa.impl.Email
-
Set the emailAddress.
- setEmailAddresses(List<EmailVO>) - Method in class org.openwms.core.uaa.api.UserVO
- setEmailAddresses(Set<Email>) - Method in class org.openwms.core.uaa.impl.User
- setEnabled(boolean) - Method in class org.openwms.core.uaa.impl.User
-
Enable or disable the User.
- setEnabled(Boolean) - Method in class org.openwms.core.uaa.api.UserVO
- setExpirationDate(ZonedDateTime) - Method in class org.openwms.core.uaa.api.UserVO
- setExpirationDate(ZonedDateTime) - Method in class org.openwms.core.uaa.impl.User
-
Change the date when the account expires.
- setExtern(Boolean) - Method in class org.openwms.core.uaa.api.UserVO
- setExternalUser(boolean) - Method in class org.openwms.core.uaa.impl.User
-
Change the authentication method of the User.
- setFullname(String) - Method in class org.openwms.core.uaa.api.EmailVO
- setFullname(String) - Method in class org.openwms.core.uaa.api.UserVO
- setFullname(String) - Method in class org.openwms.core.uaa.impl.Email
-
Set the fullname.
- setFullname(String) - Method in class org.openwms.core.uaa.impl.User
-
Change the fullname of the User.
- setFullname(Consumer<String>) - Method in class org.openwms.core.uaa.impl.User
- setGender(UserDetails.Gender) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the
User
's gender (only for compliance). - setGrants(Set<SecurityObject>) - Method in class org.openwms.core.uaa.impl.Role
-
Set all
SecurityObject
s assigned to the Role. - setIm(String) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the current IM account name of the
User
. - setImage(byte[]) - Method in class org.openwms.core.uaa.impl.UserDetails
- setImmutable(Boolean) - Method in class org.openwms.core.uaa.impl.Role
-
Set the Role as immutable.
- setLastPasswordChange(ZonedDateTime) - Method in class org.openwms.core.uaa.api.UserVO
- setLastPasswordChange(ZonedDateTime) - Method in class org.openwms.core.uaa.impl.User
-
Set the date when the password has been changed the last time.
- setLocked(boolean) - Method in class org.openwms.core.uaa.impl.User
-
Lock the User.
- setLocked(Boolean) - Method in class org.openwms.core.uaa.api.UserVO
- setName(String) - Method in class org.openwms.core.uaa.api.SecurityObjectVO
- setName(String) - Method in class org.openwms.core.uaa.impl.Role
- setName(String) - Method in class org.openwms.core.uaa.impl.SecurityObject
- setOffice(String) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the current office of the
User
. - setOl(long) - Method in class org.openwms.core.uaa.impl.User
- setPassword(CharSequence) - Method in class org.openwms.core.uaa.api.PasswordString
- setPassword(String) - Method in class org.openwms.core.uaa.api.AuthenticatedUserVO
- setPassword(String) - Method in class org.openwms.core.uaa.impl.SystemUserWrapper
-
Set the password.
- setPersistentKey(String) - Method in class org.openwms.core.uaa.impl.Role
- setPersistentKey(String) - Method in class org.openwms.core.uaa.impl.SecurityObject
- setPersistentKey(String) - Method in class org.openwms.core.uaa.impl.User
- setPhoneNo(String) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Change the phone number of the
User
. - setpKey(String) - Method in class org.openwms.core.uaa.api.SecurityObjectVO
- setpKey(String) - Method in class org.openwms.core.uaa.api.UserVO
- setPrimary(boolean) - Method in class org.openwms.core.uaa.impl.Email
- setPrimary(Boolean) - Method in class org.openwms.core.uaa.api.EmailVO
- setRoleNames(List<String>) - Method in class org.openwms.core.uaa.api.UserVO
- setRoles(List<Role>) - Method in class org.openwms.core.uaa.impl.User
-
Set the
Role
s of this User. - setUser(User) - Method in class org.openwms.core.uaa.impl.Email
-
Set the user.
- setUser(User) - Method in class org.openwms.core.uaa.impl.UserPassword
-
Change the
User
. - setUserDetails(UserDetailsVO) - Method in class org.openwms.core.uaa.api.UserVO
- setUserDetails(UserDetails) - Method in class org.openwms.core.uaa.impl.User
-
Assign some details to the User.
- setUsername(String) - Method in class org.openwms.core.uaa.api.UserVO
- setUsername(String) - Method in class org.openwms.core.uaa.impl.User
-
Change the username of the User.
- setUsers(Set<User>) - Method in class org.openwms.core.uaa.impl.Role
-
Set all
User
s belonging to this Role. - SO_WITH_PKEY_NOT_EXIST - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if a SecurityObject has been looked up by persistent key but hasn't been found.
- sObj - Variable in class org.openwms.core.uaa.impl.SecurityObjectAuthority
- storeOldPassword(String) - Method in class org.openwms.core.uaa.impl.User
- supplyDepartment(Consumer<String>) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Supply
department
to the consumerc
if present. - supplyGender(Consumer<UserDetails.Gender>) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Supply
gender
to the consumerc
if present. - supplyGrants(Consumer<List<SecurityObject>>) - Method in class org.openwms.core.uaa.impl.User
-
Supply
grants
to the consumerc
if present. - supplyIm(Consumer<String>) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Supply
im
to the consumerc
if present. - supplyImage(Consumer<byte[]>) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Supply
image
to the consumerc
if present. - supplyLastPasswordChange(Consumer<ZonedDateTime>) - Method in class org.openwms.core.uaa.impl.User
-
Supply
lastPasswordChange
to the consumerc
if present. - supplyOffice(Consumer<String>) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Supply
office
to the consumerc
if present. - supplyPhoneNo(Consumer<String>) - Method in class org.openwms.core.uaa.impl.UserDetails
-
Supply
phoneNo
to the consumerc
if present. - supplyPrimaryEmailAddress(Consumer<Email>) - Method in class org.openwms.core.uaa.impl.User
-
Supply the primary
email
to the consumerc
if present. - supplyRoles(Consumer<List<Role>>) - Method in class org.openwms.core.uaa.impl.User
-
Supply
roles
to the consumerc
if present. - supplyUserDetails(Consumer<UserDetails>) - Method in class org.openwms.core.uaa.impl.User
-
Supply
userDetails
to the consumerc
if present. - supports(String) - Method in class org.openwms.core.uaa.impl.EmailUpdater
- supports(String) - Method in class org.openwms.core.uaa.impl.UserBasicFieldUpdater
- SYSTEM_ROLE_NAME - Static variable in class org.openwms.core.uaa.impl.SystemUser
-
The virtual
Role
of the SystemUser. - SYSTEM_USERNAME - Static variable in class org.openwms.core.uaa.impl.SystemUser
-
The defined fullname of the system user.
- systemPassword - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- SystemUser - Class in org.openwms.core.uaa.impl
-
A SystemUser is granted with all privileges and omits all defined security constraints.
- SystemUser() - Constructor for class org.openwms.core.uaa.impl.SystemUser
-
Dear JPA...
- SystemUser(String, String) - Constructor for class org.openwms.core.uaa.impl.SystemUser
-
Create a new SystemUser.
- SystemUserAuthority - Class in org.openwms.core.uaa.impl
-
A SystemUserAuthority.
- SystemUserAuthority() - Constructor for class org.openwms.core.uaa.impl.SystemUserAuthority
- systemUsername - Variable in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- systemUsername - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- SystemUserWrapper - Class in org.openwms.core.uaa.impl
-
A SystemUserWrapper.
- SystemUserWrapper(User) - Constructor for class org.openwms.core.uaa.impl.SystemUserWrapper
-
Create a new SystemUserWrapper.
T
- TimeProvider - Interface in org.openwms.core.uaa
-
A TimeProvider is able to provide dates and times.
- toString() - Method in class org.openwms.core.uaa.api.EmailVO
-
Only emailAddress.
- toString() - Method in class org.openwms.core.uaa.api.RoleVO
-
Name only.
- toString() - Method in class org.openwms.core.uaa.api.SecurityObjectVO
-
Name only.
- toString() - Method in class org.openwms.core.uaa.api.UserDetailsVO
-
All fields.
- toString() - Method in class org.openwms.core.uaa.api.UserVO
-
All fields.
- toString() - Method in class org.openwms.core.uaa.impl.Email
-
Return the emailAddress as String.
- toString() - Method in class org.openwms.core.uaa.impl.GrantEvent
- toString() - Method in class org.openwms.core.uaa.impl.RoleEvent
- toString() - Method in class org.openwms.core.uaa.impl.SecurityObject
-
Return the name.
- toString() - Method in class org.openwms.core.uaa.impl.SecurityObjectAuthority
-
Delegate to the wrapped SecurityObject.
- toString() - Method in class org.openwms.core.uaa.impl.User
- toString() - Method in class org.openwms.core.uaa.impl.UserDetails
- toString() - Method in class org.openwms.core.uaa.impl.UserEvent
- toString() - Method in class org.openwms.core.uaa.impl.UserPassword
- toString() - Method in class org.openwms.core.uaa.impl.UserWrapper
-
Return the Users username.
- translator - Variable in class org.openwms.core.uaa.impl.GrantServiceImpl
- translator - Variable in class org.openwms.core.uaa.impl.RoleServiceImpl
- translator - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- translator - Variable in class org.openwms.core.uaa.UserController
- translator() - Method in class org.openwms.core.uaa.app.UAAModuleConfiguration
- type - Variable in class org.openwms.core.uaa.impl.GrantEvent
- type - Variable in class org.openwms.core.uaa.impl.RoleEvent
- type - Variable in class org.openwms.core.uaa.impl.UserEvent
U
- UAAConstants - Class in org.openwms.core.uaa.api
-
A UAAConstants.
- UAAConstants() - Constructor for class org.openwms.core.uaa.api.UAAConstants
- UAADistributedConfiguration - Class in org.openwms.core.uaa.app
-
A UAADistributedConfiguration.
- UAADistributedConfiguration() - Constructor for class org.openwms.core.uaa.app.UAADistributedConfiguration
- UAAEventListener - Class in org.openwms.core.uaa.impl
-
A UAAEventListener.
- UAAEventListener() - Constructor for class org.openwms.core.uaa.impl.UAAEventListener
- UAAModuleConfiguration - Class in org.openwms.core.uaa.app
-
A UAAModuleConfiguration.
- UAAModuleConfiguration() - Constructor for class org.openwms.core.uaa.app.UAAModuleConfiguration
- UAAOtlpConfiguration - Class in org.openwms.core.uaa.app
-
A UAAOtlpConfiguration.
- UAAOtlpConfiguration() - Constructor for class org.openwms.core.uaa.app.UAAOtlpConfiguration
- UAAOtlpConfiguration.OtelConfiguration - Class in org.openwms.core.uaa.app
- UAASecurityConfiguration - Class in org.openwms.core.uaa.app
-
A UAASecurityConfiguration.
- UAASecurityConfiguration() - Constructor for class org.openwms.core.uaa.app.UAASecurityConfiguration
- unassignUser(String, String) - Method in class org.openwms.core.uaa.impl.RoleServiceImpl
-
Unassign an assigned
User
from aRole
. - unassignUser(String, String) - Method in interface org.openwms.core.uaa.RoleService
-
Unassign an assigned
User
from aRole
. - unassignUser(String, String) - Method in class org.openwms.core.uaa.RoleController
- UNLOCKED - Enum constant in enum class org.openwms.core.uaa.impl.UserEvent.EventType
- update(User, User) - Method in interface org.openwms.core.uaa.impl.UserUpdater
-
Update the given
existingInstance
partially with the contents ofnewInstance
. - update(User, User) - Method in class org.openwms.core.uaa.impl.EmailUpdater
- update(User, User) - Method in class org.openwms.core.uaa.impl.UserBasicFieldUpdater
-
Update the given
existingInstance
partially with the contents ofnewInstance
. - updatePassword(String, CharSequence) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
-
Update the password of the
User
. - updatePassword(String, CharSequence) - Method in interface org.openwms.core.uaa.UserService
-
Update the password of the
User
. - updatePassword(String, PasswordString) - Method in class org.openwms.core.uaa.UserController
- uploadImageFile(String, byte[]) - Method in class org.openwms.core.uaa.impl.UserServiceImpl
- uploadImageFile(String, byte[]) - Method in interface org.openwms.core.uaa.UserService
- user - Variable in class org.openwms.core.uaa.impl.Email
-
Unique identifier of the
Email
(not nullable). - user - Variable in class org.openwms.core.uaa.impl.UserPassword
-
User
assigned to this password. - user - Variable in class org.openwms.core.uaa.impl.UserWrapper
- User - Class in org.openwms.core.uaa.impl
-
An User represents a human user of the system.
- User() - Constructor for class org.openwms.core.uaa.impl.User
-
Dear JPA...
- User(String) - Constructor for class org.openwms.core.uaa.impl.User
-
Create a new User with an username.
- User(String, String) - Constructor for class org.openwms.core.uaa.impl.User
-
Create a new User with a username.
- USER_ALREADY_EXISTS - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if an User to persist already exists.
- USER_PW_INVALID - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if changing a User's password was requested, but the new password does not match the defined password rules.
- USER_SAVE_NOT_BE_NULL - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if saving a User was requested with
null
argument. - USER_WITH_NAME_NOT_EXIST - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if an User has been looked up but hasn't been found.
- USER_WITH_PK_NOT_EXIST - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if an User has been looked up but hasn't been found.
- USER_WITH_PKEY_ALREADY_EXISTS - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if an User to persist already exists.
- USER_WITH_PKEY_NOT_EXIST - Static variable in class org.openwms.core.uaa.MessageCodes
-
Thrown if an User has been looked up but hasn't been found.
- User.PasswordComparator - Class in org.openwms.core.uaa.impl
-
A PasswordComparator sorts UserPassword by date ascending.
- UserBasicFieldUpdater - Class in org.openwms.core.uaa.impl
-
A UserBasicFieldUpdater.
- UserBasicFieldUpdater() - Constructor for class org.openwms.core.uaa.impl.UserBasicFieldUpdater
- userCache - Variable in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- UserController - Class in org.openwms.core.uaa
-
An UserController represents a RESTful access to
User
s. - UserController(Translator, UserService, UserMapper, RoleMapper, SecurityObjectMapper) - Constructor for class org.openwms.core.uaa.UserController
- userDetails - Variable in class org.openwms.core.uaa.api.UserVO
-
More specific details of the User.
- userDetails - Variable in class org.openwms.core.uaa.impl.User
-
More detail information of the User.
- UserDetails - Class in org.openwms.core.uaa.impl
-
Detailed information about an
User
. - UserDetails() - Constructor for class org.openwms.core.uaa.impl.UserDetails
- UserDetails.Gender - Enum Class in org.openwms.core.uaa.impl
-
The
User
s gender. - userDetailsMapper - Variable in class org.openwms.core.uaa.impl.UserMapperImpl
- UserDetailsMapper - Interface in org.openwms.core.uaa
-
A UserDetailsMapper.
- UserDetailsMapperImpl - Class in org.openwms.core.uaa.impl
- UserDetailsMapperImpl() - Constructor for class org.openwms.core.uaa.impl.UserDetailsMapperImpl
- UserDetailsVO - Class in org.openwms.core.uaa.api
-
A UserDetailsVO encapsulates less relevant details of an User.
- UserDetailsVO() - Constructor for class org.openwms.core.uaa.api.UserDetailsVO
- UserEvent - Class in org.openwms.core.uaa.impl
-
A UserEvent.
- UserEvent(User, UserEvent.EventType) - Constructor for class org.openwms.core.uaa.impl.UserEvent
- UserEvent.EventType - Enum Class in org.openwms.core.uaa.impl
- UserHolder - Interface in org.openwms.core.uaa.impl
-
An UserHolder exposes an
User
instance to it's clients. - userMapper - Variable in class org.openwms.core.uaa.impl.RoleMapperImpl
- userMapper - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- userMapper - Variable in class org.openwms.core.uaa.UserController
- UserMapper - Interface in org.openwms.core.uaa
-
A UserMapper.
- UserMapperImpl - Class in org.openwms.core.uaa.impl
- UserMapperImpl(EmailMapper, UserDetailsMapper) - Constructor for class org.openwms.core.uaa.impl.UserMapperImpl
- username - Variable in class org.openwms.core.uaa.api.UserVO
-
The User's unique name.
- username - Variable in class org.openwms.core.uaa.impl.SecureUser
- username - Variable in class org.openwms.core.uaa.impl.User
-
Unique identifier of this User (not nullable).
- UserPassword - Class in org.openwms.core.uaa.impl
-
Is a representation of an
User
together with her password. - UserPassword() - Constructor for class org.openwms.core.uaa.impl.UserPassword
-
Dear JPA...
- UserPassword(User, String) - Constructor for class org.openwms.core.uaa.impl.UserPassword
-
Create a new
UserPassword
. - userRepository - Variable in class org.openwms.core.uaa.impl.GrantServiceImpl
- UserRepository - Interface in org.openwms.core.uaa.impl
-
An UserRepository offers functionality regarding
User
entity classes. - users - Variable in class org.openwms.core.uaa.api.RoleVO.Builder
- users - Variable in class org.openwms.core.uaa.api.RoleVO
-
All Users assigned to the Role.
- users - Variable in class org.openwms.core.uaa.impl.Role
-
All
User
s assigned to the Role. - users(Set<UserVO>) - Method in class org.openwms.core.uaa.api.RoleVO.Builder
- userService - Variable in class org.openwms.core.uaa.impl.RoleServiceImpl
- userService - Variable in class org.openwms.core.uaa.impl.SecurityContextUserServiceImpl
- userService - Variable in class org.openwms.core.uaa.UserController
- UserService - Interface in org.openwms.core.uaa
-
An UserService offers functionality according to the handling with
User
s. - UserServiceImpl - Class in org.openwms.core.uaa.impl
-
An UserServiceImpl is a Spring managed transactional implementation of the
UserService
. - UserServiceImpl(UserRepository, GrantRepository, RoleService, PasswordEncoder, Translator, Validator, UserMapper, PluginRegistry<UserUpdater, String>, ApplicationEventPublisher, String, String) - Constructor for class org.openwms.core.uaa.impl.UserServiceImpl
- userSetToUserVOSet(Set<User>) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- userUpdater - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- UserUpdater - Interface in org.openwms.core.uaa.impl
-
A UserUpdater.
- UserVO - Class in org.openwms.core.uaa.api
-
A UserVO is the representation of a human User with all attributes of interest.
- UserVO() - Constructor for class org.openwms.core.uaa.api.UserVO
- UserVO(String) - Constructor for class org.openwms.core.uaa.api.UserVO
- userVOSetToUserSet(Set<UserVO>) - Method in class org.openwms.core.uaa.impl.RoleMapperImpl
- UserWrapper - Class in org.openwms.core.uaa.impl
-
An UserWrapper is used as an adapter between
Role
s,SecurityObject
s and Spring'sGrantedAuthority
objects. - UserWrapper(User) - Constructor for class org.openwms.core.uaa.impl.UserWrapper
-
Create a new UserWrapper.
V
- validateAgainstPasswordHistory(String, PasswordEncoder) - Method in class org.openwms.core.uaa.impl.User
-
Check whether the new password is in the history of former passwords.
- ValidationGroups - Interface in org.openwms.core.uaa.api
-
A ValidationGroups.
- ValidationGroups.Create - Interface in org.openwms.core.uaa.api
-
Marker interface to validate on creation.
- ValidationGroups.Modify - Interface in org.openwms.core.uaa.api
-
Marker interface to validate on modification.
- validator - Variable in class org.openwms.core.uaa.impl.UserServiceImpl
- valueOf(String) - Static method in enum class org.openwms.core.uaa.impl.GrantEvent.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openwms.core.uaa.impl.RoleEvent.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openwms.core.uaa.impl.UserDetails.Gender
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openwms.core.uaa.impl.UserEvent.EventType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openwms.core.uaa.impl.GrantEvent.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openwms.core.uaa.impl.RoleEvent.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openwms.core.uaa.impl.UserDetails.Gender
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openwms.core.uaa.impl.UserEvent.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wipePassword() - Method in class org.openwms.core.uaa.impl.User
-
Set the
password
andpersistedPassword
to null. - withDescription(String) - Method in class org.openwms.core.uaa.impl.Role.Builder
-
Add a description text to the Role.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form