Package com.appiancorp.suiteapi.security.auth


package com.appiancorp.suiteapi.security.auth
  • Class
    Description
    Implements the Spring UserDetails interface and holds Appian-specific data about a user.
    Retrieves the user data from UserProfileService and returns an instance of AppianUserDetails.
    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 an AuthenticationProvider to stop authenticating against other available AuthenticationProviders and immediately fail authentication.