Package org.nuxeo.ecm.platform.api.login
Class UserIdentificationInfo
java.lang.Object
org.nuxeo.ecm.platform.api.login.UserIdentificationInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeycloakUserInfo
Encapsulates some information about a user and how it must be authenticated.
- Author:
- Thierry Delprat
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserIdentificationInfo(String userName) UserIdentificationInfo(String userName, String password) UserIdentificationInfo(UserIdentificationInfo savedIdent) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the name of the Authentication Plugin used to get user identity (FORM,BASIC,CAS2 ...).getToken()voidsetAuthPluginName(String authPluginName) voidsetCredentialsChecked(boolean credentialsChecked) voidsetPassword(String password) voidvoidsetUserName(String userName)
-
Field Details
-
userName
-
password
-
credentialsChecked
protected boolean credentialsChecked- Since:
- 11.1
-
token
-
authPluginName
-
-
Constructor Details
-
UserIdentificationInfo
-
UserIdentificationInfo
-
UserIdentificationInfo
-
-
Method Details
-
getAuthPluginName
Returns the name of the Authentication Plugin used to get user identity (FORM,BASIC,CAS2 ...). -
setAuthPluginName
-
getPassword
-
setPassword
-
getUserName
-
setUserName
-
credentialsChecked
public boolean credentialsChecked()- Since:
- 11.1
-
setCredentialsChecked
public void setCredentialsChecked(boolean credentialsChecked) - Since:
- 11.1
-
getToken
-
setToken
-