Package com.appiancorp.suiteapi.security.auth
package com.appiancorp.suiteapi.security.auth
-
ClassDescriptionImplements the Spring
UserDetails
interface and holds Appian-specific data about a user.Retrieves the user data fromUserProfileService
and returns an instance ofAppianUserDetails
.The AuthenticationProviderWrapper contains an AuthenticationProvider to which it delegates the actual authentication of an AuthenticationToken.This enumeration specifies the different states that a user's password can have in Appian.This exception could be thrown by anAuthenticationProvider
to stop authenticating against other availableAuthenticationProvider
s and immediately fail authentication.