Interface Credential

All Known Implementing Classes:
IdPasswordCredential, RememberMeTokenCredential, SimpleAuthTokenCredential

public interface Credential
  • Field Details Link icon

    • FACTOR_AUTHENTICATION_PROCESS_TYPE Link icon

      static final String FACTOR_AUTHENTICATION_PROCESS_TYPE
      authenticationFactorにAuthenticationProcessTypeをセットする際のキー名
      See Also:
  • Method Details Link icon

    • getId Link icon

      String getId()
    • getAuthenticationFactor Link icon

      Object getAuthenticationFactor(String name)
    • setAuthenticationFactor Link icon

      void setAuthenticationFactor(String name, Object value)