Interface Credential

All Known Implementing Classes:
IdPasswordCredential, RememberMeTokenCredential, SimpleAuthTokenCredential

public interface Credential
  • Field Details

    • FACTOR_AUTHENTICATION_PROCESS_TYPE

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

    • getId

      String getId()
    • getAuthenticationFactor

      Object getAuthenticationFactor(String name)
    • setAuthenticationFactor

      void setAuthenticationFactor(String name, Object value)