Class LocalUserCredential
java.lang.Object
org.lastaflute.web.login.credential.UserPasswordCredential
org.codelibs.fess.app.web.base.login.LocalUserCredential
- All Implemented Interfaces:
FessCredential,org.lastaflute.web.login.credential.LoginCredential
public class LocalUserCredential
extends org.lastaflute.web.login.credential.UserPasswordCredential
implements FessCredential
The credential for a local user.
-
Field Summary
Fields inherited from class org.lastaflute.web.login.credential.UserPasswordCredential
password, user -
Constructor Summary
ConstructorsConstructorDescriptionLocalUserCredential(String user, String password) Creates a new LocalUserCredential with the specified user and password. -
Method Summary
Methods inherited from class org.lastaflute.web.login.credential.UserPasswordCredential
getPassword, getUser, toString
-
Constructor Details
-
LocalUserCredential
Creates a new LocalUserCredential with the specified user and password.- Parameters:
user- the usernamepassword- the password
-
-
Method Details
-
getUserId
Description copied from interface:FessCredentialGets the user ID for this credential.- Specified by:
getUserIdin interfaceFessCredential- Returns:
- The user ID.
-