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
-
Constructor Summary
ConstructorDescriptionUserIdentificationInfo
(String userName) UserIdentificationInfo
(String userName, String password) UserIdentificationInfo
(UserIdentificationInfo savedIdent) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the name of the Authentication Plugin used to get user identity (FORM,BASIC,CAS2 ...).getToken()
void
setAuthPluginName
(String authPluginName) void
setCredentialsChecked
(boolean credentialsChecked) void
setPassword
(String password) void
void
setUserName
(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
-