Class | Description |
---|---|
BasicUserDetailsContextMapper |
This class implements very basic conversion from a Spring LDAP
DirContextOperations
bean to a UserDetails bean. |
CompositeSessionAuthenticationStrategy |
Allows multiple
SessionAuthenticationStrategy implementations to be executed as a single
SessionAuthenticationStrategy . |
RegexDelegatingUserDetailsService |
This class decorates another
UserDetailsService implementation, allowing for a regular
expression to be used to extract the username from the value passed into
RegexDelegatingUserDetailsService.loadUserByUsername(String) . |
Exception | Description |
---|---|
TemporaryCredentialsExpiredException |
Thrown if an authentication request is rejected because the account's
temporary credentials have expired.
|
TemporaryPasswordException |
Thrown if an authentication request is rejected because it's using an account's
temporary credentials but cannot be redirected to the interface that
allows to enter a new password.
|
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.