Class | Description |
---|---|
AppianUserDetails |
Implements the Spring
UserDetails interface and holds Appian-specific data about a user. |
AppianUserDetailsService |
Retrieves the user data from
UserProfileService and returns an instance of
AppianUserDetails . |
AuthenticationProviderWrapper |
The AuthenticationProviderWrapper contains an AuthenticationProvider to which it delegates the actual
authentication of an AuthenticationToken.
|
Enum | Description |
---|---|
PasswordStatus |
This enumeration specifies the different states that a user's password can have in Appian.
|
Exception | Description |
---|---|
TerminateAuthenticationChainException |
This exception could be thrown by an
AuthenticationProvider
to stop authenticating against other available AuthenticationProvider s and
immediately fail authentication. |
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.