Uses of Interface
org.codelibs.fess.entity.FessUser
Packages that use FessUser
-
Uses of FessUser in org.codelibs.fess.app.web.base.login
Classes in org.codelibs.fess.app.web.base.login that implement FessUserModifier and TypeClassDescriptionstatic classEntra ID user implementation providing user information and permissions.static classOpenID Connect user implementation.static classRepresents a SAML user.Methods in org.codelibs.fess.app.web.base.login that return types with arguments of type FessUserModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<FessUser> FessLoginAssist.doAuthenticateLocal(String username, String plainPassword) Authenticates a local user by username and plaintext password using thePasswordHashHelper(BCrypt with legacy hex-digest fallback) and performs best-effort lazy re-hashing for credentials stored in an older format.protected org.dbflute.optional.OptionalEntity<FessUser> FessLoginAssist.doFindLoginUser(String username) Finds a login user by username.protected org.dbflute.optional.OptionalEntity<FessUser> FessLoginAssist.doFindLoginUser(String username, String cipheredPassword) Deprecated.Methods in org.codelibs.fess.app.web.base.login with parameters of type FessUserModifier and TypeMethodDescriptionprotected org.codelibs.fess.mylasta.action.FessUserBeanFessLoginAssist.createUserBean(FessUser user) Creates a user bean from the given user entity.protected voidFessLoginAssist.saveLoginHistory(FessUser user, org.codelibs.fess.mylasta.action.FessUserBean userBean, org.lastaflute.web.login.option.LoginSpecifiedOption option) Saves the login history for the given user.Method parameters in org.codelibs.fess.app.web.base.login with type arguments of type FessUserModifier and TypeMethodDescription<CREDENTIAL extends org.lastaflute.web.login.credential.LoginCredential>
voidFessLoginAssist.LoginCredentialResolver.resolve(Class<CREDENTIAL> credentialType, Function<CREDENTIAL, org.dbflute.optional.OptionalEntity<FessUser>> oneArgLambda) Resolves credentials of the specified type using the provided function. -
Uses of FessUser in org.codelibs.fess.ldap
Classes in org.codelibs.fess.ldap that implement FessUserMethods in org.codelibs.fess.ldap that return types with arguments of type FessUser
FessLoginAssist.doAuthenticateLocal(String, String)with the plaintext password.