Uses of Class
org.opends.server.api.AuthenticationPolicyState
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
-
Uses of AuthenticationPolicyState in org.opends.server.api
Modifier and TypeMethodDescriptionabstract AuthenticationPolicyState
AuthenticationPolicy.createAuthenticationPolicyState
(Entry userEntry, long time, ServerContext serverContext) Returns an authentication policy state object for the provided user using the specified time as the basis for all time-based state logic (such as expiring passwords).AuthenticationPolicy.createAuthenticationPolicyState
(Entry userEntry, ServerContext serverContext) Returns the authentication policy state object for the provided user using the current time as the basis for all time-based state logic (such as expiring passwords).static AuthenticationPolicyState
AuthenticationPolicyState.forUser
(Entry userEntry, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy state for the user provided user.static AuthenticationPolicyState
AuthenticationPolicyState.forUser
(Entry userEntry, ServerContext serverContext) Returns the authentication policy state for the user provided user. -
Uses of AuthenticationPolicyState in org.opends.server.core
Modifier and TypeClassDescriptionfinal class
This class provides a data structure for holding password policy state information for a user account.