Package org.ametys.core.authentication
Class Credentials
java.lang.Object
org.ametys.core.authentication.Credentials
Credentials represents the characteristics of a user needed to log him
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
_login
The login
-
-
Constructor Details
-
Credentials
Create credentials- Parameters:
login
- Login of the user
-
-
Method Details
-
getLogin
Returns the login. Can not be null.- Returns:
- the login
-