Package org.iplass.mtp.auth.login
Interface Credential
- All Known Implementing Classes:
IdPasswordCredential
,RememberMeTokenCredential
,SimpleAuthTokenCredential
public interface Credential
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
authenticationFactorにAuthenticationProcessTypeをセットする際のキー名 -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAuthenticationFactor
(String name, Object value)
-
Field Details
-
FACTOR_AUTHENTICATION_PROCESS_TYPE
authenticationFactorにAuthenticationProcessTypeをセットする際のキー名- See Also:
-
-
Method Details
-
getId
String getId() -
getAuthenticationFactor
-
setAuthenticationFactor
-