A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

A

A128CBC_HS256 - org.forgerock.json.jose.jwe.EncryptionMethod
AES encryption in CBC mode with PKCS5 Padding and a 128 bit length, AES encryption for CEK, HMAC using SHA-256 hash algorithm for authentication tag.
A128GCM - org.forgerock.json.jose.jwe.EncryptionMethod
AES encryption in Galois Counter Mode (GCM) with a 128 bit key length.
A128KW - org.forgerock.json.jose.jwe.JweAlgorithm
AES-128 KeyWrap.
A192CBC_HS384 - org.forgerock.json.jose.jwe.EncryptionMethod
AES encryption in CBC mode with PKCS5 Padding and a 192 bit length, AES encryption for CEK, HMAC using SHA-384 hash algorithm for the authentication tag.
A192GCM - org.forgerock.json.jose.jwe.EncryptionMethod
AES encryption in Galois Counter Mode (GCM) with a 192 bit key length.
A192KW - org.forgerock.json.jose.jwe.JweAlgorithm
AES-192 KeyWrap.
A256CBC_HS512 - org.forgerock.json.jose.jwe.EncryptionMethod
AES encryption in CBC mode with PKCS5 Padding and a 256 bit length, AES encryption for CEK, HMAC using SHA-256 hash algorithm for authentication tag.
A256GCM - org.forgerock.json.jose.jwe.EncryptionMethod
AES encryption in Galois Counter Mode (GCM) with a 256 bit key length.
A256KW - org.forgerock.json.jose.jwe.JweAlgorithm
AES-256 KeyWrap.
abandon() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns a Completable which, once subscribed, will attempt to abandon the operation.
ABANDON - org.forgerock.opendj.ldap.messages.Request.RequestType
 
abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Abandons the unfinished operation identified in the provided abandon request.
abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
Abandon operations are not supported because operations are performed synchronously and the ID of the request to be abandoned cannot be determined.
abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Abandons the unfinished operation identified in the provided abandon request.
AbandonRequest - Interface in org.forgerock.opendj.ldap.messages
The Abandon operation allows a client to request that the server abandon an uncompleted operation.
abort() - Method in class com.sun.identity.authentication.AuthContext
Terminates an ongoing login call that has not yet completed.
abort() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Terminates an ongoing login call that has not yet completed.
ABSTRACT - org.forgerock.opendj.ldap.schema.ObjectClassType
The objectclass type that to use for classes declared "abstract".
AbstractAsynchronousConnection - Class in org.forgerock.json.resource
An abstract connection whose synchronous methods are implemented in terms of asynchronous methods.
AbstractAsynchronousConnection - Class in org.forgerock.opendj.ldap
An abstract connection whose synchronous methods are implemented in terms of asynchronous methods.
AbstractAsynchronousConnection() - Constructor for class org.forgerock.json.resource.AbstractAsynchronousConnection
Creates a new abstract asynchronous connection.
AbstractAsynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Creates a new abstract asynchronous connection.
AbstractAttribute - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Attribute interface, to minimize the effort required to implement this interface.
AbstractAttribute() - Constructor for class org.forgerock.opendj.ldap.AbstractAttribute
Sole constructor.
AbstractConnection - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Connection interface, to minimize the effort required to implement this interface.
AbstractConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractConnection
Creates a new abstract connection.
AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.json.resource
An abstract base class from which connection wrappers may be easily implemented.
AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.opendj.ldap
An abstract base class from which connection wrappers may be easily implemented.
AbstractConnectionWrapper(C) - Constructor for class org.forgerock.json.resource.AbstractConnectionWrapper
Creates a new connection wrapper.
AbstractConnectionWrapper(C) - Constructor for class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Creates a new connection wrapper.
AbstractContext - Class in org.forgerock.services.context
A base implementation of the Context interface.
AbstractContext(String, String, Context) - Constructor for class org.forgerock.services.context.AbstractContext
Constructs a new AbstractContext.
AbstractContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.AbstractContext
Creates a new context from the JSON representation of a previously persisted context.
AbstractContext(Context, String) - Constructor for class org.forgerock.services.context.AbstractContext
Constructs a new AbstractContext with a null id.
AbstractDecisionNode - Class in org.forgerock.openam.auth.node.api
An abstract node implementation for nodes that result in a simple true-false outcome.
AbstractDecisionNode() - Constructor for class org.forgerock.openam.auth.node.api.AbstractDecisionNode
 
AbstractDecisionNode.OutcomeProvider - Class in org.forgerock.openam.auth.node.api
Provides a static set of outcomes for decision nodes.
AbstractEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Deprecated.
Use ContentEncryptionHandler instead.
AbstractEncryptionHandler() - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
Deprecated.
 
AbstractEntry - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Entry interface, to minimize the effort required to implement this interface.
AbstractEntry() - Constructor for class org.forgerock.opendj.ldap.AbstractEntry
Default constructor.
AbstractExtendedRequest<ER extends ExtendedRequest<S>,​S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
An abstract Extended request which can be used as the basis for implementing new Extended operations.
AbstractExtendedRequest() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
Creates a new abstract extended request.
AbstractExtendedRequest(ExtendedRequest<S>) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
Creates a new extended request that is an exact copy of the provided request.
AbstractExtendedResult<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
An abstract Extended result which can be used as the basis for implementing new Extended operations.
AbstractExtendedResult(ExtendedResult) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
Creates a new extended result that is an exact copy of the provided result.
AbstractExtendedResult(ResultCode) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
Creates a new extended result using the provided result code.
AbstractExtendedResultDecoder<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
This class provides a skeletal implementation of the ExtendedResultDecoder interface, to minimize the effort required to implement this interface.
AbstractExtendedResultDecoder() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
Creates a new abstract extended result decoder.
AbstractIntermediateResponse<S extends IntermediateResponse> - Class in org.forgerock.opendj.ldap.messages
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.
AbstractIntermediateResponse() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
Creates a new intermediate response.
AbstractIntermediateResponse(IntermediateResponse) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
Creates a new intermediate response that is an exact copy of the provided response.
AbstractJwtBuilder - Class in org.forgerock.json.jose.builders
A base implementation for all JwtBuilders that provides the basis of the JWT builder methods.
AbstractJwtBuilder() - Constructor for class org.forgerock.json.jose.builders.AbstractJwtBuilder
 
AbstractJwtSessionModule<C extends JwtSessionCookie> - Class in org.forgerock.jaspi.modules.session.jwt
A JASPI Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.
AbstractKbaStage<C extends AbstractKbaStageConfig<?>> - Class in org.forgerock.selfservice.stages.kba
Base class for KBA stages.
AbstractKbaStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.kba.AbstractKbaStage
Constructs a new AbstractKbaStage.
AbstractKbaStageConfig<C extends AbstractKbaStageConfig<C>> - Class in org.forgerock.selfservice.stages.kba
Defines the common configurations for the KBA stages.
AbstractKbaStageConfig(KbaConfig) - Constructor for class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Creates a new AbstractKbaStageConfig.
AbstractMapEntry<M extends Map<AttributeDescription,​Attribute>> - Class in org.forgerock.opendj.ldap
Abstract implementation for Map based entries.
AbstractMapEntry(Dn, M) - Constructor for class org.forgerock.opendj.ldap.AbstractMapEntry
Creates an empty entry using the provided distinguished name and Map.
AbstractNodeAmPlugin - Class in org.forgerock.openam.auth.node.api
A convenient base class for AmPlugins that provide authentication nodes.
AbstractNodeAmPlugin() - Constructor for class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
 
AbstractOrderingMatchingRuleImpl - Class in org.forgerock.opendj.ldap.schema
This class implements a default ordering matching rule that matches normalized values in byte order.
AbstractOrderingMatchingRuleImpl(String) - Constructor for class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
Creates an instance of the ordering matching rule.
AbstractRequestHandler - Class in org.forgerock.json.resource
Deprecated.
RequestHandler now has default methods which implement the not-supported behavior. This class is here for transition from pre-JDK8 impelementations.
AbstractRequestHandler() - Constructor for class org.forgerock.json.resource.AbstractRequestHandler
Deprecated.
Creates a new abstract request handler.
AbstractRequestVisitor<R,​P,​E extends Exception> - Class in org.forgerock.opendj.ldap.messages
Abstract class that implements the RequestVisitor interface.
AbstractRequestVisitor() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
AbstractRouter<T extends AbstractRouter<T,​R,​H,​D>,​R,​H,​D> - Class in org.forgerock.services.routing
An abstract base class for implementing routers.
AbstractRouter() - Constructor for class org.forgerock.services.routing.AbstractRouter
Creates a new abstract router with no routes defined.
AbstractRouter(AbstractRouter<T, R, H, D>) - Constructor for class org.forgerock.services.routing.AbstractRouter
Creates a new router containing the same routes and default route as the provided router.
AbstractSetCookieHeader - Class in org.forgerock.http.header
An abstract SetCookieHeader class for SetCookieHeader and SetCookie2Header.
AbstractSetCookieHeader() - Constructor for class org.forgerock.http.header.AbstractSetCookieHeader
 
AbstractSynchronousConnection - Class in org.forgerock.opendj.ldap
An abstract connection whose asynchronous methods are implemented in terms of synchronous methods.
AbstractSynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractSynchronousConnection
Creates a new abstract synchronous connection.
accept() - Method in interface org.forgerock.openam.auth.node.api.TreeHook
Main method that will contain the logic that needs to be executed when the session hook is called.
accept() - Method in interface org.forgerock.opendj.io.RxServerSocket
Returns a "cold" Single which will accept the next client connection each time it is subscribed.
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.ActionRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.CreateRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.DeleteRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.PatchRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.QueryRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.ReadRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.Request
Applies a RequestVisitor to this Request.
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.UpdateRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in interface org.forgerock.opendj.ldap.messages.Request
Applies a RequestVisitor to this Request.
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
 
accept(QueryFilterVisitor<R, P, F>, P) - Method in class org.forgerock.util.query.QueryFilter
Applies a QueryFilterVisitor to this QueryFilter.
accept(T) - Method in class org.forgerock.http.protocol.MdcAwareConsumer
 
accept(T) - Method in interface org.forgerock.util.Consumer
Consume the value.
ACCEPT_HEADER - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Accept header.
AcceptApiVersionHeader - Class in org.forgerock.http.header
Processes the Accept-API-Version message header.
AcceptApiVersionHeader(Version, Version) - Constructor for class org.forgerock.http.header.AcceptApiVersionHeader
Constructs a new header, initialized with the specified protocol and resource versions.
ACCEPTED - Static variable in class org.forgerock.http.protocol.Status
The 202 (Accepted) status code indicates that the request has been accepted for processing, but the processing has not been completed.
acceptedOrigin(String) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Adds an accepted origin to this configuration (case insensitive).
acceptHeaders(Predicate<Set<String>>) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Will accept the set of headers accepted by the given predicate.
AcceptLanguageHeader - Class in org.forgerock.http.header
A header class representing the Accept-Language HTTP header.
acceptMethods(Predicate<String>) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Will accept any method accepted by the given predicate.
acceptOrigin(String) - Method in class org.forgerock.http.filter.cors.CorsPolicy
Returns true if this policy is applicable for the given origin.
acceptOrigin(Predicate<String>) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
This configuration accepts whatever origin is accepted by the given predicate.
access(Level, String, String[], Object) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Logs message to the access logs.
access(Level, String, String[], Object, Map) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Writes access to a component into a log.
ACCESS_SUBJECT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for access-subject URI
ACCESS_TOKEN - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
The access token issued by the authorization server.
accessDenied(String) - Static method in class org.forgerock.authz.filter.api.AuthorizationResult
Creates a new AuthorizationResult instance which indicates that access to the request protected resource is denied, for the given reason.
accessDenied(String, JsonValue) - Static method in class org.forgerock.authz.filter.api.AuthorizationResult
Creates a new AuthorizationResult instance which indicates that access to the request protected resource is denied, for the given reason and detail.
accessPermitted() - Static method in class org.forgerock.authz.filter.api.AuthorizationResult
Creates a new AuthorizationResult instance which indicates that access to the requested protected resource is allowed.
accessToken(String) - Method in class org.forgerock.am.oauth2.AccessTokenResponse.Builder
Sets the access token.
AccessToken - Interface in org.forgerock.oauth2.core
Models an OAuth2 access token.
AccessTokenException - Exception in org.forgerock.am.oauth2
The exception thrown when creating OAuth2 token using client credential grant type.
AccessTokenException - Exception in org.forgerock.http.oauth2
Represents an exception whilst retrieving an OAuth2 access token.
AccessTokenException(Exception) - Constructor for exception org.forgerock.am.oauth2.AccessTokenException
Constructs a new access token exception.
AccessTokenException(String) - Constructor for exception org.forgerock.http.oauth2.AccessTokenException
Builds an AccessTokenException with a given message.
AccessTokenException(String, Exception) - Constructor for exception org.forgerock.http.oauth2.AccessTokenException
Builds an AccessTokenException with a given message and cause.
AccessTokenInfo - Class in org.forgerock.http.oauth2
Represents an OAuth2 Access Token.
AccessTokenInfo(JsonValue, String, Set<String>, long) - Constructor for class org.forgerock.http.oauth2.AccessTokenInfo
Build an AccessTokenInfo with the provided information.
AccessTokenModifier - Interface in org.forgerock.oauth2.core.plugins
A plugin or (extension point) that allows modification of the OAuth2 access token before the token is persisted/returned to the client.
AccessTokenRequest - Class in org.forgerock.am.oauth2
Encapsulates all relevant data necessary to represent a request for a new access token.
AccessTokenRequest.Builder - Class in org.forgerock.am.oauth2
Access token request builder.
AccessTokenRequest.GrantType - Enum in org.forgerock.am.oauth2
 
AccessTokenResolver - Interface in org.forgerock.http.oauth2
Resolves a given token against a dedicated OAuth2 Identity Provider (OpenAM, Google, Facebook, ...).
AccessTokenResponse - Class in org.forgerock.am.oauth2
Encapsulates the minted access token along with its contextual data.
AccessTokenResponse.Builder - Class in org.forgerock.am.oauth2
Access token response builder.
AccessTokenService - Interface in org.forgerock.am.oauth2
Access token service is responsible for serving up OAuth2 access tokens along with its contextual data, based on the request having been passed.
ACCOUNT_LOCKED - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the user's account has been locked.
ACCOUNT_LOCKOUT - Static variable in interface com.sun.identity.authentication.spi.AMAuthCallBack
The constant for the ACCOUNT LOCKOUT event type.
AccountProvider - Interface in org.forgerock.openam.authentication.modules.common.mapping
Implementations of this interface provide the means to search for and create users given a map of attributes.
ACCOUNTSTATUS_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The account status.
ACR_VALUES - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
The acr values parameter.
ACS_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
AssertionConsumer service.
ACS_URL_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
AssertionConsumerServiceIndex Parameter
action() - Static method in class org.forgerock.api.models.Action
Creates a new builder for Action.
action(Action) - Method in class org.forgerock.api.models.Items.Builder
Adds one Action to the list of Actions.
action(Action) - Method in class org.forgerock.api.models.Resource.Builder
Adds one Action to the list of Actions.
action(Session, Map<String, Long>, long) - Method in interface com.iplanet.dpro.session.service.QuotaExhaustionAction
Performs an action, when the session quota is exhausted.
action(Context, ActionRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
action(Context, ActionRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Performs an action against a specific resource, or set of resources.
action(Context, ActionRequest) - Method in interface org.forgerock.json.resource.Connection
Performs an action against a specific resource, or set of resources.
Action - Class in com.sun.identity.saml.assertion
This class is designed for Action element in SAML core assertion.
Action - Class in org.forgerock.api.models
Class that represents the Action operation type in API descriptor.
Action - Class in org.forgerock.openam.auth.node.api
Immutable container for the result of processing a node.
Action - Interface in com.sun.identity.saml2.assertion
The Action element specifies an action on the specified resource for which permission is sought.
Action - Interface in com.sun.identity.xacml.context
The Action element specifies information about the action requested in the Request context by listing a sequence of Attribute elements associated with the action.
Action<E extends Exception> - Interface in org.forgerock.util
An Runnable functional interface which can throw a checked Exception.
Action - Annotation Type in org.forgerock.api.annotations
Indicates an CREST action method on an annotated POJO.
Action(String, String) - Constructor for class com.sun.identity.saml.assertion.Action
Convenience constructor of <Action>
Action(Element) - Constructor for class com.sun.identity.saml.assertion.Action
Constructs an action element from an existing XML block.
ACTION - org.forgerock.json.resource.RequestType
An action request.
ACTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ACTION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Action element
ACTION_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for action-id URI
ACTION_ID_CREATE - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the action which is reserved for performing "create" operations.
ACTION_ID_CREATE - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the action which is reserved for performing "create" operations.
ACTION_NAMESPACE - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_NAMESPACE_GHPP - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_NAMESPACE_NEGATION - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
ACTION_NAMESPACE_NEGATION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default namespace attribute for Action.
ACTION_NAMESPACE_UNIX - Static variable in class com.sun.identity.saml.common.SAMLConstants
String used in the ActionNamespace attribute to refer to common sets of actions to perform on resources.
Action.ActionBuilder - Class in org.forgerock.openam.auth.node.api
Builder for the Action.
Action.Builder - Class in org.forgerock.api.models
Builder class for creating the Action.
actionAsync(Context, ActionRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously performs an action against a specific resource, or set of resources.
actionAsync(Context, ActionRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously performs an action against a specific resource, or set of resources.
actionCollection(Context, ActionRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Performs the provided action against the resource collection.
actionCollection(Context, ActionRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Performs the provided action against the resource collection.
ActionDecision - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
ActionDecision(String, Set) - Constructor for class com.sun.identity.policy.ActionDecision
Deprecated.
Constructor
ActionDecision(String, Set, Map, long) - Constructor for class com.sun.identity.policy.ActionDecision
Deprecated.
Constructor
ActionImpl - Class in com.sun.identity.xacml.context.impl
The Action element specifies information about the action requested in the Request context by listing a sequence of Attribute elements associated with the action.
ActionImpl() - Constructor for class com.sun.identity.xacml.context.impl.ActionImpl
Creates a new instance of ActionImpl
ActionImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.ActionImpl
This constructor is used to build Action object from a XML string.
ActionImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.ActionImpl
This constructor is used to build Action object from a block of existing XML that has already been built into a DOM.
actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.am.iot.ThingsResource
 
actionInstance(Context, String, ActionRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Performs the provided action against a resource within the collection.
actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Performs the provided action against a resource within the collection.
actionInstance(Context, ActionRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Performs the provided action against the single resource instance.
ActionRequest - Interface in org.forgerock.json.resource
An implementation specific action, or operation, upon a JSON resource.
ActionResponse - Interface in org.forgerock.json.resource
Response object for JSON responses.
actions - Variable in class org.forgerock.am.config.Listener
 
actions(List<Action>) - Method in class org.forgerock.api.models.Items.Builder
Set Actions.
actions(List<Action>) - Method in class org.forgerock.api.models.Resource.Builder
Set Actions.
Actions - Annotation Type in org.forgerock.api.annotations
Declare an array of Action operations from a single method.
active(SecretsProvider, Purpose<T>, Clock) - Static method in class org.forgerock.secrets.SecretReference
Creates a reference to the active secret for the given purpose using the given secrets provider.
ACTOR - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
SOAP actor attribute name
ACTOR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for actor attribute
adapt(MessageInfoContext) - Static method in class org.forgerock.caf.authentication.framework.JaspiAdapters
Adapts an MessageContextInfo into a JASPI MessageInfo.
adaptDecodeException(DecodeException) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
 
adaptDecodeException(DecodeException) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
Creates a new extended operation error result using the provided decoding exception.
adaptSchemaForValidation(Schema) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns a strict view of the provided schema if the this policy is configured to check attributes and object class, or a non-strict view of the schema if not.
add(int, E) - Method in class org.forgerock.util.LazyList
Inserts the specified element at the specified position in this list.
add(int, E) - Method in class org.forgerock.util.ListDecorator
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value to the list.
add(int, String, String) - Method in class org.forgerock.http.header.WarningHeader
Constructs a new header with the warnings defined in this WarningHeader in addition to the provided warning.
add(int, String, String, Date) - Method in class org.forgerock.http.header.WarningHeader
Constructs a new header with the warnings defined in this WarningHeader in addition to the provided warning.
add(AtomicLong, long) - Static method in class com.forgerock.rxjava3.intern.util.BackpressureHelper
Atomically adds the positive value n to the requested value in the AtomicLong and caps the result at Long.MAX_VALUE and returns the previous value.
add(E) - Method in interface org.forgerock.bloomfilter.BloomFilter
Adds the specified element to this set if it is not already possibly present.
add(E) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Adds a single occurrence of the specified element to this multiset.
add(E) - Method in class org.forgerock.http.util.SetDecorator
Adds the specified element to the set if it is not already present (optional operation).
add(E) - Method in class org.forgerock.util.LazyList
Appends the specified element to the end of this list.
add(E) - Method in class org.forgerock.util.ListDecorator
Appends the specified element to the end of this list.
add(E, int) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Adds a number of occurrences of an element to this multiset.
add(Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value to the end of the list.
add(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
add(Object...) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the provided attribute values to this attribute if they are not already present (optional operation).
add(String) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided lines of LDIF.
add(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided lines of LDIF.
add(String, Object) - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Adds the specified value.
add(String, Object) - Method in class org.forgerock.http.protocol.Headers
A script compatible add method that will accept a Header, String, Collection<String> and String[] value.
add(String, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value.
add(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "add" patch operation which will add the provided value(s) to the specified field.
add(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new modification for adding an attribute with the provided description and values.
add(String, JsonValue) - Method in interface org.forgerock.selfservice.core.ProcessStore
Adds the state into the store against the key.
add(K, V) - Method in class org.forgerock.http.util.MultiValueMap
Adds the specified value to the list for the specified key.
add(Warning) - Method in class org.forgerock.http.header.WarningHeader
Constructs a new header with the warnings defined in this WarningHeader in addition to the provided warning.
add(Header) - Method in class org.forgerock.http.protocol.Headers
An add method to add a particular Header instance.
add(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Adds the value identified by the specified pointer, relative to this value as root.
add(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "add" patch operation which will add the provided value(s) to the specified field.
add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds value to this attribute if it is not already present (optional operation).
add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds the provided entry to the Directory Server.
add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
Adds the provided entry to the Directory Server.
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided add request.
add(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided add request.
add(AddRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Adds an entry to the Directory Server using the provided add request.
add(Context, String) - Method in interface org.forgerock.selfservice.stages.email.EmailVerificationWhitelist
Add the token to the whitelist.
add(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
add(T) - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
add(T) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
ADD - org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
 
ADD - org.forgerock.am.cts.continuous.ChangeType
A new token was added.
ADD - org.forgerock.api.enums.PatchOperation
Adds a field.
ADD - org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Add operation triggered the entry change notification.
ADD - org.forgerock.opendj.ldap.messages.Request.RequestType
 
ADD - org.forgerock.opendj.ldap.ModificationType.Enum
 
ADD - Static variable in class org.forgerock.opendj.ldap.ModificationType
Add the values listed in the modification to the attribute, creating the attribute if necessary.
addActionDecision(ActionDecision) - Method in class com.sun.identity.policy.PolicyDecision
Deprecated.
Adds an action decision to this object if there is already an existing actionDecision associated with the action name in the param actionDecision, merges the values of the new decision with the existing one, changing the time to live for the decision appropriately.
addAdvices(ConditionDecision) - Method in class com.sun.identity.entitlement.ConditionDecision
Deprecated.
addAll(int, Collection<? extends E>) - Method in class org.forgerock.util.LazyList
Inserts all of the elements in the specified collection into this list at the specified position.
addAll(int, Collection<? extends E>) - Method in class org.forgerock.util.ListDecorator
Inserts all of the elements in the specified collection into this list at the specified position.
addAll(Collection<? extends E>) - Method in interface org.forgerock.bloomfilter.BloomFilter
Adds all of the specified elements to this set if they are not possibly already present.
addAll(Collection<? extends E>) - Method in class org.forgerock.http.util.SetDecorator
Adds all of the elements in the specified collection to the set if they're not already present (optional operation).
addAll(Collection<? extends E>) - Method in class org.forgerock.util.LazyList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class org.forgerock.util.ListDecorator
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends String>) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
addAll(Collection<? extends ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
addAll(Collection<? extends ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Collection<? extends T>) - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
addAll(Collection<? extends T>) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
addAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
addAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Map<? extends String, ? extends Object>) - Method in class org.forgerock.http.protocol.Headers
A script compatible addAll method that will accept a Header, String, Collection<String> and String[] value.
addAll(Map<? extends K, Collection<? extends V>>) - Method in class org.forgerock.http.util.MultiValueMap
Adds the specified keys and values from the specified map into this map.
addAll(K, Collection<? extends V>) - Method in class org.forgerock.http.util.MultiValueMap
Adds the specified values to the list for the specified key.
addAll(MultiValueMap<K, V>) - Method in class org.forgerock.http.util.MultiValueMap
Adds the specified keys and values from the specified map into this map.
addAllRoutes(T) - Method in class org.forgerock.services.routing.AbstractRouter
Adds all of the routes defined in the provided router to this router.
addApiInfo(D) - Method in interface org.forgerock.http.ApiProducer
Add common API Info to the descriptor.
addApiInfo(ApiDescription) - Method in class org.forgerock.api.CrestApiProducer
 
addAssertion(AssertionBase) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Adds an Assertion object into the Evidence object.
addAssertionIDReference(AssertionIDReference) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Adds an AssertionIDReference object into the Evidence object.
addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
addAsync(AddRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAttribute(String...) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Adds the provided attribute name(s) to the list of attributes to be included with each entry that matches the search criteria.
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addAttribute(String, Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Adds a configuration parameter to the service configuration.
addAttribute(String, Set<String>) - Method in class com.sun.identity.sm.ServiceInstance
Adds the given attribute name and values to the attribute set.
addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
addAttributeDefaultValues(String, String, String, String, Set) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Adds default values to an existing attribute.
addAttributeIfAbsent(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
addAttributeIfAbsent(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Adds the provided attribute if it is not already present in this Entry and returns null.
addAttributeSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchema
Adds the attribute schema to this service.
addAttributeToMapAsByteArray(Attribute, Map<String, byte[][]>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the Attribute to an attribute name, 2-dimensional byte array map and adds it to the map passed in.
addAttributeToMapAsString(Attribute, Map<String, Set<String>>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the Attribute to an attribute name, set of String values map and adds it to the map passed in.
addAttributeToSchema(ServiceSchema, Node) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Adds new attribute schema to an existing service.
addAttributeToSchema(String, String, String, Node, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Adds new attribute schema to an existing service.
addAttributeToSubSchema(String, String, String, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Adds new attribute schema to a sub schema in an existing service.
addAttributeType(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided attribute type definition to this schema builder.
addAttributeValue(String) - Method in class com.sun.identity.saml.assertion.Attribute
Adds AttributeValue to the Attribute.
addAttributeValue(Element) - Method in class com.sun.identity.saml.assertion.Attribute
Adds AttributeValue to the Attribute.
addAttributeValues(String, String, Set<String>) - Method in class com.sun.identity.sm.OrganizationConfigManager
Adds organization attributes for the service.
addAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Adds an audience to this Condition element
addAudience(String) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Adds an entry to the JWT's intended audience list, in the Claims Set.
addAudience(URI) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Adds an entry to the JWT's intended audience list, in the Claims Set.
addAudienceRestrictionCondition(AudienceRestrictionCondition) - Method in class com.sun.identity.saml.assertion.Conditions
Adds an audience restriction condition within this Conditions Element.
addAuthModule(Class<?>, InputStream) - Method in interface org.forgerock.openam.plugins.PluginTools
Add a new Auth Module - also registers the SMS service.
addCap(long, long) - Static method in class com.forgerock.rxjava3.intern.util.BackpressureHelper
Adds two long values and caps the sum at Long.MAX_VALUE.
addChallenge(String, String, Map<String, String>) - Method in class org.forgerock.http.header.WwwAuthenticateHeader
Add a new challenge.
addChallenge(WwwAuthenticateHeader.Challenge) - Method in class org.forgerock.http.header.WwwAuthenticateHeader
Add a new authentication option.
addChoiceValue(String, String) - Method in class com.sun.identity.sm.AttributeSchema
Adds a choice value and its i18n key to the existing set of choice values.
addCondition(String, Condition) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a new policy condition.
addConfiguration(InputStream) - Method in class com.sun.identity.sm.ServiceConfigManager
Adds instances, global and organization configurations
addConfirmationMethod(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Adds a confirmationMethod to this SubjectConfirmation element.
addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addContinuousQueryListener(ContinuousQueryListener) - Method in interface org.forgerock.am.cts.continuous.ContinuousQuery
Adds a generic listener to the set of objects that will be informed of changes according to the queried filter.
addContinuousQueryListener(ContinuousQueryListener, TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a continuous query against the persistent store using the provided TokenFilter.
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.AbandonRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
addControl(Control) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Adds the provided control to this protocol-op.
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.Request
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.Response
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.UnbindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.AbandonRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
addControls(Iterable<? extends Control>) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Adds the provided controls to this protocol-op.
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.Request
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.Response
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.UnbindRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
 
addCookie(String, String, String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
Add a cookie to the request.
addCookie(String, String, String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Add a cookie to the request.
addCookie(Cookie, HttpServletResponse) - Static method in class org.forgerock.caf.http.Cookie
Adds the provided cookie to the provided HttpServletResponse as a 'Set-Cookie' header.
addCookies(Collection<Cookie>, HttpServletResponse) - Static method in class org.forgerock.caf.http.Cookie
Adds the provided cookies to the provided HttpServletResponse as a 'Set-Cookie' header.
addCustomField(String, JsonValue) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a custom Json snippet.
addDefaultValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Adds a default value to the existing set of default values.
addDefinition(String, RequirementsBuilder) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a definition to the main object.
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.FilterChain
 
addDescriptorListener(Describable.Listener) - Method in interface org.forgerock.services.descriptor.Describable
Add a listener for API Descriptor changes.
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.services.routing.AbstractRouter
 
addDitContentRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided DIT content rule definition to this schema builder.
addDitStructureRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided DIT structure rule definition to this schema builder.
ADDED - org.forgerock.am.config.Listener.ServiceListenerEvent
 
ADDED - Static variable in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Add new configuration.
ADDED - Static variable in interface com.sun.identity.sm.ServiceListener
The change type specifies that the entry has been added.
addEnumerationSyntax(String, String, boolean, String...) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided enumeration syntax definition to this schema builder.
addEventListener(IdEventListener) - Method in class com.sun.identity.idm.AMIdentityRepository
 
addExpireTime - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Adds the actual time the token expires.
addExportedOrganizationNames(Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Adds the organization names to the list of organization names that can import this service configutation.
addExtraData(String, String) - Method in interface org.forgerock.oauth2.core.AccessToken
addExtraData(String, Supplier<String>) - Method in interface org.forgerock.oauth2.core.AccessToken
Stores additional data inside the token.
addExtraJsonData(String, Supplier<JsonValue>) - Method in interface org.forgerock.oauth2.core.AccessToken
Stores additional JSON data inside the token.
addField(String...) - Method in interface org.forgerock.json.resource.ActionRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.CreateRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.DeleteRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.PatchRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.QueryRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.ReadRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.Request
Adds one or more fields which should be included with each JSON resource returned by this request.
addField(String...) - Method in interface org.forgerock.json.resource.UpdateRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ActionRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.CreateRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.DeleteRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.PatchRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.QueryRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ReadRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.Request
Adds one or more fields which should be included with each JSON resource returned by this request.
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ResourceResponse
Adds a field to the list of fields which should be included in this JSON resource after field filtering has occurred.
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.UpdateRequest
 
addFirstPartyCaveat(byte[]) - Method in class org.forgerock.macaroons.Macaroon
Adds a first-party caveat to the macaroon.
addFirstPartyCaveat(byte[]) - Method in class org.forgerock.openam.oauth2.token.macaroon.MacaroonToken
Adds a first-party caveat to the access token macaroon.
addFirstPartyCaveat(String) - Method in class org.forgerock.macaroons.Macaroon
Adds a first-party caveat to the macaroon.
addFirstPartyCaveat(String) - Method in class org.forgerock.openam.oauth2.token.macaroon.MacaroonToken
Adds a first-party caveat to the access token macaroon.
addFirstPartyCaveat(JsonValue) - Method in class org.forgerock.macaroons.Macaroon
Adds a first-party caveat to the macaroon.
addFirstPartyCaveat(JsonValue) - Method in class org.forgerock.openam.oauth2.token.macaroon.MacaroonToken
Adds a first-party caveat to the access token macaroon.
addHeader(String, String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
Add a header field to the request.
addHeader(String, String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Add a header field to the request.
addHeaders(Header...) - Method in interface org.forgerock.http.protocol.Message
Add one or more headers to the message.
addHeaders(Header...) - Method in class org.forgerock.http.protocol.MessageImpl
 
addHeaderToAllOperations(HeaderParameter, Swagger) - Static method in class org.forgerock.api.transform.OpenApiHelper
Adds a header to all operations.
addHop(ForwardedHeader.Hop) - Method in class org.forgerock.http.header.ForwardedHeader
Add a new hop detail at the end of the list of hops.
addIfNotNull(String, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified object value only if it is not null
addIpAddress(String) - Method in class org.forgerock.http.header.XForwardedForHeader
Add an address as last hop to the list of addresses.
ADDITIONAL - org.forgerock.api.enums.ParameterSource
Parameter comes from the request.
additionalAudienceValues() - Method in interface org.forgerock.am.iot.IotAuthenticationNode.Config
The additional audience values that will be permitted when verifying JWTs.
additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Deprecated.
additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Deprecated.
since 7.2.0 Use AccessTokenModifier.modifyAccessToken(AccessToken, OAuth2Request) instead. Functionality provided by Access Token Modification plugin supersedes the functionality this extension point was originally intended to provide.
AdditionalProperties - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema additionalProperties, which is useful when working with key/value JSON data structures.
addLeadingSlash(String) - Static method in class org.forgerock.http.util.Paths
Add leading slash (if there is not already), returns the same value otherwise.
addListener(SSOToken, IdRepoListener) - Method in class com.sun.identity.idm.IdRepo
Adds a listener for changes in the repository
addListener(ConfigurationListener) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Registers for changes to the component's configuration.
addListener(ServiceListener) - Method in class com.sun.identity.sm.OrganizationConfigManager
addListener(ServiceListener) - Method in class com.sun.identity.sm.ServiceConfigManager
Registers for changes to service's configuration.
addListener(ServiceListener) - Method in class com.sun.identity.sm.ServiceSchemaManager
Registers for changes to service's schema.
addListener(Object, SessionListener) - Method in interface com.sun.identity.plugin.session.SessionProvider
Registers a listener for the session.
addListener(T) - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousWatcher
Add a listener of the supported type to this watcher.
addLogger(Logger) - Method in class com.sun.identity.log.LogManager
Deprecated.
Adds a logger to the Log Manager.
addLogInfo(String, Object) - Method in class com.sun.identity.log.LogRecord
Deprecated.
Adds to the log information map, the field key and its corresponding value.
addMatchingRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided matching rule definition to this schema builder.
addMatchingRuleUse(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided matching rule use definition to this schema builder.
addMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
 
ADDMEMBER - Static variable in class com.sun.identity.idm.IdRepo
The constants used to define membership operations.
addMembers(Set<AMIdentity>) - Method in class com.sun.identity.idm.AMIdentity
 
addModification(Modification) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addModification(ModificationType, String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addModifications(TokenModifications.TokenModificationType, Map<CoreTokenField, Object>) - Method in class org.forgerock.am.cts.api.tokens.TokenModifications
Add a modification to this token modification set.
addNameForm(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided name form definition to this schema builder.
addNodeToRegistry(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Adds the node to the registry of nodes.
addNodeType(TreeContext, String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Update the NodeType session property, and the NodeType sharedState value.
addObjectClass(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided object class definition to this schema builder.
addObligation(Obligation) - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
Adds an Obligation to this object.
addObligation(Obligation) - Method in interface com.sun.identity.xacml.policy.Obligations
 
addOpenDjSecurityProviderSchema(SchemaBuilder) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Adds the schema elements required by the OpenDJ security provider to the provided schema builder.
addPatchOperation(String, String, JsonValue) - Method in interface org.forgerock.json.resource.PatchRequest
Adds a single patch operation which should be performed against the targeted resource.
addPatchOperation(PatchOperation...) - Method in interface org.forgerock.json.resource.PatchRequest
Adds one or more patch operations which should be performed against the targeted resource.
addPatternSyntax(String, String, Pattern, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided pattern syntax definition to this schema builder.
addPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Adds the value identified by the specified pointer, relative to this value as root.
addPolicy(Policy) - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Adds a policy to the data store.
addPolicyListener(PolicyListener) - Method in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Adds a policy listener that would be notified whenever a policy is added, removed or changed
addProperty(String, String) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a property; default type is string.
addProperty(String, String, String) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a property.
addProperty(String, RequirementsBuilder) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a property of type object.
addPublicKey(String, X509Certificate) - Method in class com.sun.identity.sae.api.SecureAttrs
This interface allows to register a public key to be used for signature verification.
addQuery(QueryElement) - Method in class com.sun.identity.log.LogQuery
Deprecated.
Adds a query element to the list present in LogQuery.
addQueryParameter(String, String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
Add a query parameter to the request.
addQueryParameter(String, String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Add a query parameter to the request.
addRealmSubject(SSOToken, String, String, boolean) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a reference in the policy to a Subject defined at the realm.
addRealmSubject(String, SubjectTypeManager, boolean) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a reference in the policy to a Subject defined at the realm.
addReferral(String, Referral) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a new policy referral.
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.Result
Adds the provided referral URI to this result.
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
addRemoteListener(IdEventListener) - Static method in class com.sun.identity.idm.IdRepoListener
 
ADDREMOVELIST - com.sun.identity.sm.AttributeSchema.UIType
The ADDREMOVELIST attribute type specifies that the multiple choice attribute should be displayed as add remove list widget.
AddRequest - Interface in org.forgerock.opendj.ldap.messages
The Add operation allows a client to request the addition of an entry into the Directory.
addRequireProperty(String, String) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a required property; default type is string.
addRequireProperty(String, String, String) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a required property.
addRequireProperty(String, RequirementsBuilder) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Add a required property of type object.
addResourceRoutes(ResourceRouter, ResourceRouter) - Method in class org.forgerock.am.iot.IotRestRouteProvider
 
AddressMask - Class in org.forgerock.opendj.ldap
An address mask can be used to perform efficient comparisons against IP addresses to determine whether a particular IP address is in a given range.
addResult(AMIdentity, Map) - Method in class com.sun.identity.idm.IdSearchResults
Adds an AMIdentity object to this search result.
addResult(Result) - Method in interface com.sun.identity.xacml.context.Response
Adds a Result to this object
addReturnAttribute(CoreTokenField) - Method in class org.forgerock.am.cts.api.filter.TokenFilter
Assigns an attribute to be part of the return attributes.
addRoute(RoutingMode, Router.UriTemplate, RequestHandler) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided request handler.
addRoute(Version, CollectionResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided collection resource provider.
addRoute(Version, RequestHandler) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided request handler.
addRoute(Version, SingletonResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided singleton resource provider.
addRoute(Router.UriTemplate, CollectionResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided collection resource provider.
addRoute(Router.UriTemplate, SingletonResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided singleton resource provider.
addRoute(RouteMatcher<R>, H) - Method in class org.forgerock.services.routing.AbstractRouter
Adds a new route to this router for the provided handler.
addRule(Rule) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a new policy rule.
addSchema(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchema(Entry, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements contained in the provided subschema subentry to this schema builder.
addSchema(Entry, boolean, SchemaBuilder.SchemaBuilderHook) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements contained in the provided subschema subentry to this schema builder.
addSchema(LdapClientSocket, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchema(Schema, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements in the provided schema to this schema builder.
addSchemaAsync(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Asynchronously reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchemaForEntry(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSchemaForEntry(LdapClientSocket, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSchemaForEntryAsync(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Asynchronously reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addServiceConfig(String, ConfigurationAttributes) - Method in class com.sun.identity.sm.OrganizationConfigManager
Adds a service configuration object for the given service name for this organization.
addServiceRoutes(ServiceRouter, ServiceRouter) - Method in class org.forgerock.am.health.HealthCheckRestRouteProvider
 
addSessionHook(Class<? extends TreeHook>, UUID, String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Sets a class that will be run after successful login.
addSessionHooks(List<JsonValue>) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Adds session hooks to the list.
addShutdownListener(ShutdownListener) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Adds a ShutdownListener to this ShutdownManager with the default priority.
addShutdownListener(ShutdownListener, ShutdownPriority) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Adds a ShutdownListener to this ShutdownManager with the supplied priority.
addSmsService(InputStream) - Method in interface org.forgerock.openam.plugins.PluginTools
Add a new SMS service.
addSortKey(String...) - Method in interface org.forgerock.json.resource.QueryRequest
Adds one or more sort keys which will be used for ordering the JSON resources returned by this query request.
addSortKey(SortKey...) - Method in interface org.forgerock.json.resource.QueryRequest
Adds one or more sort keys which will be used for ordering the JSON resources returned by this query request.
addSSOTokenListener(SSOTokenListener) - Method in interface com.iplanet.sso.SSOToken
Adds an SSO token listener for the token change events.
addStatement(Statement) - Method in class com.sun.identity.saml.assertion.AssertionBase
Adds a statement to this Assertion
addStatsListener(StatsListener) - Method in class com.sun.identity.shared.stats.Stats
 
addSubConfig(String, String, int, ConfigurationAttributes) - Method in class com.sun.identity.sm.ServiceConfig
Adds a service sub-configuration with configuration parameters.
addSubConfig(String, String, int, ConfigurationAttributes, boolean) - Method in class com.sun.identity.sm.ServiceConfig
Adds a service sub-configuration with configuration parameters.
addSubConfig(String, String, ConfigurationAttributes) - Method in class com.sun.identity.sm.ServiceConfig
Adds a service sub-configuration with configuration parameters.
addSubject(String, Subject) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a new policy subject.
addSubject(String, Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Adds a policy subject at realm.
addSubject(String, Subject, boolean) - Method in class com.sun.identity.policy.Policy
Deprecated.
Adds a new policy subject.
addSubSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchema
Adds the service's sub-schema given the XML input stream that follows the SMS DTD.
addSubSchema(Document) - Method in class com.sun.identity.sm.ServiceSchema
Adds the service's sub-schema given the XML document that follows the SMS DTD.
addSubstitutionSyntax(String, String, String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided substitution syntax definition to this schema builder.
addSyntax(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided syntax definition to this schema builder.
addTag(String) - Method in class org.forgerock.api.transform.LocalizableOperation
 
addTag(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableOperation
Adds a Tag, a String value that is metadata related to the Operation.
addThirdPartyCaveat(String, byte[], byte[]) - Method in class org.forgerock.macaroons.Macaroon
Adds a third-party caveat to the macaroon.
addThirdPartyCaveat(String, byte[], String) - Method in class org.forgerock.macaroons.Macaroon
Adds a third-party caveat to the macaroon.
addThirdPartyCaveat(String, SecretKey, byte[]) - Method in class org.forgerock.openam.oauth2.token.macaroon.MacaroonToken
Adds a third-party caveat to a macaroon.
addThirdPartyCaveat(String, SecretKey, String) - Method in class org.forgerock.openam.oauth2.token.macaroon.MacaroonToken
Adds a third-party caveat to a macaroon.
addToParent(Element) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Add the Assertion to the Document Element.
addToParent(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Converts this header to org.w3c.dom.Element and add to parent Header Element.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds this attribute type to the schema, throwing a ConflictingSchemaElementException if there is an existing attribute type with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds this DIT content rule to the schema, throwing a ConflictingSchemaElementException if there is an existing DIT content rule with the same structural object class OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds this DIT structure rule to the schema, throwing a ConflictingSchemaElementException if there is an existing DIT structure rule with the same numeric ID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds this matching rule to the schema, throwing a ConflictingSchemaElementException if there is an existing matching rule with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds this matching rule use definition to the schema, throwing a ConflictingSchemaElementException if there is an existing matching rule definition with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds this name form to the schema, throwing a ConflictingSchemaElementException if there is an existing name form with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds this object class to the schema, throwing a ConflictingSchemaElementException if there is an existing object class with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds this syntax to the schema, throwing a ConflictingSchemaElementException if there is an existing syntax with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds this attribute type to the schema overwriting any existing attribute type with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds this DIT content rule to the schema overwriting any existing content rule with the same structural class OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds this DIT structure rule to the schema overwriting any existing DIT structure rule with the same numeric ID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds this matching rule to the schema overwriting any existing matching rule with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds this matching rule use definition to the schema overwriting any existing matching rule use definition with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds this name form to the schema overwriting any existing name form with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds this object class to the schema overwriting any existing object class with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds this syntax to the schema overwriting any existing syntax with the same numeric OID.
addTrackingId(String) - Method in class org.forgerock.services.context.RequestAuditContext
Adds a tracking ID to the context.
addTrailers(String...) - Method in class org.forgerock.http.header.TrailerHeader
Add some new trailers that are expected to be received.
addTrailers(List<String>) - Method in class org.forgerock.http.header.TrailerHeader
Add some new trailers that are expected to be received.
addTrailers(Header...) - Method in class org.forgerock.http.protocol.Response
Add one or more trailers, aka trailing headers, to the response.
addTrailingSlash(String) - Static method in class org.forgerock.http.util.Paths
Adds a trailing slash at the end of the given raw path or returns the same value if an end slash is present.
addUri(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
Adds the provided continuation reference URI to this search result reference.
addVirtualAttributes(AttributeDescription, BiFunction<Dn, MemoryBackend, Attribute>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Adds a virtual attribute to the backend.
addWebhook(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Adds a webhook to the list.
addWebhooks(List<String>) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Adds webhooks to the list.
ADMIN_LIMIT_EXCEEDED - org.forgerock.opendj.ldap.ResultCode.Enum
 
ADMIN_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that processing on the requested operation could not continue because an administrative limit was exceeded.
AdminDNAction - Class in com.sun.identity.security
The class is used to perform privileged operations using java.security.AccessController.doPrivileged() when using com.iplanet.am.util.AdminUtils to obtain Administrator DN.
AdminDNAction() - Constructor for class com.sun.identity.security.AdminDNAction
Default constructor
AdminPasswordAction - Class in com.sun.identity.security
The class is used to perform privileged operations using AccessController.doPrivileged() when using com.iplanet.am.util.AdminUtils to obtain Administrator passwords.
AdminPasswordAction() - Constructor for class com.sun.identity.security.AdminPasswordAction
Default constructor
AdminTokenAction - Class in com.sun.identity.security
Provides a centralised method for fetching an administrator token for operations where there is no user present.
AdminTokenAction() - Constructor for class com.sun.identity.security.AdminTokenAction
 
AdminUtils - Class in com.iplanet.am.util
This class contains methods to retrieve Top Level Administrator information.
AdminUtils() - Constructor for class com.iplanet.am.util.AdminUtils
 
AdNotificationRequestControl - Class in org.forgerock.opendj.ldap.controls
The persistent search request control for Active Directory as defined by Microsoft.
advance(ProcessContext) - Method in class org.forgerock.selfservice.core.ProgressStageBinding
Advance the progress stage.
advance(ProcessContext, C) - Method in interface org.forgerock.selfservice.core.ProgressStage
Advance the progress stage.
advance(ProcessContext, CaptchaStageConfig) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStage
 
advance(ProcessContext, RetrieveEmailConfig) - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailStage
 
advance(ProcessContext, VerifyEmailAccountConfig) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
 
advance(ProcessContext, SecurityAnswerDefinitionConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
 
advance(ProcessContext, SecurityAnswerVerificationConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
 
advance(ProcessContext, ParametersConfig) - Method in class org.forgerock.selfservice.stages.parameters.ParametersStage
 
advance(ProcessContext, UserRegistrationConfig) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationStage
 
advance(ProcessContext, ResetStageConfig) - Method in class org.forgerock.selfservice.stages.reset.ResetStage
 
advance(ProcessContext, EmailUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameStage
 
advance(ProcessContext, RetrieveUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameStage
 
advance(ProcessContext, UserDetailsConfig) - Method in class org.forgerock.selfservice.stages.user.UserDetailsStage
 
advance(ProcessContext, UserQueryConfig) - Method in class org.forgerock.selfservice.stages.user.UserQueryStage
 
advance(ProcessContext, ValidateActiveAccountConfig) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountStage
 
Advice - Class in com.sun.identity.saml.assertion
The Advice element contains additional information that the issuer wish to provide.
Advice - Interface in com.sun.identity.saml2.assertion
The Advice contains any additional information that the SAML authority wishes to provide.
Advice(List, List, List) - Constructor for class com.sun.identity.saml.assertion.Advice
Constructor
Advice(Element) - Constructor for class com.sun.identity.saml.assertion.Advice
Constructs an Advice element from an existing XML block.
ADVICE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AdviceBase - Class in com.sun.identity.saml.assertion
The Advice element contains additional information that the issuer wish to provide.
AdviceBase(List, List, List) - Constructor for class com.sun.identity.saml.assertion.AdviceBase
Constructor
AdviceBase(Element) - Constructor for class com.sun.identity.saml.assertion.AdviceBase
Constructs an Advice element from an existing XML block.
AdviceContext - Class in org.forgerock.json.resource
A Context containing information which should be returned to the user in some appropriate form to the user.
AdviceContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.json.resource.AdviceContext
Restore from JSON representation.
AdviceContext(Context, Collection<String>) - Constructor for class org.forgerock.json.resource.AdviceContext
Creates a new AdviceContext with the provided parent.
AdviceWarning - Class in org.forgerock.json.resource
WarningHeader implements RFC 2616 section 14.46 - Warning.
AES_KEY_WRAP_ALGORITHM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name for the global default AES key wrap algorithm.
AES_KEYWRAP - org.forgerock.json.jose.jwe.JweAlgorithmType
AES KeyWrap.
AESKeyWrapEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Provides JWE key encapsulation using the AES KeyWrap algorithm.
AESKeyWrapEncryptionHandler(EncryptionMethod) - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
Constructs an AES KeyWrap encryption handler for the given underlying content encryption method.
AFFECTS_MULTIPLE_DSAS - org.forgerock.opendj.ldap.ResultCode.Enum
 
AFFECTS_MULTIPLE_DSAS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because it would impact multiple DSAs or other repositories.
AFFILIATION_ID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for affiliationID parameter name
AFFILIATION_ID_NOT_VALID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
AFFINITY_ENABLED - Static variable in class org.forgerock.openam.ldap.LDAPUtils
An Option that tells whether affinity based load balancing is enabled for the connections.
afterFailedAuthorization(ResourceSetDescription, PermissionTicket, Subject, Subject, Set<String>) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
Invoked after a failed request authorization attempt.
afterFailedAuthorization(PermissionTicket, Subject, Subject, Set<String>) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
Invoked after a failed request authorization attempt.
afterResourceRegistration(ResourceSetDescription) - Method in interface org.forgerock.openam.oauth2.extensions.ResourceRegistrationFilter
Invoked after a resource set is registered in the backend.
afterResourceShared(UmaPolicy) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
Invoked after a resource "share" is created.
afterSuccessfulAuthorization(ResourceSetDescription, PermissionTicket, Subject, Subject, Set<String>, Set<String>) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
Invoked after a successful request authorization attempt.
afterSuccessfulAuthorization(PermissionTicket, Subject, Subject, Set<String>, Set<String>) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
Invoked after a successful request authorization attempt.
AGENT - Static variable in class com.sun.identity.idm.IdType
Identity type of AGENT Also from OpenSSO 8.0 onwards, this is the Identity type of the union of agents and those under the agent groups.
AGENT_ONLY_SEARCH_TYPES - Static variable in interface com.sun.identity.idm.IdConstants
A singleton list of agent identity type only.
AGENT_SERVICE - Static variable in interface com.sun.identity.idm.IdConstants
 
AGENT_TYPE - Static variable in interface com.sun.identity.idm.IdConstants
 
AGENTGROUP - Static variable in class com.sun.identity.idm.IdType
Identity type of OpenAM agents under the OpenAM agent groups.
AGENTONLY - Static variable in class com.sun.identity.idm.IdType
Identity type of OpenAM agent only.
AGENTREPO_PLUGIN - Static variable in interface com.sun.identity.idm.IdConstants
 
AGREE_KEY - org.forgerock.secrets.keys.KeyUsage
Key is intended for deriving a key via a key agreement protocol such as Diffie-Hellman.
alg(Algorithm) - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Sets the algorithm used to perform cryptographic signing and/or encryption on the JWT.
ALG - org.forgerock.json.jose.jwt.JwtHeaderKey
Algorithm JWT header parameter.
ALGO_ID_C14N_EXCL_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Exclusive XML canonicalization Algorithm URI.
ALGO_ID_C14N_EXCL_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Exclusive XML canonicalization with comments Algorithm URI.
ALGO_ID_C14N_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML canonicalization Algorithm URI.
ALGO_ID_C14N_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML canonicalization with comments Algorithm URI.
ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC Algorithm HMAC-MD5 URI.
ALGO_ID_MAC_HMAC_RIPEMD160 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC Algorithm HMAC-RIPEMD160 URI.
ALGO_ID_MAC_HMAC_SHA1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC Algorithm HMAC-SHA1 URI - Required.
ALGO_ID_MAC_HMAC_SHA256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC Algorithm HMAC-SHA256 URI.
ALGO_ID_MAC_HMAC_SHA384 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC Algorithm HMAC-SHA384 URI.
ALGO_ID_MAC_HMAC_SHA512 - Static variable in class com.sun.identity.saml.common.SAMLConstants
MAC Algorithm HMAC-SHA512 URI.
ALGO_ID_SIGNATURE_DSA - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm DSAwithSHA1 URI - Required.
ALGO_ID_SIGNATURE_DSA_256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm DSAwithSHA1 URI - Required.
ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSA-MD5 URI.
ALGO_ID_SIGNATURE_RSA - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSAwithSHA1 URI - Recommended.
ALGO_ID_SIGNATURE_RSA_RIPEMD160 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSA-RIPEMD160 URI.
ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSAwithSHA1 URI.
ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSA-SHA256 URI.
ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSA-SHA384 URI.
ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in class com.sun.identity.saml.common.SAMLConstants
Signature Algorithm RSA-SHA512 URI.
algorithm - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
The intended JOSE algorithm for the key, optional.
algorithm(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the algorithm parameter of the JWK.
algorithm(Algorithm) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the algorithm parameter of the JWK.
Algorithm - Interface in org.forgerock.json.jose.jwt
The interface for each possible algorithm that can be used to sign and/or encrypt a JWT.
ALGORITHM_BCRYPT - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the BCrypt cryptographic hash algorithm.
ALGORITHM_MD5 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate MD5 hashes.
ALGORITHM_PBKDF2 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the Password-Based Key Derivation Function 2 (PBKDF2) cryptographic hash algorithm.
ALGORITHM_SCRYPT - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the SCrypt cryptographic hash algorithm.
ALGORITHM_SHA_1 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate SHA-1 hashes.
ALGORITHM_SHA_256 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate 256-bit SHA-2 hashes.
ALGORITHM_SHA_384 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate 384-bit SHA-2 hashes.
ALGORITHM_SHA_512 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate 512-bit SHA-2 hashes.
ALIAS_DEREFERENCING_PROBLEM - org.forgerock.opendj.ldap.ResultCode.Enum
 
ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a problem was encountered while attempting to dereference an alias for a search operation.
ALIAS_PROBLEM - org.forgerock.opendj.ldap.ResultCode.Enum
 
ALIAS_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it attempted to perform an illegal operation on an alias.
aliases() - Method in interface org.forgerock.openam.secrets.config.PurposeMapping
The list of aliases that the purpose is provided from.
AliasSpec(String, BooleanSupplier) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
Create an alias specificiation.
ALL_FIELDS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the set of all fields being logged.
ALL_RECORDS - Static variable in class com.sun.identity.log.LogQuery
Deprecated.
All the records that matches query criteria (if any) will be retrieved.
ALL_RESOURCES - Static variable in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Constant used to identity all the resources of a service type.
allDone(Collection<Promise<?, ?>>) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed successfully once all of the provided promises have completed (successfully or not, including runtime exceptions).
allDone(Collection<Promise<?, ?>>, V) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed successfully once all of the provided promises have completed (successfully or not, including runtime exceptions), returning back the context parameter.
allIdentitiesChanged() - Method in interface com.sun.identity.idm.IdEventListener
The method is called when all identities in the repository are changed.
allObjectsChanged() - Method in class com.sun.identity.idm.IdRepoListener
 
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Action
Allocates the Action operation type to the given Resource Builder.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Create
Allocates the Create operation type to the given Resource Builder.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Delete
Allocates the Delete operation type to the given Resource Builder.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Operation
Allocates the operation by operation type to the given Resource Builder by calling the corresonding method by type.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Patch
Allocates the Patch operation type to the given Resource Builder.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Query
Allocates the Query operation type to the given Resource Builder.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Read
Allocates the Read operation type to the given Resource Builder.
allocateToResource(Resource.Builder) - Method in class org.forgerock.api.models.Update
Allocates the Update operation type to the given Resource Builder.
ALLOW_ALL - org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
Deprecated.
this should never be used as it is a security risk.
ALLOW_ATTRIBUTE_TYPES_WITH_NO_SUP_OR_SYNTAX - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the schema should allow attribute type definitions that do not declare a superior attribute type or syntax.
ALLOW_CREATE - Static variable in class org.forgerock.am.saml2.api.Saml2Options
Whether the identity provider is allowed to create a new NameID value for the user.
ALLOW_MALFORMED_CERTIFICATES - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the Certificate syntax should allow values which do not conform to the X.509 specifications.
ALLOW_MALFORMED_JPEG_PHOTOS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the JPEG Photo syntax should allow values which do not conform to the JFIF or Exif specifications.
ALLOW_MALFORMED_NAMES_AND_OPTIONS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the schema should allow certain illegal characters in OIDs and attribute options.
ALLOW_NON_STANDARD_TELEPHONE_NUMBERS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the Telephone Number syntax should allow values which do not conform to the E.123 international telephone number format.
ALLOW_ZERO_LENGTH_DIRECTORY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether zero-length values will be allowed by the Directory String syntax.
allowAttributeOverwrite() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
Allow existing identity attributes to be overwritten when new claims are provided for the thing.
ALLOWCREATE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AllowCreate attribute
allowCredentials(boolean) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Sets to true to inform the CORS client that credentials are allowed.
allowedAlgorithm(String) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key is allowed to be used with the given algorithm.
allowedAlgorithm(Algorithm) - Static method in class org.forgerock.json.jose.utils.JoseSecretConstraints
Enforces that the key is allowed to be used with the given JWA algorithm.
allowedAlgorithms(Collection<String>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the cryptographic algorithms that can be used with this key.
allowedAlgorithms(Predicate<String>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the cryptographic algorithms that can be used with this key.
allowedKeyUsages(Set<KeyUsage>) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies at least one of the given key usage constraints.
allowedKeyUsages(KeyUsage, KeyUsage...) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies at least one of the given key usage constraints.
allowKeyRotation() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
Allow multiple confirmation keys to be registered for a thing.
allowMultiPartJsonRequests() - Method in interface org.forgerock.json.resource.CrestApplication
Whether the JSON content for a request can be sent in a mulipart/form-data payload.
allowsAlgorithm(String) - Method in class org.forgerock.secrets.keys.CryptoKey
Checks whether this key is allowed to be used with the given algorithm.
allUserAndOperationalAttributesFilter() - Static method in class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include all user and operational attributes.
ALREADY_EXISTS - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log already exists.
ALWAYS - org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases both in searching and in locating the base object of a Search operation.
ALWAYS_IDP_PROXY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Always proxy the Authn Request
alwaysFalse() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the absolute false filter as defined in RFC 4526 which is comprised of an or filter containing zero components.
alwaysFalse() - Static method in class org.forgerock.util.query.QueryFilter
Returns a filter which does not match any resources.
alwaysTrue() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the absolute true filter as defined in RFC 4526 which is comprised of an and filter containing zero components.
alwaysTrue() - Static method in class org.forgerock.util.query.QueryFilter
Returns a filter which matches all resources.
AM_ID_SUBJECT_MEMBERSHIP_EVALUATION_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
AM_IDENTITY_NAME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a AMIdentityMembershipCondition to specify the uuid(s) of AMIdentiy objects to which the policy would apply.
AM_LOCATION_COOKIE - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
Name of the cookie used to hold the current AM auth location.
AM_REDIRECT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Map key used in SLO request redirect code
AMADMIN_MODE - Static variable in class com.sun.identity.security.AdminTokenAction
 
AMADMIN_USER - Static variable in interface com.sun.identity.idm.IdConstants
amadmin user from SunIdentityRepositoryService
AMAuthCallBack - Interface in com.sun.identity.authentication.spi
The AMAuthCallBack interface should be implemented by external business logic code, in order to receive callbacks from the authentication framework when one of the following events happens : account lockout password change (via LDAP module)
AMAuthCallBackException - Exception in com.sun.identity.authentication.spi
The AMAuthCallBackException is used to specify an exception related to an authentication framework callback.
AMAuthCallBackException(String) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
Creates AMAuthCallBackException object.
AMAuthCallBackException(String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
Creates AMAuthCallBackException object.
AMAuthCallBackException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
Creates AMAuthCallBackException object.
AMIdentity - Class in com.sun.identity.idm
This class represents an Identity which needs to be managed by Access Manager.
AMIdentity(SSOToken) - Constructor for class com.sun.identity.idm.AMIdentity
 
AMIdentity(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentity
 
AMIdentityRepository - Class in com.sun.identity.idm
The class AMIdentityRepository represents an object to access the repositories in which user/role/group and other identity data is configured.
AMIdentityRepository(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentityRepository
Deprecated.
AMIdentityRepository(String, SSOToken) - Constructor for class com.sun.identity.idm.AMIdentityRepository
 
AMLoginModule - Class in com.sun.identity.authentication.spi
An abstract class which implements JAAS LoginModule, it provides methods to access OpenAM services and the module xml configuration.
AMPasswordUtil - Class in com.iplanet.am.util
This class which contains utilities to encrypt and decrypt attribute value of password type.
AMPasswordUtil() - Constructor for class com.iplanet.am.util.AMPasswordUtil
 
AmPlugin - Interface in org.forgerock.openam.plugins
Define an AM plugin.
AMPostAuthProcessInterface - Interface in com.sun.identity.authentication.spi
The AMPostAuthProcessInterface interface needs to be implemented by services and applications to do post authentication processing.
anchor(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a cross-reference anchor.
anchor(String, String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a cross-reference anchor, with a custom xreflabel.
ANCHOR_END - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Cross-reference anchor end.
ANCHOR_START - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Cross-reference anchor start.
and() - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
Creates an AND query where the results must match all provided filters.
and() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of zero condition results, which is always TRUE.
and(Collection<FilterCondition>) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests which match all the provided conditions.
and(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates an optimized new and filter using the provided list of sub-filters.
and(Collection<Filter>, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
and(Collection<QueryFilter<FF>>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new and filter using the provided list of sub-filters.
and(FilterCondition...) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests which match all the provided conditions.
and(ConditionResult) - Method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the this condition result with the provided condition result, which is TRUE if both of the condition results are TRUE, FALSE if at least one of them is FALSE, and UNDEFINED otherwise.
and(ConditionResult...) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition results, which is TRUE if all of the provided condition results are TRUE, FALSE if at least one of them is FALSE, and UNDEFINED otherwise.
and(ConditionResult, ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition results, which is TRUE if both of the provided condition results are TRUE, FALSE if at least one of them is FALSE , and UNDEFINED otherwise.
and(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
and(QueryFilter<FF>...) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new and filter using the provided list of sub-filters.
AND - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for AND filters.
AND - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for AND filters.
AND - Static variable in class com.sun.identity.idm.IdSearchOpModifier
The search modifier which will AND all the search attribute-value pairs passed to IdSearchControl
AND - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "and" operator.
AND_MOD - Static variable in class com.sun.identity.idm.IdRepo
 
AnnotatedService<T> - Class in org.forgerock.openam.sm.annotations
Describes a service as defined by an annotated interface.
AnnotatedServiceRegistry - Interface in org.forgerock.openam.sm
A registry for all service configuration that is defined in annotated service interfaces.
ANONYMOUS - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
anonymous profile is specified.
ANONYMOUS_USER - Static variable in interface com.sun.identity.idm.IdConstants
anonymous user from SunIdentityRepositoryService
AnonymousProcessService - Class in org.forgerock.selfservice.core
Anonymous process service progresses a chain of ProgressStage configurations, handling any required client interactions.
AnonymousProcessService(ProcessInstanceConfig, ProgressStageProvider, SnapshotTokenHandlerFactory, ProcessStore, ClassLoader) - Constructor for class org.forgerock.selfservice.core.AnonymousProcessService
Initialises the anonymous process service with the passed config.
Answers - Class in org.forgerock.selfservice.core.util
Utility methods for hashing and normalising answers to KBA questions.
any() - Static method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Accepts any input value.
ANY - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
value is a free form text, would be typically shown in as editable text field
ANY_SEARCHABLE - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
value is a free form text, could also search from a large set of values
anyOf(String...) - Static method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Accepts String that are contained within the given set (case sensitive).
anyResultFrom(Stream<Promise<V, E>>) - Static method in class org.forgerock.util.promise.Promises
Takes a stream of promises that may not yet be resolved and returns a resolved value from them, or if none resolve to a result, the failure from the last.
anySchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
api - Variable in class org.forgerock.services.routing.AbstractRouter
Api of the current router.
api(ApiProducer<D>) - Method in interface org.forgerock.services.descriptor.Describable
Provide the API description for the component.
api(ApiProducer<D>) - Method in class org.forgerock.services.routing.AbstractRouter
 
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.json.resource.FilterChain
 
API - org.forgerock.json.resource.RequestType
An API Descriptor request.
apiDescription() - Static method in class org.forgerock.api.models.ApiDescription
Create a new Builder for ApiDescription.
ApiDescription - Class in org.forgerock.api.models
Class that represents the ApiDescription type in API descriptor.
ApiDescription.Builder - Class in org.forgerock.api.models
Builder for the ApiDescription.
ApiDocGenerator - Class in org.forgerock.api.markup
Generates static AsciiDoc documentation for CREST API Descriptors.
ApiDocGeneratorException - Exception in org.forgerock.api.markup
Signals that an error occurred while generating API documentation.
ApiDocGeneratorException(String) - Constructor for exception org.forgerock.api.markup.ApiDocGeneratorException
Creates a ApiDocGeneratorException with a detailed error message.
ApiDocGeneratorException(String, Throwable) - Constructor for exception org.forgerock.api.markup.ApiDocGeneratorException
Creates a ApiDocGeneratorException with a detailed error message and cause.
apiError() - Static method in class org.forgerock.api.models.ApiError
New apiError builder.
ApiError - Class in org.forgerock.api.models
Class that represents the ApiError type in API descriptor.
ApiError - Annotation Type in org.forgerock.api.annotations
Details of an error that could be returned.
ApiError.Builder - Class in org.forgerock.api.models
Builder for the ApiError.
ApiProducer<D> - Interface in org.forgerock.http
A producer of API Descriptions.
ApiValidationException - Exception in org.forgerock.api
Signals that API failed validation.
ApiValidationException(String) - Constructor for exception org.forgerock.api.ApiValidationException
Creates a ApiValidationException with a detailed error message.
ApiVersionRouterContext - Class in org.forgerock.http.routing
A Context which is created when a request is and has been routed based on resource API version.
ApiVersionRouterContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.routing.ApiVersionRouterContext
Restore from JSON representation.
ApiVersionRouterContext(Context, DefaultVersionBehaviour, boolean) - Constructor for class org.forgerock.http.routing.ApiVersionRouterContext
Creates a new resource API version routing context having the provided parent, default versioning behaviour and whether warnings will be issued.
APP_LOGOUT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent the logout url for external application.
APP_NOT_DELETED_POLICIES_EXIST - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
APP_RETRIEVAL_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
APP_SESSION_PROPERTY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
URL parameter name in external application logout URL for requesting user session property.
append(byte) - Method in interface org.forgerock.http.io.Buffer
Appends a single byte to the end of the buffer.
append(byte[], int, int) - Method in interface org.forgerock.http.io.Buffer
Appends len bytes from the specified byte array starting at offset off to the end of the buffer.
append(char) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided character to this message builder.
append(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided integer to this message builder.
append(CharSequence) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided character sequence to this message builder.
append(CharSequence, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends a subsequence of the provided character sequence to this message builder.
append(Object) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the String representation of the provided Object to this message builder.
append(String, String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Appends sub-resource to super-resource.
append(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided message to this message builder.
appendBerLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the ASN.1 BER length encoding representation of the provided integer to this byte string builder.
appendByte(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte to this byte string builder.
appendBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte array to this byte string builder.
appendBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte array to this byte string builder.
appendBytes(DataInput, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided DataInput to this byte string builder.
appendBytes(InputStream, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided InputStream to this byte string builder.
appendBytes(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteBuffer to this byte string builder.
appendBytes(ByteBuffer, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteBuffer to this byte string builder.
appendBytes(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteSequence to this byte string builder.
appendBytes(ByteSequenceReader, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteSequenceReader to this byte string builder.
appendCompactUnsigned(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the compact encoded bytes of the provided unsigned long to this byte string builder.
appendInt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided integer to this byte string builder.
appendLong(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided long to this byte string builder.
appendObject(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the byte string representation of the provided object to this byte string builder.
appendQuery(URI, Form) - Static method in class org.forgerock.http.util.Uris
Returns a new URI with the given query parameters appended to the original ones, if any.
appendRequestQuery(Request) - Method in class org.forgerock.http.protocol.Form
Appends the form as additional query parameters on an existing request URI.
appendShort(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided short to this byte string builder.
appendUtf8(char[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the UTF-8 encoded bytes of the provided char array to this byte string builder.
appendUtf8(String) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the UTF-8 encoded bytes of the provided string to this byte string builder.
AppleClient - Class in org.forgerock.oauth.clients.apple
Oauth 2.0 Client Implementation that supports Apple.
AppleClient(Handler, AppleClientConfiguration, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.apple.AppleClient
Constructs a AppleClient.
AppleClient(Handler, AppleClientConfiguration, Clock, SecureRandom, OpenIdResolverService, OpenIdResolverServiceConfigurator) - Constructor for class org.forgerock.oauth.clients.apple.AppleClient
Constructs a AppleClient.
AppleClient(Handler, OpenIDConnectClientConfiguration, Clock, SecureRandom, OpenIdResolverService, OpenIdResolverServiceConfigurator) - Constructor for class org.forgerock.oauth.clients.apple.AppleClient
Deprecated, for removal: This API element is subject to removal in a future version.
appleClientConfiguration() - Static method in class org.forgerock.oauth.clients.apple.AppleClientConfiguration
Creates a new builder for AppleClientConfiguration.
AppleClientConfiguration - Class in org.forgerock.oauth.clients.apple
Configuration used for AppleClient implementation.
AppleClientConfiguration.Builder - Class in org.forgerock.oauth.clients.apple
Builder used to create AppleClientConfiguration instance.
application() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the application tag class.
APPLICATION - org.forgerock.opendj.io.Asn1Tag.Class
The Application class.
APPLICATION_ALREADY_EXISTS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
APPLICATION_IDLE_TIMEOUT - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to specify the application idle time out
APPLICATION_JSON - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
application/json.
APPLICATION_JSON_CHARSET_UTF_8 - Static variable in class org.forgerock.http.protocol.Entity
The Content-Type used when setting the entity to JSON.
APPLICATION_NAME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to specify application name for the resources protected by the policy
APPLICATION_NAME_MISMATCH - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
APPLICATION_SEARCH_FAILED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
APPLICATION_TYPE_NOT_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.forgerock.http.protocol.Entity
The Content-Type when setting the entity to form.
Applications - Class in org.forgerock.http
Utility methods to work with CHF Applications.
Applications - Class in org.forgerock.json.resource
A utility class for dealing with CrestApplication instances.
apply(char[]) - Method in class org.forgerock.secrets.keystore.HsmKeyStoreLoader
 
apply(Flowable<ByteBuffer>) - Method in class org.forgerock.http.io.CharsetDecoderFlowableTransformer
 
apply(JsonValue) - Method in class org.forgerock.api.models.TranslateJsonSchema
Applies the translation to string values by converting them to LocalizableString.
apply(JsonValue) - Method in class org.forgerock.json.JsonValueTraverseFunction
 
apply(SecretBuilder, JsonValue) - Method in interface org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretFieldDecoder
Decodes a JSON value into one or more fields on a SecretBuilder.
apply(T, U) - Method in interface org.forgerock.util.BiFunction
Process the values.
apply(VIN) - Method in interface org.forgerock.util.AsyncFunction
Asynchronously applies this function to the input parameter value and returns a Promise for the result.
apply(VIN) - Method in class org.forgerock.util.CloseSilentlyAsyncFunction
Invokes the delegate async function's AsyncFunction.apply(Object) with the input parameter value, closes it when the delegated promise completes.
apply(VIN) - Method in class org.forgerock.util.CloseSilentlyFunction
Invokes the delegate function's Function.apply(Object) with the input parameter value, closes it, and returns the result.
apply(VIN) - Method in interface org.forgerock.util.Function
Applies this function to the input parameter value and returns the result.
applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Applies the provided change request to the Directory Server.
applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
Applies the provided change request to the Directory Server.
applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously applies the provided change request to the Directory Server.
applyCookies(Object, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.plugin.session.SessionProvider
For the given user session, generate the appropriate SSO and load-balancer cookies in the response.
AppRoleTokenStore - Class in org.forgerock.secrets.vault
Authenticates to Vault using the AppRole authentication backend to obtain a token that can be used for further operations.
approximate(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new approximate match filter using the provided attribute description and assertion value.
APPROXIMATE - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for approximate filters.
APPROXIMATE - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for approximate filters.
approximateMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for approximate matching with this attribute type.
AppSSOTokenProvider - Interface in com.sun.identity.security
This interface defines method to get application single sign on token.
apu(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Sets the Agreement PartyUInfo header parameter for this JWE.
APU - org.forgerock.json.jose.jwe.JweHeaderKey
Agreement PartyUInfo header parameter.
apv(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Sets the Agreement PartyVInfo header parameter for this JWE.
APV - org.forgerock.json.jose.jwe.JweHeaderKey
Agreement PartyVInfo header parameter.
Arg0(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
Creates a parameterized instance.
Arg1(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
Creates a parameterized instance.
Arg2(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Creates a parameterized instance.
Arg3(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
Creates a parameterized instance.
Arg4(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
Creates a parameterized instance.
Arg5(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
Creates a parameterized instance.
Arg6(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
Creates a parameterized instance.
Arg7(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Creates a parameterized instance.
Arg8(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
Creates a parameterized instance.
Arg9(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
Creates a parameterized instance.
ArgN(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Creates a parameterized instance.
array(Object...) - Static method in class org.forgerock.json.JsonValue
Returns a mutable JSON array containing the provided objects.
ARRAY - org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified json array into a json array.
arraySchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
Artifact - Interface in com.sun.identity.saml2.protocol
This class represents the Artifact element in SAMLv2 protocol schema.
ARTIFACT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ARTIFACT_RESOLUTION_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
ArtifactResolution service.
ARTIFACT_RESOLVE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ARTIFACT_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ArtifactResolve - Interface in com.sun.identity.saml2.protocol
The ArtifactResolve message is used to request that a SAML protocol message be returned in an ArtifactResponse message by specifying an artifact that represents the SAML protocol message.
ArtifactResponse - Interface in com.sun.identity.saml2.protocol
The ArtifactResopnse message has the complex type ArtifactResponseType.
as(Class<T>) - Method in class org.forgerock.services.context.AbstractContext
 
as(Class<T>) - Method in interface org.forgerock.services.context.Context
Returns an @{link Optional} which contains the first context in the chain whose type is a sub-type of the provided Context class if one exists, or an empty optional if none is present.
as(Function<JsonValue, V, E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as an object whose type (and value) is specified by a transformation function.
as(Function<ByteString, ? extends T, E>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T using the provided Function, or null if the attribute does not contain any values.
as(Function<ByteString, ? extends T, E>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T using the provided Function, or defaultValue if the attribute does not contain any values.
asArray(Object...) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns an array containing the provided objects converted to byte strings using ByteString.valueOfObject(Object).
asArrayOrNull(List<String>) - Static method in class org.forgerock.http.util.Lists
Returns the given list content as an array, or null if the list is empty.
asAsync(AsyncFunction<JsonValue, V, E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a promised object whose type (and value) is specified by a transformation function.
asAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or null if the attribute does not contain any values.
asAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asBoolean() - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Returns the AuthenticationState as a Boolean object.
asBoolean() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Boolean object.
asBoolean() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a boolean, or null if the attribute does not contain any values.
asBoolean(boolean) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Boolean, or defaultValue if the attribute does not contain any values.
asByteString() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value, or null if the attribute does not contain any values.
asByteString(ByteString) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value, or defaultValue if the attribute does not contain any values.
ascendingOrder(String) - Static method in class org.forgerock.json.resource.SortKey
Creates a new ascending-order sort key for the provided JSON field.
ascendingOrder(JsonPointer) - Static method in class org.forgerock.json.resource.SortKey
Creates a new ascending-order sort key for the provided JSON field.
asCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a X509Certificate, or null if the attribute does not contain any values.
asCertificate(X509Certificate) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a X509Certificate, or defaultValue if the attribute does not contain any values.
ASCII_DOC_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Block-level elements (paragraphs, delimited blocks and block macros) AsciiDoc content.
asciiDoc() - Static method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Creates a new builder instance.
AsciiDoc - Class in org.forgerock.api.markup.asciidoc
Root builder for AsciiDoc markup.
AsciiDocException - Exception in org.forgerock.api.markup.asciidoc
Signals that an error occurred while building AsciiDoc markup.
AsciiDocException(String) - Constructor for exception org.forgerock.api.markup.asciidoc.AsciiDocException
Creates a AsciiDocException with a detailed error message.
AsciiDocSymbols - Enum in org.forgerock.api.markup.asciidoc
Enumeration of AsciiDoc markup symbols.
AsciiDocTable - Class in org.forgerock.api.markup.asciidoc
AsciiDoc table builder [ref], which defers insertion of the table, at the end of the parent document, until AsciiDocTable.tableEnd() is called.
AsciiDocTableColumnStyles - Enum in org.forgerock.api.markup.asciidoc
AsciiDoc table column-styles.
asCollection() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Collection object.
asCollection(Class<E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Collection containing objects of the specified type.
asContext(Class<T>) - Method in class org.forgerock.services.context.AbstractContext
 
asContext(Class<T>) - Method in interface org.forgerock.services.context.Context
Returns the first context in the chain whose type is a sub-type of the provided Context class.
asCryptoKey() - Method in class org.forgerock.secrets.keys.DataDecryptionKey
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.DataEncryptionKey
 
asCryptoKey() - Method in interface org.forgerock.secrets.keys.DecryptionKey
Returns the same object as a specific CryptoKey subclass.
asCryptoKey() - Method in interface org.forgerock.secrets.keys.EncryptionKey
Returns the same object as a specific CryptoKey subclass.
asCryptoKey() - Method in class org.forgerock.secrets.keys.KeyAgreementKey
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.KeyDecryptionKey
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
 
asDescribableHandler(Handler) - Static method in class org.forgerock.http.handler.Handlers
Adapts a Handler to a DescribableHandler without adding support for API Descriptions if it is not already implemented.
asDn() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or null if the attribute does not contain any values.
asDn(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asDn(Dn) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asDN() - Method in interface org.forgerock.openam.core.realms.Realm
Returns the realm in DN format.
asDouble() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Double object.
asDuration(Duration) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Duration or defaultValue if the attribute does not contain any values.
asEnum() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the enum equivalent for this modification type.
asEnum() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the enum equivalent for this result code.
asEnum() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the enum equivalent for this search scope.
asEnum(String, Class<T>) - Static method in class org.forgerock.util.Strings
Returns the string value as an enum constant of the specified enum type.
asEnum(String, Class<T>) - Static method in class org.forgerock.util.Utils
asGeneralizedTime() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a GeneralizedTime using the generalized time syntax, or null if the attribute does not contain any values.
asGeneralizedTime(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an GeneralizedTime using the generalized time syntax, or defaultValue if the attribute does not contain any values.
asInputStream() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns an InputStream from the current position in the sequence.
asInteger() - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Returns the AuthenticationState as an Integer object.
asInteger() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as an Integer object.
asInteger() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Integer, or null if the attribute does not contain any values.
asInteger(int) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Integer, or defaultValue if the attribute does not contain any values.
asJsonString(Claims) - Static method in class org.forgerock.oauth.clients.oidc.ClaimsMapper
Returns the Claims as a json string.
asJsonValue() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
Returns the raw JSON as a JsonValue.
asJsonValue(Claims) - Static method in class org.forgerock.oauth.clients.oidc.ClaimsMapper
Returns the Claims as a map with keys of id_token, userinfo, and any custom claims.
asJwt() - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
 
asJwt() - Method in class org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
 
asJwt() - Method in interface org.forgerock.json.jose.builders.JwtBuilder
Builds the JWT object from its constituent parts.
asJwt() - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
 
asJwt() - Method in class org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
 
asKeyStore(Purpose<T>) - Method in class org.forgerock.secrets.SecretsProvider
Returns a view of this secrets provider as a keystore for the given purpose.
asList() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a List object.
asList(Class<E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a List containing objects of the specified type.
asList(Object...) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a list containing the provided objects converted to byte strings using ByteString.valueOfObject(Object).
asLong() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Long object.
asLong() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Long, or null if the attribute does not contain any values.
asLong(long) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Long, or defaultValue if the attribute does not contain any values.
asMap() - Method in interface org.forgerock.guava.common.collect.ListMultimap
Deprecated.
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map object.
asMap() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Returns the description of the resource set as a Map.
asMap() - Method in class org.forgerock.util.Pair
Get the pair as a map of key to value.
asMap(Class<V>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map containing objects of the specified type.
asMapOfHeaders() - Method in class org.forgerock.http.protocol.Headers
The Headers class extends Map<String, Object> to support flexible parameters in scripting.
asMapOfList(Class<E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map containing a collection of objects of the specified type.
Asn1 - Class in org.forgerock.opendj.io
This class contains various static factory methods for creating ASN.1 readers and writers.
Asn1Reader - Class in org.forgerock.opendj.io
An interface for decoding ASN.1 elements from a data source.
Asn1Tag - Class in org.forgerock.opendj.io
Provides methods for building and analyzing ASN.1 tag bytes.
Asn1Tag.Class - Enum in org.forgerock.opendj.io
The Asn1 tag classes.
Asn1Writer - Class in org.forgerock.opendj.io
An ASN1Writer implementation that outputs to an outputstream.
asNonStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a non-strict view of this schema.
asNumber() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Number object.
asOutputStream() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns an OutputStream whose write operations append data to this byte string builder.
asPath() - Method in interface org.forgerock.openam.core.realms.Realm
Returns the realm in path format.
asPath() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Path, or null if the attribute does not contain any values.
asPath(Path) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Path, or defaultValue if the attribute does not contain any values.
asPromise() - Method in interface org.forgerock.json.resource.ActionResponse
Return this response as a result Promise.
asPromise() - Method in interface org.forgerock.json.resource.QueryResponse
Return this response as a result Promise.
asPromise() - Method in exception org.forgerock.json.resource.ResourceException
Return this ResourceException as a Promise.
asPromise() - Method in interface org.forgerock.json.resource.ResourceResponse
Return this response as a result Promise.
asPromise() - Method in exception org.forgerock.oauth.OAuthException
Return this OAuthException as a Promise.
asReader() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a ByteSequenceReader which can be used to incrementally read and decode data from this byte sequence.
asReader() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a ByteSequenceReader which can be used to incrementally read and decode data from this byte string.
asReader() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a ByteSequenceReader which can be used to incrementally read and decode data from this byte string builder.
asRequestHandler(SynchronousRequestHandler) - Static method in class org.forgerock.json.resource.Resources
Adapts the provided SynchronousRequestHandler as a RequestHandler.
asResource(boolean, Schema, LocalizableString, LocalizableString) - Method in class org.forgerock.api.models.Items
Builds a Resource from this Items instance.
asRoutingPath() - Method in interface org.forgerock.openam.core.realms.Realm
Returns the realm in routing path format.
asSearchRequest() - Method in class org.forgerock.opendj.ldap.LdapUrl
Creates a new search request containing the parameters of this LDAP URL.
assertEtag(String) - Static method in class org.forgerock.am.cts.api.ETag
Create an ETag that asserts the given value.
Assertion - Class in com.sun.identity.saml.assertion
This object stands for Assertion element.
Assertion - Interface in com.sun.identity.saml2.assertion
The Assertion element is a package of information that supplies one or more Statement made by an issuer.
Assertion - Interface in org.forgerock.opendj.ldap
A compiled attribute value assertion.
Assertion() - Constructor for class com.sun.identity.saml.assertion.Assertion
Default constructor Declaring protected to enable extensibility
Assertion(String, String, Date, Conditions, Advice, Set<Statement>) - Constructor for class com.sun.identity.saml.assertion.Assertion
Constructs Assertion object and populate the data members: the AssertionID, the issuer, time when assertion issued, the conditions when creating a new assertion , Advice applicable to this Assertion and a set of Statement(s) in the assertion.
Assertion(String, String, Date, Conditions, Set<Statement>) - Constructor for class com.sun.identity.saml.assertion.Assertion
Constructs Assertion object and populate the data members: the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion and a set of Statement(s) in the assertion.
Assertion(String, String, Date, Set<Statement>) - Constructor for class com.sun.identity.saml.assertion.Assertion
Constructs Assertion object and populate the data members: assertionID, the issuer, time when assertion issued and a set of Statement(s) in the assertion.
Assertion(Element) - Constructor for class com.sun.identity.saml.assertion.Assertion
Constructs Assertion object from a block of existing XML that has already been built into a DOM.
ASSERTION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Key name for Assertion object
ASSERTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ASSERTION_CACHE_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Cache Assertion
ASSERTION_CONSUMER_SVC_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AssertionConsumerServiceIndex attribute
ASSERTION_CONSUMER_SVC_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AssertionConsumerServiceURL attribute
ASSERTION_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SAMLv2 assertion namespace.
ASSERTION_EFFECTIVE_TIME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ASSERTION_EFFECTIVE_TIME_ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ASSERTION_FAILED - org.forgerock.opendj.ldap.ResultCode.Enum
 
ASSERTION_FAILED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the filter contained in an assertion control failed to match the target entry.
ASSERTION_ID_ATTRIBUTE - Static variable in class com.sun.identity.saml.assertion.AssertionBase
 
ASSERTION_ID_REF - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AssertionIDRef
ASSERTION_ID_REF - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ASSERTION_ID_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AssertionIDRequest
ASSERTION_ID_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ASSERTION_ID_REQUEST_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Assertion ID request mapper.
ASSERTION_ID_REQUEST_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
AssertionIDRequest service.
ASSERTION_NAMESPACE_URI - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAMLv2 assertion namespace URI.
ASSERTION_NOTBEFORE_SKEW_ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ASSERTION_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SAMLv2 assertion namespace prefix.
ASSERTION_REQUEST_OPTION - Static variable in class org.forgerock.am.cts.api.CTSOptions
Signals the CTS to perform an assertion using the provided TokenFilter before performing the requested operation.
ASSERTION_TIME_SKEW - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ASSERTION_TIME_SKEW_DEFAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AssertionBase - Class in com.sun.identity.saml.assertion
This object stands for Assertion element.An Assertion is a package of information that supplies one or more Statement made by an issuer.
AssertionBase() - Constructor for class com.sun.identity.saml.assertion.AssertionBase
Default constructor, declaring protected to enable extensibility
AssertionBase(String, String, Date, Conditions, AdviceBase, Set<Statement>) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
This constructor is used to populate the data members: the ssertionID, the issuer, time when assertion issued, the conditions when creating a new assertion , Advice applicable to this Assertion and a set of Statement(s) in the assertion.
AssertionBase(String, String, Date, Conditions, Set<Statement>) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
This constructor is used to populate the data members: the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion and a set of Statement(s) in the assertion.
AssertionBase(String, String, Date, Set<Statement>) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
Contructor This constructor is used to populate the data members: assertionID, the issuer, time when assertion issued and a set of Statement(s) in the assertion.
AssertionBase(Element) - Constructor for class com.sun.identity.saml.assertion.AssertionBase
Contructor This constructor is used to build Assertion object from a block of existing XML that has already been built into a DOM.
AssertionFactory - Class in com.sun.identity.saml2.assertion
This is the factory class to obtain instances of the objects defined in assertion schema.
AssertionFailureException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed because the filter contained in an assertion control failed to match the target entry.
assertionID - Variable in class com.sun.identity.saml.assertion.AssertionIDReference
 
AssertionIDRef - Interface in com.sun.identity.saml2.assertion
This class represents the AssertionIDRef element.
AssertionIDReference - Class in com.sun.identity.saml.assertion
AssertionIDReference element makes reference to a SAML assertion.
AssertionIDReference() - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
Default constructor
AssertionIDReference(String) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
Constructs of AssertionIDReference.
AssertionIDReference(Element) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
Constructs an AssertionIDReference element from an existing XML block.
AssertionIDRequest - Interface in com.sun.identity.saml2.protocol
This class represents the AssertionIDRequestType complex type.
AssertionIDRequestMapper - Interface in com.sun.identity.saml2.plugins
This interface AssertonIDRequestMapper is used by asseriton ID request service to process assertion ID request.
AssertionIDRequestUtil - Class in com.sun.identity.saml2.profile
This class provides methods to send or process AssertionIDRequest.
AssertionRequestControl - Class in org.forgerock.opendj.ldap.controls
The assertion request control as defined in RFC 4528.
ASSERTIONS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
assertionSAMLNameSpaceURI - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML assertion namespace URI.
asSetOf(Function<ByteString, ? extends T, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOf(Function<ByteString, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfAttributeDescription(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription(Collection<AttributeDescription>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription(AttributeDescription...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfBoolean(Boolean...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Booleans, or defaultValues if the attribute does not contain any values.
asSetOfBoolean(Collection<Boolean>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Booleans, or defaultValues if the attribute does not contain any values.
asSetOfByteString(Collection<ByteString>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values contained in the attribute, or defaultValues if the attribute does not contain any values.
asSetOfByteString(ByteString...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values contained in the attribute, or defaultValues if the attribute does not contain any values.
asSetOfCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of X509Certificates, or an empty set if the attribute does not contain any values.
asSetOfDn() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfDn(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfDn(Collection<Dn>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfDn(Dn...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfGeneralizedTime(Collection<GeneralizedTime>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of GeneralizedTimes using the generalized time syntax, or defaultValues if the attribute does not contain any values.
asSetOfGeneralizedTime(GeneralizedTime...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of GeneralizedTimes using the generalized time syntax, or defaultValues if the attribute does not contain any values.
asSetOfInteger(Integer...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Integers, or defaultValues if the attribute does not contain any values.
asSetOfInteger(Collection<Integer>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Integers, or defaultValues if the attribute does not contain any values.
asSetOfLong(Long...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Longs, or defaultValues if the attribute does not contain any values.
asSetOfLong(Collection<Long>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Longs, or defaultValues if the attribute does not contain any values.
asSetOfString(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Strings, or defaultValues if the attribute does not contain any values.
asSetOfString(Collection<String>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Strings, or defaultValues if the attribute does not contain any values.
asSetOfString(Function<String, ? extends T, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts from their string representations using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfString(Function<String, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts from their string representations using the provided Function, or defaultValues if the attribute does not contain any values.
assignService(SSOToken, IdType, String, String, SchemaType, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
This method is used to assign a service to the given identity.
assignService(String, ConfigurationAttributes) - Method in class com.sun.identity.idm.AMIdentity
Assigns the service and service related attributes to the identity.
assignService(String, ConfigurationAttributes) - Method in class com.sun.identity.sm.OrganizationConfigManager
Assigns the given service to the orgnization with the respective attributes.
asStream() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values as a stream of ByteString.
asStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a strict view of this schema.
asString() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a String object.
asString() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a String, or null if the attribute does not contain any values.
asString(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a String, or defaultValue if the attribute does not contain any values.
asString(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Converts the given AuthStatus into its String representation.
asString(Function<String, ? extends T, E>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T from its string representation using the provided Function, or null if the attribute does not contain any values.
asString(Function<String, ? extends T, E>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T from its string representation using the provided Function, or the defaultValue if the attribute does not contain any values.
asUniversalId() - Method in interface org.forgerock.am.config.Identity
Provides the identity universal id.
asURI() - Method in class org.forgerock.http.MutableUri
Returns the equivalent URI instance.
asWwwAuthenticateHeader() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns a representation of this error as a WWW-Authenticate header.
AsyncFunction<VIN,​VOUT,​E extends Exception> - Interface in org.forgerock.util
An asynchronous Function which returns a result at some point in the future.
AsyncServerAuthContext - Interface in org.forgerock.caf.authentication.api
An asynchronous interface counterpart for the ServerAuthContext.
AsyncServerAuthModule - Interface in org.forgerock.caf.authentication.api
An asynchronous interface counterpart for the ServerAuthModule.
AsyncSessionManager - Interface in org.forgerock.http.session
A session manager is responsible to create/save a new type of Session.
asyncTcpTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive TCP transport that uses asynchronous non-blocking IO when accepting connections, sending and receiving data.
AT_LEAST_ONE_OF_TIME_PROPS_SHOULD_BE_DEFINED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
ATOMIC - org.forgerock.bloomfilter.ConcurrencyStrategy
Uses atomic compare-and-set (CAS) instructions to implement BloomFilter operations over AtomicLongArrays.
AtomicThrowable - Class in com.forgerock.rxjava3.intern.util
Atomic container for Throwables including combining and having a terminal state via ExceptionHelper.
AtomicThrowable() - Constructor for class com.forgerock.rxjava3.intern.util.AtomicThrowable
 
ATTR_ACTOR - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
actor Attribute.
ATTR_ADD_MEMBERS - Static variable in interface com.sun.identity.idm.IdConstants
 
ATTR_AFFILIATION_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
affiliationID Attribute.
ATTR_AUTH_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Authority Role
ATTR_CODE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
code Attribute.
ATTR_COMMENT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
comment Attribute.
ATTR_CONSUMING_SVC_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AttributeConsumingServiceIndex attribute
ATTR_HAVE_MEMBERS - Static variable in interface com.sun.identity.idm.IdConstants
 
ATTR_id - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
id Attribute.
ATTR_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
AttributeConsumingServiceIndex Parameter
ATTR_MAP - Static variable in interface com.sun.identity.idm.IdConstants
 
ATTR_MAP - Static variable in interface com.sun.identity.plugin.session.SessionProvider
The name of the request attribute under which the user attributes shall be stored.
ATTR_MEMBER_OF - Static variable in interface com.sun.identity.idm.IdConstants
 
ATTR_MESSAGE_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
messageID Attribute.
ATTR_MUSTUNDERSTAND - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
mustUnderstand Attribute.
ATTR_NOT_ON_OR_AFTER - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
notOnOrAfter Attribute.
ATTR_PROVIDER_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
providerID Attribute.
ATTR_QUERY_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Query Role
ATTR_REF - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
ref Attribute.
ATTR_REF_TO_MESSAGE_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
refToMessageID Attribute.
ATTR_TIMESTAMP - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
timestamp Attribute.
ATTR_URI - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
uri Attribute.
ATTR_WILD_CARD - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Wild card to indicate mapping any attribute name as it is in the Assertion
Attribute - Class in com.sun.identity.saml.assertion
The Attribute element specifies an attribute of the assertion subject.
Attribute - Interface in com.sun.identity.saml2.assertion
The Attribute element identifies an attribute by name and optionally includes its value(s).
Attribute - Interface in com.sun.identity.xacml.context
The Attribute element specifies information about the action/subject/resource requested in the Request context by listing a sequence of Attribute elements associated with the action.
Attribute - Interface in org.forgerock.opendj.ldap
An attribute, comprising of an attribute description and zero or more attribute values.
Attribute - Annotation Type in org.forgerock.openam.annotations.sm
Indicates that a method describes a configuration attribute of an SMS service.
Attribute(String, String, String) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructs an instance of Attribute.
Attribute(String, String, List<Element>) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructs an instance of Attribute.
Attribute(Element) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructs an attribute element from an existing XML block.
ATTRIBUTE - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
Attribute Query.
ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Attribute
ATTRIBUTE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ATTRIBUTE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Attribute element
ATTRIBUTE_ASSIGNMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for AttributeAssignment
ATTRIBUTE_AUTH_CONTEXT - Static variable in class org.forgerock.caf.authentication.framework.AuthenticationFramework
The name of the HTTP Request attribute where any additional authentication context information will be set.
ATTRIBUTE_AUTH_PRINCIPAL - Static variable in class org.forgerock.caf.authentication.framework.AuthenticationFramework
The name of the HTTP Request attribute where the principal name of the user/client making the request will be set.
ATTRIBUTE_AUTHORITY_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute authority mapper.
ATTRIBUTE_COMBINER - Static variable in interface com.sun.identity.idm.IdConstants
 
ATTRIBUTE_COMPRESSIBLE - Static variable in interface org.forgerock.am.cts.utils.blob.strategies.AttributeCompressionStrategy
 
ATTRIBUTE_FILTER - Static variable in class org.forgerock.opendj.ldap.Entries
Selects which attributes will be compared.
ATTRIBUTE_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for AttributeId element
ATTRIBUTE_MAP - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute map configuration.
ATTRIBUTE_OR_VALUE_EXISTS - org.forgerock.opendj.ldap.ResultCode.Enum
 
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in a conflict with an existing attribute or attribute value in the target entry.
ATTRIBUTE_QUERY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AttributeQuery
ATTRIBUTE_QUERY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ATTRIBUTE_REQUEST_ID - Static variable in class org.forgerock.caf.authentication.framework.AuthenticationFramework
The name of the HTTP Request attribute where the unique id of the request will be set.
ATTRIBUTE_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
The Statement is an Attribute Statement.
ATTRIBUTE_STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ATTRIBUTE_VALUE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for AttributeValue element
attributeAllowlist() - Method in interface org.forgerock.am.iot.IotServiceConfig.RealmConfig
 
AttributeAuthorityMapper - Interface in com.sun.identity.saml2.plugins
This interface AttributeAuthorityMapper is used by attribute authority to process attribute query.
AttributeCompressionStrategy - Interface in org.forgerock.am.cts.utils.blob.strategies
Responsible for performing a specialised JSON compression based on the attribute name being stored in the JSON.
AttributeDescription - Class in org.forgerock.opendj.ldap
An attribute description as defined in RFC 4512 section 2.5.
AttributeDesignator - Class in com.sun.identity.saml.assertion
The AttributeDesignator element identifies an attribute name within an attribute namespace.
AttributeDesignator() - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
Default constructor
AttributeDesignator(String, String) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
Constructs an instance of AttributeDesignator.
AttributeDesignator(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
Constructs an attribute designator element from an existing XML block.
AttributeFilter - Class in org.forgerock.opendj.ldap
A configurable factory for filtering the attributes exposed by an entry.
AttributeFilter() - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include all user attributes but no operational attributes.
AttributeFilter(String...) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeFilter(Collection<String>) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeFilter(Collection<String>, Schema) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeImpl - Class in com.sun.identity.xacml.context.impl
The Attribute element specifies information about the action/subject/resource requested in the Request context by listing a sequence of Attribute elements associated with the action.
AttributeImpl() - Constructor for class com.sun.identity.xacml.context.impl.AttributeImpl
Default constructor
AttributeImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.AttributeImpl
This constructor is used to build Attribute object from a XML string.
AttributeImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.AttributeImpl
This constructor is used to build Request object from a block of existing XML that has already been built into a DOM.
attributeMap(Map<String, String>) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the attribute map on the SAML2ConfigBuilder.
AttributeMapper<T> - Interface in org.forgerock.openam.authentication.modules.common.mapping
Translates from a source to a map of attributes.
AttributeMapper - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
Defines the concerns of mapping attributes into SAML2 AttributeStatements.
AttributeParser - Class in org.forgerock.opendj.ldap
A fluent API for parsing attributes as different types of object.
attributeQuery(TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a partial Token query against the store synchronously.
attributeQuery(TokenFilter, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a partial Token query against the store synchronously.
AttributeQuery - Interface in com.sun.identity.saml2.protocol
This class represents the AttributeQueryType complex type.
attributeQueryAsync(TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a partial Token query against the store synchronously.
attributeQueryAsync(TokenFilter, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a partial Token query against the store synchronously.
AttributeQueryUtil - Class in com.sun.identity.saml2.profile
This class provides methods to send or process AttributeQuery.
attributes(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided list of attribute types to the list of attribute type the matching rule applies to.
attributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided list of attribute types to the list of attribute type the matching rule applies to.
Attributes - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating attributes.
AttributeSchema - Class in com.sun.identity.sm
The class AttributeSchema provides methods to access the schema of a configuration parameter.
AttributeSchema(AttributeSchemaImpl, PluginSchema) - Constructor for class com.sun.identity.sm.AttributeSchema
 
AttributeSchema(AttributeSchemaImpl, ServiceSchemaManager, ServiceSchema) - Constructor for class com.sun.identity.sm.AttributeSchema
Constructor used by ServiceSchema to instantiate AttributeSchema objects.
AttributeSchema.ListOrder - Enum in com.sun.identity.sm
This enum ListOrder defines the list orders of schema attributes and provides constants for these list orders.
AttributeSchema.Syntax - Enum in com.sun.identity.sm
The class Syntax defines the syntax of the schema attributes and provides static constants for these types.
AttributeSchema.Type - Enum in com.sun.identity.sm
The class Type defines the types of schema attributes and provides static constants for these types.
AttributeSchema.UIType - Enum in com.sun.identity.sm
The class UIType defines the UI types of schema attributes and provides static constants for these types.
AttributesContext - Class in org.forgerock.services.context
An AttributesContext is a mechanism for transferring transient state between components when processing a single request.
AttributesContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.AttributesContext
Restore from JSON representation.
AttributesContext(Context) - Constructor for class org.forgerock.services.context.AttributesContext
Constructs a new AttributesContext.
AttributeStatement - Class in com.sun.identity.saml.assertion
The AttributeStatement element supplies a statement by the issuer that the specified subject is associated with the specified attributes.
AttributeStatement - Interface in com.sun.identity.saml2.assertion
The AttributeStatement element describes a statement by the SAML authority asserting that the assertion subject is associated with the specified attributes.
AttributeStatement() - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Dafault constructor
AttributeStatement(Subject, List) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Constructs an instance of AttributeStatement.
AttributeStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Constructs an AttributStatement element from an existing XML block
AttributeStatementsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
Defines the concerns of generating the AttributeStatement list to be included in the SAML2 assertion.
AttributeType - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an attribute type, which contains information about the format of an attribute and the syntax and matching rules that should be used when interacting with it.
AttributeType.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing attribute type.
AttributeUsage - Enum in org.forgerock.opendj.ldap.schema
This enumeration defines the set of possible attribute usage values that may apply to an attribute type, as defined in RFC 2252.
aud(List<String>) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the JWT's intended audience list in the Claims Set.
AUD - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Audience Claim.
AUD - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Audience identifier.
audience(String...) - Method in class org.forgerock.macaroons.JsonCaveatSet
Specifies that the macaroon should only be accepted by endpoints listed in the given audience.
audience(Collection<String>) - Method in class org.forgerock.macaroons.JsonCaveatSet
Specifies that the macaroon should only be accepted by endpoints listed in the given audience.
AUDIENCE_RESTRICTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AUDIENCE_URI - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute to be configured in SPSSOConfig for Audience elements.
AudienceRestriction - Interface in com.sun.identity.saml2.assertion
The AudienceRestriction specifies that the assertion is addressed to one or more specific Audiences.
AudienceRestrictionCondition - Class in com.sun.identity.saml.assertion
This is an implementation of the abstract Condition class, which specifes that the assertion this AuthenticationCondition is part of, is addressed to one or more specific audience.
AudienceRestrictionCondition(List) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Constructs AudienceRestrictionCondition with a List of audience for this condition, each of them being a String.
AudienceRestrictionCondition(Element) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Constructs an AudienceRestrictionCondition element from an existing XML block.
audit(JsonValue) - Method in interface org.forgerock.caf.authentication.framework.AuditApi
Audits the authentication request, using the audit information from the given audit message.
AUDIT_FAILURE_REASON_KEY - Static variable in class org.forgerock.caf.authentication.framework.AuditTrail
MessageInfo map key for setting the reason for the module failure.
AUDIT_INFO_KEY - Static variable in class org.forgerock.caf.authentication.framework.AuditTrail
MessageInfo map key for setting additional audit information from a module.
AUDIT_PRINCIPAL_KEY - Static variable in class org.forgerock.caf.authentication.framework.AuditTrail
MessageInfo map key for setting the principal that the auth module has identified that will be set in the audit log entry.
AUDIT_SESSION_ID_KEY - Static variable in class org.forgerock.caf.authentication.framework.AuditTrail
MessageInfo map key for setting the session id for the authentication request.
AUDIT_TRAIL_KEY - Static variable in class org.forgerock.caf.authentication.framework.AuditTrail
MessageInfo map key for retrieving the audit trail instance.
auditApi(AuditApi) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the, mandatory, AuditApi instance that the framework will use to audit the authentication result of processed requests.
AuditApi - Interface in org.forgerock.caf.authentication.framework
Audit API interface for auditing the result of an authentication request.
auditFailure(String, Map<String, Object>, Map<String, Object>) - Method in class org.forgerock.caf.authentication.framework.AuditTrail
Audits a module as having completed as a failure.
auditSuccess(String, Map<String, Object>) - Method in class org.forgerock.caf.authentication.framework.AuditTrail
Audits a module as having completed successfully.
AuditTrail - Class in org.forgerock.caf.authentication.framework
Responsible for tracking the auditing of an authentication attempt including auditing each of the modules that are executed and the overall result of the authentication.
AUTH_ACCOUNT_EXPIRED - Static variable in exception com.sun.identity.plugin.session.SessionException
 
AUTH_COMPARISON - Static variable in class org.forgerock.am.saml2.api.Saml2Options
The comparison method the identity provider should use when determining the authentication method.
AUTH_CONTEXT_CLASS_REF - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_CONTEXT_CLASS_REF - Static variable in class org.forgerock.am.saml2.api.Saml2Options
The authentication context class reference.
AUTH_CONTEXT_CLASS_REF_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_CONTEXT_DECL_REF - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_CONTEXT_DECL_REF - Static variable in class org.forgerock.am.saml2.api.Saml2Options
The authentication context declaration reference.
AUTH_CONTEXT_DECL_REF_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_CTX_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AuthnContext Class Reference namespace
AUTH_ERROR_NOT_DEFINED - Static variable in exception com.sun.identity.plugin.session.SessionException
Error codes.
AUTH_INSTANT - Static variable in interface com.sun.identity.plugin.session.SessionProvider
This constant string is used as a property name to indicate the authentication instant.
AUTH_LEVEL - Static variable in interface com.sun.identity.plugin.session.SessionProvider
This constant string is used in the implementation and calling of the first method for passing an authentication level in a map.
AUTH_LEVEL - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define the minimum authentication level in an AuthLevelCondition or the maximum authentication level in a LEAuthLevelCondition of a policy being evaluated.
AUTH_LEVEL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_LEVEL - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The current authentication level achieved so far processing the tree.
AUTH_LEVEL_ADVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_LEVEL_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_LEVEL_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used identify the advice messages from AuthLevelCondition.
AUTH_LEVEL_NOT_INT_OR_SET - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
AUTH_LEVEL_NOT_INTEGER - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
AUTH_LEVEL_ZERO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_METHOD - Static variable in interface com.sun.identity.plugin.session.SessionProvider
This constant string is used as a property name to indicate the authentication method.
AUTH_METHOD_NOT_SUPPORTED - org.forgerock.opendj.ldap.ResultCode.Enum
 
AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested authentication attempt failed because it referenced an invalid SASL mechanism.
AUTH_MODULE_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute to be configured in SPSSOConfig for SAML2 authentication module instance name.
AUTH_SCHEME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define the authentication scheme in an AuthSchemeCondition of a policy.
AUTH_SCHEME_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used identify the advice messages from AuthSchemeCondition
AUTH_SCHEME_NOT_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
AUTH_TREE_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
 
AUTH_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_TYPE_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTH_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent the authentication service url
AUTH_USER_INACTIVE - Static variable in exception com.sun.identity.plugin.session.SessionException
 
AUTH_USER_LOCKED - Static variable in exception com.sun.identity.plugin.session.SessionException
 
AuthComparison - Enum in org.forgerock.am.saml2.api
The available types of authentication context comparison methods.
AuthContext - Class in com.sun.identity.authentication
The AuthContext provides the implementation for authenticating users.
AuthContext(SSOToken) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name contained in the single sign on token.
AuthContext(SSOToken, boolean) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name contained in the single sign on token.
AuthContext(String) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name or sub organization name.
AuthContext(String, URL) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name and the OpenAM server URL.
AuthContext.IndexType - Class in com.sun.identity.authentication
The class IndexType defines the possible kinds of "objects" or "resources" for which an authentication can be performed.
AuthContext.Status - Class in com.sun.identity.authentication
The class Status defines the possible authentication states during the login process.
AuthContextLocal - Class in com.sun.identity.authentication.server
The AuthContextLocal provides the implementation for authenticating users.
AuthContextLocal(String) - Constructor for class com.sun.identity.authentication.server.AuthContextLocal
Creates AuthContextLocal instance is obtained for a given organization name, or sub organization name.
AuthContextWithState - Interface in org.forgerock.caf.authentication.api
AsyncServerAuthContext implementations should implement this interface when the AsyncServerAuthContext has its own implementation of a AuthenticationState that it will be using to store and maintain state for a single request.
authenticate(Callback[]) - Method in class com.sun.identity.idm.IdRepo
Returns true if the data store successfully authenticates the identity with the provided credentials.
AUTHENTICATE_TO_REALM - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key used in AuthenticateToRealmCondition to specify the realm for which the user should authenticate for the policy to apply.
AUTHENTICATE_TO_REALM_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used identify the advice messages from AuthenticateToRealmCondition
AUTHENTICATE_TO_SERVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in AuthenticateToServiceCondition to specify the authentication chain for which the user should authenticate for the policy to apply.
AUTHENTICATE_TO_SERVICE_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used identify the advice messages from AuthenticateToServiceCondition
AuthenticatedEncryptionCryptographyHandler - Class in org.forgerock.jaspi.modules.session.jwt
A JwtCryptographyHandler that ensures confidentiality and authenticity of data using authenticated encryption algorithms.
AuthenticatedEncryptionCryptographyHandler() - Constructor for class org.forgerock.jaspi.modules.session.jwt.AuthenticatedEncryptionCryptographyHandler
 
authenticateRequester(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
Checks if the attribute query requester is valid.
authenticateRequesterURI(HttpServletRequest, HttpServletResponse, String, String, String) - Method in interface com.sun.identity.saml2.plugins.AssertionIDRequestMapper
Checks if the assertion requester using URI binding is valid.
AUTHENTICATION - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
Authentication Query.
AUTHENTICATION_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
AUTHENTICATION_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
The Statement is an Authentication Statement.
AUTHENTICATION_TYPE_SASL - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The authentication type value (0xA3) reserved for SASL authentication.
AUTHENTICATION_TYPE_SIMPLE - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The authentication type value (0x80) reserved for simple authentication.
AUTHENTICATION_WHITELIST - org.forgerock.am.cts.api.tokens.TokenType
Authentication session whitelist.
AuthenticationException - Exception in com.sun.identity.authentication.spi
AuthenticationException class is for handling Exception that is thrown when the user-entered tokens cause the authentication module to be authenticated to fail.
AuthenticationException - Exception in org.forgerock.caf.authentication.api
A generic authentication exception which accepts a detail message and/or the cause.
AuthenticationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Bind Request failed due to an authentication failure.
AuthenticationException(String) - Constructor for exception com.sun.identity.authentication.spi.AuthenticationException
Creates AuthenticationException object with given message.
AuthenticationException(String) - Constructor for exception org.forgerock.caf.authentication.api.AuthenticationException
Creates an AuthenticationException with the specified detail message.
AuthenticationException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AuthenticationException
Creates AuthenticationException with the message from the given resource bundle, for a given error message key errorCode and using arguments to the message.
AuthenticationException(String, Throwable) - Constructor for exception org.forgerock.caf.authentication.api.AuthenticationException
Creates an AuthenticationException with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception org.forgerock.caf.authentication.api.AuthenticationException
Creates an AuthenticationException with the specified cause and a detail message of (cause==null ? null : cause.getMessage()).
AuthenticationFailedException - Exception in org.forgerock.caf.authentication.framework
An authentication exception which signifies that authentication of the request has failed and an appropriate unauthorized response should be returned to the client.
AuthenticationFilter - Class in org.forgerock.caf.authentication.framework
A HTTP Filter that will protect all downstream filters or handlers.
AuthenticationFilter.AuthenticationFilterBuilder - Class in org.forgerock.caf.authentication.framework
Builder class that configures an Authentication Framework instance.
AuthenticationFilter.AuthenticationModuleBuilder - Class in org.forgerock.caf.authentication.framework
Builder class that configures AsyncServerAuthModules and ServerAuthModules.
AuthenticationFilterBuilder() - Constructor for class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
 
AuthenticationFramework - Class in org.forgerock.caf.authentication.framework
An authentication framework for protecting all types of resources.
AuthenticationModuleBuilder() - Constructor for class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
 
AuthenticationOutcomeProvider() - Constructor for class org.forgerock.am.iot.IotAuthenticationNode.AuthenticationOutcomeProvider
 
AuthenticationState - Class in org.forgerock.caf.authentication.api
Maintains state information and provides to retrieve values in a type safe manner.
AuthenticationState() - Constructor for class org.forgerock.caf.authentication.api.AuthenticationState
Creates a new AuthenticationState instance.
AuthenticationStateException - Exception in org.forgerock.caf.authentication.api
An exception that is thrown during AuthenticationState operations.
AuthenticationStatement - Class in com.sun.identity.saml.assertion
The AuthenticationStatement element supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.
AuthenticationStatement() - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Default constructor
AuthenticationStatement(String, Date, Subject) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Constructs Authentication statement
AuthenticationStatement(String, Date, Subject, SubjectLocality, List) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Constructs AuthenticationStatement
AuthenticationStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Constructs an authentication statement element from an existing XML block.
AuthenticationStatementsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
Defines the concern of providing the AuthnStatement list to be included in the generated SAML2 assertion.
authEventCallback(int, Map) - Method in interface com.sun.identity.authentication.spi.AMAuthCallBack
Receives the event notifications when the user status changes during the authentication process.
authId - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The authId.
authId(String) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the authId of the request.
AuthLoginException - Exception in com.sun.identity.authentication.spi
This class is for handling message localization in LoginException.
AuthLoginException(String) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs a new AuthLoginException with the given message.
AuthLoginException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs a new AuthLoginException without a nested Throwable.
AuthLoginException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs an instance of AuthLoginException to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
AuthLoginException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs an AuthLoginException with given Throwable.
authModules(List<AuthenticationFilter.AuthenticationModuleBuilder>) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the authentication modules that will be used to validate requests and secure response messages.
authModules(AuthenticationFilter.AuthenticationModuleBuilder...) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the authentication modules that will be used to validate requests and secure response messages.
AUTHN_AUTH_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Authentication Authority Role
AUTHN_BIND_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Configures the connection factory to return pre-authenticated connections using the specified BindRequest.
AUTHN_BIND_REQUEST_FACTORY - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Configures the connection factory to return pre-authenticated connections using BindRequest provided by the specified Supplier.
AUTHN_CONTEXT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AUTHN_FAILED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
AUTHN_QUERY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AuthnQuery
AUTHN_QUERY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AUTHN_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AuthnRequest object
AUTHN_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
AUTHN_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AUTHN_STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AuthnContext - Interface in com.sun.identity.saml2.assertion
The AuthnContext element specifies the context of an authentication event.
AuthnQuery - Interface in com.sun.identity.saml2.protocol
This class represents the AuthnQueryType complex type.
AuthnQueryUtil - Class in com.sun.identity.saml2.profile
This class provides methods to send or process AuthnQuery.
AuthnRequest - Interface in com.sun.identity.saml2.protocol
The AuthnRequest interface defines methods for properties required by an authentication request.
AUTHNREQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for AuthnRequest
AuthnStatement - Interface in com.sun.identity.saml2.assertion
The AuthnStatement element describes a statement by the SAML authority asserting that the assertion subject was authenticated by a particular means at a particular time.
AuthorityBinding - Class in com.sun.identity.saml.assertion
The AuthorityBinding element may be used to indicate to a replying party receiving an AuthenticationStatement that a SAML authority may be available to provide additional information about the subject of the statement.
AuthorityBinding(int, String, String) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
Constructs AuthorityBinding
AuthorityBinding(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
Constructs an AuthorityBinding element from an existing XML block.
AuthorityBinding.AuthorityKindType - Class in com.sun.identity.saml.assertion
The AuthorityKindType is an inner class defining constants for the representing the type of SAML protocol queries to which the authority described by this element will respond.
AuthorityKindType() - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
 
AUTHORIZATION - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
Authorization Decision Query.
AUTHORIZATION_CODE - org.forgerock.oauth2.core.GrantType
Authorization Code Flow.
AUTHORIZATION_CODE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
String used to verify the resource owner who granted the authorization at the authorization server.
AUTHORIZATION_DECISION_STATEMENT - Static variable in class com.sun.identity.saml.assertion.Statement
The Statement is an Authorization Decision Statement.
AUTHORIZATION_DENIED - org.forgerock.opendj.ldap.ResultCode.Enum
 
AUTHORIZATION_DENIED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server will not allow the client to use the requested authorization.
AUTHORIZATION_HEADER - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Authorization header.
AuthorizationAttribute<T> - Class in org.forgerock.authz.filter.api
Provides a convenience layer on top of AuthorizationContext to simplify access to particular attributes in the authorisation context.
AuthorizationAttribute(String) - Constructor for class org.forgerock.authz.filter.api.AuthorizationAttribute
Constructs an authorization attribute for the given authorization context key.
AuthorizationContext - Class in org.forgerock.authz.filter.api
Context to use for authorization requests.
AuthorizationContext() - Constructor for class org.forgerock.authz.filter.api.AuthorizationContext
Constructs a blank authorization context.
AuthorizationContext(Map<String, Object>) - Constructor for class org.forgerock.authz.filter.api.AuthorizationContext
Creates a new authorization context using the given attribute map as a backing store.
AuthorizationDecisionStatement - Class in com.sun.identity.saml.assertion
The AuthorizationDecisionStatement element supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.
AuthorizationDecisionStatement() - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Default constructor
AuthorizationDecisionStatement(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructs a AuthorizationDecisionStatement instance.
AuthorizationDecisionStatement(Subject, String, int, List, EvidenceBase) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructs an instance of AuthorizationDecisionStatement.
AuthorizationDecisionStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructs an AuthorizationStatement element from an existing XML block.
AuthorizationDecisionStatementBase - Class in com.sun.identity.saml.assertion
The AuthorizationDecisionStatement element supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.
AuthorizationDecisionStatementBase() - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Default constructor
AuthorizationDecisionStatementBase(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Constructs a AuthorizationDecisionStatement instance.
AuthorizationDecisionStatementBase(Subject, String, int, List, EvidenceBase) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Constructs an instance of AuthorizationDecisionStatement.
AuthorizationDecisionStatementBase(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Constructs an AuthorizationStatement element from an existing XML block.
AuthorizationDecisionStatementBase.DecisionType - Class in com.sun.identity.saml.assertion
The DecisionType is an inner class defining constants for the type of Decisions than can be conveyed by an AuthorizationDecisionStatement .
AuthorizationException - Exception in org.forgerock.authz.filter.api
Represents an exception whilst performing Authorization.
AuthorizationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed due to an authorization failure.
AuthorizationException(String) - Constructor for exception org.forgerock.authz.filter.api.AuthorizationException
Creates a new AuthorizationException.
AuthorizationException(String, Throwable) - Constructor for exception org.forgerock.authz.filter.api.AuthorizationException
Creates a new AuthorizationException.
AuthorizationFilters - Class in org.forgerock.authz.filter.crest
This class contains methods for creating FilterChains to protect resources by performing authorization on each incoming request.
AuthorizationHeader - Class in org.forgerock.http.header
A header class representing the Authorization HTTP header.
AuthorizationHeader() - Constructor for class org.forgerock.http.header.AuthorizationHeader
 
AuthorizationHeader.Factory - Class in org.forgerock.http.header
A factory for creating AuthorizationHeader instances.
AuthorizationIdentityRequestControl - Class in org.forgerock.opendj.ldap.controls
The authorization request control as defined in RFC 3829.
AuthorizationIdentityResponseControl - Class in org.forgerock.opendj.ldap.controls
The authorization response control as defined in RFC 3829.
AuthorizationResult - Class in org.forgerock.authz.filter.api
Represents the result of the authorization of a request.
authorizeAction(Context, ActionRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST action request.
authorizeCreate(Context, CreateRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST create request.
authorizeDelete(Context, DeleteRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST delete request.
AuthorizeEndpointDataProvider - Interface in org.forgerock.oauth2.core.plugins
A plugin or (extension point) that allows the OAuth2 provider to return additional data from an authorization request.
authorizePatch(Context, PatchRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST patch request.
authorizeQuery(Context, QueryRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST query request.
Authorizer - Class in com.sun.identity.log.spi
Deprecated.
Authorizer() - Constructor for class com.sun.identity.log.spi.Authorizer
Deprecated.
 
authorizeRead(Context, ReadRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST read request.
authorizeUpdate(Context, UpdateRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Authorizes a received REST update request.
AuthPassword - Class in org.forgerock.opendj.ldap
An authentication password, it has a storage scheme, authentication info and authentication value.
AuthStatusUtils - Class in org.forgerock.caf.authentication.framework
Utility class providing utility methods for determining the meaning behind each of the different AuthStatus values.
AUTHZ_DECISION_STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
AuthzDecisionStatement - Interface in com.sun.identity.saml2.assertion
The AuthzDecisionStatement element describes a statement by the SAML authority asserting that a request for access by the assertion subject tot he specified resource has resulted in the specified authorization decision on the basis of some optionally specified evidence.
AuthzDecisionStatementsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
This interface defines the plug-in point for producing AuthzDecisionStatements.
AUTHZID_COMPONENT - Static variable in class org.forgerock.services.context.SecurityContext
The authorization ID name reserved for the name of the component in which a user's resource is located, e.g.
AUTHZID_DN - Static variable in class org.forgerock.services.context.SecurityContext
The authorization ID name reserved for the user's LDAP distinguished name.
AUTHZID_ID - Static variable in class org.forgerock.services.context.SecurityContext
The authorization ID principal name reserved for a user's unique identifier.
AUTHZID_REALM - Static variable in class org.forgerock.services.context.SecurityContext
The authorization ID name reserved for a user's realm.
AUTHZID_ROLES - Static variable in class org.forgerock.services.context.SecurityContext
The authorization ID name reserved for the array of roles associated with the user.
AUTO_FED_ATTRIBUTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Auto federation attribute.
AUTO_FED_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Auto federation enable attribute.
AUXILIARY - org.forgerock.opendj.ldap.schema.ObjectClassType
The objectclass type that to use for classes declared "auxiliary".
auxiliaryObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided auxiliary classes to the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
auxiliaryObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided auxiliary classes to the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
Ava - Class in org.forgerock.opendj.ldap
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3 consists of an attribute description with zero options and an attribute value.
Ava(String, Object) - Constructor for class org.forgerock.opendj.ldap.Ava
Creates a new attribute value assertion (AVA) using the provided attribute type and value decoded using the default schema.
Ava(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.Ava
Creates a new attribute value assertion (AVA) using the provided attribute type and value.
Ava(AttributeType, String, Object) - Constructor for class org.forgerock.opendj.ldap.Ava
Creates a new attribute value assertion (AVA) using the provided attribute type, name and value.
available() - Method in class org.forgerock.http.io.FailableInputStream
 
awaitTermination(long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 

B

BACK_CHANNEL - org.forgerock.oauth2.core.GrantType
Client Initiated Back Channel Authentication.
BACK_CHANNEL_AUTHENTICATION_STATE - org.forgerock.am.cts.api.tokens.TokenType
Back Channel Authentication state.
BACKEND - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining whether the logs to be stored in flat-files or to a Database.
BackpressureHelper - Class in com.forgerock.rxjava3.intern.util
Utility class to help with backpressure-related operations such as request aggregation.
BAD_GATEWAY - org.forgerock.api.commons.CommonsApi.Errors
The "bad gateway" error.
BAD_GATEWAY - Static variable in class org.forgerock.http.protocol.Status
The 502 (Bad Gateway) status code indicates that the server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.
BAD_GATEWAY_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.BAD_GATEWAY in an API Description.
BAD_REQUEST - org.forgerock.api.commons.CommonsApi.Errors
The "bad request" error.
BAD_REQUEST - Static variable in class org.forgerock.http.protocol.Status
The 400 (Bad Request) status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
BAD_REQUEST - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the request could not be understood by the resource due to malformed syntax.
BAD_REQUEST_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.BAD_REQUEST in an API Description.
BadRequestException - Exception in org.forgerock.json.resource
An exception that is thrown during a operation on a resource when the requested operation is malformed.
BadRequestException() - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with null as its detail message.
BadRequestException(String) - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with the specified detail message.
BadRequestException(String, Throwable) - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with the specified detail message and cause.
BadRequestException(Throwable) - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with the specified cause.
BASE_OBJECT - org.forgerock.opendj.ldap.SearchScope.Enum
 
BASE_OBJECT - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry.
Base64 - Class in org.forgerock.opendj.ldap
This class provides methods for performing base64 encoding and decoding.
Base64 - Class in org.forgerock.util.encode
Provides RFC 4648 / RFC 2045 compatible Base64 encoding and decoding.
BASE64 - org.forgerock.openam.secrets.config.PropertyFormat
A base64-encoded binary value.
BASE64 - org.forgerock.secrets.propertyresolver.PropertyFormatBase64
Traditional base64 encoding.
BASE64_DECODE - org.forgerock.config.util.CoercionFunction
A coercion function that decodes a base64-encoded string into a decoded string.
BASE64_ENCODE - org.forgerock.config.util.CoercionFunction
A coercion function that encodes a string into a base64-encoded String.
BASE64_HMAC_KEY - org.forgerock.openam.secrets.config.PropertyFormat
Deprecated.
Prefer PropertyFormat.PEM for keys.
base64Binary() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a byte[] by converting the JsonValue using JsonValue.asString() and then Base64-decoding the result.
BASE64BINARY - Static variable in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
The BASE64BINARY encoding type indicates that the encoding name given corresponds to base64 encoding of a binary value.
Base64url - Class in org.forgerock.util.encode
Makes use of the Base64 class to encode and decode to and from URL-safe Base64.
BASE64URL - org.forgerock.secrets.propertyresolver.PropertyFormatBase64
URL-safe base64 encoding.
base64urlBinary() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a byte[] by converting the JsonValue using JsonValue.asString() and then Base64url-decoding the result.
base64urlDecode(String) - Static method in class org.forgerock.json.jose.utils.Utils
base64UrlDecode(String) - Static method in class org.forgerock.json.jose.utils.BigIntegerUtils
Decode a big-endian base64 url encoding of a magnitude big integer and transform it as a positive big integer.
base64urlEncode(String) - Static method in class org.forgerock.json.jose.utils.Utils
base64UrlEncodeUnsignedBigEndian(BigInteger) - Static method in class org.forgerock.json.jose.utils.BigIntegerUtils
Encode a big integer into a base 64 url encoded unsigned big endian.
BaseID - Interface in com.sun.identity.saml2.assertion
The BaseID is an extension point that allows applications to add new kinds of identifiers.
BASEID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for BaseID
BASEID - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
BaseIDAbstract - Interface in com.sun.identity.saml2.assertion
The BaseIDAbstract is an abstract type usable only as the base of a derived type.
BaseOpenIdResolver - Class in org.forgerock.oauth.resolvers
Implementation of the OpenIdResolver interface.
BaseOpenIdResolver(String) - Constructor for class org.forgerock.oauth.resolvers.BaseOpenIdResolver
Abstract constructor for setting the issuer's identity.
BaseQueryFilterVisitor<R,​P,​F> - Class in org.forgerock.util.query
A base implementation of QueryFilterVisitor where all methods throw an UnsupportedOperationException by default - override just the methods you need.
BaseQueryFilterVisitor() - Constructor for class org.forgerock.util.query.BaseQueryFilterVisitor
 
BaseResourceName<T,​E extends Exception> - Interface in org.forgerock.openam.shared.resourcename
The interface ResourceName provides methods to determine the hierarchy of resource names.
BaseSecretStoreProvider - Interface in org.forgerock.openam.secrets
A marker interface for types that provider secret store implementations.
basic(String) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Create a basic authentication challenge header.
BASIC_ATTRIBUTE_PROFILE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Basic attribute profile
BASIC_AUTH - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Basic Auth.
BASIC_AUTH_ON - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
BASIC_AUTH_PASSWD - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
BASIC_AUTH_USER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
BASIC_NAME_FORMAT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Basic name format
BasicCredentials - Class in org.forgerock.http.header.authorization
A rich representation of basic credentials.
BasicCredentials(String, String) - Constructor for class org.forgerock.http.header.authorization.BasicCredentials
Construct a new set of Basic authorization credentials.
bearer(String, Map<String, String>) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Create a bearer authentication challenge header.
BEARER - org.forgerock.openam.sts.token.SAML2SubjectConfirmation
 
BEARER_TOKEN - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
Bearer Token profile is specified.
BEARER_TOKEN - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Token Type.
BearerToken - Class in org.forgerock.http.header.authorization
A rich representation of bearer credentials.
BearerToken(String) - Constructor for class org.forgerock.http.header.authorization.BearerToken
Construct a new set of Bearer authorization credentials.
beforeAddAttribute(AttributeType.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddDitContentRule(DitContentRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddDitStructureRule(DitStructureRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddMatchingRule(MatchingRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddMatchingRuleUse(MatchingRuleUse.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddNameForm(NameForm.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddObjectClass(ObjectClass.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddSyntax(Syntax.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAuthorization(ResourceSetDescription, PermissionTicket, Subject, Subject, Set<String>) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
Invoked before authorization of the request is attempted.
beforeAuthorization(PermissionTicket, Subject, Subject, Set<String>) - Method in interface org.forgerock.openam.uma.extensions.RequestAuthorizationFilter
Invoked before authorization of the request is attempted.
beforeQueryResourceSets(String, QueryFilter<JsonPointer>) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
Invoked before a users, owned and shared with, resource sets a queried.
beforeResourceRegistration(ResourceSetDescription) - Method in interface org.forgerock.openam.oauth2.extensions.ResourceRegistrationFilter
Invoked before a resource set is registered in the backend.
beforeResourceShared(UmaPolicy) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
Invoked before a resource "share" is created.
beforeResourceSharedModification(UmaPolicy, UmaPolicy) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
Invoked before a resource "share" is modified.
bestEffortResourceServerError(Status, OAuth2Error) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Returns an OAuth 2.0 resource server error whose values are determined on a best-effort basis from the provided incomplete error and HTTP status code.
BETTER - org.forgerock.am.saml2.api.AuthComparison
The returned authentication context MUST be better than one of the requested authentication contexts.
BiFunction<T,​U,​R,​E extends Exception> - Interface in org.forgerock.util
A BiFunction functional interface which can throw a checked Exception.
BigIntegerUtils - Class in org.forgerock.json.jose.utils
Utils to complement bit operations not covered by the BigInteger functions.
BinarySecurityToken - Class in com.sun.identity.liberty.ws.common.wsse
The class BinarySecurityToken provides interface to parse and create X.509 Security Token depicted by Web Service Security : X.509 Certificate Token Profile and Liberty ID-WSF Security Mechanisms specifications.
BinarySecurityToken(Element) - Constructor for class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Constructor.
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using simple authentication and the provided user name and password.
bind(String, char[]) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using simple authentication and the provided user name and password.
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using the provided bind request.
bind(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using the provided bind request.
bind(BindRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Authenticates to the Directory Server using the provided bind request.
bind(ProgressStage<C>, C) - Static method in class org.forgerock.selfservice.core.ProgressStageBinding
Create a new binder instance.
BIND - org.forgerock.opendj.ldap.messages.Request.RequestType
 
BIND_REQUEST - Static variable in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
The bind request to use to perform service discovery when connecting to servers.
bindAsync(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bindAsync(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
bindAsync(BindRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
BINDING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Binding parameter name
BINDING_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Binding namespace
BindRequest - Interface in org.forgerock.opendj.ldap.messages
The Bind operation allows authentication information to be exchanged between the client and server.
BindResult - Interface in org.forgerock.opendj.ldap.messages
A Bind result indicates the status of the client's request for authentication.
BlackAndWhitelistFilter - Class in org.forgerock.util
This class can be used for filtering string elements by using blacklists and/or whitelists.
BlackAndWhitelistFilter(Collection<Pattern>, Collection<Pattern>) - Constructor for class org.forgerock.util.BlackAndWhitelistFilter
Creates a new BlackAndWhitelistFilter with provided collections.
BLOB - org.forgerock.am.cts.api.tokens.CoreTokenField
Token blob field name.
BlobStrategy - Interface in org.forgerock.am.cts.utils.blob
Responsible for defining the interface of the Token Blob Strategy.
BLOCK_TITLE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
blockTitle(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a block title.
BloomFilter<E> - Interface in org.forgerock.bloomfilter
General interface contract for implementations of Bloom Filters.
BloomFilterMonitor<T> - Class in org.forgerock.bloomfilter.monitoring
Generic Bloom Filter JMX monitoring.
BloomFilterMonitor(BloomFilter<T>) - Constructor for class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
BloomFilterMXBean - Interface in org.forgerock.bloomfilter.monitoring
Operations for monitoring and management of Bloom Filter implementations.
BloomFilters - Class in org.forgerock.bloomfilter
Factory methods for creating bloom filters with various requirements.
BloomFilters.BloomFilterBuilder<T> - Class in org.forgerock.bloomfilter
Builder for constructing and configuring Bloom Filter implementations.
BloomFilters.RollingBloomFilterBuilder<T> - Class in org.forgerock.bloomfilter
Builder pattern for Rolling Bloom Filters, which are Scalable Bloom Filters whose elements can expire allowing space to be reclaimed over time.
BloomFilters.ScalableBloomFilterBuilder<T> - Class in org.forgerock.bloomfilter
Builder pattern for Scalable Bloom Filters.
BloomFilterStatistics - Class in org.forgerock.bloomfilter
Provides a snapshot of the current statistics and configuration of a Bloom Filter implementation.
BloomFilterStatistics(double, double, long, long, long, long) - Constructor for class org.forgerock.bloomfilter.BloomFilterStatistics
Constructs a statistics object with the given parameters.
BOGUS_ACTOR - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
BOGUS_MUST_UNSTND - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
BOLD - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Bold text.
boldText(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts bold text.
BOOL - org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Boolean into a boolean.
BOOLEAN - com.sun.identity.sm.AttributeSchema.Syntax
The BOOLEAN attribute syntax specifies that the attribute is of boolean type, i.e., can have a value of either true or false
BOOLEAN_VALUE_FALSE - Static variable in class org.forgerock.opendj.io.Asn1
The byte array containing the pre-encoded ASN.1 encoding for a boolean value of "false".
BOOLEAN_VALUE_TRUE - Static variable in class org.forgerock.opendj.io.Asn1
The byte array containing the pre-encoded ASN.1 encoding for a boolean value of "false".
booleanSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
BooleanToString(Boolean) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a Boolean object to a String representing XML boolean.
booleanValueOf(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Returns the boolean value as a Boolean object.
BOOTSTRAP_REPLICATION_SERVERS - Static variable in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
The addresses of one or more replication servers within the topology which this server should connect to in order to discover the rest of the topology.
bootstrapPropertyResolver(String, PropertyResolver) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Get the standard bootstrap property resolver, which is defined as a resolver that checks in turn: The product paths resolver Environment variables System properties Any external sources defined in the <productKey>.envconfig.dirs system property, or (if it does not exist) the <PRODUCTKEY>_ENVCONFIG_DIRS environment variable, which is treated as a comma-separated list of source directories, where the files in a directory are resolved in a non-deterministic order, and are checked for duplicate keys.
branch() - Method in class org.forgerock.http.io.BranchingInputStream
Creates a new branch at this stream's current position.
branch() - Method in class org.forgerock.http.io.FileBranchingStream
 
BranchingInputStream - Class in org.forgerock.http.io
An input stream that can branch into separate input streams to perform divergent reads.
BranchingInputStream(BranchingInputStream) - Constructor for class org.forgerock.http.io.BranchingInputStream
Initialise the BranchingInputStream with the specified parent.
BROWSER_SESSION_ONLY_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Whether the JWT should persist between browser restarts property key.
Buffer - Interface in org.forgerock.http.io
A dynamically growing data buffer.
BUFFER_SIZE - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Buffer size.
BUFFER_TIME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Buffering time.
build() - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
Builds the decision.
build() - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
 
build() - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder.FilterAttributeBuilder
 
build() - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Builds a new access token request instance, ensuring all prerequisites.
build() - Method in class org.forgerock.am.oauth2.AccessTokenResponse.Builder
Builds a new access token response instance, ensuring all prerequisites.
build() - Method in class org.forgerock.api.models.Action.Builder
Builds the Action instance.
build() - Method in class org.forgerock.api.models.ApiDescription.Builder
Builds the ApiDescription instance.
build() - Method in class org.forgerock.api.models.ApiError.Builder
Builds the ApiError.
build() - Method in class org.forgerock.api.models.Create.Builder
Builds the Create instance.
build() - Method in class org.forgerock.api.models.Definitions.Builder
Builds the Definitions instance.
build() - Method in class org.forgerock.api.models.Delete.Builder
Builds the Delete instance.
build() - Method in class org.forgerock.api.models.Errors.Builder
Builds the Errors instance.
build() - Method in class org.forgerock.api.models.Items.Builder
Construct a new instance of Resource.
build() - Method in class org.forgerock.api.models.Parameter.Builder
Builds the Parameter.
build() - Method in class org.forgerock.api.models.Patch.Builder
Builds the Patch instance.
build() - Method in class org.forgerock.api.models.Paths.Builder
Builds the Paths instance.
build() - Method in class org.forgerock.api.models.Query.Builder
Builds the Query instance.
build() - Method in class org.forgerock.api.models.Read.Builder
Builds the Create instance.
build() - Method in class org.forgerock.api.models.Reference.Builder
Builds the Reference instance.
build() - Method in class org.forgerock.api.models.Resource.Builder
Construct a new instance of Resource.
build() - Method in class org.forgerock.api.models.Schema.Builder
Builds the Schema instance.
build() - Method in class org.forgerock.api.models.Services.Builder
Builds the Definitions instance.
build() - Method in class org.forgerock.api.models.SubResources.Builder
Builds the SubResources instance.
build() - Method in class org.forgerock.api.models.Update.Builder
Builds the Create instance.
build() - Method in class org.forgerock.api.models.VersionedPath.Builder
Builds the VersionedPath instance.
build() - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Builds the bloom filter with the configured options.
build() - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Creates a new JaspiRuntimeFilter instance based on the configuration provided.
build() - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Returns a new CorsPolicy immutable instance.
build() - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Builds the CSRF filter with the configured settings.
build() - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Builds the EncryptedPrivateKeyAuthFilter instance.
build() - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Builds the PrivateKey Jwt ClientAuthentication Filter.
build() - Method in class org.forgerock.http.routing.UriRouterContext.Builder
Returns a new UriRouterContext build from provided values.
build() - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
Builds the JWE into a String by calling the build method on the JWE object.
build() - Method in class org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
Builds the JWS into a String by calling the build method on the JWS object.
build() - Method in class org.forgerock.json.jose.builders.EncryptedThenSignedJwtHeaderBuilder
Creates a JwsHeader instance from the header parameters set in this builder.
build() - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Creates a JweHeader instance from the header parameters set in this builder.
build() - Method in class org.forgerock.json.jose.builders.JwsHeaderBuilder
Creates a JwsHeader instance from the header parameters set in this builder.
build() - Method in interface org.forgerock.json.jose.builders.JwtBuilder
Builds the JWT into a String by calling the build method on the JWT object.
build() - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Creates a JwtClaimsSet instance from the claims set in this builder.
build() - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Creates a JwtHeader instance from the header parameters set in this builder.
build() - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Builds the JWS into a String by calling the build method on the JWS object.
build() - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
 
build() - Method in class org.forgerock.json.jose.jwk.EcJWK.Builder
Build the EC JWK.
build() - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Builds the JWK.
build() - Method in class org.forgerock.json.jose.jwk.OctJWK.Builder
Build the Octet JWK.
build() - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
 
build() - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Build the RSA JWK.
build() - Method in class org.forgerock.json.jose.jws.SignedJwt
Builds the JWT into a String by following the steps specified in the relevant specification according to whether the JWT is being signed and/or encrypted.
build() - Method in interface org.forgerock.json.jose.jwt.Jwt
Builds the JWT into a String by following the steps specified in the relevant specification according to whether the JWT is being signed and/or encrypted.
build() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Builds the JWT's Claims Set into a String representation of a JSON object.
build() - Method in class org.forgerock.json.jose.jwt.JwtHeader
Builds the JWT's header into a String representation of a JSON object.
build() - Method in interface org.forgerock.json.jose.jwt.Payload
Builds the JWTs Payload into a String by following the steps specified in the relevant specification according to whether the JWT is being signed and/or encrypted.
build() - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Builds the SecretsJwtTokenHandler based on the configuration specified.
build() - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Return the claim this builder was building.
build() - Method in class org.forgerock.oauth.OAuthClientConfiguration.Builder
Builds an OAuthClientConfiguration instance.
build() - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Build the Action.
build() - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Creates a new ExternalRequestContext instance.
build() - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Builds a SAML2Config object.
build() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState.ProofTokenStateBuilder
Builds the ProofTokenState
build() - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Encodes and signs the certificate.
build() - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
build() - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Builds the GoogleSecretManagerSecretStore based on the current configuration of the builder.
build() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Builds the GoogleKmsSecretStore instance.
build() - Method in class org.forgerock.secrets.vault.VaultConfig.Builder
Builds the Vault configuration based on the supplied settings.
build() - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Builds and loads the keystore using the provided parameters.
build() - Method in class org.forgerock.selfservice.core.StageResponse.Builder
Builds a stage response instance.
build() - Method in interface org.forgerock.selfservice.core.StageResponse.RequirementsBuilder
Builds a stage response instance.
build() - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Builds a new json object representing the defined requirements.
build() - Method in class org.forgerock.services.context.ClientContext.Builder
Creates a ClientContext instance from the specified properties.
build(Class<T>) - Method in class org.forgerock.secrets.SecretBuilder
Deprecated.
build(String, URL) - Method in class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.
build(Purpose<T>) - Method in class org.forgerock.secrets.SecretBuilder
Builds a secret of the given type, enforcing any constraints attached to the purpose.
buildApi(ApiProducer<D>) - Method in class org.forgerock.services.routing.AbstractRouter
Build an api with a given ApiProducer.
buildAsync(String, URL) - Method in class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.
buildAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new attribute type before adding it to the schema.
buildAttributeType(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an attribute type builder whose fields are initialized to the values of the provided attribute type.
buildDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new DIT content rule before adding it to the schema.
buildDitContentRule(DitContentRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a DIT content rule builder whose fields are initialized to the values of the provided DIT content rule.
buildDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new DIT structure rule before adding it to the schema.
buildDitStructureRule(DitStructureRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an DIT structure rule builder whose fields are initialized to the values of the provided rule.
builder() - Static method in class org.forgerock.am.oauth2.AccessTokenRequest
Provides a builder instance to help construct a new access token request.
builder() - Static method in class org.forgerock.am.oauth2.AccessTokenResponse
Provides a builder instance to help construct a new access token response.
builder() - Static method in class org.forgerock.caf.authentication.framework.AuthenticationFilter
Returns a new AuthenticationFilterBuilder instance which is to be used to configure an instance of the Authentication Framework.
builder() - Static method in class org.forgerock.http.filter.cors.CorsPolicy
Returns a new CorsPolicy builder.
builder() - Static method in class org.forgerock.json.jose.jwk.OkpJWK
Creates a new builder object for an OKP key.
builder() - Static method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler
Creates a new SecretsJwtTokenHandler.Builder object to configure a SecretsJwtTokenHandler instance.
builder() - Static method in class org.forgerock.openam.sts.config.user.SAML2Config
Creates a new SAML2ConfigBuilder.
builder() - Static method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
Creates a ProofTokenStateBuilder
builder() - Static method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
Returns a new GoogleSecretManagerSecretStore.Builder object to configure the secret store.
builder() - Static method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
Creates a new GoogleKmsSecretStore.Builder object for configuring this secret store.
builder(String) - Static method in class org.forgerock.json.jose.jwk.OctJWK
Get the Octet JWK builder.
builder(String, String) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Get the builder.
builder(String, String, String) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Get the builder.
builder(ECPublicKey) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Get the builder.
builder(RSAPublicKey) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Get the builder.
builder(Handler, URI) - Static method in class org.forgerock.secrets.vault.VaultConfig
Returns a new VaultConfig.Builder to construct the configuration.
builder(SupportedEllipticCurve, String, String) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Get the builder.
Builder() - Constructor for class org.forgerock.am.oauth2.AccessTokenRequest.Builder
 
Builder() - Constructor for class org.forgerock.am.oauth2.AccessTokenResponse.Builder
 
Builder() - Constructor for class org.forgerock.api.models.Action.Builder
 
Builder() - Constructor for class org.forgerock.api.models.Items.Builder
Private default constructor.
Builder() - Constructor for class org.forgerock.api.models.Operation.Builder
Creates a new Builder.
Builder() - Constructor for class org.forgerock.api.models.Query.Builder
 
Builder() - Constructor for class org.forgerock.api.models.Read.Builder
 
Builder() - Constructor for class org.forgerock.api.models.Resource.Builder
Private default constructor.
Builder() - Constructor for class org.forgerock.http.filter.cors.CorsPolicy.Builder
 
Builder() - Constructor for class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
 
Builder() - Constructor for class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
 
Builder() - Constructor for class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
 
Builder() - Constructor for class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
 
Builder() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
 
Builder(Function<T, C>) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Limit constructor visibility.
Builder(Function<T, C>) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Limit visibility.
Builder(Function<T, C>) - Constructor for class org.forgerock.oauth.OAuthClientConfiguration.Builder
Creates an OAuthClientConfiguration builder instance.
Builder(KeyType) - Constructor for class org.forgerock.json.jose.jwk.JWK.Builder
The builder constructor.
buildExternalClientContext(Context) - Static method in class org.forgerock.services.context.ClientContext
Creates a ClientContext.Builder for creating an external ClientContext instance.
buildJwt(JwtBuilderFactory, JwtClaimsSet) - Method in class org.forgerock.jaspi.modules.session.jwt.AuthenticatedEncryptionCryptographyHandler
 
buildJwt(JwtBuilderFactory, JwtClaimsSet) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
 
buildJwt(JwtBuilderFactory, JwtClaimsSet) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Builds a JWT with the given claims set.
buildMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new matching rule before adding it to the schema.
buildMatchingRule(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a matching rule builder whose fields are initialized to the values of the provided matching rule.
buildMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new matching rule use before adding it to the schema.
buildMatchingRuleUse(MatchingRuleUse) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a matching rule use builder whose fields are initialized to the values of the provided matching rule use object.
buildNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new name form before adding it to the schema.
buildNameForm(NameForm) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a name form builder whose fields are initialized to the values of the provided name form.
buildObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new object class before adding it to the schema.
buildObjectClass(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an object class builder whose fields are initialized to the values of the provided object class.
buildPath(String, String...) - Static method in class org.forgerock.api.util.PathUtil
Builds a forward-slash-delimited path, with duplicate forward-slashes removed, and trailing slashes removed.
buildPathParameters(String) - Static method in class org.forgerock.api.util.PathUtil
Searches for curly-braces in the given pathSegment, and creates a path-parameter for each that are found.
buildQuery(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Creates the query that will be passed to the request.
buildRequest(String, String) - Method in class org.forgerock.secrets.gcpkms.ChfHttpTransport
 
buildSecretReferences() - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
buildSecretReferences() - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
for removal with PrivateKeyJwtClientAuthenticationFilter.Builder.withSigningPurpose(Purpose). Will be removed in winter 2021 season.
buildSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new syntax before adding it to the schema.
buildSyntax(Syntax) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a syntax builder whose fields are initialized to the values of the provided syntax.
bundle - Static variable in class com.sun.identity.liberty.ws.paos.PAOSUtils
 
bundle - Static variable in class com.sun.identity.liberty.ws.soapbinding.Utils
 
bundle - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
BUNDLE_NAME - Static variable in class com.sun.identity.liberty.ws.paos.PAOSUtils
 
BUNDLE_NAME - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
BUSY - org.forgerock.opendj.ldap.ResultCode.Enum
 
BUSY - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is too busy to process the requested operation.
BUTTON - com.sun.identity.sm.AttributeSchema.UIType
The BUTTON attribute type specifies that the attribute should be displayed as a button.
byteArrayToHexString(byte[]) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts byte array to Hex String.
byteArrayToString(byte[]) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts byte array to String.
byteAt(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the byte value at the specified index.
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
 
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
ByteSequence - Interface in org.forgerock.opendj.ldap
A ByteSequence is a readable sequence of byte values.
ByteSequenceReader - Class in org.forgerock.opendj.ldap
An interface for iteratively reading data from a ByteSequence .
ByteString - Class in org.forgerock.opendj.ldap
An immutable sequence of bytes backed by a byte array.
ByteStringBuilder - Class in org.forgerock.opendj.ldap
A mutable sequence of bytes backed by a byte array.
ByteStringBuilder() - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with an initial capacity of 32 bytes.
ByteStringBuilder(int) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the specified initial capacity.
ByteStringBuilder(ByteSequence) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the content of the provided ByteSequence.
byteStringToAttributeDescription(ByteString, Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as an AttributeDescription using the provided schema.
byteStringToBoolean() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Boolean values.
byteStringToCertificate(ByteString) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as a X509Certificate.
byteStringToDn() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the default schema.
byteStringToDn(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the provided schema.
byteStringToDuration(ByteString) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as a Duration using our DurationUnit parser.
byteStringToGeneralizedTime() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses generalized time strings.
byteStringToInteger() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Integer string values.
byteStringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Long string values.
byteStringToPath() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Path string values.

C

CACHE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The caching mechanism that the key store will use.
CACHE_CLEANUP_INTERVAL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
CACHE_CLEANUP_INTERVAL_DEFAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
CACHE_CLEANUP_INTERVAL_MINIMUM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
CACHED_POOL_OPTIONS - Static variable in class org.forgerock.openam.ldap.LDAPUtils
An Option that stores the settings related to cached connection pooling.
CachedPoolOptions(int, int, long, TimeUnit) - Constructor for class org.forgerock.openam.ldap.LDAPUtils.CachedPoolOptions
Creates a new LDAPUtils.CachedPoolOptions object.
CachingAccessTokenResolver - Class in org.forgerock.http.oauth2.resolver
A CachingAccessTokenResolver is a delegating AccessTokenResolver that uses a write-through cache to enable fast AccessTokenInfo resolution.
CachingAccessTokenResolver(Clock, AccessTokenResolver, PerItemEvictionStrategyCache<String, Promise<AccessTokenInfo, AccessTokenException>>) - Constructor for class org.forgerock.http.oauth2.resolver.CachingAccessTokenResolver
Builds a CachingAccessTokenResolver delegating to the given AccessTokenResolver using the given (pre-configured) cache.
callbackHandler(CallbackHandler) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Sets the CallbackHandler that the auth module should use.
callbackRequired(TreeContext) - Method in class org.forgerock.am.iot.IotAuthenticationNode
 
callbackRequired(TreeContext) - Method in class org.forgerock.am.iot.IotRegistrationNode
 
callbacks - Variable in class org.forgerock.openam.auth.node.api.Action
Callbacks requested by the node when the outcome is null.
CAN_NOT_HONOUR_USAGE_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
canAddMembers() - Method in class com.sun.identity.idm.IdType
Returns a set of types of identities that this type can add as members.
canBeMemberOf() - Method in class com.sun.identity.idm.IdType
Returns a set of types of identities that this type can be a member of.
cancel() - Method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
 
cancel() - Method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
 
cancel() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns a Single<Result> which, once subscribed, will attempt to cancel the operation.
cancel() - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
Cancels this change listener.
cancel(boolean) - Method in interface org.forgerock.util.promise.Promise
Attempts to cancel the asynchronous task associated with this Promise.
cancel(boolean) - Method in class org.forgerock.util.promise.PromiseImpl
 
cancel(AtomicReference<Subscription>) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Atomically swaps in the common cancelled subscription instance and cancels the previous subscription if any.
CancelExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
The cancel extended request as defined in RFC 3909.
CANCELLED - com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Represents a cancelled Subscription.
CANCELLED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a request has been cancelled by a cancel request.
CancelledResultException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was cancelled.
CancelRequestListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a cancellation request has been received and processing of the request should be aborted if possible.
canConvertToToken() - Method in interface org.forgerock.am.cts.api.query.PartialToken
Check if this PartialToken can be converted into a Token.
canHaveMembers() - Method in class com.sun.identity.idm.IdType
Returns a set of types of identities this type can hav as its' members.
CANNOT_CANCEL - org.forgerock.opendj.ldap.ResultCode.Enum
 
CANNOT_CANCEL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because the targeted operation was one that could not be canceled.
CANONICALIZATION_METHOD - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
xmlsig signing parameters
canonicalize(String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Gets the canonicalized form of a resource string.
canParse(String) - Method in interface org.forgerock.http.header.authorization.CredentialsParser
Whether this parser parses the given authorization type.
capacity() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the current capacity of this byte string builder.
CaptchaStage - Class in org.forgerock.selfservice.stages.captcha
Stage is responsible for captcha based security.
CaptchaStage(Client) - Constructor for class org.forgerock.selfservice.stages.captcha.CaptchaStage
Constructs a new captcha stage.
CaptchaStageConfig - Class in org.forgerock.selfservice.stages.captcha
Configuration for the captcha stage.
CaptchaStageConfig() - Constructor for class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
 
CaseInsensitiveMap<V> - Class in org.forgerock.http.util
An implementation of a map whose keys are case-insensitive strings.
CaseInsensitiveMap() - Constructor for class org.forgerock.http.util.CaseInsensitiveMap
Constructs a new empty case-insensitive map.
CaseInsensitiveMap(Map<String, V>) - Constructor for class org.forgerock.http.util.CaseInsensitiveMap
Wraps an existing map with a new case insensitive map.
CaseInsensitiveSet - Class in org.forgerock.http.util
An implementation of a set whose values are case-insensitive strings.
CaseInsensitiveSet() - Constructor for class org.forgerock.http.util.CaseInsensitiveSet
Constructs a new empty case-insensitive set.
CaseInsensitiveSet(int) - Constructor for class org.forgerock.http.util.CaseInsensitiveSet
Constructs a new, empty case-insensitive set; the backing HashSet instance has the specified initial capacity and default load factor.
CaseInsensitiveSet(int, float) - Constructor for class org.forgerock.http.util.CaseInsensitiveSet
Constructs a new, empty case-insensitive set; the backing HashSet instance has the specified initial capacity and the specified load factor.
CaseInsensitiveSet(Collection<String>) - Constructor for class org.forgerock.http.util.CaseInsensitiveSet
Constructs a new case-insensitive set containing the elements in the specified collection.
CaveatVerifier - Interface in org.forgerock.macaroons
Generic interface for methods to verify that a caveat is satisfied.
CC20_P1305 - org.forgerock.json.jose.jwe.EncryptionMethod
The ChaCha20-Poly1305 algorithm as described in RFC 7539.
CERT_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
certficate alias attribute.
certificate(Certificate) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate associated with this secret.
certificateBound(X509Certificate) - Method in class org.forgerock.macaroons.JsonCaveatSet
Binds the macaroon to the given TLS client certificate.
certificateBoundSha512(X509Certificate) - Method in class org.forgerock.macaroons.JsonCaveatSet
Binds the macaroon to the given TLS client certificate.
certificateChain(Certificate...) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate chain associated with this secret.
certificateChain(List<? extends Certificate>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate chain associated with this secret.
certificates(Certificate...) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's certificates.
certificates(List<Certificate>) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's certificates.
CertificateVerificationKey - Class in org.forgerock.secrets.keys
A key used for verifying certificate signatures.
CertificateVerificationKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.CertificateVerificationKey
Initialises the key with the given secret data.
ChainedPropertyResolver - Class in org.forgerock.config.resolvers
Contains a chain of PropertyResolvers that should be used to get a token replacement property.
ChainedPropertyResolver(List<? extends PropertyResolver>) - Constructor for class org.forgerock.config.resolvers.ChainedPropertyResolver
Creates a chained property resolver given a list of PropertyResolvers.
chainOf(List<Filter>) - Static method in class org.forgerock.http.filter.Filters
Creates a Filter which encapsulates the provided filters into a single Filter.
chainOf(Filter...) - Static method in class org.forgerock.http.filter.Filters
Creates a Filter which encapsulates the provided filters into a single Filter.
chainOf(Handler, List<Filter>) - Static method in class org.forgerock.http.handler.Handlers
Creates a Handler which wraps the provided filters around the provided target handler.
chainOf(Handler, Filter...) - Static method in class org.forgerock.http.handler.Handlers
Creates a Handler which wraps the provided filters around the provided target handler.
Challenge(String, String, Map<String, String>) - Constructor for class org.forgerock.http.header.WwwAuthenticateHeader.Challenge
Create a new authentication option.
CHANGE_AFTER_RESET - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the password must be changed before the user will be allowed to perform any operation other than bind and modify.
changePassword(SSOToken, IdType, String, String, String, String) - Method in class com.sun.identity.idm.IdRepo
Changes password of identity.
changePassword(String, String) - Method in class com.sun.identity.idm.AMIdentity
Changes password for the identity.
ChangeRecord - Interface in org.forgerock.opendj.ldif
A request to modify the content of the Directory in some way.
ChangeRecordReader - Interface in org.forgerock.opendj.ldif
An interface for reading change records from a data source, typically an LDIF file.
ChangeRecordVisitor<R,​P,​E extends Exception> - Class in org.forgerock.opendj.ldif
A visitor of ChangeRecords, in the style of the visitor design pattern.
ChangeRecordVisitor() - Constructor for class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
ChangeRecordWriter - Interface in org.forgerock.opendj.ldif
An interface for writing change records to a data source, typically an LDIF file.
ChangeType - Enum in org.forgerock.am.cts.continuous
Indicates the type of change which occurred to a token, which can be understood at the CTS (above the data layer) layer.
charAt(int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the char value at the specified index of the String representation of this message in the default locale.
charAt(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the char value at the specified index of the String representation of this message builder in the default locale.
charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the char value at the specified index of the String representation of this message in the specified locale.
charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the char value at the specified index of the String representation of this message builder in the specified locale.
charset() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a character set used for byte encoding/decoding.
CHARSET - Static variable in class org.forgerock.json.jose.utils.Utils
UTF-8 Charset.
CharsetDecoderFlowableTransformer - Class in org.forgerock.http.io
A CharsetDecoderFlowableTransformer decodes bytes from a stream of ByteBuffer into a stream of CharBuffer using the given Charset.
CHECK_SAML2_CA_STATUS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Check CA Certificate status
CHECK_SAML2_CERTIFICATE_STATUS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Check Certificate status
checkAndCreateGroup(String, String, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfig
 
checkAttributesAndObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that the user attributes in an entry conform to its object classes.
checkAttributesAndObjectClasses(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that the user attributes in an entry conform to its object classes.
checkAttributeValues() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.
checkAttributeValues(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.
checkClientTrusted(X509Certificate[], String) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkDateValidity(long) - Method in class com.sun.identity.saml.assertion.Conditions
Returns true if a specific Date falls within the validity interval of this set of conditions.
checkDateValidity(long) - Method in interface com.sun.identity.saml2.assertion.Conditions
Return true if a specific Date falls within the validity interval of this set of conditions.
checkDateValidityWithSkew(long, int) - Method in interface com.sun.identity.saml2.assertion.Conditions
Return true if a specific Date falls within the validity interval of this set of conditions.
checkDitContentRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against content rules defined in the schema.
checkDitContentRules(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against content rules defined in the schema.
checkDitStructureRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against structure rules defined in the schema.
checkDitStructureRules(SchemaValidationPolicy.Action, Function<Dn, Entry, LdapException>) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against structure rules defined in the schema.
checkDitStructureRulesParentEntryResolver() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the parent entry resolver which should be used for retrieving the parent entry during DIT structure rule validation.
checkForTimeout(long) - Method in interface org.forgerock.opendj.ldap.TimeoutScheduler.TimeoutEventListener
Check whether or not an operation timed-out.
checkJsonCompatibility(String, Object) - Static method in class org.forgerock.http.util.Json
Verify that the given parameter object is of a JSON compatible type (recursively).
checkListValuesAreOfType(List<?>, Class<?>) - Method in class org.forgerock.json.jose.jwt.JWObject
Checks that the given List's type is of an assignable type from the required class.
checkNameForms() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against name forms defined in the schema.
checkNameForms(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against name forms defined in the schema.
checkNotBlank(String) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if the str parameter is null, throws IllegalArgumentException if empty or only contains whitespace, and returns the string otherwise.
checkNotBlank(String, String) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if the str parameter is null, throws IllegalArgumentException if empty or only contains whitespace, and returns the string otherwise.
checkNotNull(T) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if the object parameter is null, returns the object otherwise.
checkNotNull(T, String) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if the object parameter is null, returns the object otherwise.
checkRsaKeySize(Key, String) - Static method in class org.forgerock.json.jose.utils.Utils
Verifies that the RSA key being used meets minimum key size requirement of 2048 bits as specified in the JOSE specifications.
checkRsaKeySize(CryptoKey) - Static method in class org.forgerock.json.jose.utils.Utils
Verifies that the RSA key being used meets minimum key size requirement of 2048 bits as specified in the JOSE specifications.
checkServerTrusted(X509Certificate[], String) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.forgerock.secrets.SecretsTrustManager
 
CheckSession - Class in org.forgerock.openidconnect
Interface is to define what needs to be implemented to do the OpenID Connect check session endpoint.
CheckSession() - Constructor for class org.forgerock.openidconnect.CheckSession
Constructs a new CheckSession.
checkStatement(Element, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Verifies if an element is a type of a specific statement.
checkUsingKeyStore(KeyStore) - Static method in class org.forgerock.opendj.security.TrustManagers
Creates a new X509TrustManager which will use the key store to determine whether to trust a certificate.
checkUsingKeyStoreFile(String, char[], String) - Static method in class org.forgerock.opendj.security.TrustManagers
Creates a new X509TrustManager which will use the named trust store file to determine whether to trust a certificate.
checkValueIsOfType(Object, Class<?>) - Method in class org.forgerock.json.jose.jwt.JWObject
Checks that the given value is of an assignable type from the required class.
ChfHttpClient - Class in org.forgerock.http.client
Deprecated.
Will be replaced in a later release by Client.
ChfHttpClient(Client) - Constructor for class org.forgerock.http.client.ChfHttpClient
Deprecated.
 
ChfHttpTransport - Class in org.forgerock.secrets.gcpkms
Implementation of the Google Cloud API HttpTransport interface using CHF.
ChfHttpTransport(Handler, Supplier<Context>) - Constructor for class org.forgerock.secrets.gcpkms.ChfHttpTransport
Initialises the transport with the given CHF client handler and context supplier.
child(int) - Method in class org.forgerock.json.JsonPointer
Returns a new JSON pointer, which identifies a specified child element of the array identified by this pointer.
child(Object) - Method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path which is a child of this resource path.
child(String) - Method in class org.forgerock.json.JsonPointer
Returns a new JSON pointer, which identifies a specified child member of the object identified by this pointer.
child(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN decoded using the default schema.
child(String, Object) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is an immediate child of this DN and with an RDN having the provided attribute type and value decoded using the default schema.
child(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.
child(Rdn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is an immediate child of this DN and having the specified RDN.
ChoiceValues - Class in com.sun.identity.sm
The abstract class ChoiceValues provides a mechanism for services to provide choice values for attributes dynamically instead of being statically defined in the service XML file stored in the directory.
ChoiceValues - Interface in org.forgerock.am.config
 
ChoiceValues() - Constructor for class com.sun.identity.sm.ChoiceValues
 
choiceValuesClass() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
A com.sun.identity.sm.ChoiceValues implementation that should be used to compute the choice values for the attribute.
chooseClientAlias(String[], Principal[], Socket) - Method in class org.forgerock.secrets.SecretsKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.forgerock.secrets.SecretsKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.forgerock.secrets.SecretsKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.forgerock.secrets.SecretsKeyManager
 
CIPHER_AES_CBC_PKCS5 - Static variable in class org.forgerock.util.crypto.CryptoConstants
A cipher value for the AES/CBC/PKCS5Padding algorithm.
claim(String, Object) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Adds a custom claim to the JWT Claims Set.
Claim - Class in org.forgerock.oauth.clients.oidc
Models an OpenID Connect claim that has been requested in an authorize request.
Claim - Class in org.forgerock.openidconnect
Deprecated.
use Claim
Claim(String) - Constructor for class org.forgerock.openidconnect.Claim
Deprecated.
Claim(String, Object) - Constructor for class org.forgerock.openidconnect.Claim
Deprecated.
Claim(String, List<Object>) - Constructor for class org.forgerock.openidconnect.Claim
Deprecated.
Claim(String, List<Object>, boolean) - Constructor for class org.forgerock.openidconnect.Claim
Deprecated.
Claim(String, Locale, List<Object>, boolean) - Constructor for class org.forgerock.oauth.clients.oidc.Claim
The constructor.
Claim.ClaimBuilder - Class in org.forgerock.oauth.clients.oidc
Builder to keep the Claim immutable.
Claim.ClaimBuilder - Class in org.forgerock.openidconnect
Deprecated.
Builder to keep the Claim immutable.
ClaimBuilder(String) - Constructor for class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Constructor for a ClaimBuilder.
ClaimBuilder(String) - Constructor for class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
claims() - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Creates a builder for building a JWT Claims Set to be used in the building of JWTs.
claims(Map<String, Object>) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets all of the claims the JWT Claims Set with the values contained in the specified map.
claims(JwtClaimsSet) - Method in class org.forgerock.json.jose.builders.AbstractJwtBuilder
Sets the JwtClaimsSet for this JwtBuilder.
claims(JwtClaimsSet) - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
Sets the JwtClaimsSet for this JwtBuilder.
claims(JwtClaimsSet) - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Sets the JwtClaimsSet for this JwtBuilder.
claims(JwtClaimsSet) - Method in class org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
 
Claims - Class in org.forgerock.oauth.clients.oidc
Models OpenID Connect claims that are requested in an authorize request.
Claims(Map<String, Claim>, Map<String, Claim>) - Constructor for class org.forgerock.oauth.clients.oidc.Claims
Creates a Claims object.
Claims(Map<String, Claim>, Map<String, Claim>, Map<String, Claim>) - Constructor for class org.forgerock.oauth.clients.oidc.Claims
Creates a Claims object.
CLAIMS - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
The claims parameter.
ClaimsMapper - Class in org.forgerock.oauth.clients.oidc
Utility class for converting Claims and Claim objects to and from JSON.
claimToAttributeMapping() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
Map the verified claims to the thing's attributes.
CLASS_REF_AUTH_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
CLASSREF_PASSWORD_PROTECTED_TRANSPORT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
cleanSubject(MessageInfo, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
cleanSubject(MessageContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
Removes any method specific principals and credentials from the client subject.
cleanSubject(MessageContext, Subject) - Method in class org.forgerock.caf.authentication.framework.FallbackAuthContext
Calls each AsyncServerAuthContext in parallel to clean the client subject and only return a successful promise if all complete successfully otherwise returns the first exception in a failed promise.
cleanSubject(MessageInfoContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Removes any method specific principals and credentials from the client subject.
cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Nothing to clean.
cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
clear() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Removes all key-value pairs from the multimap, leaving it empty.
clear() - Method in class org.forgerock.http.protocol.Headers
 
clear() - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
clear() - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
clear() - Method in class org.forgerock.http.util.SetDecorator
Removes all of the elements from the set (optional operation).
clear() - Method in class org.forgerock.json.JsonValue
Removes all child values from this JSON value, if it has any.
clear() - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values from this attribute (optional operation).
clear() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder to zero.
clear() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
clear() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Clears the contents of this memory backend so that it does not contain any entries.
clear() - Method in class org.forgerock.util.LazyList
Removes all of the elements from this list.
clear() - Method in class org.forgerock.util.LazyMap
Removes all of the mappings from the map.
clear() - Method in class org.forgerock.util.ListDecorator
Removes all of the elements from this list.
clear() - Method in class org.forgerock.util.MapDecorator
Removes all of the mappings from the map.
clear() - Method in class org.forgerock.util.NonExpiringCache
Clears the cache.
clear() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Clean-up the cache entries.
clearAdvices() - Method in class com.sun.identity.entitlement.ConditionDecision
Deprecated.
clearAndTruncate(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder to zero, and resets the capacity to the specified size if above provided threshold.
clearAttribute(CoreTokenField) - Method in interface org.forgerock.am.cts.api.tokens.Token
Clear a set attribute.
clearAttributes() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
clearAttributes() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Removes all the attributes from this entry (optional operation).
clearAttributes() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
clearCache() - Static method in class com.sun.identity.idm.AMIdentityRepository
 
clearCache() - Method in class com.sun.identity.sm.ServiceManager
Removes all the SMS cached entries.
clearInfoText(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Clears the info text for a given callback state
client - Variable in class org.forgerock.http.client.ChfHttpClient
Deprecated.
 
Client - Class in org.forgerock.http
An HTTP client which forwards requests to a wrapped Handler.
Client(Handler) - Constructor for class org.forgerock.http.Client
Creates a new Client which will route HTTP requests to the provided Handler using a RootContext allocated during construction when none is provided.
Client(Handler, Context) - Constructor for class org.forgerock.http.Client
Creates a new Client which will route HTTP requests to the provided Handler using the specified Context if none is provided.
CLIENT - org.forgerock.api.enums.ReadPolicy
Property is hidden from user-interface, but readable via client APIs.
CLIENT_ASSERTION - org.forgerock.am.iot.IotAuthenticationNode.JwtAuthenticationMethod
Present a JWT Bearer token for authentication.
CLIENT_AUTH - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
TLS WWW client authentication.
CLIENT_CREDENTIALS - org.forgerock.am.oauth2.AccessTokenRequest.GrantType
 
CLIENT_CREDENTIALS - org.forgerock.oauth2.core.GrantType
Client Credentials Grant.
CLIENT_CREDENTIALS - Static variable in class org.forgerock.oauth.clients.facebook.FacebookClient
String used to represent the Client Credentials grand type.
CLIENT_ERROR - org.forgerock.http.protocol.Status.Family
The 4xx (Client Error) class of status code indicates that the client seems to have erred.
CLIENT_FAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
CLIENT_ID - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Client Identifier.
CLIENT_IP_EMPTY - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
CLIENT_SECRET - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Client Password.
CLIENT_SECRET_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for the client secret.
CLIENT_SIDE_AUTH_UNKNOWN - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_AUTH_UNKNOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user requested an unknown or unsupported authentication mechanism.
CLIENT_SIDE_CLIENT_LOOP - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_CLIENT_LOOP - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client detected a referral loop caused by servers referencing each other in a circular manner.
CLIENT_SIDE_CONNECT_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_CONNECT_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client was not able to establish a connection to the server.
CLIENT_SIDE_CONTROL_NOT_FOUND - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_CONTROL_NOT_FOUND - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client expected a control to be present in the response from the server but it was not included.
CLIENT_SIDE_DECODING_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_DECODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that an error occurred while decoding a response from the server.
CLIENT_SIDE_ENCODING_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_ENCODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that an error occurred while encoding a request to send to the server.
CLIENT_SIDE_FILTER_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_FILTER_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the filter provided by the user was malformed and could not be parsed.
CLIENT_SIDE_LOCAL_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_LOCAL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that a local error occurred that had nothing to do with interaction with the server.
CLIENT_SIDE_NO_MEMORY - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_NO_MEMORY - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client application was not able to allocate enough memory for the requested operation.
CLIENT_SIDE_NO_RESULTS_RETURNED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_NO_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the requested single entry search operation or read operation failed because the Directory Server did not return any matching entries.
CLIENT_SIDE_NOT_SUPPORTED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user requested an operation that is not supported.
CLIENT_SIDE_PARAM_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_PARAM_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that there was a problem with one or more of the parameters provided by the user.
CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client reached the maximum number of hops allowed when attempting to follow a referral (i.e., following one referral resulted in another referral which resulted in another referral and so on).
CLIENT_SIDE_SERVER_DOWN - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_SERVER_DOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the server is down.
CLIENT_SIDE_TIMEOUT - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client did not receive an expected response in a timely manner.
CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.
CLIENT_SIDE_USER_CANCELLED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_USER_CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user cancelled an operation.
clientAuthPolicy() - Method in class org.forgerock.opendj.security.SslOptions
Returns the client authentication policy.
clientAuthPolicy(SslOptions.ClientAuthPolicy) - Method in class org.forgerock.opendj.security.SslOptions
Sets the client auth policy.
ClientContext - Class in org.forgerock.services.context
Client context gives easy access to client-related information that are available into the request.
ClientContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.ClientContext
Restore from JSON representation.
ClientContext.Builder - Class in org.forgerock.services.context
Builder for creating ClientContext instances.
clientId(String) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Sets the client Id.
clientIp - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The IP address associated with the current HTTP request.
clientIp(String) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the client IP address for the request.
clientSecret(String) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Sets the client secret.
ClientSecretBasicAuthenticationFilter - Class in org.forgerock.http.oauth2
Deprecated.
ClientSecretBasicAuthenticationFilter(String, SecretReference<GenericSecret>) - Constructor for class org.forgerock.http.oauth2.ClientSecretBasicAuthenticationFilter
Deprecated.
Creates and instance of ClientSecretBasicAuthenticationFilter.
ClientSecretPostAuthenticationFilter - Class in org.forgerock.http.oauth2
A Filter implementation to add the credentials to request body for authenticating as per the OAuth 2.0 Authorization Framework specification.
ClientSecretPostAuthenticationFilter(String, SecretReference<GenericSecret>) - Constructor for class org.forgerock.http.oauth2.ClientSecretPostAuthenticationFilter
Creates an instance of this class.
clock - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Clock used to handle token expire times.
clock - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
Clock used when comparing expire times.
clock(Clock) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the clock to use for checking if tokens have expired.
clock(Clock) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Specifies the clock to use to determine when secrets will expire.
clock(Clock) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the clock to use for determining how long keys should be cached for.
clock(Clock) - Method in class org.forgerock.secrets.SecretBuilder
Set the source of time for the default (relative) secret expiry time.
clock(Clock) - Method in class org.forgerock.secrets.vault.VaultConfig.Builder
Specifies the clock to use for calculating expiry times.
CLOCK - Static variable in interface org.forgerock.secrets.SecretStore
Specifies the clock to use when making time comparisons.
clone() - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Returns a copy of this object.
clone() - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Returns a copy of this object.
clone() - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Creates and returns a copy of this object.
clone() - Method in class org.forgerock.json.JsonValue
Returns a shallow copy of this JSON value.
close() - Method in class org.forgerock.config.resolvers.FlatFileResolver
If this resolver was registered with a directory watcher, then calling this method will cancel the directory watching.
close() - Method in class org.forgerock.http.handler.HttpClientHandler
Completes all pending requests and release resources associated with underlying implementation.
close() - Method in class org.forgerock.http.io.BranchingInputStream
Closes this branching stream and all of the branches created from it.
close() - Method in interface org.forgerock.http.io.Buffer
Closes the buffer and releases any system resources associated with it.
close() - Method in class org.forgerock.http.io.FileBranchingStream
 
close() - Method in class org.forgerock.http.protocol.Entity
Closes all resources associated with this entity.
close() - Method in interface org.forgerock.http.protocol.Message
Closes all resources associated with the entity.
close() - Method in class org.forgerock.http.protocol.MessageImpl
 
close() - Method in interface org.forgerock.http.spi.HttpClient
Completes all pending requests and release resources associated with underlying implementation.
close() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.json.resource.Connection
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.json.resource.ConnectionFactory
Releases any resources associated with this connection factory.
close() - Method in class org.forgerock.openam.ldap.LDAPUtils.FailoverLdapClient
 
close() - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
Frees any resources in use, mechanism will not be used anymore afterwards.
close() - Method in class org.forgerock.opendj.io.Asn1Reader
Closes this ASN.1 reader.
close() - Method in class org.forgerock.opendj.io.Asn1Writer
Closes this ASN.1 writer, flushing it first.
close() - Method in interface org.forgerock.opendj.io.RxServerSocket
Closes this server socket causing the Subscriber to complete if currently subscribed.
close() - Method in interface org.forgerock.opendj.io.RxSocket
Asynchronously closes this socket.
close() - Method in interface org.forgerock.opendj.io.RxTransport
Releases any resources, such as thread pools, associated with this transport.
close() - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
close() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Releases any resources associated with this connection factory.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
Releases any resources associated with this connection pool.
close() - Method in interface org.forgerock.opendj.ldap.LdapClient
Releases any resources associated with this LDAP client.
close() - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Releases any resources associated with this connection.
close() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
close() - Method in class org.forgerock.opendj.ldap.LdapServer
Closes this LDAP connection listener.
close() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
 
close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Closes this change record reader if it not already closed.
close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Closes this change record writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Closes this connection change record writer, including the underlying connection.
close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Closes this connection entry reader, canceling the search request if it is still active.
close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Closes this connection entry writer, including the underlying connection.
close() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
close() - Method in interface org.forgerock.opendj.ldif.EntryReader
Closes this entry reader if it is not already closed.
close() - Method in interface org.forgerock.opendj.ldif.EntryWriter
Closes this entry writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
 
close() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
close() - Method in class org.forgerock.opendj.ldif.LdifEntryReader
 
close() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
close() - Method in class org.forgerock.secrets.GenericSecret
Scrubs the secret value from memory on a best-effort basis.
close() - Method in class org.forgerock.secrets.keys.CryptoKey
 
close() - Method in class org.forgerock.secrets.Secret
 
close() - Method in class org.forgerock.util.LazySupplier
If the lazily-cached value has been initialized and is AutoCloseable then it is closed.
close(UnbindRequest, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Releases any resources associated with this connection.
close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Releases any resources associated with this connection.
Closeables - Class in org.forgerock.util
Common utility methods for Closeables.
closeSilently(Closeable...) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(Closeable...) - Static method in class org.forgerock.util.Utils
closeSilently(AutoCloseable...) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(Iterable<? extends Closeable>) - Static method in class org.forgerock.util.Utils
closeSilently(Iterable<? extends AutoCloseable>) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(AsyncFunction<IN, OUT, EX>) - Static method in class org.forgerock.util.CloseSilentlyAsyncFunction
Wraps a delegate asynchronous function in a CloseSilentlyAsyncFunction.
closeSilently(Function<IN, OUT, EX>) - Static method in class org.forgerock.util.CloseSilentlyFunction
Wraps a delegate function in a CloseSilentlyFunction.
closeSilentlyAsync(Closeable...) - Static method in class org.forgerock.util.Closeables
Closes asynchronously the provided resources ignoring any errors which occurred.
closeSilentlyAsync(AutoCloseable...) - Static method in class org.forgerock.util.Closeables
Closes asynchronously the provided resources ignoring any errors which occurred.
CloseSilentlyAsyncFunction<VIN extends Closeable,​VOUT,​E extends Exception> - Class in org.forgerock.util
AsyncFunction that silently closes an input-parameter after a delegate-function's AsyncFunction.apply(Object) is completed.
CloseSilentlyFunction<VIN extends Closeable,​VOUT,​E extends Exception> - Class in org.forgerock.util
Function that silently closes an input-parameter after a delegate-function's Function.apply(Object) is invoked.
CloseSilentlyFunction(Function<VIN, VOUT, E>) - Constructor for class org.forgerock.util.CloseSilentlyFunction
Creates a new CloseSilentlyFunction instance.
closeWithReason(Throwable) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
closeWithReason(Throwable) - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
closeWithReason(Throwable) - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
closeWithReason(Throwable) - Method in interface org.forgerock.opendj.io.RxSocket
Returns a "hot" Completable which will close this socket when it is subscribed for the first time.
CN - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Contains Relationship.
code() - Method in annotation type org.forgerock.api.annotations.ApiError
The error code that will be returned in this situation.
code(Integer) - Method in class org.forgerock.api.models.ApiError.Builder
Set the error code.
CODE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
A type of response_type.
CODE_SIGNING - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Signing of downloadable executable code.
CodeGeneratorSource - Interface in org.forgerock.openam.utils
For extensibility of the RecoveryCodeGenerator.
coerce(Predicate<JsonValue>) - Static method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Define a coercion function.
CoercionFunction - Enum in org.forgerock.config.util
Coercions that can be applied to a given json value.
collection() - Method in annotation type org.forgerock.openam.annotations.sm.Config
Whether multiple instances are supported for this service.
COLLECTION_RESOURCE_COLLECTION - org.forgerock.api.models.Resource.AnnotatedTypeVariant
A collection resource handler, collection endpoint (expect CAQ opererations).
COLLECTION_RESOURCE_INSTANCE - org.forgerock.api.models.Resource.AnnotatedTypeVariant
A collection resource handler, instance endpoint (expect CRUDPA operations).
CollectionProvider - Annotation Type in org.forgerock.api.annotations
A marker annotation to indicate that the annotated class should be interpreted as an annotated CREST collection provider resource.
CollectionResourceProvider - Interface in org.forgerock.json.resource
An implementation interface for resource providers which exposes a collection of resource instances.
collective(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is "collective".
collectNonIdenticalValues(Dn, Set<String>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Returns a set of all the non-root DNs from the collection that are not equal to the compare parameter.
COLUMN_WIDTH_MEDIUM - Static variable in class org.forgerock.api.markup.asciidoc.AsciiDocTable
COLUMN_WIDTH_SMALL - Static variable in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Small column-width for use with AsciiDocTable.columnWidths(int...).
columnCell(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Inserts a column-cell.
columnCell(String, AsciiDocTableColumnStyles) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Inserts a column-cell, with a style.
columnsPerRow(int) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets number of columns per row, which is implicitly set by AsciiDocTable.headers(String...) and AsciiDocTable.columnWidths(int...).
columnWidths(int...) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets the widths for all columns-per-row, which can be a proportional integer (the default is 1) or a percentage (1 to 99).
columnWidths(List<Integer>) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets the widths for all columns-per-row, which can be a proportional integer (the default is 1) or a percentage (1 to 99).
com.forgerock.rxjava3.intern.subscriptions - package com.forgerock.rxjava3.intern.subscriptions
Copy of internal classes from RxJava3.
com.forgerock.rxjava3.intern.util - package com.forgerock.rxjava3.intern.util
Copy of internal classes from RxJava3.
com.iplanet.am.sdk - package com.iplanet.am.sdk
This package contains interfaces and implementation for User/Identity Management.
com.iplanet.am.sdk.common - package com.iplanet.am.sdk.common
 
com.iplanet.am.sdk.remote - package com.iplanet.am.sdk.remote
 
com.iplanet.am.util - package com.iplanet.am.util
Provides utility classes for use by other OpenAM SDK and custom applications accessing OpenAM SDK.
com.iplanet.dpro.parser - package com.iplanet.dpro.parser
XML parsing utility.
com.iplanet.dpro.session - package com.iplanet.dpro.session
This package contains classes that represents a session and its all session related information
com.iplanet.dpro.session.exceptions - package com.iplanet.dpro.session.exceptions
 
com.iplanet.dpro.session.monitoring - package com.iplanet.dpro.session.monitoring
 
com.iplanet.dpro.session.operations - package com.iplanet.dpro.session.operations
 
com.iplanet.dpro.session.service - package com.iplanet.dpro.session.service
This package contains classes and interfaces that represent methods to validate/update/destroy/persist/retrieve the internal session data
com.iplanet.dpro.session.share - package com.iplanet.dpro.session.share
This package contains shared session classes that represent session information,handle the session notification and process the URL encoding
com.iplanet.dpro.session.watchers.listeners - package com.iplanet.dpro.session.watchers.listeners
 
com.iplanet.dpro.session.watchers.listeners.sample - package com.iplanet.dpro.session.watchers.listeners.sample
 
com.iplanet.log - package com.iplanet.log
Exception classes for audit logging.
com.iplanet.security.util - package com.iplanet.security.util
 
com.iplanet.security.x509 - package com.iplanet.security.x509
 
com.iplanet.services.cdm - package com.iplanet.services.cdm
Provides the classes for implementing services and applications serving multiple clients to OpenAM.
com.iplanet.services.comm.client - package com.iplanet.services.comm.client
 
com.iplanet.services.comm.server - package com.iplanet.services.comm.server
 
com.iplanet.services.comm.share - package com.iplanet.services.comm.share
 
com.iplanet.services.ldap - package com.iplanet.services.ldap
Deprecated classes for LDAP support.
com.iplanet.services.ldap.event - package com.iplanet.services.ldap.event
Classes to handle LDAP persistent searches.
com.iplanet.services.naming - package com.iplanet.services.naming
 
com.iplanet.services.naming.service - package com.iplanet.services.naming.service
 
com.iplanet.services.naming.share - package com.iplanet.services.naming.share
 
com.iplanet.services.util - package com.iplanet.services.util
Utilities for service management.
com.iplanet.sso - package com.iplanet.sso
This package contains classes fro accessing the Single Sign On service and representing a SSOToken(Single Sign On) which contains the information related to session.
com.iplanet.sso.providers.dpro - package com.iplanet.sso.providers.dpro
This package contains classes that represent SSOProvider
com.iplanet.ums - package com.iplanet.ums
 
com.sun.identity.authentication - package com.sun.identity.authentication
Provides interfaces and classes for writing a Remote Java client application to authenticate to OpenAM.
com.sun.identity.authentication.audit - package com.sun.identity.authentication.audit
 
com.sun.identity.authentication.callbacks - package com.sun.identity.authentication.callbacks
This package contains custom Callback objects representing callbacks which may be sent between the client and server during REST calls.
com.sun.identity.authentication.client - package com.sun.identity.authentication.client
 
com.sun.identity.authentication.config - package com.sun.identity.authentication.config
This package contains the classes that represent server side functionality such as the implementation of Authentication configuration and utilities for this configuration management.
com.sun.identity.authentication.internal.server - package com.sun.identity.authentication.internal.server
 
com.sun.identity.authentication.internal.util - package com.sun.identity.authentication.internal.util
 
com.sun.identity.authentication.jaas - package com.sun.identity.authentication.jaas
 
com.sun.identity.authentication.modules.ad - package com.sun.identity.authentication.modules.ad
 
com.sun.identity.authentication.modules.anonymous - package com.sun.identity.authentication.modules.anonymous
 
com.sun.identity.authentication.modules.application - package com.sun.identity.authentication.modules.application
 
com.sun.identity.authentication.modules.cert - package com.sun.identity.authentication.modules.cert
 
com.sun.identity.authentication.modules.datastore - package com.sun.identity.authentication.modules.datastore
 
com.sun.identity.authentication.modules.federation - package com.sun.identity.authentication.modules.federation
 
com.sun.identity.authentication.modules.hotp - package com.sun.identity.authentication.modules.hotp
Implementation of the Authentication Framework HOTP module and associated classes.
com.sun.identity.authentication.modules.httpbasic - package com.sun.identity.authentication.modules.httpbasic
 
com.sun.identity.authentication.modules.jdbc - package com.sun.identity.authentication.modules.jdbc
 
com.sun.identity.authentication.modules.ldap - package com.sun.identity.authentication.modules.ldap
 
com.sun.identity.authentication.modules.membership - package com.sun.identity.authentication.modules.membership
 
com.sun.identity.authentication.modules.msisdn - package com.sun.identity.authentication.modules.msisdn
 
com.sun.identity.authentication.modules.nt - package com.sun.identity.authentication.modules.nt
 
com.sun.identity.authentication.modules.radius - package com.sun.identity.authentication.modules.radius
Contains OpenAM authentication module classes.
com.sun.identity.authentication.modules.radius.client - package com.sun.identity.authentication.modules.radius.client
 
com.sun.identity.authentication.modules.sae - package com.sun.identity.authentication.modules.sae
 
com.sun.identity.authentication.modules.securid - package com.sun.identity.authentication.modules.securid
 
com.sun.identity.authentication.modules.windowsdesktopsso - package com.sun.identity.authentication.modules.windowsdesktopsso
 
com.sun.identity.authentication.server - package com.sun.identity.authentication.server
This package contains the classes that represent server side functionality such as the implementation of request for authenticating, user credential callbacks.
com.sun.identity.authentication.service - package com.sun.identity.authentication.service
 
com.sun.identity.authentication.share - package com.sun.identity.authentication.share
 
com.sun.identity.authentication.spi - package com.sun.identity.authentication.spi
Provides interfaces and classes for writing a supplemental authentication module to plug into OpenAM.
com.sun.identity.authentication.UI - package com.sun.identity.authentication.UI
 
com.sun.identity.authentication.util - package com.sun.identity.authentication.util
 
com.sun.identity.common - package com.sun.identity.common
This packages contains commonly used constants and utilities.
com.sun.identity.common.admin - package com.sun.identity.common.admin
 
com.sun.identity.common.configuration - package com.sun.identity.common.configuration
 
com.sun.identity.common.validation - package com.sun.identity.common.validation
 
com.sun.identity.config - package com.sun.identity.config
 
com.sun.identity.config.pojos - package com.sun.identity.config.pojos
 
com.sun.identity.config.upgrade - package com.sun.identity.config.upgrade
 
com.sun.identity.config.util - package com.sun.identity.config.util
 
com.sun.identity.config.wizard - package com.sun.identity.config.wizard
 
com.sun.identity.configuration - package com.sun.identity.configuration
 
com.sun.identity.cot - package com.sun.identity.cot
 
com.sun.identity.delegation - package com.sun.identity.delegation
Provides classes for delegation service.
com.sun.identity.delegation.interfaces - package com.sun.identity.delegation.interfaces
This package provides interface for delegation plugins that would register with delegation framework to manage and evaluate delegation access control privileges and permissions.
com.sun.identity.delegation.plugins - package com.sun.identity.delegation.plugins
 
com.sun.identity.entitlement - package com.sun.identity.entitlement
Defines classes and interfaces to work with entitlements.
com.sun.identity.entitlement.interfaces - package com.sun.identity.entitlement.interfaces
 
com.sun.identity.entitlement.log - package com.sun.identity.entitlement.log
 
com.sun.identity.entitlement.opensso - package com.sun.identity.entitlement.opensso
 
com.sun.identity.entitlement.util - package com.sun.identity.entitlement.util
 
com.sun.identity.entitlement.xacml3 - package com.sun.identity.entitlement.xacml3
 
com.sun.identity.entitlement.xacml3.core - package com.sun.identity.entitlement.xacml3.core
 
com.sun.identity.entitlement.xacml3.validation - package com.sun.identity.entitlement.xacml3.validation
A package to contain various validation based logic and utility classes for the Privilege framework.
com.sun.identity.federation.common - package com.sun.identity.federation.common
Defines Federation Common Utils.
com.sun.identity.fedlet - package com.sun.identity.fedlet
 
com.sun.identity.idm - package com.sun.identity.idm
Provides classes for accessing the Identity Repository interfaces.
com.sun.identity.idm.common - package com.sun.identity.idm.common
 
com.sun.identity.idm.server - package com.sun.identity.idm.server
 
com.sun.identity.idsvcs - package com.sun.identity.idsvcs
 
com.sun.identity.idsvcs.opensso - package com.sun.identity.idsvcs.opensso
 
com.sun.identity.jaxrpc - package com.sun.identity.jaxrpc
Defines classes to handle JAX-RPC.
com.sun.identity.liberty.ws.common.wsse - package com.sun.identity.liberty.ws.common.wsse
Provides interface for Web Service Security X.509 Certificate Token Profile.
com.sun.identity.liberty.ws.paos - package com.sun.identity.liberty.ws.paos
Reverse SOAP Binding classes.
com.sun.identity.liberty.ws.security - package com.sun.identity.liberty.ws.security
Provides interface to manage liberty security
com.sun.identity.liberty.ws.soapbinding - package com.sun.identity.liberty.ws.soapbinding
Provides classes to manage Liberty SOAP Binding.
com.sun.identity.log - package com.sun.identity.log
Provides the classes and interfaces of core logging and auditing facilities.
com.sun.identity.log.handlers - package com.sun.identity.log.handlers
 
com.sun.identity.log.messageid - package com.sun.identity.log.messageid
 
com.sun.identity.log.s1is - package com.sun.identity.log.s1is
 
com.sun.identity.log.secure - package com.sun.identity.log.secure
 
com.sun.identity.log.service - package com.sun.identity.log.service
 
com.sun.identity.log.spi - package com.sun.identity.log.spi
Provides means for plugging in support for authorization and other security related aspects of logging.
com.sun.identity.log.util - package com.sun.identity.log.util
 
com.sun.identity.monitoring - package com.sun.identity.monitoring
 
com.sun.identity.monitoring.mib - package com.sun.identity.monitoring.mib
 
com.sun.identity.multiprotocol - package com.sun.identity.multiprotocol
 
com.sun.identity.plugin.configuration - package com.sun.identity.plugin.configuration
Contains configuration SPI.
com.sun.identity.plugin.configuration.impl - package com.sun.identity.plugin.configuration.impl
 
com.sun.identity.plugin.datastore - package com.sun.identity.plugin.datastore
Contains data store plugin SPIs.
com.sun.identity.plugin.datastore.impl - package com.sun.identity.plugin.datastore.impl
 
com.sun.identity.plugin.log - package com.sun.identity.plugin.log
Contains Log SPI.
com.sun.identity.plugin.log.impl - package com.sun.identity.plugin.log.impl
 
com.sun.identity.plugin.monitoring - package com.sun.identity.plugin.monitoring
 
com.sun.identity.plugin.monitoring.impl - package com.sun.identity.plugin.monitoring.impl
 
com.sun.identity.plugin.session - package com.sun.identity.plugin.session
Contains session SPI.
com.sun.identity.plugin.session.impl - package com.sun.identity.plugin.session.impl
 
com.sun.identity.policy - package com.sun.identity.policy
Provides classes for policy administration and evaluation.
com.sun.identity.policy.interfaces - package com.sun.identity.policy.interfaces
Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources.
com.sun.identity.policy.plugins - package com.sun.identity.policy.plugins
 
com.sun.identity.policy.remote - package com.sun.identity.policy.remote
Classes to handle policies remotely.
com.sun.identity.policy.util - package com.sun.identity.policy.util
 
com.sun.identity.protocol - package com.sun.identity.protocol
 
com.sun.identity.protocol.https - package com.sun.identity.protocol.https
 
com.sun.identity.rest - package com.sun.identity.rest
 
com.sun.identity.sae.api - package com.sun.identity.sae.api
Defines Secure Attribute Exchange (SAE) APIs.
com.sun.identity.saml - package com.sun.identity.saml
Defines SAML Assertion Manager and SAML Client APIs.
com.sun.identity.saml.assertion - package com.sun.identity.saml.assertion
Defines SAML assertion.
com.sun.identity.saml.common - package com.sun.identity.saml.common
Defines common SAML 1.x utilities and constants.
com.sun.identity.saml.xmlsig - package com.sun.identity.saml.xmlsig
Defines KeyProvider interface and default implementation class.
com.sun.identity.saml2.assertion - package com.sun.identity.saml2.assertion
Defines SAMLv2 assertion.
com.sun.identity.saml2.assertion.impl - package com.sun.identity.saml2.assertion.impl
 
com.sun.identity.saml2.common - package com.sun.identity.saml2.common
Defines common SAMLv2 utilities and constants.
com.sun.identity.saml2.ecp - package com.sun.identity.saml2.ecp
Defines classes for SAMLv2 ECP profile.
com.sun.identity.saml2.ecp.impl - package com.sun.identity.saml2.ecp.impl
 
com.sun.identity.saml2.idpdiscovery - package com.sun.identity.saml2.idpdiscovery
 
com.sun.identity.saml2.jaxb.assertion - package com.sun.identity.saml2.jaxb.assertion
 
com.sun.identity.saml2.jaxb.entityconfig - package com.sun.identity.saml2.jaxb.entityconfig
 
com.sun.identity.saml2.jaxb.metadata - package com.sun.identity.saml2.jaxb.metadata
 
com.sun.identity.saml2.jaxb.metadata.algsupport - package com.sun.identity.saml2.jaxb.metadata.algsupport
 
com.sun.identity.saml2.jaxb.metadataattr - package com.sun.identity.saml2.jaxb.metadataattr
 
com.sun.identity.saml2.jaxb.metadataextquery - package com.sun.identity.saml2.jaxb.metadataextquery
 
com.sun.identity.saml2.jaxb.metadataidpdiscovery - package com.sun.identity.saml2.jaxb.metadataidpdiscovery
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadataidpdiscovery.
com.sun.identity.saml2.jaxb.xmlenc - package com.sun.identity.saml2.jaxb.xmlenc
 
com.sun.identity.saml2.jaxb.xmlenc11 - package com.sun.identity.saml2.jaxb.xmlenc11
 
com.sun.identity.saml2.jaxb.xmlsig - package com.sun.identity.saml2.jaxb.xmlsig
 
com.sun.identity.saml2.key - package com.sun.identity.saml2.key
Package that handles SAML v2 keys for encryption and signing.
com.sun.identity.saml2.logging - package com.sun.identity.saml2.logging
 
com.sun.identity.saml2.meta - package com.sun.identity.saml2.meta
Package that handles SAML v2 metadata operations.
com.sun.identity.saml2.plugins - package com.sun.identity.saml2.plugins
Defines SAMLv2 Plugin SPIs.
com.sun.identity.saml2.plugins.scripted - package com.sun.identity.saml2.plugins.scripted
Contains classes to be used by the SAML2 scripted plugins.
com.sun.identity.saml2.profile - package com.sun.identity.saml2.profile
Package that handles SAML v2 profiles.
com.sun.identity.saml2.protocol - package com.sun.identity.saml2.protocol
SAMLv2 Protocol Classes.
com.sun.identity.saml2.protocol.impl - package com.sun.identity.saml2.protocol.impl
SAMLv2 Protocol Implemenetation Classes.
com.sun.identity.saml2.servlet - package com.sun.identity.saml2.servlet
 
com.sun.identity.saml2.soapbinding - package com.sun.identity.saml2.soapbinding
 
com.sun.identity.saml2.xmlenc - package com.sun.identity.saml2.xmlenc
 
com.sun.identity.saml2.xmlsig - package com.sun.identity.saml2.xmlsig
 
com.sun.identity.security - package com.sun.identity.security
Provides the classes to be used for performing privileged operations (like getting the OpenAM administrator's DN and password).
com.sun.identity.security.cert - package com.sun.identity.security.cert
 
com.sun.identity.security.keystore - package com.sun.identity.security.keystore
 
com.sun.identity.session.util - package com.sun.identity.session.util
This package contains session untility classes and the SSO (single Sign on ) token restrictions classes
com.sun.identity.setup - package com.sun.identity.setup
 
com.sun.identity.shared - package com.sun.identity.shared
 
com.sun.identity.shared.configuration - package com.sun.identity.shared.configuration
 
com.sun.identity.shared.datastruct - package com.sun.identity.shared.datastruct
 
com.sun.identity.shared.debug - package com.sun.identity.shared.debug
Defines legacy debug logging classes.
com.sun.identity.shared.encode - package com.sun.identity.shared.encode
 
com.sun.identity.shared.jaxrpc - package com.sun.identity.shared.jaxrpc
Defines classes to handle JAX-RPC.
com.sun.identity.shared.locale - package com.sun.identity.shared.locale
Defines classes to handle localization.
com.sun.identity.shared.search - package com.sun.identity.shared.search
 
com.sun.identity.shared.stats - package com.sun.identity.shared.stats
Defines classes to interact with statistics.
com.sun.identity.shared.test - package com.sun.identity.shared.test
 
com.sun.identity.shared.test.tools - package com.sun.identity.shared.test.tools
 
com.sun.identity.shared.validation - package com.sun.identity.shared.validation
 
com.sun.identity.shared.whitelist - package com.sun.identity.shared.whitelist
Defines classes for basic resource matching.
com.sun.identity.shared.xml - package com.sun.identity.shared.xml
 
com.sun.identity.sm - package com.sun.identity.sm
Provides classes for accessing the Service Management Service (SMS).
com.sun.identity.sm.jaxrpc - package com.sun.identity.sm.jaxrpc
 
com.sun.identity.sm.ldap - package com.sun.identity.sm.ldap
Provides Classes for Creating, Reading, Updating, Deleting and Listing Core Tokens.
com.sun.identity.sm.model - package com.sun.identity.sm.model
 
com.sun.identity.sm.schema - package com.sun.identity.sm.schema
 
com.sun.identity.sm.validators - package com.sun.identity.sm.validators
Validator classes for SMS.
com.sun.identity.tools.bundles - package com.sun.identity.tools.bundles
 
com.sun.identity.tools.deployablewar - package com.sun.identity.tools.deployablewar
 
com.sun.identity.tools.diffs - package com.sun.identity.tools.diffs
 
com.sun.identity.tools.logdoc - package com.sun.identity.tools.logdoc
 
com.sun.identity.tools.manifest - package com.sun.identity.tools.manifest
 
com.sun.identity.tools.nightly - package com.sun.identity.tools.nightly
 
com.sun.identity.tools.objects - package com.sun.identity.tools.objects
 
com.sun.identity.workflow - package com.sun.identity.workflow
 
com.sun.identity.wsfederation.common - package com.sun.identity.wsfederation.common
Defines common WS-Federation utilities and constants.
com.sun.identity.wsfederation.jaxb.entityconfig - package com.sun.identity.wsfederation.jaxb.entityconfig
 
com.sun.identity.wsfederation.jaxb.wsaddr - package com.sun.identity.wsfederation.jaxb.wsaddr
 
com.sun.identity.wsfederation.jaxb.wsfederation - package com.sun.identity.wsfederation.jaxb.wsfederation
 
com.sun.identity.wsfederation.jaxb.wspolicy - package com.sun.identity.wsfederation.jaxb.wspolicy
 
com.sun.identity.wsfederation.jaxb.wsse - package com.sun.identity.wsfederation.jaxb.wsse
 
com.sun.identity.wsfederation.jaxb.wsspolicy - package com.sun.identity.wsfederation.jaxb.wsspolicy
 
com.sun.identity.wsfederation.jaxb.wsu - package com.sun.identity.wsfederation.jaxb.wsu
 
com.sun.identity.wsfederation.jaxb.xmlsig - package com.sun.identity.wsfederation.jaxb.xmlsig
 
com.sun.identity.wsfederation.key - package com.sun.identity.wsfederation.key
 
com.sun.identity.wsfederation.logging - package com.sun.identity.wsfederation.logging
 
com.sun.identity.wsfederation.meta - package com.sun.identity.wsfederation.meta
 
com.sun.identity.wsfederation.plugins - package com.sun.identity.wsfederation.plugins
Defines WS-Federation Plugin SPIs
com.sun.identity.wsfederation.plugins.whitelist - package com.sun.identity.wsfederation.plugins.whitelist
 
com.sun.identity.wsfederation.profile - package com.sun.identity.wsfederation.profile
 
com.sun.identity.wsfederation.servlet - package com.sun.identity.wsfederation.servlet
 
com.sun.identity.xacml.client - package com.sun.identity.xacml.client
Defines classes to handle XACML requests.
com.sun.identity.xacml.common - package com.sun.identity.xacml.common
Defines common XACML Utilities and Constants
com.sun.identity.xacml.context - package com.sun.identity.xacml.context
Defines XACML2 context classes
com.sun.identity.xacml.context.impl - package com.sun.identity.xacml.context.impl
Defines XACML Context implementations.
com.sun.identity.xacml.plugins - package com.sun.identity.xacml.plugins
 
com.sun.identity.xacml.policy - package com.sun.identity.xacml.policy
Defines XACML Policy classes.
com.sun.identity.xacml.policy.impl - package com.sun.identity.xacml.policy.impl
Defines XACML Policy implementations.
com.sun.identity.xacml.saml2 - package com.sun.identity.xacml.saml2
Defines XACML interfaces for SAMLv2
com.sun.identity.xacml.saml2.impl - package com.sun.identity.xacml.saml2.impl
Defines XACML implementations for SAMLv2.
com.sun.identity.xacml.spi - package com.sun.identity.xacml.spi
 
com.sun.identity.xmlenc - package com.sun.identity.xmlenc
 
combine(SecretBuilder) - Method in class org.forgerock.secrets.SecretBuilder
Returns a fresh SecretBuilder that combines the data from this secret builder and the argument.
COMMONS_API_DESCRIPTION - Static variable in class org.forgerock.api.commons.CommonsApi
The api description of "frapi:common" which only contains errors so far.
CommonsApi - Class in org.forgerock.api.commons
Commons ForgeRock API description.
CommonsApi.Errors - Enum in org.forgerock.api.commons
Common api errors.
CommonStateFields - Class in org.forgerock.selfservice.stages
Constants class for defining fields for common state shared across stages.
compact(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Compacts this byte string builder so that all the bytes between index and the end of the builder are relocated to the front of the builder.
compact(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Compacts this byte string builder so that length bytes beginning at index index are relocated to the front of the builder.
comparator() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
comparator(String) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided string representation of a list of sort keys.
comparator(Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(Schema) - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
comparator(Schema, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(Schema, SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
A ByteSequence comparator.
COMPARATOR - Static variable in class org.forgerock.util.Pair
Comparator for Pairs made of Comparable elements.
compare(String, String, boolean) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Compares two resources.
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares the named entry in the Directory Server against the provided attribute value assertion.
compare(String, String, String) - Method in interface org.forgerock.opendj.ldap.Connection
Compares the named entry in the Directory Server against the provided attribute value assertion.
compare(JsonValue, JsonValue) - Method in class org.forgerock.json.resource.SortKeyComparator
 
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares an entry in the Directory Server using the provided compare request.
compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Compares an entry in the Directory Server using the provided compare request.
compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Asynchronously compares an entry in the Directory Server using the provided compare request.
COMPARE - org.forgerock.opendj.ldap.messages.Request.RequestType
 
COMPARE_BYTES - org.forgerock.opendj.ldap.Entries.DiffStrategy
Attribute values are compared byte for byte.
COMPARE_FALSE - org.forgerock.opendj.ldap.ResultCode.Enum
 
COMPARE_FALSE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the attribute value assertion included in a compare request did not match the targeted entry.
COMPARE_TRUE - org.forgerock.opendj.ldap.ResultCode.Enum
 
COMPARE_TRUE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the attribute value assertion included in a compare request did match the targeted entry.
compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareByName() - Static method in class org.forgerock.opendj.ldap.Entries
Returns a Comparator which can be used to compare entries by name using the natural order for DN comparisons (parent before children).
CompareRequest - Interface in org.forgerock.opendj.ldap.messages
The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.
CompareResult - Interface in org.forgerock.opendj.ldap.messages
An Compare result indicates the final status of an Compare operation.
compareTo(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Compares this byte sequence with the specified byte array subsequence for order.
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
 
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
compareTo(Action) - Method in class org.forgerock.api.models.Action
Compares two strings lexicographically.
compareTo(Query) - Method in class org.forgerock.api.models.Query
Compares two queries.
compareTo(MutableUri) - Method in class org.forgerock.http.MutableUri
 
compareTo(Version) - Method in class org.forgerock.http.routing.Version
 
compareTo(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessage
Compares this message with the specified message for order in the default locale.
compareTo(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
Compares this resource path with the provided resource path.
compareTo(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Compares this attribute description to the provided attribute description.
compareTo(Ava) - Method in class org.forgerock.opendj.ldap.Ava
 
compareTo(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Compares this byte sequence with the specified byte sequence for order.
compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
 
compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
compareTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
 
compareTo(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
compareTo(Rdn) - Method in class org.forgerock.opendj.ldap.Rdn
 
compareTo(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Compares this attribute type to the provided attribute type.
compareTo(Duration) - Method in class org.forgerock.util.time.Duration
 
compareValues(Object, Object) - Static method in class org.forgerock.util.Objects
Compare two values based on types.
compareValues(Object, Object) - Static method in class org.forgerock.util.Utils
COMPARISON - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Comparison Attribute
comparisonFilter(FF, String, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new generic comparison filter using the provided field name, operator, and value assertion.
complete(Subscriber<?>) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
Sets the empty subscription instance on the subscriber and then calls onComplete.
COMPLETED - Static variable in class com.sun.identity.authentication.AuthContext.Status
The COMPLETED indicates that the user has been successfully logged out.
complex(FF, QueryFilter<FF>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new complex filter using the provided field name and sub-filter expression.
COMPOSITE_ADVICE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The COMPOSITE_ADVICE index type indicates that the index name given corresponds to string in the form of XML representing different Policy Authentication conditions, example AuthSchemeCondition, AuthLevelCondition, etc.
compress(byte[]) - Method in interface org.forgerock.json.jose.jwe.handlers.compression.CompressionHandler
Applies the compression algorithm to compress the given array of bytes.
compress(byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.compression.DeflateCompressionHandler
Applies the compression algorithm to compress the given array of bytes.
compress(byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.compression.NOPCompressionHandler
Simple returns the same byte array as it is given.
compress(CompressionAlgorithm, String) - Method in class org.forgerock.json.jose.jwe.CompressionManager
Convenience method equivalent to Base64url.encode(getCompressionHandler(compressionAlgorithm).compress(data.getBytes(Utils.CHARSET))).
CompressionAlgorithm - Enum in org.forgerock.json.jose.jwe
An Enum of the possible compression algorithms that can be applied to the JWE payload plaintext.
CompressionHandler - Interface in org.forgerock.json.jose.jwe.handlers.compression
The interface for CompressionHandlers for all the different compression algorithms.
CompressionManager - Class in org.forgerock.json.jose.jwe
A service to get the appropriate CompressionHandler for a specified Compression algorithm.
CompressionManager() - Constructor for class org.forgerock.json.jose.jwe.CompressionManager
 
concat(byte[], byte[]) - Static method in class org.forgerock.json.jose.utils.Utils
Concatenates two byte arrays.
concat(String) - Method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path which is a descendant of this resource path.
concat(JsonPointer) - Method in class org.forgerock.json.JsonPointer
Creates a new JSON pointer which is a descendant of this JSON pointer.
concat(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path which is a descendant of this resource path.
ConcurrencyStrategy - Enum in org.forgerock.bloomfilter
Strategy that determines how thread-safety of bloom filters should be managed.
ConcurrentRollingBloomFilter<T> - Class in org.forgerock.bloomfilter
A thread-safe implementation of a Bloom Filter that can expand over time to accommodate arbitrary numbers of elements, while also allowing old elements to be deleted after they have expired.
Condition - Class in com.sun.identity.saml.assertion
This is an abstract class which servers as an extension point for new conditions.
Condition - Interface in com.sun.identity.policy.interfaces
Deprecated.
Condition - Interface in com.sun.identity.saml2.assertion
The Condition serves as an extension point for new conditions.
Condition() - Constructor for class com.sun.identity.saml.assertion.Condition
 
CONDITION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
CONDITION_COLLECTION - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to constraint collection.
CONDITION_EVALUATION_FAILED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
ConditionAbstract - Interface in com.sun.identity.saml2.assertion
The ConditionAbstract is abstract and is thus usable as the base of a derived class
conditionalFilter(Filter, BiPredicate<Context, Request>) - Static method in class org.forgerock.http.filter.Filters
Create a Filter decorator that only delegates to the decorated filter if the supplied predicate returns true.
conditionalFilter(FilterCondition, Filter) - Static method in class org.forgerock.json.resource.Filters
Returns a Filter which will only invoke subFilter when the provided filter condition matches the request being processed.
ConditionDecision - Class in com.sun.identity.entitlement
Class to represent EntitlementCondition evaluation match result and - if applicable - its advice.
ConditionDecision - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
ConditionDecision() - Constructor for class com.sun.identity.policy.ConditionDecision
Deprecated.
No argument constructor
ConditionDecision(boolean) - Constructor for class com.sun.identity.policy.ConditionDecision
Deprecated.
Constructs ConditionDecision given the boolean result of a condition evaluation
ConditionDecision(boolean, long) - Constructor for class com.sun.identity.policy.ConditionDecision
Deprecated.
Constructs ConditionDecision given the boolean result of a condition evaluation and time to live
ConditionDecision(boolean, long, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
Deprecated.
Constructs ConditionDecision given the boolean result of a condition evaluation, time to live and advices
ConditionDecision(boolean, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
Deprecated.
Constructs ConditionDecision given the boolean result of a condition evaluation and advices
ConditionDecision(boolean, Map<String, Set<String>>) - Constructor for class com.sun.identity.entitlement.ConditionDecision
Deprecated.
ConditionDecision(boolean, Map<String, Set<String>>, long) - Constructor for class com.sun.identity.entitlement.ConditionDecision
Deprecated.
ConditionDecision.Builder - Class in com.sun.identity.entitlement
Builder to help construct decisions.
ConditionResult - Enum in org.forgerock.opendj.ldap
The result of a tri-state logical expression.
Conditions - Class in com.sun.identity.saml.assertion
This Conditions is a set of Condition.
Conditions - Interface in com.sun.identity.saml2.assertion
The Conditions defines the SAML constructs that place constraints on the acceptable use if SAML Assertions.
Conditions() - Constructor for class com.sun.identity.saml.assertion.Conditions
Default Constructor
Conditions(Date, Date) - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructs an instance of Conditions.
Conditions(Date, Date, Condition, AudienceRestrictionCondition) - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructs an instance of Conditions.
Conditions(Date, Date, Condition, AudienceRestrictionCondition, DoNotCacheCondition) - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructs an instance of Conditions.
Conditions(Element) - Constructor for class com.sun.identity.saml.assertion.Conditions
Constructs a Conditions element from an existing XML block.
CONDITIONS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Conditions Element.
CONDITIONS - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ConditionsProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
Implementations of this interface will be consulted to obtain the Conditions object included in generated SAML2 assertions.
ConditionTypeManager - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
CONFIDENTIALITY_REQUIRED - org.forgerock.opendj.ldap.ResultCode.Enum
 
CONFIDENTIALITY_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation could not be processed because it requires confidentiality for the communication between the client and the server.
Config - Annotation Type in org.forgerock.openam.annotations.sm
Indicates that an interface describes the configuration of an SMS service.
CONFIG_FILE_NAME - Static variable in class com.iplanet.am.util.SystemProperties
Default name of the configuration file.
CONFIG_PATH - Static variable in class com.iplanet.am.util.SystemProperties
Runtime flag to be set, in order to override the path of the configuration file.
Config.Scope - Enum in org.forgerock.openam.annotations.sm
The types of visibility available for a service.
configChanged(ConfigurationActionEvent) - Method in interface com.sun.identity.plugin.configuration.ConfigurationListener
This method will be invoked when a component's configuration data has been changed.
configClass() - Method in annotation type org.forgerock.openam.auth.node.api.Node.Metadata
An interface describing the configuration of the node.
configClass() - Method in annotation type org.forgerock.openam.auth.node.api.TreeHook.Metadata
An interface describing the configuration of the node.
configMap - Variable in class com.sun.identity.idm.IdRepo
 
ConfigurationActionEvent - Interface in com.sun.identity.plugin.configuration
The ConfigurationActionEvent class represents Configuration event.
ConfigurationException - Exception in com.sun.identity.plugin.configuration
An ConfigurationException is thrown when there are errors related to service configuration operations.
ConfigurationException(String) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
Constructs a new ConfigurationException with the given message.
ConfigurationException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
Constructs a new ConfigurationException without a nested Throwable.
ConfigurationException(Throwable) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
Constructs an ConfigurationException with given Throwable.
ConfigurationInstance - Interface in com.sun.identity.plugin.configuration
ConfigurationInstance is the interface that provides the operations on service configuration.
ConfigurationListener - Interface in com.sun.identity.plugin.configuration
The interface ConfigurationListener needs to be implemented by applications in order to receive component data change notifications.
configure() - Method in class org.forgerock.am.health.HealthGuiceModule
 
configure() - Method in class org.forgerock.am.iot.IotGuiceModule
 
configure() - Method in class org.forgerock.am.saml2.impl.Saml2ClientModule
 
configure(String) - Method in class org.forgerock.opendj.security.OpenDjSecurityProvider
configureJwksStore(String, Duration, Duration, URL) - Method in class org.forgerock.json.jose.jwk.store.JwksStoreService
configureJwksStore(String, Duration, Duration, URL, Clock) - Method in class org.forgerock.json.jose.jwk.store.JwksStoreService
configureJwksStoreAsync(String, Duration, Duration, URL, Clock) - Method in class org.forgerock.json.jose.jwk.store.JwksStoreService
Configure a JWKs store.
configureModule(ServerAuthModule) - Static method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Creates a builder to configure the provided ServerAuthModule instance.
configureModule(AsyncServerAuthModule) - Static method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Creates a builder to configure the provided AsyncServerAuthModule instance.
configureResolverWithJWK(String, URL) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverService
Configures a new resolver implementation using the given parameters for this service which is later retrievable.
configureResolverWithJWK(String, URL) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Configures a new Resolver by setting it up to download public keys from the supplied url.
configureResolverWithKey(String, String, String, String, String) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverService
Configures a new resolver implementation using the given parameters for this service which is later retrievable.
configureResolverWithKey(String, String, String, String, String) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Configures a new Resolver by finding the appropriate public key in the supplied keystore, and adds it to the Map of current resolvers.
configureResolverWithSecret(String, String) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverService
Configures a new resolver implementation using the given parameters for this service which is later retrievable.
configureResolverWithSecret(String, String) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Configures a new Resolver by finding the appropriate public key in the supplied keystore, and adds it to the Map of current resolvers.
configureResolverWithWellKnownOpenIdConfiguration(String, URL) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverService
Configures a new resolver implementation using the given configUrl as the location from which to draw all necessary information pertaining to the resolver.
configureResolverWithWellKnownOpenIdConfiguration(String, URL) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Configures a new Resolver by setting it up to download public keys from the supplied well-known Open Id Connect URL.
configureService(OpenIdResolverService, List<Map<String, String>>) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverServiceConfigurator
Configures a provided OpenIdResolverService using the resolver information held in a List of Map.
configureService(OpenIdResolverService, List<Map<String, String>>) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceConfiguratorImpl
This implementation includes a priority system for ensuring invalid configs still attempt to be loaded.
ConfigUtil - Class in org.forgerock.selfservice.core.util
Utility methods for config value retrieval.
configValidator() - Method in annotation type org.forgerock.openam.auth.node.api.Node.Metadata
A validator for the entire service configuration.
CONFIRMATION_METHOD_BEARER - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML Bearer confirmation method identifier URI.
CONFIRMATION_METHOD_HOLDEROFKEY - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML "Holder of Key" confirmation method identifier URI.
confirmationKey(JsonValue) - Method in class org.forgerock.macaroons.JsonCaveatSet
Binds the macaroon to only be usable by a client that can prove possession of the key indicated in the given JSON object.
CONFLICT - org.forgerock.api.commons.CommonsApi.Errors
The "conflict" error.
CONFLICT - Static variable in class org.forgerock.http.protocol.Status
The 409 (Conflict) status code indicates that the request could not be completed due to a conflict with the current state of the target resource.
CONFLICT - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates the request could not be completed due to a conflict with the current state of the resource.
CONFLICT_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.CONFLICT in an API Description.
ConflictException - Exception in org.forgerock.json.resource
An exception that is thrown during a operation on a resource when such an operation would result in a conflict.
ConflictException() - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with null as its detail message.
ConflictException(String) - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with the specified detail message.
ConflictException(String, Throwable) - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with the specified detail message and cause.
ConflictException(Throwable) - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with the specified cause.
ConflictingSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
Thrown when addition of a schema element to a schema builder fails because the OID of the schema element conflicts with an existing schema element and the caller explicitly requested not to override existing schema elements.
ConflictingSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
Creates a new conflicting schema element exception with the provided message.
conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
Returns true if the provided entry is valid according to the default schema and schema validation policy.
conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns true if the provided entry is valid according to the specified schema and schema validation policy.
connect() - Method in class org.forgerock.openam.ldap.LDAPUtils.FailoverLdapClient
 
connect() - Method in interface org.forgerock.opendj.ldap.LdapClient
Returns a Single which connects to a peer each time it is subscribed.
connect(String, int, Options) - Method in interface org.forgerock.opendj.io.RxTransport
Returns a Single which will connect to the server at the provided address each time it is subscribed.
CONNECT_MAX_BACKLOG - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the maximum queue length for incoming connections requests.
connection - Variable in class org.forgerock.json.resource.AbstractConnectionWrapper
The wrapped connection.
connection - Variable in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
The wrapped connection.
Connection - Interface in org.forgerock.json.resource
A client connection to a JSON resource provider over which read and update requests may be performed.
Connection - Interface in org.forgerock.opendj.ldap
A connection with a Directory Server over which read and update operations may be performed.
CONNECTION_FALIED - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log JDBC driver connection failed.
CONNECTION_POOL_IDLE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
The time interval after which idle connections can be closed, shrinking the connection pool towards the minimum size.
CONNECTION_POOL_MAX_SIZE - Static variable in class org.forgerock.opendj.ldap.LdapClients
The maximum size for the connection pool.
CONNECTION_POOL_MIN_SIZE - Static variable in class org.forgerock.opendj.ldap.LdapClients
The minimum size for the connection pool.
CONNECTION_POOL_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically checking idle connections and timed-out connection attempts.
CONNECTION_TIMEOUT_KEY - Static variable in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Lookup key for the configured HTTP connection's connection timeout for this module.
ConnectionChangeRecordWriter - Class in org.forgerock.opendj.ldif
A ConnectionChangeRecordWriter is a bridge from Connections to ChangeRecordWriters.
ConnectionChangeRecordWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Creates a new connection change record writer whose destination is the provided connection.
ConnectionEntryReader - Class in org.forgerock.opendj.ldif
A ConnectionEntryReader is a bridge from Connections to EntryReaders.
ConnectionEntryReader(Connection, SearchRequest) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
Creates a new connection entry reader whose destination is the provided connection using an unbounded LinkedBlockingQueue.
ConnectionEntryReader(Connection, SearchRequest, BlockingQueue<Response>) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
Creates a new connection entry reader whose destination is the provided connection.
ConnectionEntryWriter - Class in org.forgerock.opendj.ldif
A ConnectionEntryWriter is a bridge from Connections to EntryWriters.
ConnectionEntryWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryWriter
Creates a new connection entry writer whose destination is the provided connection.
ConnectionEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
ConnectionException - Exception in com.iplanet.log
Deprecated.
ConnectionException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was unsuccessful because of a connection failure.
ConnectionException() - Constructor for exception com.iplanet.log.ConnectionException
Deprecated.
Constructs a ConnectionException instance.
ConnectionException(String) - Constructor for exception com.iplanet.log.ConnectionException
Deprecated.
Constructs a ConnectionException instance.
connectionFactory - Variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
The CREST connectionFactory.
ConnectionFactory - Interface in org.forgerock.json.resource
A connection factory provides an interface for obtaining a connection to a JSON resource provider.
ConnectionFactory - Interface in org.forgerock.opendj.ldap
A connection factory provides an interface for obtaining a connection to a Directory Server.
ConnectionHeader - Class in org.forgerock.http.header
Processes the Connection message header.
ConnectionHeader() - Constructor for class org.forgerock.http.header.ConnectionHeader
Constructs a new empty header.
ConnectionHeader(List<String>) - Constructor for class org.forgerock.http.header.ConnectionHeader
Constructs a new header with the provided connection tokens.
connectionLost() - Method in interface org.forgerock.am.cts.continuous.ContinuousQueryListener
Notify the listener that a connection error has occurred, and object change notifications will not be received until the connectionReestablished() has been triggered.
connectionLost() - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousListener
If the connection has gone down, this will be triggered as soon as we know it has gone down.
ConnectionPool - Interface in org.forgerock.opendj.ldap
An LDAP client which maintains and re-uses a pool of connections.
connectionReestablished() - Method in interface org.forgerock.am.cts.continuous.ContinuousQueryListener
Notify the listener that the connection to the data layer has been re-established, and that they should expect to receive object change notifications again.
connectionReestablished() - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousListener
If the connection comes back up after having gone down, this will be triggered as it comes back up.
Connections - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating LDAP clients and connections.
connectionSecurity(boolean, boolean) - Static method in enum org.forgerock.opendj.ldap.ConnectionSecurity
Returns the connection security equivalent to the provided useSsl and useStartTls boolean parameters.
ConnectionSecurity - Enum in org.forgerock.opendj.ldap
Indicates whether LDAP client connections should use SSL or StartTLS.
CONSENT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Destination
ConsentHeader - Class in com.sun.identity.liberty.ws.soapbinding
The ConsentHeader class represents Consent element defined in SOAP binding schema.
ConsentHeader(String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Constructor
ConsistentHashMap<P> - Class in org.forgerock.opendj.ldap
An implementation of "consistent hashing" supporting per-partition weighting.
ConsistentHashMap() - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
Creates a new consistent hash map which will hash keys using MD5.
ConsistentHashMap(Function<Object, Integer, NeverThrowsException>) - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
Creates a new consistent hash map which will hash keys using the provided hash function.
CONSOLE - Static variable in class com.sun.identity.shared.stats.Stats
Flags the state where printing to a file is disabled.
constant(N) - Static method in class org.forgerock.opendj.ldap.Functions
Creates a function that returns constant value for any input.
constant(T) - Static method in class org.forgerock.secrets.SecretReference
Create a constant SecretReference for the given secret, that will never expire.
CONSTANT - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
value is a constant string, would be typically shown as non editable text
constantEquals(byte[], byte[]) - Static method in class org.forgerock.json.jose.utils.Utils
Compares two byte arrays for equality, in a constant time.
CONSTRAINT_VIOLATION - org.forgerock.opendj.ldap.ResultCode.Enum
 
CONSTRAINT_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have violated some constraint defined in the server.
ConstraintViolationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the update Request failed because it would have left the Directory in an inconsistent state.
constructed() - Method in class org.forgerock.opendj.io.Asn1Tag
Changes this ASN.1 tag from primitive to constructed.
Consumer<T,​E extends Exception> - Interface in org.forgerock.util
A Consumer functional interface which can throw a checked Exception.
containedIn(Set<String>) - Static method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Accepts a set of values if all values from that set are contained in the given set of acceptedValues.
containedInIgnoringCase(String...) - Static method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Accepts a set of values if all values from that set are contained (case insensitively) in the given set of acceptedValues.
container() - Method in annotation type org.forgerock.openam.annotations.sm.Config
Whether to create a sub-schema container entry.
container() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
Whether to create a sub-schema container entry.
contains(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new contains filter using the provided field name and value assertion.
contains(Object) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Determines whether this multiset contains the specified element.
contains(Object) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
contains(Object) - Method in class org.forgerock.http.util.SetDecorator
Returns true if the set contains the specified element.
contains(Object) - Method in class org.forgerock.json.JsonValue
Returns true this JSON value contains an item with the specified value.
contains(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
contains(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains value.
contains(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
contains(Object) - Method in class org.forgerock.util.LazyList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.forgerock.util.ListDecorator
Returns true if this list contains the specified element.
contains(Object) - Method in class org.forgerock.util.RangeSet
Returns true if this set contains the specified element.
contains(String) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
contains(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
contains(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
CONTAINS - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "contains" operator".
containsAll(Collection<?>) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Returns true if this multiset contains at least one occurrence of each element in the specified collection.
containsAll(Collection<?>) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
containsAll(Collection<?>) - Method in class org.forgerock.http.util.SetDecorator
Returns true if the set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
containsAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains all of the attribute values contained in values.
containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
containsAll(Collection<?>) - Method in class org.forgerock.util.LazyList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.forgerock.util.ListDecorator
Returns true if this list contains all of the elements of the specified collection.
containsAnyAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains any non-empty attributes having an attribute description which is a sub-type of the provided attribute description.
containsAnyAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains any non-empty attributes having an attribute description which is a sub-type of the provided attribute description.
containsAnyAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
 
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in values.
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
containsAttribute(AttributeDescription, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in values.
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in attribute.
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
containsAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Returns true if a particular audience string is contained within this AudienceRestrictionCondition object
containsChanges() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Returns true if changes has already been written in this LdifChangeRecordWriter.
containsContext(Class<? extends Context>) - Method in class org.forgerock.services.context.AbstractContext
 
containsContext(Class<? extends Context>) - Method in interface org.forgerock.services.context.Context
Returns true if there is a context in the chain whose type is a sub-type of the provided Context class.
containsContext(String) - Method in class org.forgerock.services.context.AbstractContext
 
containsContext(String) - Method in interface org.forgerock.services.context.Context
Returns true if there is a context in the chain whose name matches the provided context name.
containsControl(String) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
containsControl(String) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Returns true if this protocol-op contains the specified control.
containsEntry(Object, Object) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsKey(Object) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns true if this multimap contains at least one key-value pair with the key key.
containsKey(Object) - Method in class org.forgerock.http.protocol.Headers
 
containsKey(Object) - Method in class org.forgerock.http.protocol.RequestCookies
 
containsKey(Object) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
containsKey(Object) - Method in class org.forgerock.util.LazyMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.forgerock.util.MapDecorator
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Whether the key alias exists in the keystore.
containsObjectClass(Entry, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
Check if the provided entry contains the provided object class.
containsObjectClass(Entry, ObjectClass, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Check if the provided entry contains the provided object class.
containsState(String) - Method in interface org.forgerock.selfservice.core.ProcessContext
Determines whether state defined by the json pointer exists.
containsValue(Object) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns true if this multimap contains at least one key-value pair with the value value.
containsValue(Object) - Method in class org.forgerock.http.protocol.Headers
 
containsValue(Object) - Method in class org.forgerock.http.protocol.RequestCookies
 
containsValue(Object) - Method in class org.forgerock.util.LazyMap
Returns true if the map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.forgerock.util.MapDecorator
Returns true if the map maps one or more keys to the specified value.
containsWhitespace(String) - Static method in class org.forgerock.api.util.ValidationUtil
Checks a String for whitespace.
ContentApiVersionHeader - Class in org.forgerock.http.header
Processes the Content-API-Version message header.
ContentApiVersionHeader(Version, Version) - Constructor for class org.forgerock.http.header.ContentApiVersionHeader
Constructs a new header, initialized with the specified protocol and resource versions.
ContentEncodingHeader - Class in org.forgerock.http.header
Processes the Content-Encoding message header.
ContentEncodingHeader() - Constructor for class org.forgerock.http.header.ContentEncodingHeader
Constructs a new empty header.
ContentEncodingHeader(List<String>) - Constructor for class org.forgerock.http.header.ContentEncodingHeader
Constructs a new header with the provided content encodings.
ContentLengthHeader - Class in org.forgerock.http.header
Processes the Content-Length message header.
ContentLengthHeader() - Constructor for class org.forgerock.http.header.ContentLengthHeader
Constructs a new empty header whose length is set to -1.
ContentLengthHeader(long) - Constructor for class org.forgerock.http.header.ContentLengthHeader
Constructs a new header with the provided content length.
ContentTypeHeader - Class in org.forgerock.http.header
Processes the Content-Type message header.
ContentTypeHeader() - Constructor for class org.forgerock.http.header.ContentTypeHeader
Constructs a new empty header whose type, charset, and boundary are all null.
ContentTypeHeader(String, String, String) - Constructor for class org.forgerock.http.header.ContentTypeHeader
Deprecated.
ContentTypeHeader(String, String, String, Map<String, String>) - Constructor for class org.forgerock.http.header.ContentTypeHeader
Deprecated.
ContentTypeHeader(String, Map<String, Directive>) - Constructor for class org.forgerock.http.header.ContentTypeHeader
Constructs a new header based on message type and any message directives.
Context - Interface in org.forgerock.services.context
Type-safe contextual information associated with the processing of a request in an application.
CONTEXT_ID - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The ContextID field.
CONTEXT_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML context namespace declaration
CONTEXT_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML context namespace prefix
CONTEXT_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML context namespace URI
CONTEXT_SCHEMA_LOCATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
XACML context schema location
CONTEXT_SCHEMA_LOCATION_VALUE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
The location declaration for the XACML Context schema, to be used with XACMLConstants.SCHEMA_LOCATION_ATTR.
CONTEXT_SPECIFIC - org.forgerock.opendj.io.Asn1Tag.Class
The Context-specific class.
ContextFactory - Class in com.sun.identity.xacml.context
This is the factory class to obtain instances of the objects defined in xacml context schema.
contextSpecific() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the context-specific tag class.
CONTINUE - Static variable in class org.forgerock.http.protocol.Status
The 100 (Continue) status code indicates that the initial part of a request has been received and has not yet been rejected by the server.
ContinuousListener - Interface in org.forgerock.am.cts.continuous.watching
An interface for listener to generic changes from a remote source.
continuousQuery(ContinuousQueryListener, TokenFilter) - Method in interface org.forgerock.am.cts.queue.TaskDispatcher
Perform a continuous query against the persistent store and signal the results to the provided ContinuousQueryListener.
ContinuousQuery - Interface in org.forgerock.am.cts.continuous
Interface for ensuring that continuous queries can be controlled once configured.
ContinuousQueryListener<T> - Interface in org.forgerock.am.cts.continuous
Interface for an object that listens to changes resulting from a continuous query.
ContinuousWatcher<T extends ContinuousListener> - Interface in org.forgerock.am.cts.continuous.watching
Interface by which all ContinuousWatchers ensure similar operation.
ContinuousWatcherDirectory - Interface in org.forgerock.am.cts.continuous.watching
Service for setting up ContinuousWatchers and ContinuousListeners.
Control - Interface in org.forgerock.opendj.ldap.controls
Controls provide a mechanism whereby the semantics and arguments of existing LDAP operations may be extended.
ControlDecoder<C extends Control> - Interface in org.forgerock.opendj.ldap.controls
A factory interface for decoding a control as a control of specific type.
Controls - Class in org.forgerock.opendj.ldap.controls
Utility class to resolve controls OID from aliases.
convertDateString(String, Locale, Locale) - Static method in class com.sun.identity.shared.locale.Locale
Converts date string from source locale to destination locale
convertRawEncryptionKey(CryptoKey, JweAlgorithm, EncryptionMethod) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Converts symmetric encryption key that was created using the RAW algorithm to a more suitable key, but only if the key material is available.
convertRealmDnToRealmPath(String) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Returns realm name in "/" separated format for the provided realm/organization name in DN format.
convertRealmPathToRealmDn(String) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Returns realm name in DN format for the provided realm/organization name in "/" separated format.
convertRealmPathToRoutingPath(String) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Return the routing path for a given realm path.
convertStringToQName(String, Element) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a string value to a QName.
convertTo(TimeUnit) - Method in class org.forgerock.util.time.Duration
Convert the current duration to a given TimeUnit.
convertToLDAPURLs(Set<String>) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the incoming set of URLs to LDAPURL instances and returns them as a set.
convertUserIdToUniversalId(String, String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Converts the provided user ID to universal ID if it wasn't in the universal ID format already.
Cookie - Class in org.forgerock.caf.http
This class creates an API which bridges the differences between the Servlet 2.5 and 3.0 Cookie APIs, as the Servlet 2.5 API does not support HttpOnly cookies and provides no methods to create a HttpOnly cookie.
Cookie - Class in org.forgerock.http.protocol
An HTTP cookie.
Cookie() - Constructor for class org.forgerock.http.protocol.Cookie
Creates a new uninitialized cookie.
COOKIE - org.forgerock.api.enums.PagingMode
Paging mode is supported by cookies.
COOKIE_DOMAINS_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The domains the cookie should be set on property key.
Cookie.SameSite - Enum in org.forgerock.http.protocol
Indicates the SameSite value of the cookie.
CookieHeader - Class in org.forgerock.http.header
Processes the Cookie request message header.
CookieHeader() - Constructor for class org.forgerock.http.header.CookieHeader
Constructs a new empty header.
CookieHeader(List<Cookie>) - Constructor for class org.forgerock.http.header.CookieHeader
Constructs a new header with the provided cookies.
cookies - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The cookie name-value pairs for the current authenticate HTTP request.
cookies(Map<String, String>) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the cookies for the request.
copy() - Method in class org.forgerock.http.io.BranchingInputStream
Creates a twin of this stream at this stream's current position.
copy() - Method in class org.forgerock.http.io.FileBranchingStream
 
copy() - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
 
copy() - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
 
copy() - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
 
copy() - Method in class org.forgerock.json.jose.jws.SignedJwt
 
copy() - Method in interface org.forgerock.json.jose.jwt.Jwt
Create a copy of the current JWT.
copy() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
 
copy() - Method in interface org.forgerock.json.jose.jwt.Payload
Create a copy of the current payload.
copy() - Method in class org.forgerock.json.JsonValue
Returns a deep copy of this JSON value.
copy() - Method in class org.forgerock.macaroons.Macaroon
Creates a copy of this macaroon.
copy() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Returns a copy of this resource set description object.
copy(String, String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "copy" patch operation which will copy the value found at `from` to `path`.
copy(JsonPointer, JsonPointer) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "copy" patch operation which will copy the value found at `from` to `path`.
COPY - org.forgerock.api.enums.PatchOperation
Copies a field.
COPY_ON_WRITE - org.forgerock.bloomfilter.ConcurrencyStrategy
Treats Bloom Filters as effectively immutable objects and creates a copy when applying updates before atomically swapping with the original.
copyAsMultiMapOfStrings() - Method in class org.forgerock.http.protocol.Headers
Returns a copy of these headers as a multi-valued map of strings.
copyDecodedContentTo(OutputStream) - Method in class org.forgerock.http.protocol.Entity
Copies the decoded content of this entity to the provided writer.
copyDecodedContentTo(Writer) - Method in class org.forgerock.http.protocol.Entity
Copies the decoded content of this entity to the provided writer.
copyFrom(Result) - Method in interface org.forgerock.opendj.ldap.messages.Result
Copies the result code, cause, diagnostic message, matched DN and referral URIs from the provided result to this result.
copyOf(byte[]) - Static method in class org.forgerock.json.jose.utils.Utils
Copy the entire input bytes array in a new same-sized array.
copyOf(PatchOperation) - Static method in class org.forgerock.json.resource.PatchOperation
Returns a deep copy of the provided patch operation.
copyOf(SchemaValidationPolicy) - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a copy of the provided schema validation policy.
copyOf(Options) - Static method in class org.forgerock.util.Options
Returns a copy of the provided set of options.
copyOfAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new abandon request that is an exact copy of the provided request.
copyOfActionRequest(ActionRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided action request.
copyOfAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request that is an exact copy of the provided request.
copyOfApiRequest(Request) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided api request.
copyOfBindRequest(BindRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new bind request that is an exact copy of the provided request.
copyOfBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new bind result that is an exact copy of the provided result.
copyOfCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new cancel extended request that is an exact copy of the provided request.
copyOfCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new compare request that is an exact copy of the provided request.
copyOfCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new compare result that is an exact copy of the provided result.
copyOfCreateRequest(CreateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided create request.
copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided delete request.
copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new delete request that is an exact copy of the provided request.
copyOfGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new generic extended request that is an exact copy of the provided request.
copyOfGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic extended result that is an exact copy of the provided result.
copyOfGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic intermediate response that is an exact copy of the provided response.
copyOfModifyDnRequest(ModifyDnRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify DN request that is an exact copy of the provided request.
copyOfModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request that is an exact copy of the provided request.
copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new password modify extended request that is an exact copy of the provided request.
copyOfPasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new password modify extended result that is an exact copy of the provided result.
copyOfPatchRequest(PatchRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided patch request.
copyOfQueryRequest(QueryRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided query request.
copyOfReadRequest(ReadRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided read request.
copyOfResult(Result) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new result that is an exact copy of the provided result.
copyOfSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request that is an exact copy of the provided request.
copyOfSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry that is an exact copy of the provided result.
copyOfSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result reference that is an exact copy of the provided result.
copyOfSslOptions(SslOptions) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a copy of the provided SslOptions.
copyOfStartTlsExtendedRequest(StartTlsExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new startTLS extended request that is an exact copy of the provided request.
copyOfUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new unbind request that is an exact copy of the provided request.
copyOfUpdateRequest(UpdateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided update request.
copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Who Am I extended request that is an exact copy of the provided request.
copyOfWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new who am I extended result that is an exact copy of the provided result.
copyOnWriteEntry(Entry, Function<Entry, Entry>) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a shallow copy-on-write view of entry.
copyRawContentTo(OutputStream) - Method in class org.forgerock.http.protocol.Entity
Copies the raw content of this entity to the provided output stream.
copyTo(byte[]) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the contents of this byte sequence to the provided byte array.
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(byte[], int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the contents of this byte sequence to the specified location in the provided byte array.
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(OutputStream) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the entire contents of this byte sequence to the provided OutputStream.
copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(ByteBuffer) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the content of this byte sequence to the provided ByteBuffer starting at it's current position.
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(WritableByteChannel) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Copies the entire contents of this byte string to the provided WritableByteChannel.
copyTo(CharBuffer, CharsetDecoder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the content of this byte sequence decoded using provided charset decoder to the provided CharBuffer starting at it's current position.
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(ByteStringBuilder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(ChangeRecordReader, ChangeRecordWriter) - Static method in class org.forgerock.opendj.ldif.Ldif
Copies the content of input to output.
copyTo(EntryReader, EntryWriter) - Static method in class org.forgerock.opendj.ldif.Ldif
Copies the content of input to output.
copyWithCallbacks(List<? extends Callback>) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Copies this TreeContext instance, replacing the callbacks in the context with the provided callbacks.
copyWithCallbacksAndState(JsonValue, JsonValue, JsonValue, List<? extends Callback>) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Copies this TreeContext instance, replacing the callbacks in the context with the provided callbacks and with the provided new state if input state parameter is not null.
copyWithEtag(ETag) - Method in interface org.forgerock.am.cts.api.tokens.Token
Make a shallow copy of this token and add the given etag.
CoreSchema - Class in org.forgerock.opendj.ldap.schema
The OpenDJ SDK core schema contains standard LDAP RFC schema elements.
CoreSchemaSupportedLocales - Class in org.forgerock.opendj.ldap.schema
Provides a map of supported locale tags to OIDs.
CoreTokenConfig - Interface in org.forgerock.am.cts
Represents any configuration required for the Core Token Service.
CoreTokenConstants - Class in org.forgerock.am.cts.api
Responsible for collecting together all constants used in the Core Token Service.
CoreTokenException - Exception in org.forgerock.am.cts.exceptions
Base Core Token Service exception for all sub types.
CoreTokenException(String) - Constructor for exception org.forgerock.am.cts.exceptions.CoreTokenException
 
CoreTokenException(String, Throwable) - Constructor for exception org.forgerock.am.cts.exceptions.CoreTokenException
 
CoreTokenException(String, Token) - Constructor for exception org.forgerock.am.cts.exceptions.CoreTokenException
 
CoreTokenException(String, Token, Throwable) - Constructor for exception org.forgerock.am.cts.exceptions.CoreTokenException
 
CoreTokenField - Enum in org.forgerock.am.cts.api.tokens
CoreTokenField contains a mapping from the Java enumeration and the defined attributes present in the LDAP Schema for the Core Token Service.
CoreTokenFieldTypes - Class in org.forgerock.am.cts.api.fields
Provides the mapping between CoreTokenFields and the type of the value that is associated to that field.
CoreTokenFieldTypes() - Constructor for class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
 
CorrelationHeader - Class in com.sun.identity.liberty.ws.soapbinding
The CorrelationHeader class represents Correlation element defined in SOAP binding schema.
CorrelationHeader() - Constructor for class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Default Construtor
CorsFilter - Class in org.forgerock.http.filter.cors
This filters implements the resource processing of the CORS protocol.
CorsFilter(CorsPolicyProvider, Handler) - Constructor for class org.forgerock.http.filter.cors.CorsFilter
Constructs a new CORS filter using the given CorsPolicyProvider and failureHandler.
CorsPolicy - Class in org.forgerock.http.filter.cors
The CORS policy is responsible to handle both actual and preflight CORS requests and set the appropriate set of response headers based on its own configuration.
CorsPolicy.Builder - Class in org.forgerock.http.filter.cors
Builder for CorsPolicy instances.
CorsPolicyProvider - Interface in org.forgerock.http.filter.cors
A CorsPolicyProvider allows the CorsFilter to lookup its configuration at runtime, also based on contextual information.
COT_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
count(Object) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Returns the number of occurrences of an element in this multiset (the count of the element).
countPolicies() - Method in annotation type org.forgerock.api.annotations.Query
The count policies that can be used with this query.
countPolicies(CountPolicy...) - Method in class org.forgerock.api.models.Query.Builder
Set the supported page count policies.
CountPolicy - Enum in org.forgerock.api.enums
Enum that represents the Query supported count-policy.
CountPolicy - Enum in org.forgerock.json.resource
An enum of count policy types.
create() - Static method in class org.forgerock.api.models.Create
Creates a new builder for Create.
create() - Static method in class org.forgerock.util.promise.PromiseImpl
Creates a new pending Promise implementation.
create(Funnel<? super T>) - Static method in class org.forgerock.bloomfilter.BloomFilters
Creates a BloomFilters.BloomFilterBuilder to begin configuration of a particular bloom filter.
create(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
Creates an identity.
create(Class<?>) - Method in interface org.forgerock.am.cts.adapters.JavaBeanAdapterFactory
Create method.
create(String, String, String, int, String, String, String) - Static method in class org.forgerock.http.util.Uris
Returns a hierarchical URI constructed from the given components.
create(String, String, String, String, String) - Static method in class org.forgerock.http.util.Uris
Returns a hierarchical URI constructed from the given components.
create(String, TokenType) - Method in interface org.forgerock.am.cts.api.tokens.TokenFactory
Create a Token object that can then be stored into the CTS.
create(String, AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute name, type and no options.
create(Key, String, byte[]) - Static method in class org.forgerock.macaroons.Macaroon
Creates a fresh Macaroon with no caveats.
create(Token) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Creates a Token in the persistent store synchronously.
create(Token, ETag) - Method in interface org.forgerock.am.cts.api.tokens.TokenFactory
Create a Token object that can then be stored into the CTS.
create(Token, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Create the Token in the database.
create(Token, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Creates a Token in the persistent store synchronously.
create(Token, Options) - Method in interface org.forgerock.am.cts.queue.TaskDispatcher
The CTS Token to create in the persistent store.
create(Create) - Method in class org.forgerock.api.models.Items.Builder
Set create.
create(Create) - Method in class org.forgerock.api.models.Resource.Builder
Set create.
create(OpenIdResolver) - Method in class org.forgerock.oauth.resolvers.EncryptedOpenIdResolverFactory
Creates a new EncryptedOpenIdResolver instance, wrapping the passed signing based resolver.
create(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and no options.
create(AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and single option.
create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
create(AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
create(SigningKey) - Static method in class org.forgerock.macaroons.Macaroon
Creates a fresh Macaroon with no caveats, a blank location hint, and a random identifier.
create(SigningKey, String) - Static method in class org.forgerock.macaroons.Macaroon
Creates a fresh Macaroon with no caveats and a random identifier.
create(SigningKey, String, byte[]) - Static method in class org.forgerock.macaroons.Macaroon
Creates a fresh Macaroon with no caveats.
create(SigningKey, String, String) - Static method in class org.forgerock.macaroons.Macaroon
Creates a fresh Macaroon with no caveats.
create(Context, CreateRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
create(Context, CreateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Adds a new JSON resource.
create(Context, CreateRequest) - Method in interface org.forgerock.json.resource.Connection
Adds a new JSON resource.
Create - Class in org.forgerock.api.models
Class that represents the Create Operation type in API descriptor.
Create - Annotation Type in org.forgerock.api.annotations
Indicates an CREST create method on an annotated POJO.
CREATE - org.forgerock.json.resource.RequestType
A create request.
CREATE - Static variable in class com.sun.identity.idm.IdOperation
The CREATE operation is supported only for the plugins configured for creating identities.
CREATE_ACCESS_DENIED - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log creation privilege is denied.
CREATE_TIMESTAMP - org.forgerock.am.cts.api.tokens.CoreTokenField
Token creation timestamp field.
Create.Builder - Class in org.forgerock.api.models
Builder for the Create.
createAction() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Action.
createAction() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Action.
createAction(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Action.
createAction(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Action.
createAction(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
 
createAction(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Creates appropriate Action Instance
createAction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Action.
createAction(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Action.
createActiveReference(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Creates the secret reference from the given purpose.
createAdvice() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Advice.
createAdvice(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Advice The return object is immutable.
createAdvice(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAdvice(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate Advice instance
createAdvice(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Advice.
createAnyOfQuery(List<T>) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query which evaluates each of the provided sub-queries one after another until one succeeds.
createApiVersionRouterContext(Context) - Method in class org.forgerock.http.routing.ResourceApiVersionRoutingFilter
Creates a ApiVersionRouterContext using the default version behaviour and whether to issue warnings from the behaviourManager instance.
createArtifact(byte[], int, String, String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Artifact.
createArtifact(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Artifact.
createArtifact(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Artifact.
createArtifactResolve() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of ArtifactResolve.
createArtifactResolve(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of ArtifactResolve.
createArtifactResolve(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of ArtifactResolve.
createArtifactResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of ArtifactResponse.
createArtifactResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of ArtifactResponse.
createArtifactResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of ArtifactResponse.
createAssertion() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Assertion.
createAssertion(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Assertion.
createAssertion(Element) - Method in class com.sun.identity.saml.assertion.Advice
 
createAssertion(Element) - Method in class com.sun.identity.saml.assertion.AdviceBase
Creates appropriate Assertion Instance
createAssertion(Element) - Method in class com.sun.identity.saml.assertion.Evidence
 
createAssertion(Element) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Creates appropriate Assertion Instance
createAssertion(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Assertion.
createAssertionIDRef() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AssertionIDRef.
createAssertionIDRef(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AssertionIDRef.
createAssertionIDRef(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AssertionIDRef.
createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate AssertionIDReference instance
createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.Evidence
 
createAssertionIDReference(String) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Creates appropriate AssertionIDReference Instance
createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.Advice
 
createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.AdviceBase
Creates appropriate AssertionIDReference Instance
createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate AssertionIDReference instance
createAssertionIDRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AssertionIDRequest Object.
createAssertionIDRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AssertionIDRequest Object.
createAssertionIDRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AssertionIDRequest Object.
createAsync(Token) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Creates a Token in the persistent store asynchronously.
createAsync(Token, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Creates a Token in the persistent store asynchronously.
createAsync(Context, CreateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously adds a new JSON resource.
createAsync(Context, CreateRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously adds a new JSON resource.
createAttribute() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Attribute.
createAttribute() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Attribute.
createAttribute(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Attribute.
createAttribute(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Attribute.
createAttribute(List, URI, URI, String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
createAttribute(Element) - Method in class com.sun.identity.saml.assertion.AttributeStatement
 
createAttribute(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Attribute.
createAttribute(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Attribute.
createAttributeQuery() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AttributeQuery Object.
createAttributeQuery(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AttributeQuery Object.
createAttributeQuery(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AttributeQuery Object.
createAttributeStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AttributeStatement.
createAttributeStatement(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AttributeStatement.
createAttributeStatement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAttributeStatement(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate AttributeStatement instance
createAttributeStatement(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AttributeStatement.
createAudienceRestriction() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AudienceRestriction.
createAudienceRestriction(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AudienceRestriction.
createAudienceRestriction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AudienceRestriction.
createAudienceRestrictionCondition(Element) - Method in class com.sun.identity.saml.assertion.Conditions
 
createAuthenticationState() - Method in interface org.forgerock.caf.authentication.api.AuthContextWithState
Creates an instance of a specific type of AuthenticationState.
createAuthenticationState() - Method in class org.forgerock.caf.authentication.framework.FallbackAuthContext
 
createAuthenticationStatement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAuthenticationStatement(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate AuthenticationStatement instance
createAuthnContext() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthnContext.
createAuthnContext(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthnContext.
createAuthnContext(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthnContext.
createAuthnQuery() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AuthnQuery Object.
createAuthnQuery(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AuthnQuery Object.
createAuthnQuery(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AuthnQuery Object.
createAuthnRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AuthnRequest Object.
createAuthnRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AuthnRequest Object.
createAuthnRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the AuthnRequest Object.
createAuthnStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthnStatement.
createAuthnStatement(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthnStatement.
createAuthnStatement(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthnStatement.
createAuthorityBinding(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
 
createAuthorizationDecisionStatement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAuthorizationDecisionStatement(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Create appropriate AuthorizationDecisionStatement instance
createAuthorizationFilter(CollectionResourceProvider, List<CrestAuthorizationModule>) - Static method in class org.forgerock.authz.filter.crest.AuthorizationFilters
Returns a new FilterChain which will perform authorization for each request before allowing access to the provided collection resource provider.
createAuthorizationFilter(CollectionResourceProvider, CrestAuthorizationModule...) - Static method in class org.forgerock.authz.filter.crest.AuthorizationFilters
Returns a new FilterChain which will perform authorization for each request before allowing access to the provided collection resource provider.
createAuthorizationFilter(RequestHandler, List<CrestAuthorizationModule>) - Static method in class org.forgerock.authz.filter.crest.AuthorizationFilters
Returns a new FilterChain which will perform authorization for each request before allowing access to the provided RequestHandler.
createAuthorizationFilter(RequestHandler, CrestAuthorizationModule...) - Static method in class org.forgerock.authz.filter.crest.AuthorizationFilters
Returns a new FilterChain which will perform authorization for each request before allowing access to the provided RequestHandler.
createAuthorizationFilter(SingletonResourceProvider, List<CrestAuthorizationModule>) - Static method in class org.forgerock.authz.filter.crest.AuthorizationFilters
Returns a new FilterChain which will perform authorization for each request before allowing access to the provided singleton resource provider.
createAuthorizationFilter(SingletonResourceProvider, CrestAuthorizationModule...) - Static method in class org.forgerock.authz.filter.crest.AuthorizationFilters
Returns a new FilterChain which will perform authorization for each request before allowing access to the provided singleton resource provider.
createAuthorizationState() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
g Generates a SecureRandom BigInteger as a String.
createAuthRedirectUri(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Deprecated.
Use OAuth2Client.createAuthRedirectUri(String, String) and specify a PKCE challenge.
createAuthRedirectUri(String, String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a URI that the user agent will be redirected to for authentication and authorization.
createAuthRedirectUri(String, String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Deprecated.
createAuthRedirectUri(String, String, String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Creates a URI that the user agent will be redirected to for authentication and authorization.
createAuthRedirectUri(String, String, String, DataStore) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Creates a URI that the user agent will be redirected to for authentication and authorization.
createAuthzDecisionStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthzDecisionStatement.
createAuthzDecisionStatement(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthzDecisionStatement.
createAuthzDecisionStatement(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AuthzDecisionStatement.
createBaseID() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of BaseID.
createBaseID(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of BaseID.
createBaseID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of BaseID.
createCachedThreadPool() - Method in class org.forgerock.util.thread.ExecutorServiceFactory
createCachedThreadPool(String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a Cached Thread Pool ExecutorService using the provided name as a prefix of the thread names.
createCachedThreadPool(ThreadFactory) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a Cached Thread Pool ExecutorService which has been pre-registered with the ShutdownManager.
createCondition() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Condition.
createCondition(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Condition.
createCondition(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Condition.
createConditions() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Conditions.
createConditions(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Conditions.
createConditions(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
createConditions(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate Conditions instance
createConditions(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Conditions.
createConfiguration(String, String, Map) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Creates Configurations.
CREATED - Static variable in class org.forgerock.http.protocol.Status
The 201 (Created) status code indicates that the request has been fulfilled and has resulted in one or more new resources being created.
createDecision() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Decision.
createDecision(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Decision The return object is immutable.
createDecision(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Decision.
createDoNotCacheCondition(Element) - Method in class com.sun.identity.saml.assertion.Conditions
 
createECPRelayState() - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPRelayState Object.
createECPRelayState(String) - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPRelayState Object.
createECPRelayState(Element) - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPRelayState Object.
createECPRequest() - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPRequest Object.
createECPRequest(String) - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPRequest Object.
createECPRequest(Element) - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPRequest Object.
createECPResponse() - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPResponse Object.
createECPResponse(String) - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPResponse Object.
createECPResponse(Element) - Method in class com.sun.identity.saml2.ecp.ECPFactory
Returns the ECPResponse Object.
createEncryptedAssertion(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAssertion.
createEncryptedAssertion(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAssertion.
createEncryptedAttribute(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAttribute.
createEncryptedAttribute(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAttribute.
createEncryptedID(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedID.
createEncryptedID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedID.
createEnvironment() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Environment.
createEnvironment(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Environment.
createEnvironment(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Environment.
createEvidence() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Evidence.
createEvidence(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Evidence.
createEvidence(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
 
createEvidence(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Creates appropriate Evidence Instance
createEvidence(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Evidence.
createExactMatchQuery(AttributeDescription, String, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query requesting an index record matching the provided key.
createExtensions() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Extensions Object.
createExtensions(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Extensions Object.
createExtensions(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Extensions Object.
createFailoverConnectionFactory(String, int, boolean, String, String, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a ConnectionFactory from the host string and associated details.
createFixedThreadPool(int) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
ExecutorServiceFactory.createFixedThreadPool(int, String) should be used so that threads have meaningful names.
createFixedThreadPool(int, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Create a fixed size Thread Pool ExecutorService using the provided name as the prefix of the thread names.
createFixedThreadPool(int, ThreadFactory) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Creates a fixed size Thread Pool ExecutorService which has been pre-registered with the ShutdownManager.
createFromOpenIDConfigUrl(String, URL) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
Creates a public key resolver for the supplied issuer using keys supplied at the .well-known open ID configuration URL.
createGetComplete() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the GetComplete Object.
createGetComplete(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the GetComplete Object.
createGetComplete(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the GetComplete Object.
createGlobalConfig(Map<String, Set<String>>) - Method in class com.sun.identity.sm.ServiceConfigManager
Creates global configuration for the default instance of the service given the configuration attributes.
createGlobalConfig(Map<String, Set<String>>, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Creates global configuration for the default instance of the service given the configuration attributes.
createIdentities(IdType, Map<String, Map<?, ?>>) - Method in class com.sun.identity.idm.AMIdentityRepository
 
createIdentity() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
Create a new identity for the thing if one does not exist already.
createIdentity(IdType, String, Map) - Method in class com.sun.identity.idm.AMIdentityRepository
 
createIDPEntry() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPEntry Object.
createIDPEntry(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPEntry Object.
createIDPEntry(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPEntry Object.
createIDPList() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPList Object.
createIDPList(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPList Object.
createIDPList(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPList Object.
createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the indexers for this matching rule configured using the provided indexing options.
createIndexers(Schema, IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
createIndexers(Schema, IndexingOptions) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Returns the indexers for this matching rule.
createIndexQuery(AttributeDescription, IndexQueryFactory<T>) - Method in interface org.forgerock.opendj.ldap.Assertion
Returns an index query appropriate for the provided attribute value assertion.
createInstance(Context, CreateRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Adds a new resource instance to the collection.
createInstance(Context, CreateRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Adds a new resource instance to the collection.
createIntersectionQuery(List<T>) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query which returns the intersection of a list of sub-queries.
createIssuer() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Issuer.
createIssuer(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Issuer.
createIssuer(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Issuer.
createJWKResolver(String, URL) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
Creates a public key resolver for the supplied issuer using keys supplied at the JWK Set URL.
createJWKResolver(String, URL, int, int) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
createKeyInfoConfirmationData() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of KeyInfoConfirmationData.
createKeyInfoConfirmationData(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of KeyInfoConfirmationData.
createKeyInfoConfirmationData(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of KeyInfoConfirmationData.
createKeys(ByteSequence, Consumer<ByteString>) - Method in interface org.forgerock.opendj.ldap.schema.Indexer
Generates the set of index keys for an attribute.
createKeyStorePurposeMapping(SecretIdRegistry, KeyStoreSecretStore, String, List<String>, Optional<Realm>, SSOToken) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Creates a global purpose and adds a mapping for it to the given key alias in the given keystore.
createLogoutRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the LogoutRequest Object.
createLogoutRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the LogoutRequest Object.
createLogoutRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the LogoutRequest Object.
createLogoutResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the LogoutResponse Object.
createLogoutResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the LogoutResponse Object.
createLogoutResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the LogoutResponse Object.
createManageNameIDRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a mutable manage name identifier request object.
createManageNameIDRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable manage name identifier request object.
createManageNameIDRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable manage name identifier request object.
createManageNameIDResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a mutable manage name identifier response object.
createManageNameIDResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable manage name identifier response object.
createManageNameIDResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable manage name identifier response object.
createMatchAllQuery(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query requesting all index records.
CreateMode - Enum in org.forgerock.api.enums
Enum that represents the Create modes.
createNamedReference(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
Creates a reference to a secret with the given name (stable id) for the given purpose.
createNameID() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of NameID.
createNameID(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of NameID.
createNameID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of NameID.
createNameIdentifier(Element) - Method in class com.sun.identity.saml.assertion.Subject
 
createNameIDMappingRequest() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDMappingRequest Object.
createNameIDMappingRequest(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDMappingRequest Object.
createNameIDMappingRequest(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDMappingRequest Object.
createNameIDMappingResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDMappingResponse Object.
createNameIDMappingResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDMappingResponse Object.
createNameIDMappingResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDMappingResponse Object.
createNameIDPolicy() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDPolicy Object.
createNameIDPolicy(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDPolicy Object.
createNameIDPolicy(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the NameIDPolicy Object.
createNewEncryptedID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable new encrypted identifier object.
createNewEncryptedID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable new encrypted identifier object.
createNewID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an new identifier object.
createNewID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an new identifier object.
createNonce() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Generates a nonce value.
createNonStrict(String, String, String, int, String, String, String) - Static method in class org.forgerock.http.util.Uris
Returns a hierarchical URI constructed from the given components.
CreateNotSupportedException - Exception in org.forgerock.json.resource
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from other BadRequestExceptions.
CreateNotSupportedException() - Constructor for exception org.forgerock.json.resource.CreateNotSupportedException
Constructor with default message.
CreateNotSupportedException(String) - Constructor for exception org.forgerock.json.resource.CreateNotSupportedException
Constructor with custom message.
createOAuthClient() - Method in interface org.forgerock.am.iot.IotServiceConfig.RealmConfig
 
createOAuthJwtIssuer() - Method in interface org.forgerock.am.iot.IotServiceConfig.RealmConfig
 
createObligation() - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligation.
createObligation(String) - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligation The return object is immutable.
createObligation(Element) - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligation.
createObligations() - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligations.
createObligations(String) - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligations The return object is immutable.
createObligations(Element) - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligations.
createOneTimeUse() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of OneTimeUse.
createOneTimeUse(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of OneTimeUse.
createOneTimeUse(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of OneTimeUse.
createOrganizationConfig(String, ConfigurationAttributes, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Creates organization configuration for the default instance of the service given configuration attributes.
createPkceVerifier() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Generates a secure opaque PKCE verifier value.
createPostAuthResponse(JsonValue) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates the post auth response.
createPostResponse(DataStore, JsonValue) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates the post response.
createProxyRestriction() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of ProxyRestriction.
createProxyRestriction(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of ProxyRestriction.
createProxyRestriction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of ProxyRestriction.
createPublicKeyResolver(String, PublicKey) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
Creates a public key resolver for the supplied issuer.
createRangeMatchQuery(AttributeDescription, String, ByteSequence, ByteSequence, boolean, boolean) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query requesting all index records in the specified range.
createRequest() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Request.
createRequest() - Method in class org.forgerock.http.client.request.HttpClientRequestFactory
Create a new empty HttpClientRequest that can be sent over a HttpClient.
createRequest(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Request The return object is immutable.
createRequest(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Request.
CreateRequest - Interface in org.forgerock.json.resource
A request to create a new JSON resource.
createRequestedAuthnContext() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a mutable requested authentication context object.
createRequestedAuthnContext(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable requested authentication context object.
createRequestedAuthnContext(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable requested authentication context object.
createRequesterID() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the RequesterID Object.
createRequesterID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the RequesterID Object.
createRequesterID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the RequesterID Object.
createRequestForIntrospectEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a Request for the introspect endpoint of an identity provider.
createRequestForTokenEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Deprecated.
createRequestForTokenEndpoint(String, String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a Request for the token endpoint of an identity provider.
createRequestForTokenRefresh(JsonValue) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a Request for the token refresh endpoint of an identity provider.
createRequestForUserInfoEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a Request for the user information endpoint of an identity provider.
createResource() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Resource.
createResource(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Resource The return object is immutable.
createResource(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Resource.
createResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Response.
createResponse() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Response.
createResponse(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Response.
createResponse(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Response The return object is immutable.
createResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Response.
createResponse(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Response.
createResult() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Result.
createResult(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Result The return object is immutable.
createResult(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Result.
createSAMLAttribute(String, String, Set<String>) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Create a SAML Attribute object.
createScheduledService(int) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
ExecutorServiceFactory.createScheduledService(int, String) should be used so that threads have meaningful names.
createScheduledService(int, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a ScheduledExecutorService which has been pre-registered with the ShutdownManager.
createScoping() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Scoping Object.
createScoping(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Scoping Object.
createScoping(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Scoping Object.
createSecretsProviderResolver(String, SecretsProvider, Purpose<VerificationKey>) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
Creates a public key based resolver for the supplied issuer using keys available through the given provider.
createService(String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Creates a new service schema in the configuration store.
createSession(Map, HttpServletRequest, HttpServletResponse, StringBuffer) - Method in interface com.sun.identity.plugin.session.SessionProvider
Meaningful only for Service Provider side, the implementation of this method will create a local session for the local user identified by the information in the map.
createSessionIndex(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the SessionIndex Object.
createSharedSecretResolver(String, String) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
Creates a shared secret (HMAC) key resolver for the supplied issuer.
CreateSingleton - Enum in org.forgerock.api.enums
Types of create that might be singletons.
createSOAPMessageString(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Creates SOAPMessage with the input XML String as message body.
createSSOToken(String) - Method in class com.iplanet.sso.SSOTokenManager
Creates a single sign on token from the single sign on token ID.
createSSOToken(String, String) - Method in class com.iplanet.sso.SSOTokenManager
Creates a single sign on token from the single sign on token ID.
createSSOToken(HttpServletRequest) - Method in class com.iplanet.sso.SSOTokenManager
Creates a single sign on token from HttpServletRequest
createStatus() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Status Object.
createStatus() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Status.
createStatus(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Status Object.
createStatus(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Status The return object is immutable.
createStatus(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Status Object.
createStatus(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Status.
createStatusCode() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusCode Object.
createStatusCode() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusCode.
createStatusCode(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusCode Object.
createStatusCode(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusCode The return object is immutable.
createStatusCode(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusCode Object.
createStatusCode(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusCode.
createStatusDetail() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusDetail Object.
createStatusDetail() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusDetail.
createStatusDetail(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusDetail Object.
createStatusDetail(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusDetail The return object is immutable.
createStatusDetail(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusDetail Object.
createStatusDetail(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusDetail.
createStatusMessage() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusMessage.
createStatusMessage(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusMessage Object.
createStatusMessage(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusMessage The return object is immutable.
createStatusMessage(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusMessage.
createStore(SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.config.KeyStoreBasedSecretStoreProvider
Create the KeyStoreSecretStore from the configuration.
createSubject() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Subject.
createSubject() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Subject.
createSubject(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Subject.
createSubject(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Subject.
createSubject(Element) - Method in class com.sun.identity.saml.assertion.AttributeStatement
 
createSubject(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
 
createSubject(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
 
createSubject(Element) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Creates appropriate Subject Instance
createSubject(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Subject.
createSubject(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Subject.
createSubjectConfirmation() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmation.
createSubjectConfirmation(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmation.
createSubjectConfirmation(Element) - Method in class com.sun.identity.saml.assertion.Subject
 
createSubjectConfirmation(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmation.
createSubjectConfirmationData() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmationData.
createSubjectConfirmationData(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmationData.
createSubjectConfirmationData(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmationData.
createSubjectLocality() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectLocality.
createSubjectLocality(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectLocality.
createSubjectLocality(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
 
createSubjectLocality(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectLocality.
createSubOrganization(String, Map<String, ?>) - Method in class com.sun.identity.sm.OrganizationConfigManager
Creates a sub-organization under the current organization and sets the specified attributes.
createSubOrganization(String, DataStoreId) - Method in class com.sun.identity.sm.OrganizationConfigManager
Creates a sub-organization under the current organization, without any child entries.
createSubTransactionId() - Method in class org.forgerock.services.TransactionId
Creates a new TransactionId, child of this one.
createThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
createThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a ThreadPoolExecutor with the provided values, and registers that executor as listening for shutdown messages.
createThreads(int) - Method in class com.iplanet.am.util.ThreadPool
Create thread for the pool.
createToken(RestTokenProviderParameters<T>) - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProvider
Creates a token using the specified RestTokenProviderParameters
createTokenReference(String, SecretReference<GenericSecret>, VaultConfig) - Static method in class org.forgerock.secrets.vault.AppRoleTokenStore
Returns a SecretReference that will obtain a Vault authentication token using the AppRole login method.
createTokenReference(String, SecretReference<GenericSecret>, VaultConfig) - Static method in class org.forgerock.secrets.vault.JwtAuthenticationTokenStore
Returns a SecretReference that will obtain a Vault login token by logging in with the given JWT.
createUnionQuery(List<T>) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query which combines the results of a list of sub-queries.
createUri(String, String, String, int, String, String, String, boolean) - Static method in class org.forgerock.http.util.Uris
Create a new URI given all provided URI components, query string can be strictly processed or not.
createUserInfoFromIdTokenJwtClaims(JwtClaimsSet) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Creates an OpenIDConnectUserInfo object from id_token jwt Claims.
createXACMLAuthzDecisionQuery() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionQuery.
createXACMLAuthzDecisionQuery(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionQuery.
createXACMLAuthzDecisionQuery(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionQuery.
createXACMLAuthzDecisionStatement() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionStatement.
createXACMLAuthzDecisionStatement(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionStatement.
createXACMLAuthzDecisionStatement(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionStatement.
Credential(Element, Date) - Constructor for class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Constructor.
credentials(Credentials) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Sets the fixed credentials to use for the connection to GCP.
credentials(Credentials) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the fixed credentials to use for the connection to GCP.
CredentialsParser<C> - Interface in org.forgerock.http.header.authorization
This interface is used to parse the credentials component of an Authorization HTTP header.
credentialsProvider(CredentialsProvider) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Set the provider for credentials for the connection to GCP.
credentialsProvider(CredentialsProvider) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Set the provider for credentials for the connection to GCP.
CrestAnySchema - Class in org.forgerock.api.jackson
An extension to the Jackson AnySchema that includes the custom CREST JSON Schema attributes.
CrestAnySchema() - Constructor for class org.forgerock.api.jackson.CrestAnySchema
 
CrestApiProducer - Class in org.forgerock.api
An ApiProducer implementation for CREST resources, that provides ApiDescription descriptors.
CrestApiProducer(String, String) - Constructor for class org.forgerock.api.CrestApiProducer
Construct a new producer.
CrestApiProducer(String, String, LocalizableString) - Constructor for class org.forgerock.api.CrestApiProducer
Construct a new producer.
CrestApplication - Interface in org.forgerock.json.resource
Declare a CREST Application.
CrestArraySchema - Class in org.forgerock.api.jackson
An extension to the Jackson ArraySchema that includes the custom CREST JSON Schema attributes.
CrestArraySchema() - Constructor for class org.forgerock.api.jackson.CrestArraySchema
 
CrestAuthorizationModule - Interface in org.forgerock.authz.filter.crest.api
A CrestAuthorizationModule authorizes client REST requests asynchronously.
CrestBooleanSchema - Class in org.forgerock.api.jackson
An extension to the Jackson BooleanSchema that includes the custom CREST JSON Schema attributes.
CrestBooleanSchema() - Constructor for class org.forgerock.api.jackson.CrestBooleanSchema
 
CrestJsonSchemaFactory - Class in org.forgerock.api.jackson
A JsonSchemaFactory that returns the extension schema objects rather than the default Jackson implementations.
CrestJsonSchemaFactory() - Constructor for class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
CrestObjectSchema - Class in org.forgerock.api.jackson
An extension to the Jackson ObjectSchema that includes the custom CREST JSON Schema attributes.
CrestObjectSchema() - Constructor for class org.forgerock.api.jackson.CrestObjectSchema
 
CrestPropertyDetailsSchemaFactoryWrapper - Class in org.forgerock.api.jackson
A SchemaFactoryWrapper that adds the extra CREST schema attributes once the Jackson schema generation has been completed.
CrestPropertyDetailsSchemaFactoryWrapper() - Constructor for class org.forgerock.api.jackson.CrestPropertyDetailsSchemaFactoryWrapper
Create a new wrapper.
crit(List<String>) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the critical header parameters for this JWS.
CRIT - org.forgerock.json.jose.jws.JwsHeaderKey
Critical header parameter.
CRL_SIGN - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify signatures on certificate revocation lists.
CRLF - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Defines CarriageReturn/LineFeed characters.
CROSS_REF_END - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
CROSS_REF_START - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
crtCoefficient(String) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA First CRT Coefficient value.
CRYPTO - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the crypto json object.
CRYPTO_ALGORITHM - Static variable in class org.forgerock.util.crypto.CryptoConstants
Key for the crypto algorithm used to crypt the data.
CRYPTO_CIPHER - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the cipher used to crypt the data.
CRYPTO_DATA - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the password data within crypto json.
CRYPTO_IV - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the Initialization Vector (a.k.a.
CRYPTO_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the name of the key-store alias used to crypt the data.
CRYPTO_TYPE - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for crypt type used to generate the crypt value.
CRYPTO_VALUE - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the crypt value, holding the crypt meta-data.
CryptoConstants - Class in org.forgerock.util.crypto
Constants for Crypto Algorithms and Json Crypto Json pointer keys.
CryptoKey - Class in org.forgerock.secrets.keys
Base class for all secrets that are used as keys for cryptographic operations.
cryptoKeyCacheDuration(Duration) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
The amount of time to cache crypto keys retrieved from the KMS.
cryptoKeyCacheMaxSize(long) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
The maximum size of the cache for crypto keys retrieved from the KMS.
cryptoKeyMapping(Function<Purpose<? extends CryptoKey>, String>) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the mapping from purposes to crypto key names in KMS.
cryptoKeyMapping(Map<Purpose<? extends CryptoKey>, String>) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the mapping from purposes to crypto key names in KMS.
cryptoKeyVersionCacheDuration(Duration) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
The amount of time to cache crypto key versions retrieved from the KMS.
cryptoKeyVersionCacheMaxSize(long) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
The maximum size of the cache for crypto key versions retrieved from the KMS.
cryptoService - Variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
The instance of CryptoService.
CryptoService - Class in org.forgerock.selfservice.core.crypto
Cryptography Service for the user self service project.
CryptoService() - Constructor for class org.forgerock.selfservice.core.crypto.CryptoService
 
CsrfFilter - Class in org.forgerock.http.filter
A generic filter for preventing cross-site request forgery (CSRF) attacks when using cookie-based authentication.
CsrfFilter.Builder - Class in org.forgerock.http.filter
Builder class for the CSRF filter.
CTS_ASYNC_DEBUG - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Debug instance name for the CTS Async processing.
CTS_ASYNC_QUEUE_SIZE - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
The size of each asynchronous work queue.
CTS_ASYNC_QUEUE_TIMEOUT - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
The maximum duration in seconds to wait whilst placing tasks on the asynchronous work queue.
CTS_DEBUG - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Debug instance name for all CTS debugging.
CTS_MONITOR_DEBUG - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Debug instance name for all CTS Monitor debugging
CTS_REAPER_CACHE_DELETION_FREQUENCY_MILLISECONDS - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
How often to poll the Reaper cache for tokens that have expired and delete them.
CTS_REAPER_CACHE_SIZE - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
The maximum number of tokens to hold in memory for deletion.
CTS_REAPER_DEBUG - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Debug instance name for the CTS Reaper.
CTS_REAPER_ENABLED - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Whether the reaper is enabled.
CTS_REAPER_SEARCH_DELETION_FREQUENCY_MILLISECONDS - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
How often to perform a search for expired tokens in the CTS persistence store.
CTS_REAPER_SEARCH_GRACE_PERIOD_MILLISECONDS - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
A duration that is added to token expiry dates to delay reaping via search.
CTS_REAPER_SEARCH_MAX_RESULTS - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Controls the total number of tokens that will be cleaned by the Search Reaper each iteration.
CTS_RESOURCE_SETS_STORE_PASSWORD - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Password for the resource sets store
CTS_ROOT_SUFFIX - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
The fully qualified name of the suffix where the tokens will be created.
CTS_SMS_CONFIGURATION - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
 
CTS_STORE_AFFINITY_ENABLED - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Enable/disable the OpenDJ SDK's affinity based load balancing feature.
CTS_STORE_HOSTNAME - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Hostname where the CTS token store may be reached.
CTS_STORE_LOCATION - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
The CTS token store can be either embedded or external.
CTS_STORE_MAX_CONNECTIONS - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Maximum number of connections to the token store.
CTS_STORE_MAX_CONNECTIONS_DEFAULT - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Default maximum number of connections to the token store.
CTS_STORE_PAGE_SIZE - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Page size to use with LDAP query/partial query operations.
CTS_STORE_PAGE_SIZE_DEFAULT - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Default page size.
CTS_STORE_PASSWORD - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Password for connecting to the token store.
CTS_STORE_SSL_ENABLED - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Enable/disable SSL for the CTS token store connections.
CTS_STORE_STARTTLS_ENABLED - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Enable/disable Start TLS for the CTS token store connections.
CTS_STORE_USERNAME - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Username for the token store connection.
CTS_STORE_VLV_PAGE_SIZE - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Page size to use with LDAP VLV operations.
CTS_STORE_VLV_PAGE_SIZE_DEFAULT - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Default VLV page size.
CTS_TTL_SUPPORT_ENABLED - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Whether TTL support is enabled.
CTS_TTL_SUPPORT_TOKEN_TYPE_EXCLUSION_LIST - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Which token types are blacklisted from TTL support.
CTS_UMA_AUDIT_STORE_PASSWORD - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Password for the uma audit store
CTS_UMA_LABELS_STORE_PASSWORD - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Password for the uma labels store
CTS_UMA_PENDING_REQUESTS_STORE_PASSWORD - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Password for the uma pending requests store
CTS_WORKER_POOL - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
The name of the general purpose worker pool for the CTS.
CTSOptions - Class in org.forgerock.am.cts.api
CTSOptions are intended to provide guidance to the CTS as to how it should perform the requested operation.
CTSPersistentStore - Interface in org.forgerock.am.cts
Persistent storage interface for the CTS (Core Token Service) provides callers with a generic way of storing and retrieving objects.
cty(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the content type header parameter for this JWS.
CTY - org.forgerock.json.jose.jws.JwsHeaderKey
Content Type header parameter.
CURRENT_NODE_ID - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The nodeId of the node being processed in the tree.
currentTime() - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time whose value is the current time, using the default time zone and locale.
curve(Key) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the curve that this XECKey is for.
curve(SupportedEllipticCurve) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the elliptic curve that this key uses.
CUSTOM - org.forgerock.json.jose.jwe.JweHeaderKey
Generic header key for a custom header parameter.
CUSTOM - org.forgerock.json.jose.jws.JwsHeaderKey
Generic header key for a custom header parameter.
CUSTOM - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Custom (private) Claim.
CUSTOM - org.forgerock.json.jose.jwt.JwtHeaderKey
Generic header key for a custom header parameter.
customAttributeMapperClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomAttributeMapper classname on the SAML2ConfigBuilder.
customAttributeStatementsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomAttributeStatementsProvider classname on the SAML2ConfigBuilder.
customAuthenticationStatementsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomAuthenticationStatementsProvider classname on the SAML2ConfigBuilder.
customAuthNContextMapperClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomAuthNContextMapper classname on the SAML2ConfigBuilder.
customAuthzDecisionStatementsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomAuthzDecisionStatementsProvider classname on the SAML2ConfigBuilder.
customConditionsProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomConditionsProvider classname on the SAML2ConfigBuilder.
customSubjectProviderClassName(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the CustomSubjectProvider classname on the SAML2ConfigBuilder.

D

d(String) - Method in class org.forgerock.json.jose.jwk.EcJWK.Builder
Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
d(String) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the private key d-value of the key.
data - Variable in class org.forgerock.services.context.AbstractContext
The Context data.
DATA - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The Data field.
DATA - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
URI safe data that MUST not be modified by the client and stored in the DataStore.
DATA_DECRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for decrypting data.
DATA_ENCIPHERMENT - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Direct enciphering of raw user data without the use of an intermediate symmetric cipher.
DATA_ENCRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for encrypting data.
DATA_TYPE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for DataType
DataDecryptionKey - Class in org.forgerock.secrets.keys
A key that is used for decrypting confidential data.
DataDecryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.DataDecryptionKey
Initialises the key with the given secret data.
DataEncryptionKey - Class in org.forgerock.secrets.keys
A key that is used for encrypting confidential data.
DataEncryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.DataEncryptionKey
Initialises the key with the given secret data.
DataEncryptor - Class in com.sun.identity.security
This class DataEncryptor is used to encrypt the data with symmetric and asymmetric keys.
DataEncryptor() - Constructor for class com.sun.identity.security.DataEncryptor
 
DataLayerException - Exception in org.forgerock.am.cts.api
Base Data Layer exception for all sub types.
DataLayerException(String) - Constructor for exception org.forgerock.am.cts.api.DataLayerException
 
DataLayerException(String, Throwable) - Constructor for exception org.forgerock.am.cts.api.DataLayerException
 
DataLayerException(String, Token) - Constructor for exception org.forgerock.am.cts.api.DataLayerException
 
DataLayerException(String, Token, Throwable) - Constructor for exception org.forgerock.am.cts.api.DataLayerException
 
DataStore - Interface in org.forgerock.oauth
Interface which needs to be implemented to use with OAuthClient implementations.
DataStoreException - Exception in org.forgerock.oauth
Exception to be used when an error has occurred while interacting with the data store.
DataStoreException(String) - Constructor for exception org.forgerock.oauth.DataStoreException
Builds an DataStoreException with a given message.
DataStoreException(String, Exception) - Constructor for exception org.forgerock.oauth.DataStoreException
Builds an DataStoreException with a given message and cause.
DataStoreProvider - Interface in com.sun.identity.plugin.datastore
Interface used for storing & retrieving information.
DataStoreProviderException - Exception in com.sun.identity.plugin.datastore
This class is to handle DataStoreProvider related exceptions.
DataStoreProviderException(Exception) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a DataStoreProviderException with an exception.
DataStoreProviderException(String) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a DataStoreProviderException with a detailed message.
DataStoreProviderException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a new DataStoreProviderException without a nested Throwable.
DataStoreProviderException(Throwable) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a DataStoreProviderException with an embedded exception.
DataStoreProviderManager - Class in com.sun.identity.plugin.datastore
This is a singleton class used to manage DataStore providers.
DATATYPE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for DataType element
DATE - com.sun.identity.sm.AttributeSchema.Syntax
The DATE attribute syntax specifies that the attribute is of date type.
DATE_FIVE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token date five field name.
DATE_FOUR - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token date four field name.
DATE_ONE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token date one field name.
DATE_SYNTAX - Static variable in class com.sun.identity.shared.locale.Locale
 
DATE_THREE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token date three field name.
DATE_TIME - com.sun.identity.sm.AttributeSchema.Syntax
The DATE_TIME attribute syntax specifies that the attribute is a date time field.
DATE_TWO - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token date two field name.
DateTimeValidator - Class in com.sun.identity.sm.validators
 
DateTimeValidator() - Constructor for class com.sun.identity.sm.validators.DateTimeValidator
 
DB_DRIVER - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Database Driver.
DB_MEM_MAX_RECS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Maximum LogRecords held in memory if DB logging fails.
debug(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
debug(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a debug message.
Debug - Class in com.sun.identity.shared.debug
Deprecated.
Use Logger instead.
DEBUG_ASYNC_HEADER - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Debugging header, for all async processing debug messages.
DEBUG_HEADER - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Debugging header, for all debug messages.
DEBUG_IMPL_CLASS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Class that implements the custom debug method in the case of log failure.
DEBUG_NAME - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
 
DECIMAL - com.sun.identity.sm.AttributeSchema.Syntax
The DECIMAL attribute syntax specifies that the attribute is a decimal value.
DECIMAL_NUMBER - com.sun.identity.sm.AttributeSchema.Syntax
The DECIMAL_NUMBER attribute syntax specifies that the attribute is a floating point number, e.g., 1.5, 3.56, etc.
DECIMAL_RANGE - com.sun.identity.sm.AttributeSchema.Syntax
The DECIMAL_RANGE attribute syntax specifies that the attribute is a decimal number within a range.
DECIPHER_ONLY - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Indicates that the key may be used only for deciphering data while performing key agreement.
Decision - Interface in com.sun.identity.xacml.context
The Decision element is a container of one or more Decisions issued by policy decision point
DECISION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Decision element
DecisionImpl - Class in com.sun.identity.xacml.context.impl
The Decision element is a container of one or more Decisions issued by policy decision point
DecisionImpl() - Constructor for class com.sun.identity.xacml.context.impl.DecisionImpl
Constructs a Decision object
DecisionImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.DecisionImpl
Constructs a Decision object from an XML string
DecisionImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.DecisionImpl
Constructs a Decision object from an XML DOM element
DecisionType() - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
 
DECLARE_REF_AUTH_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
decode(byte[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded byte array.
decode(byte[], String) - Method in enum org.forgerock.secrets.keys.KeyType
Attempts to decode an encoded key value of the given type into an appropriate key object for the given algorithm.
decode(char[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded char array.
decode(Flowable<ByteBuffer>) - Method in interface org.forgerock.http.decoder.FlowableDecoder
Returns an instance of a flowable that decodes the specified input.
decode(Flowable<ByteBuffer>) - Method in class org.forgerock.http.header.ContentEncodingHeader
Returns a flowable that decodes the specified flowable, given the content-codings that are specified in the codings list.
decode(InputStream) - Method in interface org.forgerock.http.decoder.Decoder
Returns an instance of an input stream that decodes the specified input.
decode(InputStream) - Method in class org.forgerock.http.header.ContentEncodingHeader
Returns an input stream that decodes the specified input stream, given the content-codings that are specified in the codings list.
decode(String) - Static method in class org.forgerock.opendj.ldap.Base64
Decodes the provided base64 encoded data.
decode(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsEncryptedPropertyFormat
 
decode(String) - Method in class org.forgerock.secrets.propertyresolver.PemPropertyFormat
 
decode(String) - Method in enum org.forgerock.secrets.propertyresolver.PropertyFormatBase64
 
decode(String) - Method in class org.forgerock.secrets.propertyresolver.SecretKeyPropertyFormat
 
decode(String) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the input property value, setting relevant properties on a SecretBuilder object.
decode(String) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded String.
decode(String) - Static method in class org.forgerock.util.encode.Base64url
Decodes the given Base64url encoded String into a byte array.
decode(String) - Static method in class org.forgerock.util.encode.Hex
Decodes a hexadecimal-encoded string into an equivalent byte array, treating each two-character sequence as a single byte in big-endian order.
decode(Charset) - Static method in class org.forgerock.http.io.CharsetDecoderFlowableTransformer
Decodes a flow of ByteBuffer into a flow of CharBuffer using the given Charset.
decode(Supplier<CharsetDecoder>) - Static method in class org.forgerock.http.io.CharsetDecoderFlowableTransformer
Decodes a flow of ByteBuffer into a flow of CharBuffer using the given CharsetDecoder supplier.
decode(Supplier<CharsetDecoder>, int, Supplier<CharBuffer>) - Static method in class org.forgerock.http.io.CharsetDecoderFlowableTransformer
Decodes a flow of ByteBuffer into a flow of CharBuffer using the given CharBuffer and CharsetDecoder suppliers.
decode(ByteString) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Decodes the SSL information contained in data in TLV format.
DecodeAction - Class in com.sun.identity.security
The class is used to perform privileged operations with AccessController.doPrivileged() when using com.iplanet.services.util.Crypt to decode passwords.
DecodeAction(String) - Constructor for class com.sun.identity.security.DecodeAction
Non default constructor to be used when a doPrivileged() is performed for the decryption operations.
DecodeAction(String, AMEncryption) - Constructor for class com.sun.identity.security.DecodeAction
 
decodeControl(Control) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Decodes the provided control as a Control of type C using the default decode options.
decodeControl(Control, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Decodes the provided control as a Control of type C.
decodeCoordinate(String) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Decode the unsigned big-endian base64 url encoding of an elliptical curve point.
decodedContentAsFlowable(Charset) - Method in class org.forgerock.http.protocol.Entity
Returns a publisher of chars representing decoded content of this entity, honouring the charset if provided.
decodeEcdsaSignature(byte[], int) - Static method in class org.forgerock.json.jose.utils.DerUtils
Minimal DER decoder for the format returned by the SunEC signature provider.
DecodeException - Exception in org.forgerock.opendj.ldap
Thrown when data from an input source cannot be decoded, perhaps due to the data being malformed in some way.
decodeExtendedRequest(ExtendedRequest<?>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequestDecoder
Decodes the provided extended operation request as an ExtendedRequest of type R.
decodeExtendedResult(ExtendedResult, DecodeOptions) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
 
decodeExtendedResult(ExtendedResult, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
Decodes the provided extended operation result as a Result of type S.
decodeFast(byte[]) - Static method in class org.forgerock.util.encode.Base64
Deprecated.
decodeFast(char[]) - Static method in class org.forgerock.util.encode.Base64
Deprecated.
decodeFast(String) - Static method in class org.forgerock.util.encode.Base64
Deprecated.
decodeJwtComponent(String) - Static method in class org.forgerock.json.jose.utils.Utils
Decodes the given String and converts the decoded bytes into a UTF-8 String.
DecodeOptions - Class in org.forgerock.opendj.ldap
Decode options allow applications to control how requests and responses are decoded.
DecodeOptions() - Constructor for class org.forgerock.opendj.ldap.DecodeOptions
Creates a new set of decode options which will always use the default schema returned by Schema.getDefaultSchema(), LinkedAttribute, and LinkedHashMapEntry.
DecodeOptions(DecodeOptions) - Constructor for class org.forgerock.opendj.ldap.DecodeOptions
Creates a new set of decode options having the same initial set of options as the provided set of decode options.
Decoder - Interface in org.forgerock.http.decoder
Decodes an HTTP message entity input stream.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
A decoder which can be used for decoding the LDAP assertion request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
A decoder which can be used for decoding the authorization identity request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
A decoder which can be used for decoding the authorization identity response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
A decoder which can be used for decoding the entry change notification response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
A decoder which can be used for decoding the get effective rights request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
A decoder which can be used for decoding the Manage DsaIT request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
A decoder which can be used for decoding the matched values request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
A decoder which can be used for decoding the password expired response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
A decoder which can be used for decoding the password expiring response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
A decoder which can be used for decoding the password policy request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
A decoder which can be used for decoding the password policy response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
A decoder which can be used for decoding the permissive modify request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
A decoder which can be used for decoding the persistent search request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
A decoder which can be used for decoding the post-read request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
A decoder which can be used for decoding the post-read response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
A decoder which can be used for decoding the pre-read request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
A decoder which can be used for decoding the pre-read response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
A decoder which can be used for decoding the proxied authorization v1 request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
A decoder which can be used for decoding the proxied authorization v2 request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
A decoder which can be used for decoding the permissive modify request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
A decoder which can be used for decoding the server side sort request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
A decoder which can be used for decoding the server side sort response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
A decoder which can be used for decoding the simple paged results control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
A decoder which can be used for decoding the sub-entries request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
A decoder which can be used for decoding the sub-tree delete request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
A decoder which can be used for decoding the virtual list view request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
A decoder which can be used for decoding the virtual list view response control.
DECODER - Static variable in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
A decoder which can be used to decode cancel extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
A decoder which can be used to decode generic extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
A decoder which can be used to decode password modify extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
A decoder which can be used to decode start TLS extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
A decoder which can be used to decode who am I extended operation requests.
decodeStrict(byte[]) - Static method in class org.forgerock.util.encode.Base64
Decodes the input using a strict decoder that rejects any invalid characters or line separators.
decodeStrict(char[]) - Static method in class org.forgerock.util.encode.Base64
Decodes the input using a strict decoder that rejects any invalid characters or line separators.
decodeStrict(String) - Static method in class org.forgerock.util.encode.Base64
Decodes the input using a strict decoder that rejects any invalid characters or line separators.
decodeStrict(String) - Static method in class org.forgerock.util.encode.Base64url
Decodes the given Base64url encoded String into a byte array.
decodeStrict(String) - Static method in class org.forgerock.util.encode.Hex
Decodes a hexadecimal-encoded string into an equivalent byte array, treating each two-character sequence as a single byte in big-endian order.
decodeToPromise(byte[]) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the data as a UTF-8 string and then calls SecretPropertyFormat.decodeToPromise(String) to decode the string value.
decodeToPromise(byte[]) - Method in interface org.forgerock.secrets.SecretDecoder
Decodes the raw data retrieved from a backend into a SecretBuilder for further processing.
decodeToPromise(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsEncryptedPropertyFormat
 
decodeToPromise(String) - Method in class org.forgerock.secrets.propertyresolver.PemPropertyFormat
 
decodeToPromise(String) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the input property value, setting relevant properties on a SecretBuilder object.
decodeToString(String) - Static method in class org.forgerock.util.encode.Base64url
Decodes the given Base64url encoded string into a String.
decodeXMLToDebugLog(String, Element) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
If enabled, decodes the provided XML element and prints it out to the decryption debug log.
decompress(byte[]) - Method in interface org.forgerock.json.jose.jwe.handlers.compression.CompressionHandler
Applies the compression algorithm to decompress the given array of bytes.
decompress(byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.compression.DeflateCompressionHandler
Applies the compression algorithm to decompress the given array of bytes.
decompress(byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.compression.NOPCompressionHandler
Simply returns the same byte array as it is given.
decompress(CompressionAlgorithm, String) - Method in class org.forgerock.json.jose.jwe.CompressionManager
Convenience method equivalent to getCompressionHandler(compressionAlgorithm).decompress(Base64url.decode(data)).
decorateContext(Context) - Method in interface org.forgerock.services.routing.RouteMatch
Decorates the given context with any routing information for the route.
decrypt(byte[]) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsKey
Decrypts the given ciphertext using this key.
decrypt(String) - Static method in class com.iplanet.am.util.AMPasswordUtil
Decrypts the encrypted password.
decrypt(String, Key, byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
Deprecated.
Decrypts the given ciphertext using the private key and with the same encryption algorithm that was used in the encryption.
decrypt(String, Key, byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
Deprecated.
Decrypts the given ciphertext using the private key and initialisation vector with the same encryption algorithm that was used in the encryption.
decrypt(Key) - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
decrypt(Key) - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
decrypt(Set<PrivateKey>) - Method in interface com.sun.identity.saml2.assertion.EncryptedAssertion
Decrypt the encrypted assertion.
decrypt(Set<PrivateKey>) - Method in interface com.sun.identity.saml2.assertion.EncryptedAttribute
Returns an instance of Attribute object.
decrypt(Set<PrivateKey>) - Method in interface com.sun.identity.saml2.assertion.EncryptedID
Decrypts the encrypted ID.
decrypt(Set<PrivateKey>) - Method in interface com.sun.identity.saml2.protocol.NewEncryptedID
Returns an instance of NewID object.
decrypt(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
Deprecated.
decrypt(EncryptedThenSignedJwt) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
decrypt(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
Deprecated.
 
decrypt(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
Deprecated.
 
decrypt(SecretsProvider, Purpose<? extends CryptoKey>) - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
Attempts to decrypt the JWT using any available keys for the given Purpose from the given SecretsProvider.
decrypt(SecretsProvider, Purpose<? extends CryptoKey>) - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
 
decrypt(SecretsProvider, Purpose<? extends CryptoKey>) - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Decrypts the inner encrypted JWE so that the payload can be accessed.
DECRYPT - org.forgerock.json.jose.jwk.KeyOperation
Use Key to decrypt content and validate decryption, if applicable.
DECRYPT - org.forgerock.secrets.keys.KeyUsage
Key is intended for decrypting data directly.
DecryptAction - Class in com.sun.identity.security
The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.am.util.AMPasswordUtil to decrypt passwords.
DecryptAction(String) - Constructor for class com.sun.identity.security.DecryptAction
Non default constructor to be used when a doPrivileged() is performed for the decryption operations.
decryptAndVerify(Key, SigningHandler) - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
decryptAndVerify(JwtBuilderFactory, String) - Method in class org.forgerock.jaspi.modules.session.jwt.AuthenticatedEncryptionCryptographyHandler
 
decryptAndVerify(JwtBuilderFactory, String) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
 
decryptAndVerify(JwtBuilderFactory, String) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Decrypts and verifies that the JWT is authentic in a single step.
decryptAndVerify(SecretsProvider, Purpose<? extends CryptoKey>, Purpose<VerificationKey>) - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Decrypts the outer JWT and then verifies the signature on the inner JWT using secrets from the supplied SecretsProvider.
decryptCiphertext(Key, byte[], byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
 
decryptCiphertext(Key, byte[], byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
 
decryptCiphertext(Key, byte[], byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
 
decryptCiphertext(Key, byte[], byte[], byte[], byte[]) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
Decrypts the ciphertext with the Content Encryption Key, using the initialisation vector and additional authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
decryptCiphertext(Key, byte[], byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Decrypts the ciphertext with the Content Encryption Key, using the initialisation vector and additional authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
decryptContentEncryptionKey(Key, byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
 
decryptContentEncryptionKey(Key, byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
 
decryptContentEncryptionKey(Key, byte[]) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
decryptContentEncryptionKey(Key, byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Decrypts the JWE Encrypted Key to produce the Content Encryption Key (CEK).
decryptContentEncryptionKey(Key, byte[], JweHeader) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
 
decryptContentEncryptionKey(Key, byte[], JweHeader) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
Decrypts the Content Encryption Key (CEK) following the appropriate steps defined by the EncryptionHandler JweAlgorithm.
DecryptionKey<T extends CryptoKey> - Interface in org.forgerock.secrets.keys
Marker interface for all key types that can be used for decryption.
decryptionPurpose(Purpose<? extends CryptoKey>) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the Purpose used to retrieve decryption keys from the secrets provider.
decryptRawPayload(Key) - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
decryptRawPayload(SecretsProvider, Purpose<? extends CryptoKey>) - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
Attempts to decrypt the raw payload of the JWT using any keys from the given SecretsProvider that satisfy the supplied Purpose.
decryptWithAssociatedData(byte[], byte[]) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsKey
Decrypts the given ciphertext using this key.
decryptWithAsymmetricKey(String, String, Key) - Static method in class com.sun.identity.security.DataEncryptor
Decrypts the given data with asymmetric key.
decryptWithSymmetricKey(String, String, String) - Static method in class com.sun.identity.security.DataEncryptor
Decrypts the given data with a symmetric key generated using shared secret.
deductCurrentThreadCount() - Method in class com.iplanet.am.util.ThreadPool
 
deepCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
deepCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
deepTransformBy(Function<JsonValue, ?, JsonValueException>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as the result of a deep JsonValue object-traversal, applying the provided transform function to each element.
DEF - org.forgerock.json.jose.jwe.CompressionAlgorithm
A lossless compressed data format that compresses data using a combination of the LZ77 algorithm and Huffman coding.
Default - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema property's default-value, represented as a String.
DEFAULT - org.forgerock.oauth.clients.oauth2.ResponseMode
Defines the default response mode, resulting in no explicit response mode being defined in the authorisation request.
DEFAULT - org.forgerock.util.thread.listener.ShutdownPriority
DEFAULT is the priority pre-defined in the system.
DEFAULT - Static variable in class com.sun.identity.plugin.datastore.DataStoreProviderManager
Default.
DEFAULT - Static variable in interface org.forgerock.opendj.ldap.SchemaResolver
A schema resolver which always returns the current default schema as returned by Schema.getDefaultSchema().
DEFAULT - Static variable in interface org.forgerock.util.generator.IdGenerator
The default implementation of IdGenerator.
DEFAULT_ASSERTION_ID_REQUEST_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_ATTR_QUERY_PROFILE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Query default profile
DEFAULT_ATTR_QUERY_PROFILE_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Query default profile alias
DEFAULT_ATTRIBUTE_AUTHORITY_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_CA_ALIAS - Static variable in class org.forgerock.opendj.security.DeploymentId
The default alias for a deployment-id-generated CA certificate.
DEFAULT_CA_CERT_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The default root CA certificate validity duration.
DEFAULT_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
No additional styles (default).
DEFAULT_ENCODING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_IDM_IDENTITY_RESOURCE - Static variable in class org.forgerock.openam.auth.node.api.TreeContext
The default IDM identity resource.
DEFAULT_IDP_ACCOUNT_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_IDP_ADAPTER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default IDP Adapter class
DEFAULT_IDP_ATTRIBUTE_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_IDP_AUTHNCONTEXT_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_IDP_ECP_SESSION_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_IDP_PROXY_FINDER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default class name of IDP Proxy finder
DEFAULT_LENGTH - Static variable in class org.forgerock.openam.utils.RecoveryCodeGenerator
Default length of generated codes.
DEFAULT_MASTER_KEY_PAIR_ALIAS - Static variable in class org.forgerock.opendj.security.DeploymentId
The default alias for the master key pair.
DEFAULT_MATCHING_RULE_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the OID of the default matching rule which will be used when parsing unrecognized attributes.
DEFAULT_PATH - Static variable in class org.forgerock.secrets.vault.VaultDatabaseCredentialsSecretStore
The default path at which this secret engine is mounted by Vault.
DEFAULT_PATH - Static variable in class org.forgerock.secrets.vault.VaultKeyValueSecretStore
The default path at which this secret engine is mounted by Vault.
DEFAULT_PATH - Static variable in class org.forgerock.secrets.vault.VaultPkiSecretStore
The default path at which this secret engine is mounted by Vault.
DEFAULT_PATH - Static variable in class org.forgerock.secrets.vault.VaultTransitSecretStore
The default path at which this secret engine is mounted by Vault.
DEFAULT_PREFIX_FAULT_CODE_VALUE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Fault Code Prefix.
DEFAULT_PROVIDER_ATTR - Static variable in class com.sun.identity.plugin.datastore.DataStoreProviderManager
Attribute name for default provider.
DEFAULT_PROXY_IDP_FINDER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default IDP Proxy Finder JSP
DEFAULT_RELAY_STATE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute to be configure in SPSSOConfig for default relay state url.
DEFAULT_RETRIES - Static variable in class org.forgerock.openam.utils.RecoveryCodeGenerator
Default number of retries to use before resulting in error.
DEFAULT_SERVER_PORT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default Value for the SAML2 Server Port
DEFAULT_SOAP_ACTOR - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Default SOAP Actor Value.
DEFAULT_SP_ACCOUNT_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DEFAULT_SP_ATTRIBUTE_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default SP attribute mapper class name
DEFAULT_SP_AUTHCONTEXT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default value for Service provider AuthnContext mapper value.
DEFAULT_SSL_CERT_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The default SSL certificate validity duration.
DEFAULT_SSL_KEY_PAIR_ALIAS - Static variable in class org.forgerock.opendj.security.DeploymentId
The default alias for a deployment-id-generated SSL key-pair.
DEFAULT_SYNTAX_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the OID of the default syntax which will be used when parsing unrecognized attributes.
DEFAULT_TMP_FILE_LIMIT - Static variable in class org.forgerock.http.io.IO
1 GiB.
DEFAULT_TMP_INIT_LENGTH - Static variable in class org.forgerock.http.io.IO
8 KiB.
DEFAULT_TMP_MEMORY_LIMIT - Static variable in class org.forgerock.http.io.IO
64 KiB.
defaultAttributeValues() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
Default attribute values for the identity that will be created upon registration.
defaultingPropertyResolver() - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Returns an empty resolver that always return the default value.
DefaultingPurpose<S extends Secret> - Class in org.forgerock.openam.secrets
A purpose that can fallback to a default secret ID if the first - more specific - secret ID could not be found in the secrets provider.
DefaultingPurpose(Purpose<S>, String) - Constructor for class org.forgerock.openam.secrets.DefaultingPurpose
Creates a new defaulting purpose.
defaultOptions() - Static method in class org.forgerock.util.Options
Returns a new set of options with default settings.
defaultPolicy() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy with default settings.
DefaultSessionPropertyUpgrader - Class in org.forgerock.openam.authentication.service
Default implementation for SessionPropertyUpgrader This class basically just lets the session upgrade to copy every single property into the new session.
DefaultSessionPropertyUpgrader() - Constructor for class org.forgerock.openam.authentication.service.DefaultSessionPropertyUpgrader
 
defaultTo(Object) - Method in class org.forgerock.json.JsonValue
Defaults the JSON value to the specified value if it is currently null.
defaultValue() - Method in annotation type org.forgerock.api.annotations.Parameter
The default value, if applicable.
defaultValue(String) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter default value.
DefaultValues - Class in com.sun.identity.sm
The abstract class DefaultValues provides a mechanism for services to obtain their default values dynamically instead of being statically defined in the service XML file stored in the directory.
DefaultValues() - Constructor for class com.sun.identity.sm.DefaultValues
 
DefaultVersionBehaviour - Enum in org.forgerock.http.routing
The default routing behaviour to use when no Accept-API-Version is set on the request.
definitions() - Static method in class org.forgerock.api.models.Definitions
Create a new Builder for Definitions.
definitions(Definitions) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the definitions.
Definitions - Class in org.forgerock.api.models
Class that represents API descriptor Schema definitions.
Definitions.Builder - Class in org.forgerock.api.models
Builder to help construct the Definitions.
DeflateCompressionHandler - Class in org.forgerock.json.jose.jwe.handlers.compression
An implementation of the CompressionHandler for DEFLATE Compressed Data Format Specification.
DeflateCompressionHandler() - Constructor for class org.forgerock.json.jose.jwe.handlers.compression.DeflateCompressionHandler
 
DelegatingRouteMatcher<R> - Class in org.forgerock.services.routing
A route matcher that delegates to a provided route matcher.
DelegatingRouteMatcher(RouteMatcher<R>) - Constructor for class org.forgerock.services.routing.DelegatingRouteMatcher
Create a new route matcher, delegating to the provided delegate.
delete() - Static method in class org.forgerock.api.models.Delete
Creates a new builder for Delete.
delete(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Deletes an identity.
delete(String) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Delete the Token from the store synchronously based on its id.
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry from the Directory Server.
delete(String) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry from the Directory Server.
delete(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new DELETE modification.
delete(String, TokenType, long) - Method in interface org.forgerock.am.cts.reaper.TokenDeletionStrategy
Delete the token from the CTS persistence store.
delete(String, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Performs a delete against the Token ID provided.
delete(String, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Delete the Token from the store synchronously based on its id.
delete(String, Options) - Method in interface org.forgerock.am.cts.queue.TaskDispatcher
The Token ID, for a specific revision of the token, to delete from the persistent store.
delete(Token) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Delete the Token from the store synchronously.
delete(Delete) - Method in class org.forgerock.api.models.Items.Builder
Set Delete.
delete(Delete) - Method in class org.forgerock.api.models.Resource.Builder
Set Delete.
delete(Dn) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry from the Directory Server.
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes an entry from the Directory Server using the provided delete request.
delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes an entry from the Directory Server using the provided delete request.
delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Deletes an entry from the Directory Server using the provided delete request.
delete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
delete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Deletes a JSON resource.
delete(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.Connection
Deletes a JSON resource.
Delete - Class in org.forgerock.api.models
Class that represents the Delete operation type in API descriptor.
Delete - Annotation Type in org.forgerock.api.annotations
Indicates an CREST delete method on an annotated POJO.
DELETE - org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
 
DELETE - org.forgerock.am.cts.continuous.ChangeType
An existing token was deleted.
DELETE - org.forgerock.json.resource.RequestType
A delete request.
DELETE - org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Delete operation triggered the entry change notification.
DELETE - org.forgerock.opendj.ldap.messages.Request.RequestType
 
DELETE - org.forgerock.opendj.ldap.ModificationType.Enum
 
DELETE - Static variable in class com.sun.identity.idm.IdOperation
The DELETE operation is supported only for the plugins configured for creating identities.
DELETE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Delete the values listed in the modification from the attribute.
DELETE_ACCESS_DENIED - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log deletion privilege is denied.
DELETE_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log deletion error.
Delete.Builder - Class in org.forgerock.api.models
Builder for the Delete.
deleteAsync(String) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Delete the Token from the store asynchronously based on its id.
deleteAsync(String, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Delete the Token from the store asynchronously based on its id.
deleteAsync(Token) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Deletes the Token from the store asynchronously.
deleteAsync(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
deleteAsync(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(Context, DeleteRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously deletes a JSON resource.
deleteAsync(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously deletes a JSON resource.
deleteConfiguration(String, String, Set) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Deletes Configuration.
DELETED - Static variable in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Delete configuration.
DeleteFailedException - Exception in org.forgerock.am.cts.exceptions
Represents a failure to delete a Token from the Core Token Service.
DeleteFailedException(String) - Constructor for exception org.forgerock.am.cts.exceptions.DeleteFailedException
 
DeleteFailedException(String, Throwable) - Constructor for exception org.forgerock.am.cts.exceptions.DeleteFailedException
 
DeleteFailedException(Throwable, String) - Constructor for exception org.forgerock.am.cts.exceptions.DeleteFailedException
 
deleteIdentities(IdType, Set) - Method in class com.sun.identity.idm.AMIdentityRepository
 
deleteIdentities(Set<AMIdentity>) - Method in class com.sun.identity.idm.AMIdentityRepository
 
deleteInstance(Context, String, DeleteRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Removes a resource instance from the collection.
deleteInstance(Context, String, DeleteRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Removes a resource instance from the collection.
deleteLabeledUri(String) - Method in class com.sun.identity.sm.ServiceConfig
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
deleteOnQueryAsync(TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs an asynchronous query against the persistent store using the provided TokenFilter and then deletes the matching tokens from the store.
deleteOnQueryAsync(TokenFilter, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs an asynchronous query against the persistent store using the provided TokenFilter and then deletes the matching tokens from the store.
deleteOrganizationConfig(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the organization configuration data for the given organization.
DeleteRequest - Interface in org.forgerock.json.resource
A request to delete a JSON resource.
DeleteRequest - Interface in org.forgerock.opendj.ldap.messages
The Delete operation allows a client to request the removal of an entry from the Directory.
deleteSessionJwtCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Provides a way to delete the Jwt Session Cookie, by setting a new cookie with the same name, null value and max age 0.
deleteSubOrganization(String, boolean) - Method in class com.sun.identity.sm.OrganizationConfigManager
Deletes the given sub-organization.
deleteSubtree(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
deleteSubtree(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry and all of its subordinates from the Directory Server.
deleteSubtree(String) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry and all of its subordinates from the Directory Server.
DELIMITER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DENY - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
The specified action is denied.
DENY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Deny
DeploymentId - Class in org.forgerock.opendj.security
A deployment ID, together with its password, facilitates the generation of the cryptographic keys required to protect a deployment, such as a root CA key-pair for SSL/TLS and a master key-pair for protecting symmetric keys used for data encryption.
DeploymentId.DeploymentIdParameters - Class in org.forgerock.opendj.security
The deployment ID information to be displayed by the deployment ID tool.
DeploymentIdParameters(String) - Constructor for class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Extracts the parameters of the given deployment ID.
DEPRECATED - org.forgerock.api.enums.Stability
Deprecated API, that should not be used and may be removed in the future.
DereferenceAliasesPolicy - Enum in org.forgerock.opendj.ldap
A Search operation alias dereferencing policy as defined in RFC 4511 section 4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512) are to be dereferenced during stages of a Search operation.
dereferenceRestrictedTokenID(SSOToken, String) - Method in interface com.iplanet.sso.SSOToken
Given a restricted token, returns the SSOTokenID of the master token can only be used if the requester is an app token.
deregisterChangeListener(ServiceDiscoveryChangeListener) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
De-registers a listener from notifications on service changes.
DERIVE_BITS - org.forgerock.json.jose.jwk.KeyOperation
Use Key to derive bits not to be used as a key.
DERIVE_KEY - org.forgerock.json.jose.jwk.KeyOperation
Use Key to derive key.
DerUtils - Class in org.forgerock.json.jose.utils
Utility methods for reading and writing DER-encoded values.
descendingOrder(String) - Static method in class org.forgerock.json.resource.SortKey
Creates a new descending-order sort key for the provided JSON field.
descendingOrder(JsonPointer) - Static method in class org.forgerock.json.resource.SortKey
Creates a new descending-order sort key for the provided JSON field.
Describable<D,​R> - Interface in org.forgerock.services.descriptor
A routing component (a CHF Handler or CREST RequestHandler) can describe its API by implementing this interface.
Describable.Listener - Interface in org.forgerock.services.descriptor
Interface for listener instances.
DescribableHandler - Interface in org.forgerock.http.handler
A handler that both handles Requests, and also supports querying for API Descriptors.
describedHttpApplication(Handler, Factory<Buffer>, ApiProducer<Swagger>) - Static method in class org.forgerock.http.Applications
Create a simple DescribedHttpApplication that just returns the provided arguments from the appropriate methods.
DescribedHttpApplication - Interface in org.forgerock.http
An HttpApplication that produces OpenAPI API Descriptors.
DescribedSyncRequestHandlerAdapter - Class in org.forgerock.json.resource
Version of SynchronousRequestHandlerAdapter that exposes a described handler.
description() - Method in annotation type org.forgerock.api.annotations.ApiError
A description of the error condition, and what may have caused it.
description() - Method in annotation type org.forgerock.api.annotations.Handler
Service description, for documentation purposes.
description() - Method in annotation type org.forgerock.api.annotations.Operation
A description of the operation.
description() - Method in annotation type org.forgerock.api.annotations.Parameter
A description of the parameter.
description(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
Sets the description.
description(String) - Method in class org.forgerock.api.models.ApiError.Builder
Set the error description.
description(String) - Method in class org.forgerock.api.models.Operation.Builder
Set the description.
description(String) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter description.
description(String) - Method in class org.forgerock.api.models.Resource.Builder
Set the description.
description(String) - Method in class org.forgerock.api.transform.LocalizableOperation
 
description(String) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
description(String) - Method in class org.forgerock.api.transform.LocalizableTag
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
description(LocalizableString) - Method in class org.forgerock.api.models.ApiDescription.Builder
Sets the description.
description(LocalizableString) - Method in class org.forgerock.api.models.ApiError.Builder
Set the error description.
description(LocalizableString) - Method in class org.forgerock.api.models.Operation.Builder
Set the description.
description(LocalizableString) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter description.
description(LocalizableString) - Method in class org.forgerock.api.models.Resource.Builder
Set the description.
description(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableOperation
 
description(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
description(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableTag
 
Description - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema property's description.
DESCRIPTION - Static variable in class org.forgerock.openam.auth.node.api.Action
Key for the description return property.
descriptionKey() - Method in annotation type org.forgerock.openam.annotations.sm.Config
The key for the service description in the i18n bundle.
descriptionKey() - Method in annotation type org.forgerock.openam.annotations.sm.IdRepoConfig
The key for the Identity Repository description in the i18n bundle.
descriptionKey() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
The key for the service description in the i18n bundle - defaults to [sub-configuration name].description.
deserialise(String, Class<T>) - Method in interface org.forgerock.am.cts.utils.JSONSerialisation
Deserialise JSON to an object of type T.
deserialize(String) - Static method in class org.forgerock.macaroons.Macaroon
Deserializes a macaroon from the default format.
deserialize(String) - Method in interface org.forgerock.macaroons.SerializationFormat
Reads a macaroon from a string.
deserialize(SerializationFormat, String) - Static method in class org.forgerock.macaroons.Macaroon
Deserializes a macaroon from the given format.
DESTINATION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Destination
destroy() - Method in class com.sun.identity.shared.stats.Stats
Destroys the stats object, closes the stats file and releases any system resources.
destroy() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Destroys the credentials contained within this bind request.
destroy() - Method in class org.forgerock.secrets.GenericSecret
 
destroyModuleState() - Method in class com.sun.identity.authentication.spi.AMLoginModule
This method should be overridden by each login module to destroy dispensable state fields.
destroyToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys a single sign on token.
destroyToken(SSOToken, SSOToken) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
Destroys a single sign on token.
destroyToken(SSOToken, SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys a single sign on token.
details() - Method in annotation type org.forgerock.api.annotations.CollectionProvider
The details of the handler.
detailSchema() - Method in annotation type org.forgerock.api.annotations.ApiError
The schema for the error detail, if relevant.
detailsFromAnnotation(Operation, ApiDescription, Class<?>) - Method in class org.forgerock.api.models.Operation.Builder
Set all properties in the Builder using the data in the annotation.
DEVELOPMENT_VERSION - Static variable in interface org.forgerock.openam.plugins.PluginTools
 
DEVICE_CODE - org.forgerock.oauth2.core.GrantType
Device Code Flow.
diff(JsonValue) - Method in class org.forgerock.json.JsonValue
Performs a deep comparison of this JSON vlaue with another JSON value, and produces a JSON Patch value, which contains the operations necessary to modify the current value to arrive at the target value.
diff(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Compares two JSON values, and produces a JSON Patch value, which contains the operations necessary to modify the original value to arrive at the target value.
diff(EntryReader, EntryReader) - Static method in class org.forgerock.opendj.ldif.Ldif
Compares the content of source to the content of target and returns the differences in a change record reader.
diff(EntryReader, EntryReader, Options) - Static method in class org.forgerock.opendj.ldif.Ldif
Compares the content of source to the content of target and returns the differences in a change record reader.
DIFF_STRATEGY - Static variable in class org.forgerock.opendj.ldap.Entries
Defines the strategy to use to compute changes.
diffEntries(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
diffEntries(Entry, Entry, Options) - Static method in class org.forgerock.opendj.ldap.Entries
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
DIGEST_ALGORITHM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DIGITAL_SIGNATURE - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify digital signatures other than signatures on certificates and certificate revocation lists.
DIRECT - org.forgerock.json.jose.jwe.JweAlgorithm
Direct encryption with a shared symmetric key.
DIRECT - org.forgerock.json.jose.jwe.JweAlgorithmType
Direct symmetric encryption.
DirectEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Supports direct encryption using a shared symmetric key.
DirectEncryptionHandler(EncryptionMethod) - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
Constructs the direct encryption handler for the given content encryption method.
directive(String, String) - Static method in class org.forgerock.http.header.Directive
Return a Directive based on the name and value, if value was quoted then this is also captured.
Directive - Class in org.forgerock.http.header
Represents the name/value pair of a HTTP header directives.
DIRECTORY_OPERATION - org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for standard operational attributes.
DirectoryWatcher - Class in org.forgerock.util
High-level interface to the WatchService API for detecting filesystem change events.
DirectoryWatcher(ScheduledExecutorService, WatchEvent.Modifier...) - Constructor for class org.forgerock.util.DirectoryWatcher
Initializes the directory watcher.
DirectoryWatcher.ChangeListener - Class in org.forgerock.util
A change listener for a single directory that can be used to register notification callbacks and to cancel observing this directory.
disableCaching() - Static method in class org.forgerock.json.resource.ResponseCacheControl
Indicates that clients and proxies should never cache the response under any circumstances.
DISABLED - org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
If this policy is selected it means that no client authentication is desired.
disconnect() - Method in interface org.forgerock.opendj.ldap.LdapSession
Disconnects the client without sending a disconnect notification.
disconnect(ResultCode, CharSequence) - Method in interface org.forgerock.opendj.ldap.LdapSession
Disconnects the client and sends a disconnect notification, containing the provided result code and diagnostic message.
DISCONNECTED_OPERATION - Static variable in class org.forgerock.http.header.WarningHeader
112 Disconnected operation SHOULD be included if the cache is intentionally disconnected from the rest of the network for a period of time.
DISCONNECTED_OPERATION - Static variable in class org.forgerock.json.resource.AdviceWarning
112 Disconnected operation SHOULD be included if the cache is intentionally disconnected from the rest of the network for a period of time.
displayName - Variable in class org.forgerock.openam.auth.node.api.OutcomeProvider.Outcome
 
dispose() - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
Disposes the SASL client/server, but does not close the underlying socket.
DISTRIBUTED_OPERATION - org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for non-standard operational attributes shared among multiple DSAs.
distrustAll() - Static method in class org.forgerock.opendj.security.TrustManagers
Returns an X509TrustManager which does not trust any certificates.
DitContentRule - Class in org.forgerock.opendj.ldap.schema
This class defines a DIT content rule, which defines the set of allowed, required, and prohibited attributes for entries with a given structural objectclass, and also indicates which auxiliary classes may be included in the entry.
DitContentRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing DIT content rule.
DitStructureRule - Class in org.forgerock.opendj.ldap.schema
This class defines a DIT structure rule, which is used to indicate the types of children that entries may have.
DitStructureRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing DIT structure rules.
Dn - Class in org.forgerock.opendj.ldap
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the concatenation of its relative distinguished name (RDN) and its immediate superior's DN.
DN - com.sun.identity.sm.AttributeSchema.Syntax
The DN attribute syntax specifies that the attribute should be an LDAP distinguished name (DN).
dnEquals(String, String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Determines if the DN's are equal.
dnOfRequest(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns the DN of the entry targeted by the provided request, or null if the target entry cannot be determined.
DNS_NAME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in an IPCondition to define the DNS name values for which a policy applies.
DNValidator - Class in com.sun.identity.sm.validators
 
DNValidator() - Constructor for class com.sun.identity.sm.validators.DNValidator
 
DO_NOT_REMOVE_SAML2_IDPSESSION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DOC_TITLE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
documentTitle(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a document title.
doFedletSLO(HttpServletRequest, HttpServletResponse, LogoutRequest, String, String, List, String, String) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Invokes after Fedlet receives SLO request from IDP.
DOMAIN - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The Domain field.
DOMAIN - Static variable in class com.sun.identity.sm.SchemaType
The DOMAIN schema type defines attributes for a domain
DomainValidator - Class in com.sun.identity.sm.validators
Validates domain
DomainValidator() - Constructor for class com.sun.identity.sm.validators.DomainValidator
 
done() - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Marks the end to the building of the JWT header.
doNotCache - Variable in class com.sun.identity.saml.assertion.Conditions
 
DoNotCacheCondition - Class in com.sun.identity.saml.assertion
This is an implementation of the abstract Condition class, which specifes that the assertion this DoNotCacheCondition is part of, is the new element in SAML 1.1, that allows an assertion party to express that an assertion should not be cached by the relying party for future use.
DoNotCacheCondition() - Constructor for class com.sun.identity.saml.assertion.DoNotCacheCondition
Constructs a new DoNotCacheCondition.
DoNotCacheCondition(Element) - Constructor for class com.sun.identity.saml.assertion.DoNotCacheCondition
Constructs a DoNotCacheCondition element from an existing XML block.
doVerifierAction(String, boolean) - Method in interface com.sun.identity.log.spi.IVerifierOutput
Deprecated.
Returns true if an action is successfully done based on result of a verification process.
DriverLoadException - Exception in com.iplanet.log
Deprecated.
DriverLoadException() - Constructor for exception com.iplanet.log.DriverLoadException
Deprecated.
Constructs a DriverLoadException instance.
DriverLoadException(String) - Constructor for exception com.iplanet.log.DriverLoadException
Deprecated.
Constructs a DriverLoadException instance.
DropwizardMetricsCollectionResourceProvider - Class in org.forgerock.monitoring
A CREST CollectionResourceProvider that adds queryFilter, field filtering, sorting abilities, and paging to the dropwizard json metrics data.
DropwizardMetricsCollectionResourceProvider(Supplier<MeterRegistry>) - Constructor for class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
Constructs the resource provider for the passed in Dropwizard metric set supplier.
DropwizardMetricsCollectionResourceProvider(MeterRegistry) - Constructor for class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
Constructs the resource provider for the passed in Dropwizard metric set.
DSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
DSA_OPERATION - org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for non-standard operational attributes used by a single DSA.
DSEvent - Class in com.iplanet.services.ldap.event
 
DUAL_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant value for entity acting as both SP and IDP role.
DUPLICATE_MSG - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
DuplicateDescriptionException - Exception in org.forgerock.api
An exception that is used when trying to merge multiple descriptors but a duplicate is detected.
DuplicateDescriptionException(Version) - Constructor for exception org.forgerock.api.DuplicateDescriptionException
Construct a new exception for the given version with an unknown path.
DuplicateDescriptionException(Version, String) - Constructor for exception org.forgerock.api.DuplicateDescriptionException
Construct a new exception for the given path and version.
DuplicateDescriptionException(Version, String, Throwable) - Constructor for exception org.forgerock.api.DuplicateDescriptionException
Construct a new exception for the given path and version.
duration() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a Duration.
duration(long, TimeUnit) - Static method in class org.forgerock.util.time.Duration
Provides a Duration, given a number and time unit.
duration(String) - Static method in class org.forgerock.util.time.Duration
Provides a Duration that represents the given duration expressed in english.
Duration - Class in org.forgerock.util.time
Represents a duration in english.
Duration(Long, TimeUnit) - Constructor for class org.forgerock.util.time.Duration
Deprecated.
Dynamic - Annotation Type in org.forgerock.am.config
Marks an attribute as being dynamic.
DYNAMIC - Static variable in class com.sun.identity.sm.SchemaType
The DYNAMIC schema type defines

E

E_ACCESS_DENIED - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The resource owner or authorization server denied the request.
E_INSUFFICIENT_SCOPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The request requires higher privileges than provided by the access token.
E_INVALID_CLIENT - Static variable in class org.forgerock.http.oauth2.OAuth2Error
Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).
E_INVALID_GRANT - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
E_INVALID_REQUEST - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The request is missing a required parameter, includes an unsupported parameter value (other than grant type), repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.
E_INVALID_SCOPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.
E_INVALID_TOKEN - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The access token provided is expired, revoked, malformed, or invalid for other reasons.
E_SERVER_ERROR - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The authorization server encountered an unexpected condition that prevented it from fulfilling the request.
E_TEMPORARILY_UNAVAILABLE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
E_UNAUTHORIZED_CLIENT - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The authenticated client is not authorized to use this authorization grant type.
E_UNSUPPORTED_GRANT_TYPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The authorization grant type is not supported by the authorization server.
E_UNSUPPORTED_RESPONSE_TYPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The authorization server does not support obtaining an authorization code using this method.
EC - org.forgerock.json.jose.jwk.KeyType
Elliptical Curve Key.
ECDH_ES - org.forgerock.json.jose.jwe.JweAlgorithm
Elliptic Curve Diffie-Hellman (ECDH) key agreement, directly using the derived key for encryption.
ECDH_ES - org.forgerock.json.jose.jwe.JweAlgorithmType
Elliptic Curve Diffie-Hellman (ECDH) key agreement in Ephemeral-Static (ES) configuration.
ECDH_ES_A128KW - org.forgerock.json.jose.jwe.JweAlgorithm
Elliptic Curve Diffie-Hellman (ECDH) key agreement using the derived key for 128-bit AES Key Wrapping.
ECDH_ES_A192KW - org.forgerock.json.jose.jwe.JweAlgorithm
Elliptic Curve Diffie-Hellman (ECDH) key agreement using the derived key for 192-bit AES Key Wrapping.
ECDH_ES_A256KW - org.forgerock.json.jose.jwe.JweAlgorithm
Elliptic Curve Diffie-Hellman (ECDH) key agreement using the derived key for 256-bit AES Key Wrapping.
ECDHEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Implements Elliptic Curve Diffie-Hellman (ECDH) key agreement in ephemeral-static (ECDH-ES) mode.
ECDSA - org.forgerock.json.jose.jws.JwsAlgorithmType
Elliptic Curve DSA signing algorithm.
EcdsaP256Sha256Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.EcdsaP256Sha256Signature
ECDSA with SHA-256.
EcdsaP384Sha384Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.EcdsaP384Sha384Signature
ECDSA with SHA-384.
EcdsaP521Sha512Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.EcdsaP521Sha512Signature
ECDSA with SHA-512.
ECDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Deprecated.
ECDSASigningHandler(ECPrivateKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Deprecated.
Constructs the ECDSA signing handler for signing only.
ECDSASigningHandler(ECPublicKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Deprecated.
Constructs the ECDSA signing handler for verification only.
ECDSASigningHandler(PrivateKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Deprecated.
Constructs the ECDSA signing handler for signing only.
EcJWK - Class in org.forgerock.json.jose.jwk
This class implements an Elliptical Curve Json Web Key storage and manipulation class.
EcJWK(String, String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK(String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK(ECPublicKey, String, String) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK(ECPublicKey, ECPrivateKey, String, String) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK.Builder - Class in org.forgerock.json.jose.jwk
EC JWK builder.
ECP_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare ECP namespace.
ECP_END_TAG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for ECP end tag
ECP_NAMESPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
ECP namespace URI.
ECP_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare ECP namespace prefix.
ECP_RELAY_STATE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ECP_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ECP_REQUEST_IDP_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP Entity Config attribute name.
ECP_REQUEST_IDP_LIST_FINDER_IMPL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP Entity Config attribute name.
ECP_REQUEST_IDP_LIST_GET_COMPLETE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP Entity Config attribute name.
ECP_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ECPFactory - Class in com.sun.identity.saml2.ecp
This is the factory class to obtain object instances for concrete elements in the ecp schema.
ECPRelayState - Interface in com.sun.identity.saml2.ecp
The ECPRelayState interface defines methods for properties required by an ECP RelayState.
ECPRequest - Interface in com.sun.identity.saml2.ecp
The ECPRequest interface defines methods for properties required by an ECP request.
ECPResponse - Interface in com.sun.identity.saml2.ecp
The ECPResponse interface defines methods for properties required by an ECP response.
ED25519 - org.forgerock.json.jose.jws.SupportedEllipticCurve
The Ed25519 curve used for EdDSA signatures.
Ed25519Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.Ed25519Signature
Ed25519.
ED448 - org.forgerock.json.jose.jws.SupportedEllipticCurve
The Ed448 curve used for EdDSA signatures.
EDDSA - org.forgerock.json.jose.jws.JwsAlgorithm
Edwards Curve DSA (EdDSA), as defined in RFC 8037.
EDDSA - org.forgerock.json.jose.jws.JwsAlgorithmType
Edwards Curve DSA signing algorithm.
EdDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Deprecated.
EDIT - Static variable in class com.sun.identity.idm.IdOperation
The EDIT operation is supported only for the plugins configured for modifying and deleting attributes from the supported identities.
EFFECT_TYPE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for EffectType
ELEMENT_READ_STATE_NEED_ADDITIONAL_LENGTH_BYTES - Static variable in class org.forgerock.opendj.io.Asn1
The ASN.1 element decoding state that indicates that the next byte read should be additional bytes of a multi-byte length.
ELEMENT_READ_STATE_NEED_FIRST_LENGTH_BYTE - Static variable in class org.forgerock.opendj.io.Asn1
The ASN.1 element decoding state that indicates that the next byte read should be the first byte for the element length.
ELEMENT_READ_STATE_NEED_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The ASN.1 element decoding state that indicates that the next byte read should be the BER type for a new element.
ELEMENT_READ_STATE_NEED_VALUE_BYTES - Static variable in class org.forgerock.opendj.io.Asn1
The ASN.1 element decoding state that indicates that the next byte read should be applied to the value of the element.
elementAvailable() - Method in class org.forgerock.opendj.io.Asn1Reader
Indicates whether the next element can be read without blocking.
elementSet() - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Returns the set of distinct elements contained in this multiset.
EllipticCurveJwk - Interface in org.forgerock.json.jose.jwk
Encapsulates common functionality for JWKs that represent elliptic curve keys: EcJWK and OkpJWK.
ellipticCurveKeyParameters(ECParameterSpec) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key is an elliptic curve key with the given parameters.
EMAIL - com.sun.identity.sm.AttributeSchema.Syntax
The EMAIL attribute syntax specifies that the attribute is a email address.
EMAIL_ADDRESS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Email Address Name Identifier
EMAIL_ADDRESS - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The user's email address.
EMAIL_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The email address field.
EMAIL_PROTECTION - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Email protection.
EmailUsernameConfig - Class in org.forgerock.selfservice.stages.user
Configuration for the email based user name retrieval stage.
EmailUsernameConfig() - Constructor for class org.forgerock.selfservice.stages.user.EmailUsernameConfig
 
EmailUsernameStage - Class in org.forgerock.selfservice.stages.user
Stage is responsible for retrieving the user name.
EmailUsernameStage(ConnectionFactory, ExecutorService) - Constructor for class org.forgerock.selfservice.stages.user.EmailUsernameStage
Constructs a new stage.
EmailVerificationWhitelist - Interface in org.forgerock.selfservice.stages.email
Simple whitelisting interface to enforce one-time use for email verification codes.
EMPHASIS_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Italic text.
empty() - Static method in class org.forgerock.json.resource.ResourcePath
Returns the empty resource path whose string representation is the empty string and which has zero path elements.
empty() - Static method in class org.forgerock.opendj.ldap.ByteString
Returns an empty byte string.
empty() - Static method in class org.forgerock.util.Pair
Returns an empty Pair matching the required types.
EMPTY - Static variable in class org.forgerock.i18n.LocalizableMessage
Represents an empty message string.
EMPTY - Static variable in class org.forgerock.util.Pair
An empty Pair.
EMPTY_PRIVILEGE_NAME - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
EMPTY_RESOURCE_NAME - Static variable in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Constant used to identity empty resource
EMPTY_SCRIPT_SELECTION - Static variable in class com.sun.identity.sm.ChoiceValues
Constant key string for the "Please select from the list" value populated in the combo box on the UI amongst the available valid choices
emptyAction() - Static method in class org.forgerock.opendj.ldap.Functions
Returns an empty action for RxJava and ForgeRock.
emptyAssertion() - Static method in class org.forgerock.am.cts.api.ETag
An ETag which does not contain an assertion.
emptyAttribute(String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
emptyAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
emptyConsumer() - Static method in class org.forgerock.opendj.ldap.Functions
Returns an empty consumer for RxJava, JDK and ForgeRock.
emptyDn() - Static method in class org.forgerock.opendj.ldap.Dn
Returns the empty DN.
emptyJson() - Static method in class org.forgerock.selfservice.core.ServiceUtils
Relieves an empty json object.
EmptySubscription - Enum in com.forgerock.rxjava3.intern.subscriptions
An empty subscription that does nothing other than validates the request amount.
ENABLE_IDP_PROXY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Enable IDP Proxy
ENABLE_PROXY_IDP_FINDER_FOR_ALL_SPS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Flag to indicate if the IdP must enable the IdP Finder This is the name of the attribute flag in the IDP Extended metadata
ENABLE_REVOCATION_CHECKING - Static variable in class org.forgerock.secrets.SecretsTrustManager
Whether the trust manager should perform recovation checking or not.
enabledCipherSuites() - Method in class org.forgerock.opendj.security.SslOptions
Returns the names of the cipher suites which are currently enabled for secure connections with the Directory Server.
enabledCipherSuites(String...) - Method in class org.forgerock.opendj.security.SslOptions
Adds the cipher suites enabled for secure connections with the Directory Server.
enabledCipherSuites(Collection<String>) - Method in class org.forgerock.opendj.security.SslOptions
Adds the cipher suites enabled for secure connections with the Directory Server.
enabledProtocols() - Method in class org.forgerock.opendj.security.SslOptions
Returns the names of the protocol versions which are currently enabled for secure connections with the Directory Server.
enabledProtocols(String...) - Method in class org.forgerock.opendj.security.SslOptions
Adds the protocol versions enabled for secure connections with the Directory Server.
enabledProtocols(Collection<String>) - Method in class org.forgerock.opendj.security.SslOptions
Adds the protocol versions enabled for secure connections with the Directory Server.
enableVirtualAttributes(boolean) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Indicates whether search responses should include the hasSubordinates and numSubordinates virtual attributes if requested.
enc(EncryptionMethod) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Sets the Encryption Method header parameter for this JWE.
ENC - org.forgerock.json.jose.jwe.JweHeaderKey
Encryption Method header parameter.
ENC - Static variable in class org.forgerock.json.jose.jwk.KeyUseConstants
Use Key as a encryption key.
ENC_PROVIDER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ENCIPHER_ONLY - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Indicates that the key may be used only for enciphering data while performing key agreement.
encode() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Encodes the SSL information into TLV format.
encode(byte[]) - Static method in class org.forgerock.opendj.ldap.Base64
Encodes the provided data as a base64 string.
encode(byte[]) - Static method in class org.forgerock.util.encode.Base64
This method is using Base64.encode(byte[], boolean), and it only exists so we don't break the API.
encode(byte[]) - Static method in class org.forgerock.util.encode.Base64url
Encodes the given byte array into a Base64url encoded String.
encode(byte[]) - Static method in class org.forgerock.util.encode.Hex
Encodes binary data into hexadecimal format.
encode(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encode(String) - Static method in class org.forgerock.util.encode.Base64url
Encodes the given UTF-8 encoded String into a Base64url encoded String.
encode(ByteSequence) - Static method in class org.forgerock.opendj.ldap.Base64
Encodes the provided data as a base64 string.
EncodeAction - Class in com.sun.identity.security
The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.services.util.Crypt to encode passwords.
EncodeAction(byte[]) - Constructor for class com.sun.identity.security.EncodeAction
Non default constructor to be used when a doPrivileged() is performed for the encryption operations.
EncodeAction(byte[], AMEncryption) - Constructor for class com.sun.identity.security.EncodeAction
Non default constructor to be used when a doPrivileged() is performed.
EncodeAction(String) - Constructor for class com.sun.identity.security.EncodeAction
Non default constructor to be used when a doPrivileged() is performed for the encryption operations.
EncodeAction(String, AMEncryption) - Constructor for class com.sun.identity.security.EncodeAction
Non default constructor to be used when a doPrivileged() is performed.
encodeAndEncryptSecret(byte[]) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Encrypt a secret ready to be stored in a file that will be read by a FileSystemSecretStore using the PropertyFormat.ENCRYPTED_BASE64 and PropertyFormat.ENCRYPTED_HMAC_KEY formats.
encodeCoordinate(int, BigInteger) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Base64url encode the unsigned big-endian representation of an elliptical curve point.
encodeEcdsaSignature(byte[]) - Static method in class org.forgerock.json.jose.utils.DerUtils
Minimal DER encoder for the format expected by the SunEC signature provider.
encodeJwtComponent(String) - Static method in class org.forgerock.json.jose.utils.Utils
Encodes the given String, converting the String to UTF-8 bytes.
encodeLowerCase(byte[]) - Static method in class org.forgerock.util.encode.Hex
Encodes binary data into hexadecimal format using lowercase characters for 'a' to 'f'.
encodeToByte(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeUpperCase(byte[]) - Static method in class org.forgerock.util.encode.Hex
Encodes binary data into hexadecimal format using uppercase characters for 'A' to 'F'.
ENCODING - Static variable in class org.forgerock.am.cts.utils.blob.TokenBlobUtils
 
encr - Variable in class com.sun.identity.security.DecodeAction
 
encr - Variable in class com.sun.identity.security.EncodeAction
 
encrypt(byte[]) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretKey
Encrypts the given plaintext with this key.
encrypt(EncryptionConfig, String) - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns an EncryptedAssertion object.
encrypt(EncryptionConfig, String) - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns an EncryptedAttribute object.
encrypt(EncryptionConfig, String) - Method in interface com.sun.identity.saml2.assertion.NameID
Returns an EncryptedID object.
encrypt(EncryptionConfig, String) - Method in interface com.sun.identity.saml2.protocol.NewID
Returns an NewEncryptedID object.
encrypt(String) - Static method in class com.iplanet.am.util.AMPasswordUtil
Encrypts the password.
encrypt(String, Key, byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
Deprecated.
Encrypts the given plaintext using the specified key with the specified encryption algorithm.
encrypt(String, Key, byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
Deprecated.
Encrypts the given plaintext using the specified key and initialisation vector with the specified encryption algorithm.
encrypt(Key) - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Deprecated.
encrypt(EncryptionKey<?>) - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Wraps the signed JWT in an outer encrypted JWE envelope.
ENCRYPT - org.forgerock.json.jose.jwk.KeyOperation
Use Key to encrypt content.
ENCRYPT - org.forgerock.secrets.keys.KeyUsage
Key is intended for encrypting data directly.
EncryptAction - Class in com.sun.identity.security
The class is used to perform privileged operation with AccessController.doPrivileged() when using com.iplanet.am.util.AMPasswordUtil to encrypt passwords.
EncryptAction(String) - Constructor for class com.sun.identity.security.EncryptAction
Non default constructor to be used when a doPrivileged() is performed for encryption operations.
encryptAssertion() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets whether the assertion should be encrypted.
encryptAssertion(boolean) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets whether SAML2Config assertion should be encrypted.
encryptAttributes() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets whether the attributes should be encrypted.
encryptAttributes(boolean) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets whether SAML2Config attributes should be encrypted.
ENCRYPTED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Encrypted Format Name Identifier
ENCRYPTED_ASSERTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ENCRYPTED_ATTRIBUTE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ENCRYPTED_BASE64 - org.forgerock.openam.secrets.config.PropertyFormat
A base64-encoded binary value encrypted with AM's server key.
ENCRYPTED_ELEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ENCRYPTED_HMAC_KEY - org.forgerock.openam.secrets.config.PropertyFormat
Deprecated.
ENCRYPTED_PASSWORD - com.sun.identity.sm.AttributeSchema.Syntax
The ENCRYPTED PASSWORD attribute syntax specifies that the attribute is of password type, will be used by UI to mask the password typed.
ENCRYPTED_PEM - org.forgerock.openam.secrets.config.PropertyFormat
Certificates, keys, and passwords in Privacy Enhanced Mail (PEM) format that have then been encrypted with AM's password-based encryption.
ENCRYPTED_PLAIN - org.forgerock.openam.secrets.config.PropertyFormat
A text value encrypted with AM's server encryption key.
EncryptedAssertion - Interface in com.sun.identity.saml2.assertion
The EncryptedAssertion represents an assertion in encrypted fashion, as defined by the XML Encryption Syntax and Processing specification [XMLEnc].
EncryptedAttribute - Interface in com.sun.identity.saml2.assertion
The EncryptedAttribute element represents a SAML attribute in encrypted fashion.
EncryptedElement - Interface in com.sun.identity.saml2.assertion
The EncryptedElement carries the content of an unencrypted identifier in encrypted fasion.
EncryptedID - Interface in com.sun.identity.saml2.assertion
The EncryptedID carries the content of an unencrypted identifier in encrypted fashion.
ENCRYPTEDID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for EncryptedID
ENCRYPTEDID - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
EncryptedJwt - Class in org.forgerock.json.jose.jwe
A JWE implementation of the Jwt interface.
EncryptedJwt(EncryptedJwt) - Constructor for class org.forgerock.json.jose.jwe.EncryptedJwt
Construct an encrypted JWT from an existent one.
EncryptedJwt(JweHeader, String, byte[], byte[], byte[], byte[]) - Constructor for class org.forgerock.json.jose.jwe.EncryptedJwt
Constructs a reconstructed EncryptedJwt from its constituent parts, the JweHeader, encrypted Content Encryption Key (CEK), initialisation vector, ciphertext and additional authentication data.
EncryptedJwt(JweHeader, JwtClaimsSet, Key) - Constructor for class org.forgerock.json.jose.jwe.EncryptedJwt
Constructs a fresh, new EncryptedJwt from the given JweHeader and JwtClaimsSet.
EncryptedJwtBuilder - Class in org.forgerock.json.jose.builders
An implementation of a JwtBuilder that can build a JWT and encrypt it, resulting in an EncryptedJwt object.
EncryptedJwtBuilder(Key) - Constructor for class org.forgerock.json.jose.builders.EncryptedJwtBuilder
EncryptedOpenIdResolver - Interface in org.forgerock.oauth.resolvers
A resolver capable of verifying encrypted ID tokens.
EncryptedOpenIdResolverFactory - Class in org.forgerock.oauth.resolvers
Factory class responsible for creating EncryptedOpenIdResolver instances.
EncryptedOpenIdResolverFactory(SecretsProvider, Purpose<DataDecryptionKey>) - Constructor for class org.forgerock.oauth.resolvers.EncryptedOpenIdResolverFactory
Constructs a new EncryptedOpenIdResolverFactory instance.
encryptedPrivateKeyJwtClientAuthenticationFilter() - Static method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter
EncryptedPrivateKeyJwtClientAuthenticationFilter - Class in org.forgerock.http.oauth2
A Filter implementation to add the client credentials to request as signed then encrypted private key jwt as per the OpenID Connect Client Authentication specification.
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder - Class in org.forgerock.http.oauth2
Builder class for creating the Encrypted PrivateKey Jwt ClientAuthentication Filter.
EncryptedThenSignedJwt - Class in org.forgerock.json.jose.jws
An implementation of a JWS with a nested JWE as its payload.
EncryptedThenSignedJwt(JwsHeader, EncryptedJwt, byte[], byte[]) - Constructor for class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.
EncryptedThenSignedJwt(JwsHeader, EncryptedJwt, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.
EncryptedThenSignedJwtBuilder - Class in org.forgerock.json.jose.builders
An implementation of a JwtBuilder that can build a JWT and encrypt it and nest it within another signed JWT, resulting in an SignedEncryptedJwt object.
EncryptedThenSignedJwtBuilder(EncryptedJwtBuilder, SigningHandler, JwsAlgorithm) - Constructor for class org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
Constructs a new SignedEncryptedJwtBuilder that will use the given EncryptedJwtBuilder, to build the nested Encrypted JWT, and the private key and JwsAlgorithm to sign the outer JWT.
EncryptedThenSignedJwtHeaderBuilder - Class in org.forgerock.json.jose.builders
An implementation of a JWS Header builder that provides a fluent builder pattern to create JWS headers for signed encrypted JWTs.
EncryptedThenSignedJwtHeaderBuilder(EncryptedThenSignedJwtBuilder) - Constructor for class org.forgerock.json.jose.builders.EncryptedThenSignedJwtHeaderBuilder
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
ENCRYPTION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Encryption
ENCRYPTION_CERT_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
This is an attribute in entity config for the encryption certificate alias
encryptionAlgorithm(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the SAML2Config encryption algorithm.
encryptionAlgorithmStrength(int) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the SAML2Config encryption strength.
EncryptionHandler - Interface in org.forgerock.json.jose.jwe.handlers.encryption
The interface for EncryptionHandlers for all the different encryption algorithms.
EncryptionKey<T extends CryptoKey> - Interface in org.forgerock.secrets.keys
Marker interface for all key types that can be used for encryption.
encryptionKeyAlias(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the encryption key alias on the SAML2ConfigBuilder.
EncryptionManager - Class in org.forgerock.json.jose.jwe
A service to get the appropriate EncryptionHandler for a specified Java Cryptographic encryption algorithm.
EncryptionManager() - Constructor for class org.forgerock.json.jose.jwe.EncryptionManager
 
encryptionMethod(EncryptionMethod) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the JWE content encryption method to use when encrypting tokens produced by this token handler.
EncryptionMethod - Enum in org.forgerock.json.jose.jwe
An Enum of the possible encryption methods that can be used when encrypting a JWT.
encryptionPurpose(Purpose<? extends CryptoKey>) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the Purpose used to retrieve encryption keys from the secrets provider.
encryptNameID() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets whether the name-id should be encrypted.
encryptNameID(boolean) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets whether the SAML2Config name-id should be encrypted.
encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
 
encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
 
encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
 
encryptPlaintext(Key, byte[], byte[], byte[]) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
Encrypts the plaintext with the Content Encryption Key, using the initialisation vector and additional authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Encrypts the plaintext with the Content Encryption Key, using the initialisation vector and additional authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
encryptSecret(char[]) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Encrypt a secret ready to be stored in a file that will be read by a FileSystemSecretStore using the PropertyFormat.ENCRYPTED_PLAIN format.
encryptWithAssociatedData(byte[], byte[]) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretKey
Encrypts the given plaintext with this key.
encryptWithAsymmetricKey(String, String, int, Key) - Static method in class com.sun.identity.security.DataEncryptor
Encrypts the given data with an asymmetric key.
encryptWithSymmetricKey(String, String, String) - Static method in class com.sun.identity.security.DataEncryptor
Encrypts the given data with a symmetric key that was generated using given shared secret.
END_DATE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a SimpleTimeCondition to define the end of date range for which a policy applies.The value corresponding to the key has to be a Set that has just one element which is a String that corresponds to the pattern described below.
END_DAY - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a SimpleTimeCondition to define the end of day of week range for which a policy applies.
END_IP - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in IPCondition to define the end of IP address range for which a policy applies.
END_IP_BEFORE_START_IP - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
END_TAG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
End Tag for XML String
END_TIME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a SimpleTimeCondition to define the end of time range during which a policy applies.The value corresponding to the key has to be a Set that has just one element which is a String that conforms to the pattern described here.
ENDPOINT_MOVED - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
ENFORCEMENT_TIME_ZONE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a SimpleTimeCondition to define the time zone basis to evaluate the policy.
engineDoFinal() - Method in class org.forgerock.secrets.vault.VaultMac
 
engineDoFinal(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineDoFinal(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineDoFinal(byte[], int, int) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineDoFinal(byte[], int, int, byte[], int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineDoFinal(byte[], int, int, byte[], int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineDoFinal(byte[], int, int, byte[], int) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineGetBlockSize() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineGetBlockSize() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineGetBlockSize() - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineGetIV() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineGetIV() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineGetIV() - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineGetKeySize(Key) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineGetKeySize(Key) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineGetKeySize(Key) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineGetMacLength() - Method in class org.forgerock.secrets.vault.VaultMac
 
engineGetOutputSize(int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineGetOutputSize(int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineGetOutputSize(int) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineGetParameter(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
Deprecated.
engineGetParameter(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineGetParameter(String) - Method in class org.forgerock.secrets.vault.VaultSignature
Deprecated.
engineGetParameter(String) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
Deprecated.
engineGetParameters() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineGetParameters() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineGetParameters() - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineInit(int, Key, AlgorithmParameters, SecureRandom) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineInit(int, Key, AlgorithmParameters, SecureRandom) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineInit(int, Key, AlgorithmParameters, SecureRandom) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineInit(int, Key, SecureRandom) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineInit(int, Key, SecureRandom) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineInit(int, Key, SecureRandom) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineInit(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineInit(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineInit(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineInit(Key, AlgorithmParameterSpec) - Method in class org.forgerock.secrets.vault.VaultMac
 
engineInitSign(PrivateKey) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
 
engineInitSign(PrivateKey) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineInitSign(PrivateKey) - Method in class org.forgerock.secrets.vault.VaultSignature
 
engineInitSign(PrivateKey) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineInitVerify(PublicKey) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
 
engineInitVerify(PublicKey) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineInitVerify(PublicKey) - Method in class org.forgerock.secrets.vault.VaultSignature
 
engineInitVerify(PublicKey) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineReset() - Method in class org.forgerock.secrets.vault.VaultMac
 
engineSetMode(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineSetMode(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineSetMode(String) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineSetPadding(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineSetPadding(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineSetPadding(String) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineSetParameter(String, Object) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
Deprecated.
engineSetParameter(String, Object) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineSetParameter(String, Object) - Method in class org.forgerock.secrets.vault.VaultSignature
Deprecated.
engineSetParameter(String, Object) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
Deprecated.
engineSetParameter(AlgorithmParameterSpec) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineSetParameter(AlgorithmParameterSpec) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineSign() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
 
engineSign() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineSign() - Method in class org.forgerock.secrets.vault.VaultSignature
 
engineSign() - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineUnwrap(byte[], String, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineUnwrap(byte[], String, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineUnwrap(byte[], String, int) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineUpdate(byte) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
 
engineUpdate(byte) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineUpdate(byte) - Method in class org.forgerock.secrets.vault.VaultMac
 
engineUpdate(byte) - Method in class org.forgerock.secrets.vault.VaultSignature
 
engineUpdate(byte) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.vault.VaultMac
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.vault.VaultSignature
 
engineUpdate(byte[], int, int) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineUpdate(byte[], int, int, byte[], int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineUpdate(byte[], int, int, byte[], int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
engineUpdate(byte[], int, int, byte[], int) - Method in class org.forgerock.secrets.vault.VaultCipher
 
engineUpdateAAD(byte[], int, int) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineUpdateAAD(ByteBuffer) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineVerify(byte[]) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature
 
engineVerify(byte[]) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
engineVerify(byte[]) - Method in class org.forgerock.secrets.vault.VaultSignature
 
engineVerify(byte[]) - Method in class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
engineWrap(Key) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
engineWrap(Key) - Method in class org.forgerock.secrets.vault.VaultCipher
 
enrich(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Deprecated.
 
ensureAdditionalCapacity(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Ensures that the specified number of additional bytes will fit in this byte string builder and resizes it if necessary.
EntitlementCondition - Interface in com.sun.identity.entitlement
Encapsulates a Strategy to decide if a Privilege applies to a given request.
EntitlementException - Exception in com.sun.identity.entitlement
Entitlement related exception.
EntitlementException(int) - Constructor for exception com.sun.identity.entitlement.EntitlementException
Creates an entitlement exception.
EntitlementException(int, Object...) - Constructor for exception com.sun.identity.entitlement.EntitlementException
Creates an entitlement exception.
EntitlementException(int, Object[], Throwable) - Constructor for exception com.sun.identity.entitlement.EntitlementException
Creates an entitlement exception.
EntitlementException(int, Throwable) - Constructor for exception com.sun.identity.entitlement.EntitlementException
Creates an entitlement exception.
EntitlementException(int, Throwable, Object...) - Constructor for exception com.sun.identity.entitlement.EntitlementException
 
EntitlementModule - Interface in org.forgerock.openam.entitlement
Service provider interface for registering custom entitlement conditions and subjects.
EntitlementRegistry - Class in org.forgerock.openam.entitlement
Provides methods for discovering and loading entitlements conditions and subject implementations.
EntitlementRegistry() - Constructor for class org.forgerock.openam.entitlement.EntitlementRegistry
 
EntitlementSubject - Interface in com.sun.identity.entitlement
Encapsulates a Strategy to decide if a Privilege applies to a given Subject.
Entity - Class in org.forgerock.http.protocol
Message content.
ENTITY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Entity Name Identifier
ENTITY_DESCRIPTION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
This is an attribute in entity config for the entity description
entries() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
Entries - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating entries.
Entries.DiffStrategy - Enum in org.forgerock.opendj.ldap
Defines the available strategy to compute changes.
Entries.NullEntry - Class in org.forgerock.opendj.ldap
An Entry which implements the null object pattern.
Entries.ReplaceStrategy - Enum in org.forgerock.opendj.ldap
Defines the available strategy to generate changes.
Entry - Interface in org.forgerock.opendj.ldap
An entry, comprising of a distinguished name and zero or more attributes.
ENTRY_ALREADY_EXISTS - org.forgerock.opendj.ldap.ResultCode.Enum
 
ENTRY_ALREADY_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry that conflicts with an entry that already exists.
entryChanged(DSEvent) - Method in interface com.iplanet.services.ldap.event.IDSEventListener
This callback method is called by the EventService when the Directory Server triggers a PersistentSearch notification
EntryChangeNotificationResponseControl - Class in org.forgerock.opendj.ldap.controls
The entry change notification response control as defined in draft-ietf-ldapext-psearch.
EntryGenerator - Class in org.forgerock.opendj.ldif
A template driven entry generator, as used by the makeldif tool.
EntryGenerator() - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator using default values.
EntryGenerator(InputStream) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided input stream.
EntryGenerator(String) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template path.
EntryGenerator(String...) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template lines.
EntryGenerator(List<String>) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template lines.
EntryNotFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed because the target entry was not found by the Directory Server.
EntryReader - Interface in org.forgerock.opendj.ldif
An interface for reading entries from a data source, typically an LDIF file.
entrySet() - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and the count of that element.
entrySet() - Method in class org.forgerock.http.protocol.Headers
 
entrySet() - Method in class org.forgerock.http.protocol.RequestCookies
 
entrySet() - Method in class org.forgerock.util.LazyMap
Returns a Set view of the mappings contained in the map.
entrySet() - Method in class org.forgerock.util.MapDecorator
Returns a Set view of the mappings contained in the map.
EntryWriter - Interface in org.forgerock.opendj.ldif
An interface for writing entries to a data source, typically an LDIF file.
enumConstant(Class<T>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as an enum constant of the specified enum type.
EnumTitle - Annotation Type in org.forgerock.api.annotations
Annotation to provide a title for a given enum value.
enumTitles() - Method in annotation type org.forgerock.api.annotations.Parameter
Titles of enumeration values.
enumTitles(String...) - Method in class org.forgerock.api.models.Parameter.Builder
Sets enum-titles that must be the same length as Parameter.Builder.enumValues(String[]), if provided.
EnumValueOfHelper<E extends Enum<E>> - Class in org.forgerock.util
Provides a EnumValueOfHelper.valueOf(String) method as a replacement for the implicitly declared enum function valueOf(String), which has the advantage of not throwing exceptions when the name argument is null or cannot be found in the enum's values.
EnumValueOfHelper(E[]) - Constructor for class org.forgerock.util.EnumValueOfHelper
Constructor with null default value.
EnumValueOfHelper(E[], E) - Constructor for class org.forgerock.util.EnumValueOfHelper
Constructor with an explicit default value.
enumValues() - Method in annotation type org.forgerock.api.annotations.Parameter
Enumeration of acceptable values, if required.
enumValues(String...) - Method in class org.forgerock.api.models.Parameter.Builder
Sets enum-values that must match.
Environment - Interface in com.sun.identity.xacml.context
The Environment element contains information about the enviroment of the Request context by listing a sequence of Attribute elements associated with the environment.
ENVIRONMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Environment element
EnvironmentImpl - Class in com.sun.identity.xacml.context.impl
The Environment element specifies information about the environment requested in the Request context by listing a sequence of Attribute elements associated with the environment.
EnvironmentImpl() - Constructor for class com.sun.identity.xacml.context.impl.EnvironmentImpl
Creates a new instance of EnvironmentImpl
EnvironmentImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.EnvironmentImpl
This constructor is used to build Environment object from a XML string.
EnvironmentImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.EnvironmentImpl
This constructor is used to build Environment object from a block of existing XML that has already been built into a DOM.
environmentVariablePropertyResolver() - Static method in class org.forgerock.config.resolvers.PropertyResolvers
EnvironmentVariableResolver - Class in org.forgerock.config.resolvers
A property accessor that allows access to environment variables.
epk(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Deprecated.
epk(JWK) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Sets the Ephemeral Public Key header parameter for this JWE.
EPK - org.forgerock.json.jose.jwe.JweHeaderKey
Ephemeral Public Key header parameter.
epochSecondsInstant() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Instant by converting the JsonValue into a number and interpreting that as the number of seconds since the UTC epoch as per Instant.ofEpochSecond(long).
EQ - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Equal Relationship.
EQUAL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for equal
equality(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new equality match filter using the provided attribute description and assertion value.
EQUALITY - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for equality filters.
EQUALITY - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for equality filters.
EQUALITY - org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
A rule suitable for use as the equality matching rule (EQUALITY) of an attribute type.
EQUALITY_MATCHING_RULE - org.forgerock.opendj.ldap.Entries.DiffStrategy
Attribute values are compared using their equality matching rule.
equalityMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for equality matching with this attribute type.
equals(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Indicates whether the provided byte array subsequence is equal to this byte sequence.
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
 
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
equals(NameIdentifier) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Checks for equality between this object and the NameQualifier passed down as parameter.
equals(Subject) - Method in class com.sun.identity.saml.assertion.Subject
Checks for equality between this object and the Subject passed down as parameter.
equals(SubjectConfirmation) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Checks for equality between this object and the SubjectConfirmation passed down as parameter.
equals(Object) - Method in interface com.iplanet.sso.SSOTokenID
Returns true if current object is equals to object.
equals(Object) - Method in class com.sun.identity.authentication.AuthContext.IndexType
Checks if two index type objects are equal.
equals(Object) - Method in class com.sun.identity.authentication.AuthContext.Status
Checks if two authentication status objects are equal.
equals(Object) - Method in class com.sun.identity.idm.AMIdentity
Returns true if the given object is equal to this object.
equals(Object) - Method in class com.sun.identity.idm.IdOperation
The equals method compares the current IdOperation with the IdOperation passed in and returns true if the operations are same.
equals(Object) - Method in class com.sun.identity.idm.IdSearchOpModifier
Returns true if the object being checked is the same as this current one.
equals(Object) - Method in class com.sun.identity.idm.IdType
 
equals(Object) - Method in class com.sun.identity.policy.ResourceMatch
Deprecated.
Method to check if two resource match objects are equal.
equals(Object) - Method in class com.sun.identity.policy.Syntax
Deprecated.
Checks whether the argument object is equal to this Syntax
equals(Object) - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
equals(Object) - Method in class com.sun.identity.security.ISSecurityPermission
Returns true if this object is equals to o.
equals(Object) - Method in class com.sun.identity.shared.whitelist.ResourceMatch
Method to check if two resource match objects are equal.
equals(Object) - Method in class com.sun.identity.sm.SchemaType
Method to check if two schema types are equal.
equals(Object) - Method in class com.sun.identity.sm.ServiceConfigManager
Compares this object with the given object.
equals(Object) - Method in class org.forgerock.am.cts.api.ETag
 
equals(Object) - Method in class org.forgerock.am.cts.api.filter.TokenFilter
 
equals(Object) - Method in class org.forgerock.api.models.Action
 
equals(Object) - Method in class org.forgerock.api.models.ApiDescription
 
equals(Object) - Method in class org.forgerock.api.models.ApiError
 
equals(Object) - Method in class org.forgerock.api.models.Create
 
equals(Object) - Method in class org.forgerock.api.models.Definitions
 
equals(Object) - Method in class org.forgerock.api.models.Errors
 
equals(Object) - Method in class org.forgerock.api.models.Items
 
equals(Object) - Method in class org.forgerock.api.models.Operation
 
equals(Object) - Method in class org.forgerock.api.models.Parameter
 
equals(Object) - Method in class org.forgerock.api.models.Patch
 
equals(Object) - Method in class org.forgerock.api.models.Paths
 
equals(Object) - Method in class org.forgerock.api.models.Query
 
equals(Object) - Method in class org.forgerock.api.models.Reference
 
equals(Object) - Method in class org.forgerock.api.models.Resource
 
equals(Object) - Method in class org.forgerock.api.models.Schema
 
equals(Object) - Method in class org.forgerock.api.models.Services
 
equals(Object) - Method in class org.forgerock.api.models.SubResources
 
equals(Object) - Method in class org.forgerock.api.models.VersionedPath
 
equals(Object) - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
equals(Object) - Method in class org.forgerock.authz.filter.api.AuthorizationContext
equals(Object) - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
 
equals(Object) - Method in interface org.forgerock.guava.common.collect.ListMultimap
Deprecated.
Compares the specified object to this multimap for equality.
equals(Object) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Compares the specified object with this multimap for equality.
equals(Object) - Method in interface org.forgerock.guava.common.collect.Multiset.Entry
Deprecated.
equals(Object) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Compares the specified object with this multiset for equality.
equals(Object) - Method in class org.forgerock.http.header.Directive
 
equals(Object) - Method in class org.forgerock.http.header.ForwardedHeader
 
equals(Object) - Method in class org.forgerock.http.header.ForwardedHeader.Hop
 
equals(Object) - Method in class org.forgerock.http.header.TrailerHeader
 
equals(Object) - Method in class org.forgerock.http.header.Warning
 
equals(Object) - Method in class org.forgerock.http.header.WarningHeader
 
equals(Object) - Method in class org.forgerock.http.header.XForwardedForHeader
 
equals(Object) - Method in class org.forgerock.http.MutableUri
 
equals(Object) - Method in class org.forgerock.http.oauth2.OAuth2Error
 
equals(Object) - Method in class org.forgerock.http.protocol.Cookie
 
equals(Object) - Method in class org.forgerock.http.protocol.Header
 
equals(Object) - Method in class org.forgerock.http.routing.Version
 
equals(Object) - Method in class org.forgerock.http.util.SetDecorator
Compares the specified object with the set for equality.
equals(Object) - Method in class org.forgerock.i18n.LocalizableMessage
Returns true if the provided object is a message whose String representation is equal to the String representation of this message in the default locale.
equals(Object) - Method in class org.forgerock.json.jose.jwe.JweEncryption
 
equals(Object) - Method in class org.forgerock.json.jose.jwt.JWObject
 
equals(Object) - Method in class org.forgerock.json.JsonPointer
Compares the specified object with this pointer for equality.
equals(Object) - Method in class org.forgerock.json.resource.ResourcePath
Returns true if obj is a resource path having the exact same elements as this resource path.
equals(Object) - Method in interface org.forgerock.json.resource.ResourceResponse
Returns true if the provided object is a resource having the same resource ID and revision as this resource.
equals(Object) - Method in class org.forgerock.json.resource.SortKey
 
equals(Object) - Method in class org.forgerock.macaroons.Macaroon.Caveat
 
equals(Object) - Method in class org.forgerock.macaroons.Macaroon
 
equals(Object) - Method in class org.forgerock.oauth.clients.oidc.Claim
 
equals(Object) - Method in class org.forgerock.oauth.clients.oidc.Claims
 
equals(Object) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
equals(Object) - Method in class org.forgerock.openam.sts.config.user.SAML2Config
equals(Object) - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
 
equals(Object) - Method in class org.forgerock.opendj.discovery.Partition.Server
 
equals(Object) - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
 
equals(Object) - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
 
equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
equals(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if object is an attribute which is equal to this attribute.
equals(Object) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided object is an attribute description which is equal to this attribute description.
equals(Object) - Method in class org.forgerock.opendj.ldap.Ava
 
equals(Object) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Indicates whether the provided object is equal to this byte sequence.
equals(Object) - Method in class org.forgerock.opendj.ldap.ByteString
Indicates whether the provided object is equal to this byte string.
equals(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Indicates whether the provided object is equal to this byte string builder.
equals(Object) - Method in class org.forgerock.opendj.ldap.Dn
 
equals(Object) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if object is an entry which is equal to this entry.
equals(Object) - Method in class org.forgerock.opendj.ldap.Filter
This method does not perform any normalization, other than lowercasing attribute descriptions, and will only return true when two filters are identical.
equals(Object) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
equals(Object) - Method in class org.forgerock.opendj.ldap.LdapUrl
 
equals(Object) - Method in class org.forgerock.opendj.ldap.Matcher
This method returns true when two filters are equivalent.
equals(Object) - Method in class org.forgerock.opendj.ldap.Modification
 
equals(Object) - Method in class org.forgerock.opendj.ldap.ModificationType
 
equals(Object) - Method in class org.forgerock.opendj.ldap.Rdn
 
equals(Object) - Method in class org.forgerock.opendj.ldap.ResultCode
 
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns true if the provided object is an attribute type having the same numeric OID as this attribute type.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns true if the provided object is a DIT content rule having the same structural object class OID as this DIT content rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns true if the provided object is a DIT structure rule having the same rule ID as this DIT structure rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns true if the provided object is a matching rule having the same numeric OID as this matching rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns true if the provided object is a matching rule use having the same numeric OID as this matching rule use.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided object is a name form having the same numeric OID as this name form.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns true if the provided object is an object class having the same numeric OID as this object class.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns true if the provided object is an attribute syntax having the same numeric OID as this attribute syntax.
equals(Object) - Method in class org.forgerock.opendj.ldap.SearchScope
 
equals(Object) - Method in class org.forgerock.opendj.ldap.SortKey
 
equals(Object) - Method in class org.forgerock.opendj.security.DeploymentId
 
equals(Object) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
 
equals(Object) - Method in class org.forgerock.secrets.Purpose
 
equals(Object) - Method in class org.forgerock.secrets.Secret
 
equals(Object) - Method in class org.forgerock.selfservice.core.config.KbaConfig
 
equals(Object) - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.parameters.ParametersConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
 
equals(Object) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
 
equals(Object) - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
equals(Object) - Method in class org.forgerock.services.routing.RouteMatcher
 
equals(Object) - Method in class org.forgerock.util.i18n.LocalizableString
The default equals operation.
equals(Object) - Method in class org.forgerock.util.LazyList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.forgerock.util.LazyMap
Compares the specified object with the map for equality.
equals(Object) - Method in class org.forgerock.util.ListDecorator
Compares the specified object with this list for equality.
equals(Object) - Method in class org.forgerock.util.MapDecorator
Compares the specified object with the map for equality.
equals(Object) - Method in class org.forgerock.util.Pair
equals(Object) - Method in class org.forgerock.util.query.QueryFilter
 
equals(Object) - Method in class org.forgerock.util.time.Duration
 
EQUALS - org.forgerock.http.routing.RoutingMode
The URI template must exactly match a request's resource name in order for the route to be selected.
EQUALS - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "equals" operator.
equalTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new equality filter using the provided field name and value assertion.
error(String) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Prints error messages only when debug level is greater than DEBUG.OFF.
error(String) - Static method in class org.forgerock.openam.auth.node.api.SuspendedTextOutputCallback
Creates a new SuspendedTextOutputCallback instance along with an error based message.
error(String, Object...) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
A convenience method for error debug statements.
error(String, Throwable) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Prints error messages only if debug state is greater than Debug.OFF.
error(Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided root cause.
error(Throwable, Subscriber<?>) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
Sets the empty subscription instance on the subscriber and then calls onError with the supplied error.
error(Level, String, String[], Object) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Logs error messages to the error logs.
error(Level, String, String[], Object, Map) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Writes error occurred in a component into a log.
error(ApiError) - Method in class org.forgerock.api.models.Operation.Builder
Sets a single supported error.
error(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided message.
error(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided message and root cause.
ERROR - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the state where error debugging is enabled.
ERROR_CODE_PARAM_KEY - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
Key for looking up the error type from the http query string.
ERROR_COMPARATOR - Static variable in class org.forgerock.api.models.ApiError
ApiError Comparator, which sorts by code and description.
ERROR_ENTRY_COMPARATOR - Static variable in class org.forgerock.api.models.Errors
ApiError Map-entry Comparator, which sorts by code and description.
ERROR_MESSAGE_KEY - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
Error message key.
ERROR_MESSAGE_PARAM_KEY - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
Key for looking up the error message from the http query string.
ERROR_PARAM_KEY - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
Key for looking up the boolean error state from the http query string.
errorCode - Variable in class com.sun.identity.idm.IdSearchResults
 
errorEnabled() - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Checks if error debugging is enabled.
errorMessage - Variable in class org.forgerock.openam.auth.node.api.Action
The error message to present to the caller when the FAILURE node is reached.
errorOnWritePolicyFailure() - Method in annotation type org.forgerock.api.annotations.PropertyPolicies
Whether breaking the declared policy will result in an error from the service.
errorRefs() - Method in annotation type org.forgerock.api.annotations.Operation
JSON references to previously declared errors (e.g., frapi:common#/errors/badRequest).
errors() - Method in annotation type org.forgerock.api.annotations.Operation
Operation specific error definitions.
errors() - Static method in class org.forgerock.api.models.Errors
Create a new Builder for Errors.
errors(List<ApiError>) - Method in class org.forgerock.api.models.Operation.Builder
Set multiple supported errors.
errors(Errors) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the errors.
Errors - Class in org.forgerock.api.models
Class that represents API descriptor ApiError errors.
Errors.Builder - Class in org.forgerock.api.models
Builder to help construct the Errors.
ES256 - org.forgerock.json.jose.jws.JwsAlgorithm
ECDSA using SHA-256 hash algorithm.
ES384 - org.forgerock.json.jose.jws.JwsAlgorithm
ECDSA using SHA-384 hash algorithm.
ES512 - org.forgerock.json.jose.jws.JwsAlgorithm
ECDSA using SHA-512 hash algorithm.
ESCAPE_DELIMITER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
escapeAssertionValue(Object) - Static method in class org.forgerock.opendj.ldap.Filter
Returns the LDAP string representation of the provided filter assertion value in a form suitable for substitution directly into a filter string.
escapeAttributeValue(Object) - Static method in class org.forgerock.opendj.ldap.Dn
Returns the LDAP string representation of the provided DN attribute value in a form suitable for substitution directly into a DN string.
escapeValue(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Escapes characters that should be escaped.
ESTIMATE - org.forgerock.api.enums.CountPolicy
Estimate count policy is supported.
ESTIMATE - org.forgerock.json.resource.CountPolicy
Estimated count may be used.
ETag - Class in org.forgerock.am.cts.api
Describes an ETag for a given Token.
ETAG_ASSERT_OPTION - Static variable in class org.forgerock.am.cts.api.CTSOptions
Signals to the CTS backing implementation to assert that the CTS entry being updated still has the given ETag before applying the requested modification to it.
ETAG_READ_OPTION - Static variable in class org.forgerock.am.cts.api.CTSOptions
Signals to the CTS backing implementation to include the result of an optimistic concurrency ETag in the response for this request.
evaluate() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Evaluates this condition This method can be overridden by a plug-in which provides means of evaluating this condition
evaluate() - Method in class com.sun.identity.saml.assertion.Condition
Evaluates this condition An abstract method which can be implemented by any condition extending this Condition object, to provide means of evaluating the condition.
evaluate() - Method in class com.sun.identity.saml.assertion.DoNotCacheCondition
Evaluates the Conditions A method which can be overridden by a plug-in maybe which provides means of evaluating this condition
evaluate(String, SubjectAttributesManager, Subject, String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementSubject
Returns SubjectDecision of EntitlementSubject evaluation.
evaluate(String, Subject, String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementCondition
Returns condition decision.
evaluate(String, Subject, String, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.entitlement.Evaluator
Returns a list of entitlements for a given subject, resource name and environment.
evaluate(String, Subject, Set<String>, Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.Evaluator
Returns a list of entitlements for a given subject, resource names and environment.
evaluate(Subject, String, Subject, String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.ResourceAttribute
Returns resource attributes applicable to the request.
evaluate(JsonValue, boolean) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Traverses a JsonValue and does property substitution as well as any type coercion.
evaluate(JsonValue, SubstitutionContext) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Traverses a JsonValue and does property substitution as well as any type coercion.
evaluate(Context, R) - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
evaluate(Context, R) - Method in class org.forgerock.services.routing.RouteMatcher
Evaluates the request and determines whether it matches the route.
evaluateSaslChallenge(byte[]) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Evaluates the provided SASL credentials (challenge) returned by the server and creates the next SASL bind request that should be sent to the server in order to continue or complete the SASL authentication sequence.
evaluateScope(AccessToken) - Method in interface org.forgerock.oauth2.core.plugins.ScopeEvaluator
Gets the specified access token's information related to a scope.
evaluateScope(AccessToken) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Deprecated.
Evaluator - Class in com.sun.identity.entitlement
The class evaluates entitlement request and provides decisions.
eventError(String) - Method in interface com.iplanet.services.ldap.event.IDSEventListener
This callback method is called by the EventService when an error is encountered after setting a Persistent Search request in the Directory Server
EventException - Exception in com.iplanet.services.ldap.event
Exception occurs while setting an event request or when trigering the "entryChanged()" method after a persistent search results are received from the Directory Server.
EventException(String) - Constructor for exception com.iplanet.services.ldap.event.EventException
Constructs a EventException with a detail message.
EventException(String, Throwable) - Constructor for exception com.iplanet.services.ldap.event.EventException
Constructor with message string and an embedded exception Constructs a EventException with the given detail message and nested exception.
EventService - Class in com.iplanet.services.ldap.event
The EventService is responsible for listening to and dispatching to listening objects messages returning from persistent searches running in an underlying LDAP implementation.
evict(K) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Evict a cached value from the cache.
Evidence - Class in com.sun.identity.saml.assertion
The Evidence element specifies an assertion either by reference or by value.
Evidence - Interface in com.sun.identity.saml2.assertion
The Evidence element contains one or more assertions or assertion references that the SAML authority relied on in issuing the authorization decision.
Evidence(Set) - Constructor for class com.sun.identity.saml.assertion.Evidence
Constructs a new Evidence element containing a set of Assertion objects.
Evidence(Set, Set) - Constructor for class com.sun.identity.saml.assertion.Evidence
Constructs an Evidence from a Set of Assertion and AssertionIDReference objects.
Evidence(Element) - Constructor for class com.sun.identity.saml.assertion.Evidence
Constructs an Evidence object from a block of existing XML that has already been built into a DOM.
EVIDENCE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
EvidenceBase - Class in com.sun.identity.saml.assertion
The Evidence element specifies an assertion either by reference or by value.
EvidenceBase(Set) - Constructor for class com.sun.identity.saml.assertion.EvidenceBase
Constructs a new Evidence element containing a set of Assertion objects.
EvidenceBase(Set, Set) - Constructor for class com.sun.identity.saml.assertion.EvidenceBase
Constructs an Evidence from a Set of Assertion and AssertionIDReference objects.
EvidenceBase(Element) - Constructor for class com.sun.identity.saml.assertion.EvidenceBase
Constructs an Evidence object from a block of existing XML that has already been built into a DOM.
Evolving - Annotation Type in org.forgerock.openam.annotations
This annotation marks AM APIs that are continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release.
EVOLVING - org.forgerock.api.enums.Stability
Evolving API that may changed at any time.
EvolvingAll - Annotation Type in org.forgerock.openam.annotations
This annotation marks AM APIs that are continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release.
EW - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Ends With Relationship.
EXACT - org.forgerock.am.saml2.api.AuthComparison
The returned authentication context MUST be the exact match of at least one of the requested authentication contexts.
EXACT - org.forgerock.api.enums.CountPolicy
Exact count policy is supported.
EXACT - org.forgerock.json.resource.CountPolicy
Exact count is required.
EXACT_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
Deprecated.
The EXACT_MATCH specifies the resources are exactly the same.
EXACT_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
The EXACT_MATCH specifies the resources are exactly the same.
Example - Annotation Type in org.forgerock.api.annotations
Specify an example value for the JSON schema.
EXAMPLE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Example block.
exampleBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts an example-block.
ExampleValue - Annotation Type in org.forgerock.openam.sm.annotations.adapters
An annotation to specify an example value for the attribute.
ExceptionHandler<E> - Interface in org.forgerock.util.promise
A completion handler for consuming exceptions which occur during the execution of asynchronous tasks.
excludeMethods(String...) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes a HTTP method from the CSRF filter.
excludePaths(String...) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes a path from the CSRF filter.
excludePaths(Collection<String>) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes the paths from the CSRF filter.
excludePathsStarting(String...) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes paths starting with the given prefixes from the CSRF filter.
excludePathsStarting(Collection<String>) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes paths starting with the given prefixes from the CSRF filter.
excludeRequests(Predicate<Request>) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes requests that match the given predicate from the CSRF filter.
excludeRequests(Predicate<Request>, String) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes requests that match the given predicate from the CSRF filter.
excludeSafeMethods() - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Excludes HTTP safe methods that are usually not susceptible to CSRF attacks: GET, HEAD, and OPTIONS.
execute(Runnable) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
execute(String, ApiDescription, Path, Path, ApiDescription...) - Static method in class org.forgerock.api.markup.ApiDocGenerator
Generates AsciiDoc documentation for a CREST API Descriptor, to an output-directory.
execute(String, ApiDescription, Path, ApiDescription...) - Static method in class org.forgerock.api.markup.ApiDocGenerator
Generates AsciiDoc documentation for a CREST API Descriptor, to a String.
execute(ApiDescription, ApiDescription...) - Static method in class org.forgerock.api.transform.OpenApiTransformer
Transforms an ApiDescription into a Swagger model.
execute(LocalizableString, String, String, boolean, ApiDescription, ApiDescription...) - Static method in class org.forgerock.api.transform.OpenApiTransformer
Transforms an ApiDescription into a Swagger model.
executeForScope(Config.Scope, Runnable) - Method in enum org.forgerock.openam.annotations.sm.Config.Scope
 
ExecutorServiceFactory - Class in org.forgerock.util.thread
Responsible for generating ExecutorService instances which are automatically wired up to shutdown when the ShutdownListener event triggers.
ExecutorServiceFactory(ShutdownManager) - Constructor for class org.forgerock.util.thread.ExecutorServiceFactory
Create an instance of the factory.
exists() - Method in class com.sun.identity.sm.ServiceConfig
Returns true if the entry exist
exp(Date) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the expiration time of the JWT in the Claims Set.
EXP - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Expiration Time Claim.
expandKey(Key, String, byte[], int) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
Expands a master key into a derived key for a specific purpose.
expandKey(Key, String, int) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
Expands a master key into a derived key for a specific purpose.
expandKey(Key, String, String, int) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
Expands a master key into a derived key for a specific purpose.
expect(Class<?>) - Method in class org.forgerock.json.JsonValue
Called to enforce that the JSON value is of a particular type.
EXPECTATION_FAILED - org.forgerock.api.commons.CommonsApi.Errors
The "expectation failed" error.
EXPECTATION_FAILED - Static variable in class org.forgerock.http.protocol.Status
The 417 (Expectation Failed) status code indicates that the expectation given in the request's Expect header field (Section 5.1.1) could not be met by at least one of the inbound servers.
EXPECTATION_FAILED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.EXPECTATION_FAILED in an API Description.
expectObjectFormat(JavaType) - Method in class org.forgerock.api.jackson.CrestPropertyDetailsSchemaFactoryWrapper
 
EXPIRE_TIME - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Expire time.
ExpiredTokenException - Exception in org.forgerock.tokenhandler
An exception generated by a TokenHandler on extraction when the token is expired.
ExpiredTokenException(String) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified detail message.
ExpiredTokenException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified detail message and cause.
ExpiredTokenException(Throwable) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified cause.
EXPIRES_IN - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Length of time token expires in.
expiresAt(Instant) - Method in class org.forgerock.macaroons.JsonCaveatSet
Specifies that the macaroon should expire at the given time.
expiresAt(Instant) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret to expire at the given time.
expireSecretsAfter(Duration, Clock) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Sets the amount of time that secrets produced by this store can be cached before they must be refreshed.
expiresIn(long, TemporalUnit, Clock) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret to expire in deadline units from now.
expiresIn(Duration) - Method in class org.forgerock.am.oauth2.AccessTokenResponse.Builder
Sets the expires in duration.
expireTime - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
Time when the session is set to expire.
EXPIRY_DATE - org.forgerock.am.cts.api.tokens.CoreTokenField
Token expiry date field name.
expiryDuration(Duration) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Specifies how long secrets retrieved from Secrets Manager can be cached by clients for.
expiryDurationSeconds() - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
The amount of time in seconds to allow secret values to be cached before re-fetching them from GSM.
ExpiryStrategy<T> - Interface in org.forgerock.bloomfilter
Strategy pattern for determining when elements added to a ConcurrentRollingBloomFilter should expire.
expiryTime(T) - Method in interface org.forgerock.bloomfilter.ExpiryStrategy
Determines the expiration time for the given element.
export(CryptoKey, Key) - Method in enum org.forgerock.secrets.jwkset.JwkKeyFormat
 
export(CryptoKey, Key) - Method in interface org.forgerock.secrets.keys.KeyFormat
Exports the given crypto key and raw key material.
export(CryptoKey, Key) - Method in class org.forgerock.secrets.keys.KeyFormatPem
 
export(CryptoKey, Key) - Method in enum org.forgerock.secrets.keys.KeyFormatRaw
 
export(KeyFormat<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Exports the key material in the given format.
exposedHeader(String) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Adds an exposed header name to this configuration.
EXPRESSION - org.forgerock.api.enums.QueryType
Query by using expression.
EXTENDED - org.forgerock.opendj.ldap.messages.Request.RequestType
 
extendedKeyUsage(boolean, EnumSet<X509CertificateBuilder.ExtendedKeyUsage>) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Adds the extended key usage extension with the provided usages.
extendedMatch(FF, String, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new extended match filter using the provided field name, operator and value assertion.
extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request.
extendedRequest(String, ByteString) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
ExtendedRequest<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.messages
The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (see StartTlsExtendedRequest).
extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
ExtendedRequestDecoder<R extends ExtendedRequest<S>,​S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.messages
A factory interface for decoding a generic extended request as an extended request of specific type.
ExtendedResult - Interface in org.forgerock.opendj.ldap.messages
A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.
ExtendedResultDecoder<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.messages
A factory interface for decoding a generic extended result as an extended result of specific type.
extensible(String, String, Object, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new extensible match filter.
EXTENSIBLE - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for extensible matching filters.
EXTENSIBLE - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for extensible matching filters.
Extensions - Interface in com.sun.identity.saml2.protocol
The interface Extensions defines methods for adding protcol message extension elements.
EXTENSIONS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Extensions Element.
EXTENSIONS - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
EXTERNAL_KEY_WRAPPING_STRATEGY - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
An alternative external mechanism for wrapping private and secret keys in the key store.
ExternalKeyWrappingStrategy - Interface in org.forgerock.opendj.security
A service provider interface for externalizing the strategy used for wrapping individual private/secret keys.
ExternalRequestContext - Class in org.forgerock.openam.auth.node.api
A representation of the external HTTP request in the current tree authentication context.
ExternalRequestContext.Builder - Class in org.forgerock.openam.auth.node.api
A builder for ExternalRequestContext instances.
extractMasterKey(byte[]) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
The HKDF "extract" phase that generates a master key from some input key material.
extractMasterKey(byte[], byte[]) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
The HKDF "extract" phase that generates a master key from some input key material.
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 

F

F_ERROR - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The name of the field which communicates the error code.
F_ERROR_DESCRIPTION - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The name of the field which communicates the error description.
F_ERROR_URI - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The name of the field which communicates the error uri.
F_REALM - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The name of the field which communicates the realm.
F_SCOPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The name of the field which communicates the scope.
FacebookClient - Class in org.forgerock.oauth.clients.facebook
OAuth 2.0 Client Implementation that supports Facebook.
FacebookClient(Handler, FacebookClientConfiguration, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.facebook.FacebookClient
Constructs an FacebookClient using a provided Handler and FacebookClientConfiguration.
facebookClientConfiguration() - Static method in class org.forgerock.oauth.clients.facebook.FacebookClientConfiguration
Creates a new builder for FacebookClientConfiguration.
FacebookClientConfiguration - Class in org.forgerock.oauth.clients.facebook
Configuration used for Facebook Client Implementation.
FacebookClientConfiguration.Builder - Class in org.forgerock.oauth.clients.facebook
Builder used to create FacebookClientConfiguration instance.
FACTORIES - Static variable in class org.forgerock.http.header.HeaderFactory
A map of header names to known HeaderFactory implementations.
factory - Variable in class org.forgerock.util.LazyList
Factory to create the instance of the list to expose.
factory - Variable in class org.forgerock.util.LazyMap
Factory to create the instance of the map to expose.
Factory<T> - Interface in org.forgerock.util
A factory interface.
Factory() - Constructor for class org.forgerock.http.header.AuthorizationHeader.Factory
 
FAIL_FAST - Static variable in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
A handler which terminates processing by throwing a DecodeException as soon as a change is rejected.
FAIL_FAST - Static variable in interface org.forgerock.opendj.ldif.RejectedLdifListener
The default handler which ignores skipped records but which terminates processing by throwing a DecodeException as soon as a record is found to be malformed or rejected due to a schema validation failure.
FailableInputStream - Class in org.forgerock.http.io
Wraps an existing InputStream, supporting a failed state that is checked before and after each operation.
FailableInputStream(InputStream) - Constructor for class org.forgerock.http.io.FailableInputStream
Constructs a new FailableInputStream.
FAILED - Static variable in class com.sun.identity.authentication.AuthContext.Status
The FAILED indicates that the login process has failed.
FailedToLoadJWKException - Exception in org.forgerock.json.jose.exceptions
Unable to load the JWK/x5u location points.
FailedToLoadJWKException() - Constructor for exception org.forgerock.json.jose.exceptions.FailedToLoadJWKException
Construct the exception.
FailedToLoadJWKException(String) - Constructor for exception org.forgerock.json.jose.exceptions.FailedToLoadJWKException
Construct the exception with the given message.
FailedToLoadJWKException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.FailedToLoadJWKException
Construct the exception with the given message and cause.
FailedToLoadJWKException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.FailedToLoadJWKException
Construct the exception with the given cause.
FailoverLdapClient(List<LdapClient>) - Constructor for class org.forgerock.openam.ldap.LDAPUtils.FailoverLdapClient
Constructor.
FAILURE_URL - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The post authentication failure URL.
failureHandler(Handler) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Add a handler which will be responsible of creating a response in case of missing/wrong CSRF token.
FallbackAuthContext - Class in org.forgerock.caf.authentication.framework
An AsyncServerAuthContext which manages a List of AsyncServerAuthModules that are in a desired order of preference for authenticating incoming request messages.
FallbackAuthContext(Logger, List<AsyncServerAuthModule>) - Constructor for class org.forgerock.caf.authentication.framework.FallbackAuthContext
Creates a new FallbackAuthContext managing the provided AsyncServerAuthModules.
FallbackJwtCryptographyHandler - Class in org.forgerock.jaspi.modules.session.jwt
A cryptography handler that tries multiple JwtCryptographyHandlers in turn for decryption.
FallbackJwtCryptographyHandler(JwtCryptographyHandler, JwtCryptographyHandler) - Constructor for class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
Initializes the handler with the given preferred and fallback handlers.
FALSE - org.forgerock.api.enums.CreateSingleton
The created resource is not a singleton.
FALSE - org.forgerock.opendj.ldap.ConditionResult
Indicates that the condition evaluated to false.
FALSE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
False Value String
FALSE - Static variable in class org.forgerock.util.query.QueryFilterOperators
a literal "false.
FALSE_OUTCOME_ID - Static variable in class org.forgerock.openam.auth.node.api.AbstractDecisionNode
false tree outcome.
FATAL_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log SQL error / static public final int SQL_ERROR = 523; /** Other unknown fatal error.
fatalError(Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided root cause.
fatalError(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided message.
fatalError(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided message and root cause.
FAULT_CODE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
FAULT_DETAIL - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
FEDERATE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Http request parameter used to indicate whether the intent is federation or not.
FEDERATION_FAILED_WRITING_ACCOUNT_INFO - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Status code for federation failure due to unable to write account federation info.
FEDLET_ADAPTER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Fedlet adapter implementation class.
FEDLET_ADAPTER_ENV - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Environment (attribute/value pair) for fedlet adapter implementation class.
FedletAdapter - Class in com.sun.identity.saml2.plugins
The FedletAdapter abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
FedletAdapter() - Constructor for class com.sun.identity.saml2.plugins.FedletAdapter
 
field(String, Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON field for inclusion in a JSON object using object.
FIELD_ACTION - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the field which contains the action ID in the JSON representation.
FIELD_ADDITIONAL_PARAMETERS - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the additional query parameters in the JSON representation.
FIELD_CAUSE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the cause message.
FIELD_CODE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the code.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the field which contains the action content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.UpdateRequest
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT_ID - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field in the resource content which contains the resource ID.
FIELD_CONTENT_REVISION - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field in the resource content which contains the resource revision.
FIELD_COUNT_ONLY - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which specifies whether the query request is to return only the count of the results.
FIELD_DETAIL - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the detail.
FIELD_ERROR - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the error in the JSON representation.
FIELD_FIELD - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the field which contains the target field in the JSON representation.
FIELD_FIELDS - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the fields in the JSON representation.
FIELD_FROM - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the source field for copy and move operations.
FIELD_ID - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource ID in the JSON representation.
FIELD_MESSAGE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the message.
FIELD_NEW_RESOURCE_ID - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the field which contains the new resource ID in the JSON representation.
FIELD_OPERATION - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the field which contains the type of patch operation in the JSON representation.
FIELD_PAGE_SIZE - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the page size in the JSON representation.
FIELD_PAGED_RESULTS_COOKIE - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the paged results cookie in the JSON representation.
FIELD_PAGED_RESULTS_COOKIE - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the paged results cookie in the JSON representation.
FIELD_PAGED_RESULTS_OFFSET - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the paged results offset in the JSON representation.
FIELD_PATCH - Static variable in interface org.forgerock.json.resource.PatchRequest
The name of the field which contains the patch content in the JSON representation.
FIELD_PATCH_OPERATIONS - Static variable in interface org.forgerock.json.resource.PatchRequest
The name of the field which contains the patch operations in the JSON representation.
FIELD_QUERY_EXPRESSION - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the query expression in the JSON representation.
FIELD_QUERY_FILTER - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the query filter in the JSON representation.
FIELD_QUERY_ID - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the query ID in the JSON representation.
FIELD_REASON - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the reason.
FIELD_REMAINING_PAGED_RESULTS - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the remaining paged results in the JSON representation.
FIELD_RESOURCE_PATH - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the resource name in the JSON representation.
FIELD_RESULT - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the array of matching resources in the JSON representation.
FIELD_RESULT_COUNT - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the result count in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.DeleteRequest
The name of the field which contains the resource version in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.PatchRequest
The name of the field which contains the resource version in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource version in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.UpdateRequest
The name of the field which contains the resource version in the JSON representation.
FIELD_SORT_KEYS - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the sort keys in the JSON representation.
FIELD_TOTAL_PAGED_RESULTS - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the total paged results in the JSON representation.
FIELD_TOTAL_PAGED_RESULTS_POLICY - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the policy used for calculating the total number of paged results.
FIELD_TOTAL_PAGED_RESULTS_POLICY - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the policy used for calculating the total number of paged results in the JSON representation.
FIELD_VALUE - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the field which contains the operation value in the JSON representation.
FIELD_VALUE_ALL - Static variable in interface org.forgerock.json.resource.Request
The value of the fields request parameter to request all fields.
FIELD_VALUE_ALL_PTR - Static variable in class org.forgerock.json.resource.Resources
JsonPointer used in fields to denote "all fields", i.e., no filtering.
fieldIfNotNull(String, Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON field for inclusion in a JSON object using object only if its value is not null.
fieldMatches(String, String) - Method in interface org.forgerock.selfservice.core.crypto.FieldStorageScheme
Returns true if the supplied plain text field matches the supplied stored field after being encoded and compared, false otherwise.
FieldStorageScheme - Interface in org.forgerock.selfservice.core.crypto
This interface defines a field storage scheme.
file() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a File object.
FILE - Static variable in class com.sun.identity.shared.stats.Stats
Flags the state where all the statistic information is printed to a file
FileBranchingStream - Class in org.forgerock.http.io
A BranchingInputStream for reading from files.
FileBranchingStream(File) - Constructor for class org.forgerock.http.io.FileBranchingStream
Creates a new stream for the specified file.
fileSystemSecretStore(String, Path, PropertyFormat) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Create a FileSystemSecretStore ready to persist in the AnnotatedServiceRegistry.
fillInBasicAuthInfo(JAXBElement<BaseConfigType>, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Fills in basic auth user and password inside the location URL if configuration is done properly
filter(Context, Request, Handler) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter
Authenticates incoming request messages and if successful calls the downstream filter or handler and then secures the returned response.
filter(Context, Request, Handler) - Method in class org.forgerock.http.filter.cors.CorsFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.filter.CsrfFilter
 
filter(Context, Request, Handler) - Method in interface org.forgerock.http.Filter
Filters the request and/or response of an exchange.
filter(Context, Request, Handler) - Method in class org.forgerock.http.filter.OptionsFilter
Handles all OPTION requests to CREST resources, all other request methods are handled by the Handler.
filter(Context, Request, Handler) - Method in class org.forgerock.http.filter.TransactionIdInboundFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.filter.TransactionIdOutboundFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.oauth2.ClientSecretBasicAuthenticationFilter
Deprecated.
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.oauth2.ClientSecretPostAuthenticationFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.oauth2.ResourceServerFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.routing.ResourceApiVersionRoutingFilter
 
Filter - Class in org.forgerock.opendj.ldap
A search filter as defined in RFC 4511.
Filter - Interface in org.forgerock.http
Filters the request and/or response of an HTTP exchange.
Filter - Interface in org.forgerock.json.resource
An interface for implementing request handler filters.
FILTER - org.forgerock.api.enums.QueryType
Query by using filter.
Filter.FilterType - Enum in org.forgerock.opendj.ldap
This enumeration defines the set of possible filter types that may be used for search filters.
filterAction(Context, ActionRequest, RequestHandler) - Method in class org.forgerock.am.iot.ThingsAccessAuditFilter
 
filterAction(Context, ActionRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters an action request.
filterAction(Context, ActionRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterAction(Context, ActionRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterAction(Context, ActionRequest, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
filterAttributes(Predicate<Attribute>) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Registers a predicate which should be applied to attributes selected by this attribute filter.
FilterChain - Class in org.forgerock.json.resource
A chain of filters terminated by a target request handler.
FilterChain(RequestHandler) - Constructor for class org.forgerock.json.resource.FilterChain
Creates an empty filter chain.
FilterChain(RequestHandler, Collection<Filter>) - Constructor for class org.forgerock.json.resource.FilterChain
Creates a filter chain containing the provided list of filters.
FilterChain(RequestHandler, Filter...) - Constructor for class org.forgerock.json.resource.FilterChain
Creates a filter chain containing the provided list of filters.
FilterCondition - Interface in org.forgerock.json.resource
A condition which controls whether or not a filter will be invoked or not.
filterCreate(Context, CreateRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a create request.
filterCreate(Context, CreateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterCreate(Context, CreateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterCreate(Context, CreateRequest, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
filterDelete(Context, DeleteRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a delete request.
filterDelete(Context, DeleteRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterDelete(Context, DeleteRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterDelete(Context, DeleteRequest, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
filtered(Handler, Filter) - Static method in class org.forgerock.http.handler.Handlers
Creates a "filtered handler" instance.
filteredCopyOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns a modifiable filtered copy of the provided entry.
filteredCopyOf(SearchResultEntry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns a modifiable filtered copy of the provided search result entry.
FILTEREDROLE - Static variable in class com.sun.identity.idm.IdType
Identity type of filter role.
filteredViewOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns an unmodifiable filtered view of the provided entry.
filteredViewOf(SearchResultEntry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns an unmodifiable filtered view of the provided search result entry.
filterPatch(Context, PatchRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a patch request.
filterPatch(Context, PatchRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterPatch(Context, PatchRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterPatch(Context, PatchRequest, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a query request.
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
filterRead(Context, ReadRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a read request.
filterRead(Context, ReadRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterRead(Context, ReadRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterRead(Context, ReadRequest, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
filterResource(JsonValue, Collection<JsonPointer>) - Static method in class org.forgerock.json.resource.Resources
Returns a JSON object containing only the specified fields from the provided JSON value.
filterResource(ResourceResponse, Collection<JsonPointer>) - Static method in class org.forgerock.json.resource.Resources
Returns a JSON object containing only the specified fields from the provided resource.
Filters - Class in org.forgerock.http.filter
Utility methods for creating common types of filters.
Filters - Class in org.forgerock.json.resource
This class contains methods for creating various kinds of Filter and FilterConditions.
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters an update request.
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
finalize() - Method in class com.sun.identity.shared.stats.Stats
Flushes and then closes the stats file.
findApplicable(Context, String) - Method in interface org.forgerock.http.filter.cors.CorsPolicyProvider
Returns an optional CORS policy applicable in this context, for the given origin.
FINDING_BASE - org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases in locating the base object of a Search operation, but not when searching subordinates of the base object.
findJwk(String) - Method in class org.forgerock.json.jose.jwk.JWKSet
Search for a JWK that matches the kid.
findJwk(String) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Deprecated.
findJwk(Algorithm, String) - Method in class org.forgerock.json.jose.jwk.JWKSet
Search for a JWK that matches the algorithm and the key usage.
findJwk(Algorithm, String) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Deprecated.
findJwkAsync(String) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Search asynchronously for a JWK that matches the kid.
findJwkAsync(Algorithm, String) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Search asynchronously for a JWK that matches the algorithm and the key usage.
findJwtSessionCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Find a session cookie in the given message info.
firstSocketAddress() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns the first address that his LDAP listener is listening on.
firstValue() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
firstValue() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute.
firstValue() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
firstValueAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute decoded as a UTF-8 string.
FlatFileResolver - Class in org.forgerock.config.resolvers
A PropertyResolver in which each property is stored in its own file in some directory.
FlatFileResolver(Path) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Initializes the resolver with the given root directory and an empty suffix.
FlatFileResolver(Path, String) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Initializes the resolver with the given root directory.
FlatFileResolver(Path, String, DirectoryWatcher) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Initializes the resolver with the given root directory.
FloatValidator - Class in com.sun.identity.sm.validators
 
FloatValidator() - Constructor for class com.sun.identity.sm.validators.FloatValidator
 
FlowableDecoder - Interface in org.forgerock.http.decoder
Decodes an HTTP message entity flow.
flush() - Method in class com.sun.identity.log.Logger
Deprecated.
Writes all the buffered log records.
flush() - Method in class org.forgerock.opendj.io.Asn1Writer
Flushes this ASN.1 writer so that any buffered elements are written immediately to their intended destination.
flush() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Flushes this change record writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Connection change record writers do not require flushing, so this method has no effect.
flush() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Connection entry writers do not require flushing, so this method has no effect.
flush() - Method in interface org.forgerock.opendj.ldif.EntryWriter
Flushes this entry writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
flush() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
FORBIDDEN - org.forgerock.api.commons.CommonsApi.Errors
The "forbidden" error.
FORBIDDEN - Static variable in class org.forgerock.http.protocol.Status
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it.
FORBIDDEN - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource understood the request, but is refusing to fulfill it.
FORBIDDEN_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.FORBIDDEN in an API Description.
ForbiddenException - Exception in org.forgerock.json.resource
An exception that is thrown when access to a resource is forbidden during an operation on an resource.
ForbiddenException() - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with null as its detail message.
ForbiddenException(String) - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with the specified detail message.
ForbiddenException(String, Throwable) - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with the specified detail message and cause.
ForbiddenException(Throwable) - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with the specified cause.
forbiddenHandler() - Static method in class org.forgerock.http.handler.Handlers
A common HTTP Framework Handler responding 403 Forbidden.
FORCE_AUTHN - Static variable in class org.forgerock.am.saml2.api.Saml2Options
Whether the IDP should force re-authentication of the user.
FORCEAUTHN - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for forceAuthn attribute
forCipherConstant(int) - Static method in enum org.forgerock.secrets.keys.KeyType
Converts an integer key type constant from the Cipher class into an equivalent KeyType enum value.
forDefaultCaveats(Instant) - Static method in class org.forgerock.macaroons.JsonCaveatVerifier
Constructs a caveat verifier that will verify a set of standard caveats: "exp": time - checks that the current time is less than the given time.
forDefaultCaveats(Instant, Duration) - Static method in class org.forgerock.macaroons.JsonCaveatVerifier
Constructs a caveat verifier that will verify a set of standard caveats: "exp": time - checks that the current time is less than the given time.
FORGEROCK_WRITABLE_REPLICA - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
ForgeRock specific: updates from the replica are allowed.
ForgottenPasswordBuilder() - Constructor for class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Constructs a new builder.
ForgottenPasswordConsoleConfig - Class in org.forgerock.openam.selfservice.config.beans
Represents forgotten password console configuration.
ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder - Class in org.forgerock.openam.selfservice.config.beans
ForgottenUsernameBuilder() - Constructor for class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Constructs a new forgotten username builder.
ForgottenUsernameConsoleConfig - Class in org.forgerock.openam.selfservice.config.beans
Represents forgotten username console configuration.
ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder - Class in org.forgerock.openam.selfservice.config.beans
forKey(Key) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the standard curve that matches the given (private or public) key.
forKey(Key, String) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the standard curve that matches the given (private or public) key.
forKeyType(Class<? extends CryptoKey>) - Static method in enum org.forgerock.secrets.keys.KeyUsage
Returns the set of all key usages that are applicable to the given key type.
Form - Class in org.forgerock.http.protocol
Form fields, a case-sensitive multi-string-valued map.
Form() - Constructor for class org.forgerock.http.protocol.Form
Constructs a new, empty form object.
FORM_ENCODING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
FORM encoding
FORM_POST - org.forgerock.oauth.clients.oauth2.ResponseMode
Defines the response mode to be form_post.
format(String, Object...) - Static method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path using the provided path template and unencoded path elements.
format(String, Object...) - Static method in class org.forgerock.opendj.ldap.Dn
Creates a new DN using the provided DN template and unescaped attribute values using the default schema.
format(String, Object...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new filter using the provided filter template and unescaped assertion values.
format(String, Schema, Object...) - Static method in class org.forgerock.opendj.ldap.Dn
Creates a new DN using the provided DN template and unescaped attribute values using the provided schema.
Format - Annotation Type in org.forgerock.api.annotations
Annotation to mark a JSON Schema property's format field.
formatDate(Date) - Static method in class org.forgerock.http.header.HeaderUtil
Formats a HTTP-date using RFC 1123 format as specified in RFC 2616.
formatMapping(Function<Purpose<?>, Optional<SecretDecoder>>) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Specifies a SecretDecoder to use to decode data returned by Secret Manager.
formatMessage(String, Object) - Static method in class com.sun.identity.shared.locale.Locale
Formats messages using MessageFormat Class.
formatMessage(String, Object[]) - Static method in class com.sun.identity.shared.locale.Locale
Formats to format messages using MessageFormat Class.
FORMATTER - Static variable in class com.sun.identity.log.LogManager
Deprecated.
The formatter which depends on the log settings
formatTo(Formatter, int, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Formats this message using the provided Formatter.
formatToRFC(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts a DN String to a RFC format and lowers case.
forMaxAge(Duration) - Static method in class org.forgerock.json.resource.ResponseCacheControl
Returns a cache control that will allow caching until the given maximum age.
forMaxAgeSeconds(long) - Static method in class org.forgerock.json.resource.ResponseCacheControl
Returns a cache control that will allow caching until the given maximum age (in seconds).
formDecodeParameterNameOrValue(String) - Static method in class org.forgerock.http.util.Uris
Decodes the provided form encoded parameter name or value as per application/x-www-form-urlencoded.
formEncodeParameterNameOrValue(String) - Static method in class org.forgerock.http.util.Uris
Form encodes the provided parameter name or value as per application/x-www-form-urlencoded.
forName(String) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns the curve parameters for the given standard curve name (crv claim in a JWK).
forSignature(byte[]) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the supported curve parameters for the given ECDSA signature.
forSignature(byte[], JwsAlgorithmType) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the supported curve parameters for the given signature.
forSigning(byte[]) - Static method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Deprecated.
Initialises a signing handler for signing.
forSigning(PrivateKey) - Static method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Deprecated.
Initialises a signing handler for signing.
forVerification(byte[]) - Static method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Deprecated.
Initialises a signing handler for verification.
forVerification(PublicKey) - Static method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Deprecated.
Initialises a signing handler for verification.
ForwardedHeader - Class in org.forgerock.http.header
A Header representation of the Forwarded HTTP header.
ForwardedHeader() - Constructor for class org.forgerock.http.header.ForwardedHeader
 
ForwardedHeader.Hop - Class in org.forgerock.http.header
This class represents a request's hop detail.
forWebCryptoName(String) - Static method in enum org.forgerock.secrets.keys.KeyUsage
Converts a Web Crypto/JWK key operation name into the equivalent key usage constant.
FOUND - Static variable in class org.forgerock.http.protocol.Status
The 302 (Found) status code indicates that the target resource resides temporarily under a different URI.
FR_CORE_TOKEN - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
 
FROM_CONTEXT - org.forgerock.api.enums.CreateSingleton
Derive the singleton from the usage context.
FROM_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "from" attribute of a patch entry.
fromAnnotatedType(Class<?>, ApiDescription, SubResources) - Static method in class org.forgerock.api.models.Items
Build an Items from an annotated request handler.
fromAnnotatedType(Class<?>, Resource.AnnotatedTypeVariant, ApiDescription) - Static method in class org.forgerock.api.models.Resource
Build a Resource from an annotated request handler.
fromAnnotatedType(Class<?>, Resource.AnnotatedTypeVariant, Items, ApiDescription, Parameter...) - Static method in class org.forgerock.api.models.Resource
Build a Resource from an annotated request handler.
fromAnnotatedType(Class<?>, Resource.AnnotatedTypeVariant, SubResources, ApiDescription, Parameter...) - Static method in class org.forgerock.api.models.Resource
Build a Resource from an annotated request handler.
fromAnnotation(Class<?>, Parameter) - Static method in class org.forgerock.api.models.Parameter
Builds a Parameter object from the data in the annotation.
fromAnnotation(Action, Method, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Action
Builds an Action object using the data in the annotation.
fromAnnotation(ApiError, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.ApiError
Builds an ApiError object from the data in the annotation.
fromAnnotation(Create, boolean, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Create
Builds a Create object from the data in the annotation.
fromAnnotation(Delete, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Delete
Builds a Delete object from the data in the Delete annotation.
fromAnnotation(Patch, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Patch
Builds a Patch object from the data stored in the annotation.
fromAnnotation(Query, Method, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Query
Builds a Query object from the data stored in the annotation.
fromAnnotation(Read, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Read
Builds a Read object from the data in the read annotation.
fromAnnotation(Schema, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Schema
Builds Schema object from the data in the annotation parameter.
fromAnnotation(Update, ApiDescription, Class<?>) - Static method in class org.forgerock.api.models.Update
Builds an Update object from the data stored in the annotation.
fromCertificate(Certificate) - Static method in enum org.forgerock.secrets.keys.KeyUsage
Determines what usages are allowed for a public key based on the associated certificate.
fromFormString(String) - Method in class org.forgerock.http.protocol.Form
Parses a form URL-encoded string containing form parameters and stores them in this object.
fromIntDate(long) - Static method in class org.forgerock.json.jose.utils.IntDate
Converts an IntDate into a Java Date object.
fromJson(JsonValue) - Static method in class org.forgerock.openam.sts.config.user.SAML2Config
Creates a SAML2Config object from a JsonValue representation
fromJson(JsonValue) - Static method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
Constructs a ProofTokenState from the specified JsonValue representation.
fromLDAPAttribute(String) - Static method in enum org.forgerock.am.cts.api.tokens.CoreTokenField
Convert the field name into a CoreTokenField enumeration.
fromQueryString(String) - Method in class org.forgerock.http.protocol.Form
Parses a URL-encoded query string containing form parameters and stores them in this object.
fromRequestEntity(Request) - Method in class org.forgerock.http.protocol.Form
Deprecated.
Because Entity content should be read asynchronously. Instead retrieve the Form with Entity.getFormAsync().
fromRequestQuery(Request) - Method in class org.forgerock.http.protocol.Form
Parses the query parameters of a request and stores them in this object.
fromSmsJson(JsonValue) - Static method in class org.forgerock.openam.sts.config.user.SAML2Config
Creates a SAML2Config object from a SMS JsonValue representation
fromString(String) - Method in class org.forgerock.http.protocol.Form
Deprecated.
fromToken(Token) - Method in interface org.forgerock.am.cts.adapters.JavaBeanAdapter
 
fromToken(Token) - Method in interface org.forgerock.am.cts.adapters.TokenAdapter
 
fromType() - Method in annotation type org.forgerock.api.annotations.Schema
The type to produce the schema from.
fromUTF8(String) - Method in class org.forgerock.am.cts.utils.blob.TokenBlobUtils
Convert the String contents into an encoded binary representation.
fromX509KeyUsageBits(boolean[]) - Static method in enum org.forgerock.secrets.keys.KeyUsage
Converts an X.509 KeyUsage bit vector into a corresponding set of usage values.
FULFILL_ON - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for FulfillOn
Function<VIN,​VOUT,​E extends Exception> - Interface in org.forgerock.util
A synchronous function which returns a result immediately.
Functions - Class in org.forgerock.opendj.ldap
Common Function implementations which may be used when parsing attributes.

G

GATEWAY_TIMEOUT - org.forgerock.api.commons.CommonsApi.Errors
The "gateway timeout" error.
GATEWAY_TIMEOUT - Static variable in class org.forgerock.http.protocol.Status
The 504 (Gateway Timeout) status code indicates that the server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.
GATEWAY_TIMEOUT_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.GATEWAY_TIMEOUT in an API Description.
gatherHttpContentsAsync(URL) - Method in class org.forgerock.json.jose.jwk.JWKSetParser
Uses the Client to gather HTTP information.
gatherInitialRequirements(ProcessContext) - Method in class org.forgerock.selfservice.core.ProgressStageBinding
Response for defining any initial requirements the bound stage may have.
gatherInitialRequirements(ProcessContext, C) - Method in interface org.forgerock.selfservice.core.ProgressStage
Response for defining any initial requirements the stage may have.
gatherInitialRequirements(ProcessContext, CaptchaStageConfig) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStage
 
gatherInitialRequirements(ProcessContext, RetrieveEmailConfig) - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailStage
 
gatherInitialRequirements(ProcessContext, VerifyEmailAccountConfig) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
 
gatherInitialRequirements(ProcessContext, SecurityAnswerDefinitionConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
 
gatherInitialRequirements(ProcessContext, SecurityAnswerVerificationConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
 
gatherInitialRequirements(ProcessContext, ParametersConfig) - Method in class org.forgerock.selfservice.stages.parameters.ParametersStage
 
gatherInitialRequirements(ProcessContext, UserRegistrationConfig) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationStage
 
gatherInitialRequirements(ProcessContext, ResetStageConfig) - Method in class org.forgerock.selfservice.stages.reset.ResetStage
 
gatherInitialRequirements(ProcessContext, EmailUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameStage
 
gatherInitialRequirements(ProcessContext, RetrieveUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameStage
 
gatherInitialRequirements(ProcessContext, UserDetailsConfig) - Method in class org.forgerock.selfservice.stages.user.UserDetailsStage
 
gatherInitialRequirements(ProcessContext, UserQueryConfig) - Method in class org.forgerock.selfservice.stages.user.UserQueryStage
 
gatherInitialRequirements(ProcessContext, ValidateActiveAccountConfig) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountStage
 
GE - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Greater Than or Equal Relationship.
GeneralizedTime - Class in org.forgerock.opendj.ldap
An LDAP generalized time as defined in RFC 4517.
generate() - Method in interface org.forgerock.util.generator.IdGenerator
Returns a new globally unique identifier.
generate() - Method in class org.forgerock.util.generator.IdGenerator.SequenceUuidIdGenerator
 
generate(JsonValue) - Method in class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
Deprecated.
 
generate(JsonValue) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler
 
generate(JsonValue) - Method in interface org.forgerock.tokenhandler.TokenHandler
Generates a new token using the state.
generateCode(OAuth2ProviderConfig.UserCodeCharacterSet, int) - Method in interface org.forgerock.oauth2.core.plugins.UserCodeGenerator
Generate a Device Authentication User Code.
generateCode(CodeGeneratorSource, int) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a code of the supplied length, using the provided alphabet as its source of random characters.
generateCodes(int, CodeGeneratorSource, boolean) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generate a set of codes using the provided alphabet of the default length.
generateCodes(int, CodeGeneratorSource, int, boolean) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generate a set of codes using the provided alphabet of the provided length.
generateDelimitedCode(CodeGeneratorSource, char, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a code of the supplied length, using the provided alphabet as its source of random characters.
generateDelimitedCodes(int, CodeGeneratorSource, char, boolean, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a code of the supplied length, using the provided alphabet as its source of random characters.
generateDelimitedCodesWithSpecifics(int, CodeGeneratorSource, char, Map<Integer, Character>, boolean, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a code of the supplied length, using the provided alphabet as its source of random characters.
generateDelimitedCodeWithSpecifics(CodeGeneratorSource, char, Map<Integer, Character>, int...) - Method in class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a code of the supplied length, using the provided alphabet as its source of random characters.
generateDeploymentId(char[]) - Static method in class org.forgerock.opendj.security.DeploymentId
Generates a new deployment ID whose root CA certificate will be valid from now for ten years.
generateDeploymentId(char[], Instant, Duration) - Static method in class org.forgerock.opendj.security.DeploymentId
Generates a new deployment ID whose root CA certificate will be valid from notBefore for the provided duration rounded down to days.
generateHeader(Cookie) - Method in class org.forgerock.caf.http.SetCookieSupport
Method added to support transforming javax.servlet.http.Cookie instances into the String format needed by the AdviceContext.
generateID() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Generates ID.
generateInitialisationVector() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
 
generateInitialisationVector() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
 
generateInitialisationVector() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
 
generateInitialisationVector() - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
Generates a random JWE Initialisation Vector of the correct size for the encryption algorithm, if the EncryptionHandler JweAlgorithm does not required an initialisation vector then the initialisation vector will be an empty octet sequence.
generateInitialisationVector() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Generates a random JWE Initialisation Vector of the correct size for the encryption algorithm.
generateJWEEncryptedKey(Key, Key) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
 
generateJWEEncryptedKey(Key, Key) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
 
generateJWEEncryptedKey(Key, Key) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
generateJWEEncryptedKey(Key, Key) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Generates the JWE Encrypted Key by encrypting the Content Encryption Key (CEK) using the JweAlgorithm RSAES_PCKCS1_V1_5.
generateJWEEncryptedKey(Key, Key, JweHeader) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
 
generateJWEEncryptedKey(Key, Key, JweHeader) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
Generates the Content Encryption Key (CEK) following the appropriate steps defined by the EncryptionHandler JweAlgorithm.
generateKey() - Static method in class org.forgerock.macaroons.Macaroon
Generates a random macaroon key.
generateKeyPair(SupportedEllipticCurve) - Static method in class org.forgerock.json.jose.jwk.OkpJWK
Generates a fresh OKP JWK with both public and private claims on the given curve.
generateMessageHandle() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Generates message handle used in an Artifact.
generateSslKeyPair(Dn, Collection<String>) - Method in class org.forgerock.opendj.security.DeploymentId
Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.
generateSslKeyPair(Dn, Collection<String>, Instant, Duration) - Method in class org.forgerock.opendj.security.DeploymentId
Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.
generateSslKeyPairForWritableReplica(Dn, Collection<String>, Instant, Duration) - Method in class org.forgerock.opendj.security.DeploymentId
Generates an SSL private key and an SSL certificate, same as DeploymentId.generateSslKeyPair(Dn, Collection, Instant, Duration), but the ExtendedKeyUsage extension has an additional ForgeRock defined usage for recognizing replicas allowed to send updates.
generateTokenId(String) - Method in interface org.forgerock.am.cts.api.tokens.TokenIdGenerator
The method should generate a new token ID if the existing one is null.
generateUserIDs(String, Map, int) - Method in interface com.sun.identity.authentication.spi.UserIDGenerator
Generates a set of user IDs.
GENERIC - org.forgerock.am.cts.api.tokens.TokenType
Generatic token type.
GenericControl - Class in org.forgerock.opendj.ldap.controls
A generic control which can be used to represent arbitrary raw request and response controls.
GenericExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
A generic Extended request which should be used for unsupported extended operations.
GenericExtendedResult - Interface in org.forgerock.opendj.ldap.messages
A Generic Extended result indicates the final status of an Generic Extended operation.
GenericHeader - Class in org.forgerock.http.header
An undecoded HTTP message header.
GenericHeader(String, String) - Constructor for class org.forgerock.http.header.GenericHeader
Constructs a new header with the provided name and value.
GenericHeader(String, List<String>) - Constructor for class org.forgerock.http.header.GenericHeader
Constructs a new header with the provided name and values.
GenericIntermediateResponse - Interface in org.forgerock.opendj.ldap.messages
A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.
GenericOpenIdResolver<J extends Jwt> - Interface in org.forgerock.oauth.resolvers
Validation of Open ID Connect JWTs via verification of their internals (issuer, audience, signature, etc.).
GenericRsaPssSignature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.GenericRsaPssSignature
 
GenericSecret - Class in org.forgerock.secrets
A generic secret represented as an opaque blob of bytes, such as a password or API key.
GenericSecret(SecretBuilder) - Constructor for class org.forgerock.secrets.GenericSecret
Constructs a generic secret with the given stable identifier and secret data.
get() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
Creates a localizable message.
get() - Method in class org.forgerock.secrets.SecretReference
Gets the current active secret object, refreshing it if necessary.
get() - Method in class org.forgerock.util.LazySupplier
Supplies a value and caches it, ensuring the same value is returned on subsequent calls.
get() - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for this Promise to complete, and then returns the result if it completed successfully, or throws an ExecutionException containing the cause of the failure.
get() - Method in class org.forgerock.util.promise.PromiseImpl
 
get() - Method in interface org.forgerock.util.Supplier
Supply a value.
get(int) - Method in class org.forgerock.json.JsonPointer
Returns the reference token at the specified position.
get(int) - Method in class org.forgerock.json.JsonValue
Returns the specified child value.
get(int) - Method in class org.forgerock.json.resource.ResourcePath
Returns the path element at the specified position in this resource path.
get(int) - Method in class org.forgerock.util.LazyList
Returns the element at the specified position in this list.
get(int) - Method in class org.forgerock.util.ListDecorator
Returns the element at the specified position in this list.
get(int) - Method in class org.forgerock.util.promise.Promises.Results
Returns the result stored at the index i.
get(long, TimeUnit) - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for at most the given time for this Promise to complete, and then returns the result if it completed successfully, or throws an ExecutionException containing the cause of the failure.
get(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
get(SSOToken, SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AuthzDecisionStatementsProvider
 
get(SSOToken, SAML2Config, AttributeMapper) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AttributeStatementsProvider
Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.
get(Class<? extends ProgressStage<StageConfig>>) - Method in interface org.forgerock.selfservice.core.ProgressStageProvider
Given the progress stage class retrieves a corresponding instance of the class.
get(Class<H>) - Method in class org.forgerock.http.protocol.Headers
Returns the specified Header or {code null} if the header is not included in the message.
get(Object) - Method in class org.forgerock.http.protocol.Headers
Rich-type friendly get method.
get(Object) - Method in class org.forgerock.http.protocol.RequestCookies
 
get(Object) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
get(Object) - Method in class org.forgerock.util.LazyMap
Returns the value to which the specified key is mapped, or null if the map contains no mapping for the key.
get(Object) - Method in class org.forgerock.util.MapDecorator
Returns the value to which the specified key is mapped, or null if the map contains no mapping for the key.
get(Object...) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(String) - Static method in class com.iplanet.am.util.SystemProperties
This method lets you query for a system property whose value is same as String key.
get(String) - Method in class org.forgerock.api.models.Definitions
Gets the Schema for a given Schema-name.
get(String) - Method in class org.forgerock.api.models.Errors
Gets the ApiError for a given ApiError-name.
get(String) - Method in class org.forgerock.api.models.Paths
Gets the Path for a given Path-name.
get(String) - Method in class org.forgerock.api.models.Services
Gets the Resource for a given service-name.
get(String) - Method in class org.forgerock.api.models.SubResources
Gets the Resource for a given sub-resource name.
get(String) - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Returns the specified item value.
get(String) - Method in class org.forgerock.json.jose.jwt.JWObject
Returns the specified item value.
get(String) - Method in class org.forgerock.json.JsonValue
Returns the specified item value.
get(String) - Method in class org.forgerock.openam.auth.node.api.NodeState
Gets the value for the given key from the state.
get(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a deep copy of the named entry contained in this memory backend, or null if it does not exist.
get(String) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
Returns the named key store object from the cache if present, or null if the object is not present or has been removed.
get(String) - Method in class org.forgerock.services.context.AbstractContext
 
get(String) - Method in interface org.forgerock.services.context.Context
Returns an Optional containing the first context in the chain whose context name matches the provided name, or an empty Optional if none is present.
get(String, String) - Static method in class com.iplanet.am.util.SystemProperties
This method lets you query for a system property whose value is same as String key.
get(String, String, SAML2Config, SAML2SubjectConfirmation, Date, ProofTokenState) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.SubjectProvider
Called to obtain the Subject instance to be included in the generated SAML2 assertion
get(K) - Method in interface org.forgerock.guava.common.collect.ListMultimap
Deprecated.
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns a view collection of the values associated with key in this multimap, if any.
get(K, Function<K, V>) - Method in class org.forgerock.util.NonExpiringCache
Gets the object from the cache for the given key, or computes the value from calculation function and inserts the calculated value into the map.
get(AuthorizationContext) - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
Gets this attribute from the given authorization context.
get(Version) - Method in class org.forgerock.api.models.VersionedPath
Gets the Resource for a given version.
get(JsonPointer) - Method in class org.forgerock.json.JsonValue
Returns the specified child value with a pointer, relative to this value as root.
get(SAML2Config, String) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AuthenticationStatementsProvider
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.
get(SAML2Config, Date, SAML2SubjectConfirmation) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.ConditionsProvider
Called to obtain the Conditions instance to be included in the generated SAML2 assertion
get(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a deep copy of the named entry contained in this memory backend, or null if it does not exist.
get(Purpose<T>) - Method in class org.forgerock.openam.secrets.SecretsReferenceProvider
Get the reference for the secrets that fulfil the purpose.
get(SnapshotTokenConfig) - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenHandlerFactory
Given the token type, provide a token handler instance.
get(Option<T>) - Method in class org.forgerock.util.Options
Returns the value associated with the provided option, or its default value if the option has not been configured.
get(T1) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
GET_COMPLETE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
get75thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 75th percentile execution time.
get90thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 90th percentile execution time.
get95thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 95th percentile execution time.
get98thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 98th percentile execution time.
get99Point99thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 99.99th percentile execution time.
get99Point9thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 99.9th percentile execution time.
get99thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The 99th percentile execution time.
getAcceptedIssuers() - Method in class org.forgerock.secrets.SecretsTrustManager
 
getAccessToken() - Method in class org.forgerock.am.oauth2.AccessTokenResponse
Gets the non-null access token.
getAccessToken() - Method in class org.forgerock.http.oauth2.OAuth2Context
Returns the access token associated with this OAuth2 context.
getAccessToken(JsonValue) - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Retrieves an access token from a JsonValue.
getAccessTokenInfo(Context, String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Retrieves the access token information as a JsonValue.
getAccountObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the account Object Class which has the OID 0.9.2342.19200300.100.4.5.
getAccountStatusField() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Gets the field name for the account status.
getAcrValues() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the acr values.
getAction() - Method in class com.sun.identity.saml.assertion.Action
Gets the action string
getAction() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns the action(s) from AuthorizationStatement.
getAction() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Returns the Action(s) of the statement.
getAction() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Returns the instance of Action element
getAction() - Method in interface com.sun.identity.xacml.context.Request
Returns the instance of Action
getAction() - Method in interface org.forgerock.json.resource.ActionRequest
Returns the ID of the action to be performed by this action request.
getActionAsEnum(Class<T>) - Method in interface org.forgerock.json.resource.ActionRequest
Returns the ID of the action to be performed by this action request as a enum constant of the specified enum type.
getActionDecisions() - Method in class com.sun.identity.policy.PolicyDecision
Deprecated.
Gets the Map of action decisions associated with this policy decision.
getActionHandlers(GetAccessTokenActionHandler, GetUserCodeActionHandler, GetUserTokenActionHandler, IntrospectTokenActionHandler) - Method in class org.forgerock.am.iot.IotGuiceModule
 
getActionName() - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Gets the name of the action
getActionNames() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns the action names that have been set for the rule.
getActions() - Method in class com.sun.identity.security.ISSecurityPermission
 
getActions() - Method in class org.forgerock.api.models.Items
Getter of actions.
getActions() - Method in class org.forgerock.api.models.Resource
Getter of actions.
getActionSuccessDetail(ActionRequest, ActionResponse) - Method in class org.forgerock.am.iot.ThingsAccessAuditFilter
 
getActionValue(String) - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getActionValues() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns a Map of all action names and their corresponding action values that have been set in the rule.
getActionValues() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getActionValues(String) - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns a set of action values that have been set for the specified action name.
getActionValues(String) - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getActive(Purpose<S>) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getActive(Purpose<S>) - Method in interface org.forgerock.secrets.SecretStore
Returns the active secret for the given purpose.
getActive(Purpose<S>) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getActiveSecret(DefaultingPurpose<S>, String) - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
Get the active secret for a DefaultingPurpose.
getActiveSecret(Purpose<S>) - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
 
getActiveSecret(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Gets the currently active secret for the given purpose.
getActor() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns value of actor attribute.
getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Returns value of actor attribute.
getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Returns value of actor attribute.
getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Returns value of actor attribute.
getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Returns value of actor attribute.
getActor() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Returns value of actor attribute.
getActor() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns value of actor attribute.
getActor() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Returns value of actor attribute.
getAdditionalInfo() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of additional information
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.ActionRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.CreateRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.PatchRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.QueryRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.ReadRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.Request
Returns the additional parameter which should be used to control the behavior of this action request.
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
getAdditionalParameters() - Method in class org.forgerock.http.header.ContentTypeHeader
Deprecated.
getAdditionalParameters() - Method in interface org.forgerock.json.resource.ActionRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.CreateRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.PatchRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.QueryRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.ReadRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.Request
Returns the additional parameters which should be used to control the behavior of this action request.
getAdditionalParameters() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getAddress() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns the network address/location from which an attesting entity can present the assertion
getAddress() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Returns the value of the Address attribute.
getAdminDN() - Static method in class com.iplanet.am.util.AdminUtils
Returns the DN of the Top Level Administrator.
getAdminPassword() - Static method in class com.iplanet.am.util.AdminUtils
Returns the password of the Top Level Administrator.
getAdvice() - Method in class com.sun.identity.entitlement.ConditionDecision
Advices associated with this ConditionDecision.
getAdvice() - Method in class com.sun.identity.saml.assertion.Assertion
Returns the advice of an assertion.
getAdvice() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the advice of the assertion
getAdvices() - Method in class com.sun.identity.entitlement.SubjectDecision
Advices associated with this SubjectDecision.
getAdvices() - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Returns a Map of advices associated with this object.
getAdvices() - Method in class com.sun.identity.policy.ConditionDecision
Deprecated.
Gets advices associated with this object
getAdvices() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getAdvices() - Method in class org.forgerock.json.resource.AdviceContext
Returns the advices contained within this context.
getAfterCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the number of entries after the target entry to be included in the search results.
getAgent() - Method in class org.forgerock.http.header.Warning
Gets the warning's agent name.
getAgreementPartyUInfo() - Method in class org.forgerock.json.jose.jwe.JweHeader
Gets the Agreement PartyUInfo header parameter for this JWE.
getAgreementPartyVInfo() - Method in class org.forgerock.json.jose.jwe.JweHeader
Gets the Agreement PartyVInfo header parameter for this JWE.
getAlgorithm() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
 
getAlgorithm() - Method in class org.forgerock.json.jose.jwe.JweHeader
Gets the Algorithm set in the JWT header.
getAlgorithm() - Method in class org.forgerock.json.jose.jwk.JWK
Deprecated.
getAlgorithm() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
 
getAlgorithm() - Method in class org.forgerock.json.jose.jws.JwsHeader
Gets the Algorithm set in the JWT header.
getAlgorithm() - Method in interface org.forgerock.json.jose.jwt.Algorithm
Gets the actual name of the algorithm that is understood by Java cryptographic operations.
getAlgorithm() - Method in class org.forgerock.json.jose.jwt.JwtHeader
Gets the Algorithm set in the JWT header.
getAlgorithm() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsKey
 
getAlgorithm(String) - Static method in class org.forgerock.json.jose.jwk.JWK
Get the algorithm corresponding.
getAlgorithmString() - Method in class org.forgerock.json.jose.jwt.JwtHeader
Gets the string representation of the Algorithm set in the JWT header.
getAlgorithmType() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Gets the JweAlgorithmType of the JweAlgorithm.
getAlgorithmType() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Gets the JwsAlgorithmType of the JwsAlgorithm.
getAlias() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the alias that this key is stored using in the keystore.
getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the aliasedObjectName Attribute Type which has the OID 2.5.4.1.
getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the alias Object Class which has the OID 2.5.6.1.
getAll() - Static method in class com.iplanet.am.util.SystemProperties
This method lets you get all the properties defined and their values.
getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a collection containing all of the entries in this memory backend.
getAll(String) - Method in class org.forgerock.http.protocol.Headers
Gets all the values of the header, or an empty list if the header doesn't exist.
getAllAttributes() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getAllAttributes() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all of the attributes in this entry.
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
 
getAllAttributeSchema() - Method in class com.sun.identity.sm.ServiceSchema
 
getAllCallbacks() - Method in class org.forgerock.openam.auth.node.api.TreeContext
Gets all the callbacks sent in the request.
getAllClaims() - Method in class org.forgerock.oauth.clients.oidc.Claims
Gets all the claims for userinfo, id_token and custom claims, as an unmodifiable map.
getAllConfigurationNames(String) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Returns all service configuration name for this components.
getAllFields() - Method in class com.sun.identity.log.LogManager
Deprecated.
Return the array of all LogRecord fields available for selection.
getAllowedAlgorithms() - Method in class org.forgerock.secrets.SecretBuilder
Returns a predicate that can be used to test whether a given algorithm can be used with this key.
getAllowedIdOperations(IdType) - Method in class com.sun.identity.idm.AMIdentityRepository
 
getAllowedKeyUsages() - Method in class org.forgerock.secrets.SecretBuilder
The allowed key usages of this key.
getAllValidFields(Class) - Static method in interface org.forgerock.am.cts.utils.blob.strategies.AttributeCompressionStrategy
Examines the class using reflection for all declared fields which are suitable for serialisation.
getAlternativeServers() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of URIs referring to alternative Directory Servers that may be contacted when the Directory Server becomes unavailable.
getAltServerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the altServer Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.6.
getAny() - Method in interface com.sun.identity.saml2.protocol.ArtifactResponse
Gets the any element of the response.
getAny() - Method in interface com.sun.identity.saml2.protocol.Extensions
Returns the list of Extensions object.
getAny() - Method in interface com.sun.identity.saml2.protocol.StatusDetail
Returns the value of the Any property.
getAny() - Method in class com.sun.identity.sm.AttributeSchema
Method to get service specific attributes.
getAnyAttribute() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the anyAttribute of the attribute.
getApiErrors() - Method in class org.forgerock.api.models.Operation
Getter of the error array.
getApiId() - Method in interface org.forgerock.json.resource.CrestApplication
Get the API ID, that will be used in the ApiDescription.
getApiProducer() - Method in interface org.forgerock.http.DescribedHttpApplication
Provides the OpenAPI descriptor producer with which to produce the API.
getApiVersion() - Method in interface org.forgerock.json.resource.CrestApplication
Get the API Version, that will be used in the ApiDescription.
getAppAccessToken(Context) - Method in class org.forgerock.oauth.clients.facebook.FacebookClient
Retrieves the app access token from IDP.
getApplication(Subject, String) - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getApplicationName() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getApplicationName() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Return the application name
getApplicationProcessObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the applicationProcess Object Class which has the OID 2.5.6.11.
getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for approximate matching with this attribute type.
getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default approximate matching rule that will be used for attributes with this syntax.
getApproximateMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default approximate matching rule that will be used for attributes with this syntax.
getAppSSOToken() - Method in interface com.sun.identity.security.AppSSOTokenProvider
Returns application single sign on token.
getArtifact() - Method in interface com.sun.identity.saml2.protocol.ArtifactResolve
Gets the Artifact of the request.
getArtifactValue() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns the artifact.
getAsBoolean(String) - Static method in class com.iplanet.am.util.SystemProperties
Returns the property value as a boolean
getAsBoolean(String, boolean) - Static method in class com.iplanet.am.util.SystemProperties
Returns the property value as a boolean
getAsBytes() - Method in class org.forgerock.openam.scripting.api.secrets.Secret
Access the secret value in byte form.
getAsInt(String, int) - Static method in class com.iplanet.am.util.SystemProperties
 
getAsLong(String, long) - Static method in class com.iplanet.am.util.SystemProperties
 
getAsOptional(String) - Static method in class org.forgerock.openam.core.realms.Realms
Uses the realm String to lookup the Realm.
getAssertion() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SAML assertion used for signing.
getAssertion() - Method in class com.sun.identity.saml.assertion.AdviceBase
Gets access to the Assertion in this Advice element
getAssertion() - Method in class com.sun.identity.saml.assertion.EvidenceBase
Get java.util.Set of Assertion objects in the Evidence
getAssertion() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns the Assertion(s) in the element.
getAssertion() - Method in interface com.sun.identity.saml2.protocol.Response
Returns Assertion(s) of the response.
getAssertion() - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Get the assertion.
getAssertion() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the assertion for this comparison filter Matcher.
getAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing matching operations on that value.
getAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing less than matching operations on that value.
getAssertionConsumerServiceIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the value of the AssertionConsumerServiceIndex attribute.
getAssertionConsumerServiceURL() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Returns the value of the AssertionConsumerServiceURL attribute.
getAssertionConsumerServiceURL() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the value of the AssertionConsumerServiceURL attribute.
getAssertionID() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the assertion ID.
getAssertionIDRef() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns the AssertionIDRef in the element.
getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.AdviceBase
Returns access to the AssertionIDReference in this Advice element.
getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.AssertionIDReference
Returns a String representing the Assertion id.
getAssertionIDReference() - Method in class com.sun.identity.saml.assertion.EvidenceBase
Get java.util.Set of AssertionIDReference objects in the Evidence
getAssertionIDRefs() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of AssertionIDRef
getAssertionIDRefs() - Method in interface com.sun.identity.saml2.protocol.AssertionIDRequest
Returns a list of AssertionIDRef objects.
getAssertions() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of Assertion
getAssertionURIRef() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns the AssertionURIRef(s) in the element.
getAssertionURIRefs() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of AssertionURIRef
getAssertionValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable.
getAssertionValue() - Method in class org.forgerock.opendj.ldap.Filter
Returns the assertion value for this comparison filter.
getAssertionValue() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Returns the assertion value to be compared.
getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable, decoded as a UTF-8 string.
getAssertionValueAsString() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Returns the assertion value to be compared decoded as a UTF-8 string.
getAsSet(String) - Static method in class com.iplanet.am.util.SystemProperties
Parses a system property as a set of strings by splitting the value on white space characters.
getAsSet(String, String) - Static method in class com.iplanet.am.util.SystemProperties
Parses a system property as a set of strings by splitting the value on the given delimiter expression.
getAsSet(String, String, Set<String>) - Static method in class com.iplanet.am.util.SystemProperties
Parses a system property as a set of strings by splitting the value on the given delimiter expression.
getAssignableServices() - Method in class com.sun.identity.idm.AMIdentity
Returns all services which can be assigned to this entity.
getAssignableServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns a set of service names that can be assigned to a realm.
getAssignedServices() - Method in class com.sun.identity.idm.AMIdentity
Returns the set of services already assigned to this identity.
getAssignedServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns a set of service names that are assigned to a realm.
getAssignedServices(boolean) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns a set of service names that are assigned to a realm.
getAssignedServices(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
Returns the set of services assigned to this identity.
getAssociatedDomainAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the associatedDomain Attribute Type which has the OID 0.9.2342.19200300.100.1.37.
getAssociatedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the associatedName Attribute Type which has the OID 0.9.2342.19200300.100.1.38.
getAsUtf8() - Method in class org.forgerock.openam.scripting.api.secrets.Secret
Provide a StandardCharsets.UTF_8 rendering of the GenericSecret.
getAsync() - Method in class org.forgerock.secrets.SecretReference
Gets the current active secret object asynchronously, refreshing it if necessary.
getAttribute() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the list of authentication module data store specific attributes.
getAttribute() - Method in class com.sun.identity.saml.assertion.AttributeStatement
Gets attribute from Attribute statement
getAttribute() - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
Returns Attribute(s) of the statement.
getAttribute() - Method in class org.forgerock.opendj.ldap.Modification
Returns the attribute containing the values to be modified.
getAttribute(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the attribute name for the specified callback in the specified login state.
getAttribute(String) - Method in class com.sun.identity.idm.AMIdentity
Returns the values of the requested attribute.
getAttribute(String) - Method in class org.forgerock.authz.filter.api.AuthorizationContext
Gets an attribute from the authorization context, returning null if it does not exist.
getAttribute(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the value for an attribute from the request with the specified name.
getAttribute(String) - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Fetch an attribute from the map
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns the named attribute contained in this entry, or null if it is not included with this entry.
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAttribute(String, String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user attribute.
getAttribute(CoreTokenField) - Method in interface org.forgerock.am.cts.api.tokens.Token
Accessor for the CoreTokenField attributes.
getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns the named attribute contained in this entry, or null if it is not included with this entry.
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAttributeAssignments() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Returns XML elements corresponding to AttributeAssignment elements for this obligation.
getAttributeAssignments() - Method in interface com.sun.identity.xacml.policy.Obligation
Returns XML elements corresponding to AttributeAssignment elements for this obligation.
getAttributeConsumingServiceIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the value of the AttributeConsumingServiceIndex attribute.
getAttributeCount() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getAttributeCount() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the number of attributes in this entry.
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAttributeDefaults() - Method in class com.sun.identity.sm.ServiceSchema
Returns a map of all the attribute and their default values in this schema.
getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns the first attribute description specified in the list of sort keys that was in error, or null if the attribute description was not included with this control.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.Filter
Returns the attribute description for this comparison filter, which may be null if the filter is an extensible match filter and the extensible matching rule is specified.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the attribute description for this comparison filter Matcher, which may be null if the filter is an extensible match filter specifying an extensible matching rule.
getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Returns the name of the attribute to be compared.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.SortKey
Returns the name of the attribute to be sorted using this sort key.
getAttributeDescriptionAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the string representation of the attribute description of this attribute, which includes its attribute type and any options.
getAttributeExamples() - Method in class com.sun.identity.sm.ServiceSchema
Returns a map of all the attribute and their example values in this schema.
getAttributeFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the function which will be used for creating new Attribute instances when decoding attributes.
getAttributeId() - Method in interface com.sun.identity.xacml.context.Attribute
Returns the AttributeId of the Attribute which the attribute identifier.
getAttributeId() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns the AttributeId of the Attribute which the attribute identifier.
getAttributeId() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns the AttributeIds of this object
getAttributeMap() - Static method in class com.iplanet.am.util.SystemProperties
Returns the property name to service attribute schema name mapping.
getAttributeMap() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the attribute map.
getAttributeName() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Returns attribute name from the AttributeDesignator.
getAttributeName() - Method in class com.sun.identity.sm.ChoiceValues
Returns the name of the attribute for which the choice values will be returned.
getAttributeName() - Method in class com.sun.identity.sm.DefaultValues
Returns the name of the attribute for which the default values will be returned.
getAttributeName() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute name associated with this AVA.
getAttributeName(ResourceAttribute) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the short name that the given attribute is registered under.
getAttributeNames() - Method in interface org.forgerock.am.cts.api.tokens.Token
The Token supports being accessed in a generic way allowing a caller to iterate over all fields that are assigned in this token.
getAttributeNamespace() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Returns attribute name space from the AttributeDesignator.
getAttributes() - Method in class com.sun.identity.idm.AMIdentity
Returns all attributes and values of this identity.
getAttributes() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getAttributes() - Method in interface com.sun.identity.saml2.protocol.AttributeQuery
Returns Attribute objects.
getAttributes() - Method in class com.sun.identity.sm.ServiceConfig
Returns a defensive copy of service configuration parameters.
getAttributes() - Method in class com.sun.identity.sm.ServiceInstance
Returns the attributes that are associated with the service's instances.
getAttributes() - Method in interface com.sun.identity.xacml.context.Action
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.Environment
Returns zero to many Attribute elements of this object.
getAttributes() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
 
getAttributes() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
 
getAttributes() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.Resource
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.ResourceContent
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.Subject
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in class org.forgerock.authz.filter.api.AuthorizationContext
Gets a copy of all attributes set in this authorization context.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns an unmodifiable list of attributes for which effective rights are to be returned, which may be empty indicating that no attribute rights are to be returned.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns an unmodifiable list containing the names of attributes to be included with the response control.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns an unmodifiable list containing the names of attributes to be included with the response control.
getAttributes() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns an unmodifiable list containing the attributes to be included with each entry that matches the search criteria.
getAttributes() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns a List containing the list of attributes to be included with each entry that matches the search criteria.
getAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns an unmodifiable set containing the attributes associated with this matching rule use.
getAttributes() - Method in class org.forgerock.services.context.AttributesContext
Returns the attributes associated with the current request.
getAttributes(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns all attributes and values of name object
getAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Returns requested attributes and values of name object.
getAttributes(SSOToken, Map<String, String>) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AttributeMapper
Gets a list of populated SAML2 Attribute instances.
getAttributes(Object, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
Returns attributes of the specifed identity.
getAttributes(Object, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAttributeMapper
Returns list of SAML Attribute objects for an authenticated user local attributes.
getAttributes(Object, String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAttributeMapper
Returns list of SAML Attribute objects for an authenticated user local attributes.
getAttributes(Object, Set<String>) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Get attributes from a session.
getAttributes(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the organization creation attributes for the service.
getAttributes(String, Set<String>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user attributes.
getAttributes(List<Attribute>, String, String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.SPAttributeMapper
Returns the map of user attribute values for the corresponding SAML Attributes.
getAttributes(List<Attribute>, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAttributeMapper
Returns the map of user attribute values for the corresponding SAML Attributes.
getAttributes(Map<String, String>, T) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AttributeMapper
Maps from values found in the source to a map of keys in the result, according to a provided map of keys in the source to keys in the result.
getAttributes(Set<String>) - Method in class com.sun.identity.idm.AMIdentity
Returns requested attributes and values of this object.
getAttributeSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Returns the schema for an attribute given the name of the attribute, defined for this service.
getAttributeSchemaNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the names of the schema attributes defined for the service.
getAttributeSchemaNode() - Method in class com.sun.identity.sm.ChoiceValues
Returns the XML AttributeSchema node associated with this attribute
getAttributeSchemaNode() - Method in class com.sun.identity.sm.DefaultValues
Returns the XML AttributeSchema node associated with this attribute
getAttributeSchemas() - Method in class com.sun.identity.sm.ServiceSchema
Returns the attribute schemas defined for the service.
getAttributesForFedlet(String, String, String, List<String>, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
Sends the AttributeQuery to specified attribute authority, validates the response and returns the attribute map Map<String, Set<String>> to the Fedlet
getAttributesForRead() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service configuration parameters for read only, modification cannot be performed on the return Map.
getAttributesShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns all the short names of ResourceAttributes currently registered in this EntitlementRegistry.
getAttributeStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the attribute statements of the assertion
getAttributesWithoutDefaults() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service configuration parameters without inheriting the default values from service's schema.
getAttributesWithoutDefaultsForRead() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service configuration parameters for read only without inheriting the default values from service's schema.
getAttributeType() - Method in enum org.forgerock.am.cts.api.tokens.CoreTokenField
Gets the core token field attribute type.
getAttributeType() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the attribute type associated with this attribute description.
getAttributeType() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute type associated with this AVA.
getAttributeType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the attribute type associated with the given short name, or null if no such attribute is registered.
getAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the attribute type for the specified name or numeric OID.
getAttributeType(String, Syntax) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the attribute type for the specified name or numeric OID.
getAttributeTypeDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Attribute Type Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.3.
getAttributeTypes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the attribute types contained in this schema.
getAttributeTypes() - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.
getAttributeTypesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the attributeTypes Attribute Type which has the OID 2.5.21.5.
getAttributeValue() - Method in class com.sun.identity.saml.assertion.Attribute
Returns AttributeValue from the Attribute.
getAttributeValue() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the AttributeValue(s) of the Attribute.
getAttributeValue() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute value associated with this AVA.
getAttributeValue(String) - Method in class com.sun.identity.sm.ServiceConfig
Returns a service configuration parameter's values.
getAttributeValue(AttributeType) - Method in class org.forgerock.opendj.ldap.Rdn
Returns the attribute value contained in this RDN which is associated with the provided attribute type, or null if this RDN does not include such an attribute value.
getAttributeValues() - Method in interface com.sun.identity.xacml.context.Attribute
Returns one to many AttributeValue elements for this object each attribite value MAY have empty contents, occur once or occur multiple times.
getAttributeValues() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns one to many values in the AttributeValue elements of this object
getAttributeValues() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns the AttributeValues of this object
getAttributeValuesAsStringSet(Attribute) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts all the attribute values to a String Set.
getAttributeValueString() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the AttributeValue(s) of the Attribute.
getAudience() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Returns list of Audience held within this Condition element
getAudience() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Returns a list of String represented audiences
getAudience() - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
Returns the list of audiences to whom the asserting party permits new assertions to be issued on the basis of this assertion.
getAudience() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the intended audience for the JWT from the Claims Set.
getAudienceRestrictionCondition() - Method in class com.sun.identity.saml.assertion.Conditions
Returns a set of the AudienceRestrictionCondition elements held within this Conditions element.
getAudienceRestrictions() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a list of AudienceRestriction
getAuditEntryDetail() - Method in interface org.forgerock.openam.auth.node.api.Node
Supply the additional detail to be logged with this node's completion event.
getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.AccessToken
 
getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.Token
Get the audit tracking ID for this token.
getAuditTrail() - Method in interface org.forgerock.caf.authentication.api.MessageContext
Gets the AuditTrail instance for this message exchange.
getAuditTrail() - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
getAuthenticaionMethod() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns AuthenticationMethod from authentication statement
getAuthenticatingAuthority() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns the value of the AuthenticatingAuthority property.
getAuthenticationFilter() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets the filter that will update the request with authentication information on the request sent to the OAuth provider.
getAuthenticationId() - Method in class org.forgerock.services.context.SecurityContext
Returns the principal that the client used during authentication.
getAuthenticationIdKey() - Method in class org.forgerock.oauth.OAuthClientConfiguration
Gets the unique authentication id that an Idp uses to identify a user by.
getAuthenticationInstant() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns AuthenticationInstant from authentication statement.
getAuthenticationPasswordSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Authentication Password Syntax which has the OID 1.3.6.1.4.1.4203.1.1.2.
getAuthenticationTag() - Method in class org.forgerock.json.jose.jwe.JweEncryption
Gets the authentication tag from the result of the encryption.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns the authentication mechanism identifier for this bind request as defined by the LDAP protocol.
getAuthenticationType() - Method in class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
 
getAuthenticationTypet() - Method in class com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
Returns the returning AuthnContext
getAuthenticationValue() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns a defensive copy of the encoded authentication value for this bind request as defined by the LDAP protocol.
getAuthGrantId() - Method in interface org.forgerock.oauth2.core.AccessToken
Get the grant ID associated with this token.
getAuthInfo() - Method in class org.forgerock.opendj.ldap.AuthPassword
Returns the authentication info.
getAuthLevel() - Method in interface com.iplanet.sso.SSOToken
Returns the authentication level of the authentication method used for authentication.
getAuthLevel() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns authentication level that has been set for the module
getAuthLevel() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the session auth level.
getAuthLevel(RequestedAuthnContext, AuthnContext, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
Returns the Auth Level for the AuthContext.
getAuthnContext() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Returns the value of the AuthnContext property.
getAuthnContext() - Method in class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
Returns the returning AuthnContext
getAuthnContextClassRef() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns the value of the AuthnContextClassRef property.
getAuthnContextClassRef() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns list of authentication context class references.
getAuthnContextClassReference(TokenTypeId, JsonValue) - Method in interface org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenAuthnContextMapper
Returns the AuthnContext value corresponding to the TokenType inputToken.
getAuthnContextDecl() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns the value of the AuthnContextDecl property.
getAuthnContextDeclRef() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns the value of the AuthnContextDeclRef property.
getAuthnContextDeclRef() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns list of authentication context declaration class references.
getAuthnContextFromAuthLevel(String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
Returns AuthnContext that matches the authenticated level.
getAuthnInstant() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Returns the value of the AuthnInstant attribute.
getAuthnLevel() - Method in class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
Returns the Authentication Level
getAuthnMethodsReferences(TokenTypeId, JsonValue) - Method in interface org.forgerock.openam.sts.rest.token.provider.oidc.OpenIdConnectTokenAuthMethodReferencesMapper
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
getAuthnRequest() - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Get the original authentication request.
getAuthnStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the AuthnStatements of the assertion
getAuthnTypeAndValues() - Method in class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
Returns the set of authentication mechanism
getAuthnTypeAndValues() - Method in class com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
Returns the set of authentication mechanism
getAuthority() - Method in class org.forgerock.http.MutableUri
Returns the authority compound element.
getAuthorityBinding() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns the AuthorityBinding from AuthenticationStatement.
getAuthorityKind() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Returns the AuthorityKind.
getAuthorityRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authorityRevocationList Attribute Type which has the OID 2.5.4.38.
getAuthorization() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns the authorization string.
getAuthorization() - Method in class org.forgerock.services.context.SecurityContext
Returns an unmodifiable map containing additional principals associated with the client which MAY be used when performing authorization decisions.
getAuthorizationDnName() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns the distinguished name of the user whose authorization is to be used when performing the operation.
getAuthorizationEndpoint() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets endpoint for authentication and authorization of a user.
getAuthorizationHeader() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns the authorization header string.
getAuthorizationId() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns the authorization ID of the user.
getAuthorizationId() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns the authorization ID of the user whose authorization is to be used when performing the operation.
getAuthorizationId() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
Returns the authorization ID of the user.
getAuthorizationName() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns the distinguished name of the user for which effective rights are to be returned, or null if the client's authentication ID is to be used.
getAuthPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPassword Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.4.
getAuthPasswordExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPasswordExactMatch Matching Rule which has the OID 1.3.6.1.4.1.4203.1.2.2.
getAuthPasswordObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPasswordObject Object Class which has the OID 1.3.6.1.4.1.4203.1.4.7.
getAuthRedirect(DataStore, String, URI) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
 
getAuthRedirect(DataStore, String, URI) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
 
getAuthRedirect(DataStore, String, URI) - Method in interface org.forgerock.oauth.OAuthClient
Return the URI that the user agent should be redirected to, to authenticate and authorize access.
getAuthTimeSeconds() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the end user's authentication time in seconds.
getAuthType() - Method in interface com.iplanet.sso.SSOToken
Returns the authentication method used for authentication.
getAuthValue() - Method in class org.forgerock.opendj.ldap.AuthPassword
Returns the authentication value.
getAuthzDecisionStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the AuthzDecisionStatements of the assertion
getAuxiliaryClasses() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the auxiliary objectclasses that may be used for entries associated with this DIT content rule.
getBackend() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
getBackingArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the byte array that backs this byte string builder.
getBaseID() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns the identifier in BaseID format
getBaseID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns the base ID
getBaseID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the baseID property.
getBaseID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Returns the value of the baseID property.
getBaseUri() - Method in class org.forgerock.http.routing.UriRouterContext
Returns the portion of the request URI which has been routed so far.
getBaseUri() - Method in class org.forgerock.secrets.vault.VaultConfig
Returns the base URI of the Vault installation.
getBearerAccessToken(String) - Static method in class org.forgerock.http.oauth2.OAuth2
Extracts the bearer token from the request's authorization header.
getBearerSubject() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Determines if the SecurityAssertion contains SAML Bearer confirmation method.
getBeforeCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the number of entries before the target entry to be included in the search results.
getBestApiRoute(Context, R) - Method in class org.forgerock.services.routing.AbstractRouter
Get the best route for an API request.
getBestRoute(Context, R) - Method in class org.forgerock.services.routing.AbstractRouter
Finds the best route that matches the given request based on the route matchers of the registered routes.
getBinaryAttribute(String, String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user binary attribute.
getBinaryAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Returns requested binary attributes as an array of bytes.
getBinaryAttributes(Object, Set<String>) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Get binary attributes from a session.
getBinaryAttributes(String, Set<String>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user binary attributes.
getBinaryAttributes(Set) - Method in class com.sun.identity.idm.AMIdentity
Returns requested attributes and values of this object.
getBinaryAttributeValues(String, String, Map<String, byte[][]>) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return a Set of Base64 encoded String values that represent the binary attribute values.
getBinaryServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Returns the requested binary attribute values of the service attributes as an array of bytes.
getBinarySyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Binary Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.5.
getBinding() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Gets the binding URI
getBinding(StageConfig) - Method in class org.forgerock.selfservice.core.ProgressStageBinder
Get a ProgressStageBinding between the config and the corresponding ProgressStage.
getBitSize() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
The total memory size of the set, in bits.
getBitStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the bitStringMatch Matching Rule which has the OID 2.5.13.16.
getBitStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Bit String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.6.
getBlob() - Method in interface org.forgerock.am.cts.api.tokens.Token
A binary representation of the Token being stored can be placed in the Token.
getBlobAsString(Token) - Method in class org.forgerock.am.cts.utils.blob.TokenBlobUtils
Retrieve the blob data of the Token in String format.
getBodies() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of SOAP bodies.
getBody() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the body of the request.
getBooleanMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the booleanMatch Matching Rule which has the OID 2.5.13.13.
getBooleanSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Boolean Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.7.
getBoundary() - Method in class org.forgerock.http.header.ContentTypeHeader
Returns the encapsulation boundary or null if none specified.
getBufferFactory() - Method in interface org.forgerock.http.HttpApplication
Gets the Factory that will create temporary storage Buffers to handle the processing of requests.
getBuildingNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the buildingName Attribute Type which has the OID 0.9.2342.19200300.100.1.48.
getBundleInPreferredLocale(String, ClassLoader) - Method in class org.forgerock.util.i18n.PreferredLocales
Get a ResourceBundle using the preferred locale list and using the provided ClassLoader.
getBusinessCategoryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the businessCategory Attribute Type which has the OID 2.5.4.15.
getByAsIp() - Method in class org.forgerock.http.header.ForwardedHeader.Hop
Get the proxy node IP if set as an IPv4/v6 address.
getBytes() - Method in class org.forgerock.http.protocol.Entity
Returns a byte array containing a copy of the decoded content of this entity.
getBytesAsync() - Method in class org.forgerock.http.protocol.Entity
Returns a promise of the decoded entity content as a byte array.
getCACertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cACertificate Attribute Type which has the OID 2.5.4.37.
getCacheControl() - Method in interface org.forgerock.json.resource.Response
Indicates how the response should be cached by clients.
getCacheMissCacheTime() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Get the cache time before reloading the cache in case of cache miss.
getCacheTimeout() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Get the cache timeout.
getCallback() - Method in class org.forgerock.selfservice.core.StageResponse
Returns the callback instance.
getCallback(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns a Callback array for a specific state.
getCallback(int, boolean) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Return a Callback array for a specific state.
getCallback(Class<T>) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Get the first callback of a particular type from the callbacks in the context.
getCallbacks(Class<T>) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Get the callbacks of a particular type from the callbacks in the context.
getCallCount() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The total number of times that this method has been called since monitoring began.
getCapacity() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
The capacity of the set.
getCaseExactIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactIA5Match Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.1.
getCaseExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactMatch Matching Rule which has the OID 2.5.13.5.
getCaseExactOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactOrderingMatch Matching Rule which has the OID 2.5.13.6.
getCaseExactSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactSubstringsMatch Matching Rule which has the OID 2.5.13.7.
getCaseIgnoreIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreIA5Match Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.2.
getCaseIgnoreIA5SubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreIA5SubstringsMatch Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.3.
getCaseIgnoreListMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreListMatch Matching Rule which has the OID 2.5.13.11.
getCaseIgnoreListSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreListSubstringsMatch Matching Rule which has the OID 2.5.13.12.
getCaseIgnoreMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreMatch Matching Rule which has the OID 2.5.13.2.
getCaseIgnoreOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreOrderingMatch Matching Rule which has the OID 2.5.13.3.
getCaseIgnoreSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreSubstringsMatch Matching Rule which has the OID 2.5.13.4.
getCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the c Attribute Type which has the OID 2.5.4.6.
getCause() - Method in class org.forgerock.http.protocol.Response
Returns the (possibly null) cause of this error message (assuming it is a 4xx or a 5xx).
getCause() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the throwable cause associated with this result if available.
getCause() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getCaveats() - Method in class org.forgerock.macaroons.Macaroon
Returns a list of caveats associated with this macaroon.
getCertificate() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns any certificate associated with this key.
getCertificate() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the Certificate instance for the public component of this key.
getCertificate() - Method in class org.forgerock.secrets.SecretBuilder
Returns the certificate associated with this secret, or null if not available.
getCertificate(BinarySecurityToken) - Static method in class com.sun.identity.liberty.ws.security.SecurityUtils
Get Certificate from X509 Security Token Profile document.
getCertificate(SecurityAssertion) - Static method in class com.sun.identity.liberty.ws.security.SecurityUtils
Gets the Certificate from the Assertion.
getCertificate(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the certificate of the given type if one is available.
getCertificate(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the certificate from the KeyStore with the given alias.
getCertificate(PublicKey) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Returns certificate corresponding to the specified PublicKey.
getCertificateAlias(Certificate) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Get the alias name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain() - Method in class org.forgerock.secrets.keys.CryptoKey
Gets the certificate chain associated with this secret.
getCertificateChain() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the certificate chain for the public component of this key.
getCertificateChain() - Method in class org.forgerock.secrets.SecretBuilder
Returns the certificate chain associated with this secret, or an empty list if not available.
getCertificateChain(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Gets the certificate chain associated with this secret as a list of the given certificate type.
getCertificateChain(String) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getCertificateExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificateExactMatch Matching Rule which has the OID 2.5.13.34.
getCertificateListSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate List Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.9.
getCertificatePairSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate Pair Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.10.
getCertificateRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificateRevocationList Attribute Type which has the OID 2.5.4.39.
getCertificates() - Method in class org.forgerock.services.context.ClientContext
Returns the collection (possibly empty) of certificate(s) provided by the client.
getCertificateSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.8.
getCertificationAuthorityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificationAuthority Object Class which has the OID 2.5.6.16.
getCertificationAuthorityV2ObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificationAuthority-V2 Object Class which has the OID 2.5.6.16.2.
getChallenges() - Method in class org.forgerock.http.header.WwwAuthenticateHeader
Return an unmodifiable view of the authentication challenges represented by this header object.
getChangeNumber() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the change number for this entry change notification control.
getChangeType() - Method in class com.sun.identity.policy.PolicyEvent
Deprecated.
Gets the change type The change type gives the type of policy change that triggered this event indicating whether a policy was added, modified or removed.
getChangeType() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the change type for this entry change notification control.
getChangeTypes() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns an unmodifiable set containing the types of update operation for which change notifications should be returned.
getChars() - Method in interface org.forgerock.openam.utils.CodeGeneratorSource
Retrieve a String containing the set of characters that can be generated by this code.
getCharset() - Method in class org.forgerock.http.header.ContentTypeHeader
Returns the character set encoding used to encode the message, or null if no character set was specified.
getChild() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Returns the child element.
getChoiceValueI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N key for the given choice value.
getChoiceValues() - Method in class com.sun.identity.sm.AttributeSchema
Returns the possible choice values for the attribute if the attribute type is either SINGLE_CHOICE or MULTIPLE_CHOICE.
getChoiceValues() - Method in interface org.forgerock.am.config.ChoiceValues
Abstract method that must be implemented by a class extending this class, and should return the choice values and their corresponding I18N key, for the attribute.
getChoiceValues() - Method in class org.forgerock.openam.secrets.SecretIdChoiceValues
 
getChoiceValues(Map) - Method in class com.sun.identity.sm.AttributeSchema
Returns the possible choice values for the attribute if the attribute type is either SINGLE_CHOICE or MULTIPLE_CHOICE, for the given environment parameters.
getChoiceValues(Map) - Method in class org.forgerock.openam.secrets.SecretIdChoiceValues
 
getChoiceValues(Map<String, Object>) - Method in interface org.forgerock.am.config.ChoiceValues
Returns the choice values for attribute for the given environment parameters.
getChoiceValuesMap(Map<String, Object>) - Method in class com.sun.identity.sm.AttributeSchema
Returns the possible choice values for the attribute if the attribute type is either SINGLE_CHOICE or MULTIPLE_CHOICE, for the given environment parameters, along with the values' i18n keys.
getCipher() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the name of the used cipher.
getCipher() - Method in class org.forgerock.secrets.keys.KeyDecryptionKey
 
getCipher() - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
 
getCiphertext() - Method in class org.forgerock.json.jose.jwe.JweEncryption
Gets the ciphertext from the result of the encryption.
getClaim(String) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets a claim value for the specified key.
getClaim(String, Class<T>) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets a claim value for the specified claim name and then casts it to the specified type.
getClaims() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the request "claims" parameter value.
getClaims() - Method in interface org.forgerock.oauth2.core.AccessToken
Gets the token's claims.
getClaimSet() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectSessionInfo
Returns the claims set associated with a user session.
getClaimSetKey(String) - Static method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
Gets the JwtClaimsSetKey constant that matches the given String (case-insensitive).
getClaimsSet() - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
 
getClaimsSet() - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
 
getClaimsSet() - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Gets the claims set object for the nested Encrypted JWT that is the payload of this JWS.
getClaimsSet() - Method in class org.forgerock.json.jose.jws.SignedJwt
Gets the claims set object for the Jwt, which contains all of the claims (name value pairs) conveyed by the JWT.
getClaimsSet() - Method in interface org.forgerock.json.jose.jwt.Jwt
Gets the claims set object for the Jwt, which contains all of the claims (name value pairs) conveyed by the JWT.
getClass(String) - Static method in class org.forgerock.util.Loader
Returns the Class object associated with the class or interface with the given name, or null if the class could not be returned for any reason.
getClassLoader() - Static method in class org.forgerock.util.Loader
Returns the class loader that should be used consistently throughout the application.
getClassName() - Method in class com.iplanet.services.ldap.event.DSEvent
Returns the Directory Server class name for the given entry
getClassName() - Method in exception com.sun.identity.jaxrpc.SOAPClientException
Method to obtain the class name.
getClassName() - Method in exception com.sun.identity.shared.jaxrpc.SOAPClientException
Method to obtain the class name.
getClassName() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns this tag class name.
getClient() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the client associated with this request, or null if not yet set.
getClientAliases(String, Principal[]) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getClientClass() - Method in class org.forgerock.oauth.clients.apple.AppleClientConfiguration
 
getClientClass() - Method in class org.forgerock.oauth.clients.facebook.FacebookClientConfiguration
 
getClientClass() - Method in class org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration
 
getClientClass() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets the class name of the client implementation consuming the OAuth2ClientConfiguration.
getClientClass() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the class name of the client implementation consuming the OpenIDConnectClientConfiguration.
getClientClass() - Method in class org.forgerock.oauth.OAuthClientConfiguration
Gets the class name of the client implementation consuming the OAuthClientConfiguration.
getClientClientId() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getClientHostName() - Method in class com.sun.identity.authentication.AuthContext
Returns the client's hostname or IP address as set by setClientHostName
getClientId() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
Gets the non-null OAuth2 client id.
getClientId() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets OAuth 2.0 client identifier.
getClientId() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the token's client id.
getClientId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the client id that created the resource set.
getClientIpAddress() - Method in class org.forgerock.http.header.XForwardedForHeader
Get the IP address of the request's originating client.
getClientRegistration() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Get the OAuth2 client registration of the request.
getClientSecret() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
Gets the non-null OAuth2 client secret.
getClientSecret() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
getClientSecretReference() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Returns a reference to the client secret.
getClientSessionURI(OAuth2Request) - Method in class org.forgerock.openidconnect.CheckSession
Get the URL the postMessage must be coming from (registered in client) to process the message.
getClock() - Method in class org.forgerock.secrets.vault.VaultConfig
Returns the clock to use for determining secret expiry times.
getCn() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the Common Name field of the client certificate's Distinguished Name.
getCNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cn Attribute Type which has the OID 2.5.4.3.
getCoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the co Attribute Type which has the OID 0.9.2342.19200300.100.1.43.
getCode() - Method in class org.forgerock.api.models.ApiError
Getter of the error code.
getCode() - Method in class org.forgerock.http.header.Warning
Gets the warning's three digit code.
getCode() - Method in class org.forgerock.http.protocol.Status
Returns the three-digit integer code giving the result of the attempt to understand and satisfy the request.
getCode() - Method in exception org.forgerock.json.resource.ResourceException
Returns the numeric code of the exception.
getCodeChallenge(String) - Method in enum org.forgerock.oauth.clients.oauth2.PkceMethod
Returns the code challenge to send on the authorization request.
getCodings() - Method in class org.forgerock.http.header.ContentEncodingHeader
Returns the list of content codings.
getColumns() - Method in class com.sun.identity.log.LogQuery
Deprecated.
Returns the table column names selected.
getCombiner(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the entitlement combiner if it is available in the registry.
getCombinersShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns all the short names of EntitlementCombiners currently registered in this EntitlementRegistry.
getCombinerType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the combiner associated with the given short name.
getComment() - Method in class org.forgerock.caf.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class org.forgerock.http.protocol.Cookie
Deprecated.
Only valid for RFC 2965 cookies ("Cookie2"), which have been deprecated and removed by most clients.
getCommentURL() - Method in class org.forgerock.http.protocol.Cookie
Deprecated.
Only valid for RFC 2965 cookies ("Cookie2"), which have been deprecated and removed by most clients.
getComparison() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns the value of Comparison property.
GetComplete - Interface in com.sun.identity.saml2.protocol
This interface contains methods for the GetComplete Element in the SAMLv2 Protocol Schema.
GETCOMPLETE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for GetComplete Element.
getComponentName() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Returns component name.
getComponentName() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service component name.
getCompositeScopes() - Method in class org.forgerock.oauth2.core.UserInfoClaims
For claims that are provisioned by composite scopes, this will contain the mapping of scope name to a list of claim names.
getCompressionAlgorithm() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the Compression Algorithm header parameter for this JWE.
getCompressionHandler(CompressionAlgorithm) - Method in class org.forgerock.json.jose.jwe.CompressionManager
Gets the appropriate CompressionHandler that can perform the required compression using the given compression algorithm.
getCondition(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Returns an instance of the Condition given the condition type name.
getCondition(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the condition object identified by name.
getConditionDecision(SSOToken, Map<String, Set<String>>) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Gets the decision computed by this condition object, based on the Map of environment parameters
getConditionDecisionCache() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Return the condition decision cache.
getConditionName(EntitlementCondition) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the short name that the given condition is registered under.
getConditionNames() - Method in class com.sun.identity.policy.Policy
Deprecated.
Get the set of condition names associated with the policy.
getConditions() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the conditions of an assertion.
getConditions() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the conditions of the assertion
getConditions() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a list of Condition
getConditions() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the Conditions object.
getConditionsShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns all the short names of EntitlementConditions currently registered in this EntitlementRegistry.
getConditionType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the condition type associated with the given short name, or null if no such condition is registered.
getConditionTypeManager() - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets the ConditionTypeManager object instance associated with this PolicyManager object instance
getConditionTypeName(Condition) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Returns the type of the Condition implementation.
getConditionTypeName(Class<? extends EntitlementCondition>) - Static method in class org.forgerock.openam.entitlement.EntitlementRegistry
Gets the name of the condition type.
getConditionTypeNames() - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Returns a Set of all valid condition type names defined by the policy service.
getConfig() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Gets the configuration for this OAuthClient.
getConfigField(String, JsonValue, int) - Static method in class org.forgerock.selfservice.core.util.ConfigUtil
Retrieve an integer config value with a default if the value is absent.
getConfigField(String, JsonValue, String) - Static method in class org.forgerock.selfservice.core.util.ConfigUtil
Retrieve a String config value with a default if the value is absent.
getConfigManager(String, String) - Method in class com.sun.identity.sm.ServiceManager
Returns the ServiceConfigManager for the given service name and version.
getConfigMap() - Method in class com.sun.identity.idm.IdRepoListener
 
getConfigPath() - Static method in class com.iplanet.am.util.SystemProperties
 
getConfigProviderClass() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
 
getConfigProviderClass() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
 
getConfigProviderClass() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
 
getConfiguration() - Method in class com.sun.identity.idm.IdRepo
Return the configuration map
getConfiguration(String, String) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Returns Configurations.
getConfigurationName() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Returns configuration name.
getConfiguredFalsePositiveProbability() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
The configured probability of false positives.
getConfiguredFalsePositiveProbability() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getConfiguredFalsePositiveProbability() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
 
getConfiguredKeyValues() - Method in class com.sun.identity.sm.ChoiceValues
Returns the configured key-value pairs for the class in the service's configuration file
getConfiguredKeyValues() - Method in class com.sun.identity.sm.DefaultValues
Returns the configured key-value pairs for the class in the service's configuration file
getConfiguredServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
Deprecated.
This method has been deprecated, use getAssignedServices() instead.
getConfirmationKey() - Method in interface org.forgerock.oauth2.core.AccessToken
Get's the token's confirmation claim.
getConfirmationMethod() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Gets Confirmation Method(s)
getConnection() - Method in interface org.forgerock.json.resource.ConnectionFactory
Returns a connection to the JSON resource provider associated with this connection factory.
getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Returns a connection to the Directory Server associated with this connection factory.
getConnection() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
getConnectionAsync() - Method in interface org.forgerock.json.resource.ConnectionFactory
Asynchronously obtains a connection to the JSON resource provider associated with this connection factory.
getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Asynchronously obtains a connection to the Directory Server associated with this connection factory.
getConnectionAsync() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
getConnectionFactory() - Method in interface org.forgerock.json.resource.CrestApplication
Get the connection factory for the application.
getConsent() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the value of the Consent attribute.
getConsent() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the consent property.
getConsentHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the ConsentHeader.
getConsentHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns the ConsentHeader.
getConsentResponseJwt() - Method in interface org.forgerock.oauth2.core.OAuth2Request
 
getConstraints() - Method in class org.forgerock.secrets.Purpose
Returns the set of constraints that should apply to any secrets that match this purpose.
getConstraintViolationDetails() - Method in exception com.sun.identity.idm.IdRepoException
If this error is an instance of a LDAP Constraint Violated Error (LDAP code 313) attempts to return useful information about the error that occured without leaking additional information about the system to the calling user.
getContent() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns a list of arbitrary XML elements to be added to this SubjectConfirmationData object.
getContent() - Method in interface org.forgerock.json.resource.ActionRequest
Returns the content of this action request.
getContent() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the content of the JSON resource to be created.
getContent() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the JSON content of this resource.
getContent() - Method in interface org.forgerock.json.resource.UpdateRequest
Returns the content of the JSON resource to be replaced.
getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the content count returned by the server in the last virtual list view response, if applicable.
getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the estimated total number of entries in the result set.
getContentEncryptionKey() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
 
getContentEncryptionKey() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
 
getContentEncryptionKey() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
 
getContentEncryptionKey() - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
Creates a Content Encryption Key (CEK) following the appropriate steps defined by the EncryptionHandler JweAlgorithm.
getContentEncryptionKey() - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Creates a Content Encryption Key (CEK) by generating a random key value with a length equal to the EncryptionMethod A128CBC_HS256 key size.
getContents() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getContentType() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns the content type attribute
getContentType() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the content type header parameter for this JWS.
getContext(String) - Method in class org.forgerock.services.context.AbstractContext
 
getContext(String) - Method in interface org.forgerock.services.context.Context
Returns the first context in the chain whose context name matches the provided name.
getContextId() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the context ID provided by the server in the last virtual list view response for the same set of criteria, or null if there was no previous virtual list view response or the server did not include a context ID in the last response.
getContextId() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns a server-defined octet string which, if present, should be sent back to the server by the client in a subsequent virtual list request.
getContextMap(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Ensures the context map exists within the messageInfo object, and then returns the context map to be used.
getContextName() - Method in class org.forgerock.services.context.AbstractContext
 
getContextName() - Method in interface org.forgerock.services.context.Context
Get this Context's name.
getControl(ControlDecoder<C>) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder using default decode options.
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.AbandonRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder.
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.UnbindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getControlOidForAlias(String) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Returns the control OID associated with the provided control "friendly name" alias or the provided alias if no OID has been found.
getControls() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns controls associated with the result of this LDAP exception.
getControls() - Method in interface org.forgerock.opendj.ldap.messages.AbandonRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
getControls() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Returns a List containing the controls included with this protocol-op.
getControls() - Method in interface org.forgerock.opendj.ldap.messages.Result
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.UnbindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getCookie() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the opaque cookie which is used by the server to track its position in the set of search results.
getCookieName() - Method in class org.forgerock.openidconnect.CheckSession
Get the cookie name containing the session information.
getCookies() - Method in interface org.forgerock.http.client.request.HttpClientRequest
Retrieve the cookies set on the request.
getCookies() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Retrieve the cookies set on the request.
getCookies() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Retrieve any cookies sent with the accessed resource.
getCookies() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Retrieve any cookies sent with the accessed resource.
getCookies() - Method in class org.forgerock.http.header.AbstractSetCookieHeader
Returns the list of Cookies from a SetCookieHeader or a SetCookie2Header.
getCookies() - Method in class org.forgerock.http.header.CookieHeader
Returns the cookies' request list.
getCookies() - Method in class org.forgerock.http.header.SetCookie2Header
Deprecated.
Returns the unmodifiable list of cookies.
getCookies() - Method in class org.forgerock.http.header.SetCookieHeader
Returns the cookies.
getCookies() - Method in class org.forgerock.http.protocol.Request
Returns the incoming request cookies.
getCookies(HttpServletRequest) - Static method in class org.forgerock.caf.http.Cookie
Gets all of the Cookies from the provided HttpServletRequest.
getCoreSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the core schema.
getCorrelationHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the CorrelationHeader.
getCorrelationHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns the CorrelationHeader.
getCosQualifier() - Method in class com.sun.identity.sm.AttributeSchema
Returns the value of the cosQualifier for this attribute that is default, override, operational or merge-cos.
getCount() - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
Returns the maximum number of indirections that the asserting party permits to exist between this assertion and an assertion which has ultimately been issued on the basis of it.
getCount() - Method in interface org.forgerock.guava.common.collect.Multiset.Entry
Deprecated.
Returns the count of the associated element in the underlying multiset.
getCountPolicies() - Method in class org.forgerock.api.models.Query
Getter of the supported paging policies.
getCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the country Object Class which has the OID 2.5.6.2.
getCountryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Country String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.11.
getCreate() - Method in class org.forgerock.api.models.Items
Getter of Create.
getCreate() - Method in class org.forgerock.api.models.Resource
Getter of Create.
getCreateTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the createTimestamp Attribute Type which has the OID 2.5.18.1.
getCreatorsNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the creatorsName Attribute Type which has the OID 2.5.18.3.
getCredentials() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Returns a list of value of Credential element.
getCredentials() - Method in class org.forgerock.http.header.AuthorizationHeader
Get the credentials component of the header value.
getCriticalHeaders() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the critical header parameters for this JWS.
getCRlDistributionPointObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cRLDistributionPoint Object Class which has the OID 2.5.6.19.
getCrossCertificatePairAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the crossCertificatePair Attribute Type which has the OID 2.5.4.40.
getCRTCoefficient() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA First CRT Coefficient value.
getCRTCoefficient() - Method in class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Get the factor CRT Coefficient, noted as "t".
getCRTExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Get the factor CRT Exponent, noted as "d".
getCurrent() - Static method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Returns the current context of the running thread
getCurrentCapacity() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getCurrentCapacity() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
 
getCurrentFile() - Method in class com.sun.identity.log.Logger
Deprecated.
Returns the current file to which the logger's handler is writing.
getCurrentSize() - Method in class com.iplanet.am.util.ThreadPool
 
getCurrentState() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the current state in the authentication process.
getCurrentThreadCount() - Method in class com.iplanet.am.util.ThreadPool
 
getCurve() - Method in class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
getCustomAttributeMapperClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomAttributeMapper.
getCustomAttributeStatementsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomAttributeStatementsProvider.
getCustomAuthenticationStatementsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomAuthenticationStatementsProvider.
getCustomAuthNContextMapperClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomAuthNContextMapper.
getCustomAuthzDecisionStatementsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomAuthzDecisionStatementsProvider.
getCustomClaims() - Method in class org.forgerock.oauth.clients.oidc.Claims
Gets the custom claims as an unmodifiable map.
getCustomClaims(SSOToken, Map<String, String>) - Method in interface org.forgerock.openam.sts.tokengeneration.oidc.OpenIdConnectTokenClaimMapper
 
getCustomConditionsProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomConditionsProvider.
getCustomFields() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the custom fields added to the token.
getCustomPurpose(String) - Method in class org.forgerock.openam.secrets.DefaultingPurpose
Returns the instance specific purpose.
getCustomSubjectProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the classname of the CustomSubjectProvider.
getD() - Method in class org.forgerock.json.jose.jwk.EcJWK
Gets the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
getD() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Returns the private key d value.
getDataStoreProvider(String) - Method in class com.sun.identity.plugin.datastore.DataStoreProviderManager
Gets the provider associated with the component.
getDataType() - Method in interface com.sun.identity.xacml.context.Attribute
Returns the datatype of the contents of the AttributeValue elements.
getDataType() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns the datatype of the contents of the AttributeValue elements.
getDataType() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns the DataTypes of this object
getDate() - Method in class org.forgerock.http.header.Warning
Gets the warning's date.
getDateString(Date, Locale) - Static method in class com.sun.identity.shared.locale.Locale
Gets date string from date with specified locale.
getDBName(String, Connection) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Gets the DB name.
getDCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dc Attribute Type which has the OID 0.9.2342.19200300.100.1.25.
getDCObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dcObject Object Class which has the OID 1.3.6.1.4.1.1466.344.
getDecision() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns the decision for AuthorizationStatement.
getDecision() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Returns the Decision attribute of the statement.
getDecision() - Method in interface com.sun.identity.xacml.context.Result
Returns the Decision of this object
getDeclaredOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the optional attributes for this object class.
getDeclaredRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the required attributes for this object class.
getDecodedPassword(String) - Method in interface com.sun.identity.saml.xmlsig.PasswordDecoder
Returns decoded password.
getDecryptionKeys() - Method in class org.forgerock.am.saml2.profile.Saml2SsoResult
Returns the decryption keys that can be used to decrypt the attributes in the assertion.
getDecryptionPurpose(String) - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Returns a Purpose that can be used to retrieve keys that are suitable for decryption with this JWE algorithm.
getDecryptionPurpose(String) - Method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Returns a Purpose that can be used to retrieve keys that are suitable for decryption with this type of JWE algorithm.
getDefaultKeyStore(AnnotatedServiceRegistry) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Gets the default keystore from the global scope.
getDefaultLocale() - Static method in class com.sun.identity.shared.locale.Locale
Gets the default locale
getDefaultProvider() - Method in enum org.forgerock.openam.federation.plugin.rooturl.RootUrlManager
Gets the default root url provider.
getDefaultPurpose() - Method in class org.forgerock.openam.secrets.DefaultingPurpose
Returns the default purpose.
getDefaultSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the default schema which should be used by this application.
getDefaultValue() - Method in class org.forgerock.api.models.Parameter
Getter of the parameter's default value.
getDefaultValue() - Method in class org.forgerock.util.Option
Returns the default value of this Option, can be null.
getDefaultValues() - Method in class com.sun.identity.sm.AttributeSchema
Returns the default values of the attribute.
getDefaultValues() - Method in class com.sun.identity.sm.DefaultValues
Abstract method that must be implemented by a class extending this interface, and should return the default values for the attribute.
getDefaultValues(Map) - Method in class com.sun.identity.sm.AttributeSchema
Returns the default values of the attribute for the given environment parameters.
getDefaultValues(Map) - Method in class com.sun.identity.sm.DefaultValues
Returns a Set of default values for the attribute, given the environment parameters.
getDefaultVersionBehaviour() - Method in class org.forgerock.http.routing.ApiVersionRouterContext
Gets the default version behaviour if the request does not contain a resource API version.
getDefaultVersionBehaviour() - Method in interface org.forgerock.http.routing.ResourceApiVersionBehaviourManager
Gets the default routing behaviour to use when the request does not contain the Accept-API-Version header.
getDefinition(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
Gets a Definitions Schema by JSON reference.
getDefinitions() - Method in class org.forgerock.api.models.ApiDescription
Getter of definitions.
getDefinitions() - Method in class org.forgerock.api.models.Definitions
Gets a Map of schema-names to Schemas.
getDelete() - Method in class org.forgerock.api.models.Items
Getter of Delete.
getDelete() - Method in class org.forgerock.api.models.Resource
Getter of Delete.
getDeliveryMethodSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Delivery Method Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.14.
getDeltaCrlObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the deltaCRL Object Class which has the OID 2.5.6.23.
getDeltaRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the deltaRevocationList Attribute Type which has the OID 2.5.4.53.
getDependencies() - Method in interface org.forgerock.openam.plugins.AmPlugin
Get the collection of plugins that this plugin expects to be installed.
getDereferenceAliasesPolicy() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns an indication as to whether alias entries are to be dereferenced during the search.
getDescription() - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the description for the policy.
getDescription() - Method in class org.forgerock.api.models.ApiDescription
Gets description of API Descriptor.
getDescription() - Method in class org.forgerock.api.models.ApiError
Getter of the error description.
getDescription() - Method in class org.forgerock.api.models.Operation
Getter of the description.
getDescription() - Method in class org.forgerock.api.models.Parameter
Getter of the parameter description.
getDescription() - Method in class org.forgerock.api.models.Resource
Getter of description.
getDescription() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the resource set description as a JsonValue.
getDescription() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
Returns the description of this schema element, or the empty string if it does not have a description.
getDescriptionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the description Attribute Type which has the OID 2.5.4.13.
getDestination() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the value of the Destination attribute.
getDestination() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the destination property.
getDestinationAddress() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the proxy's address.
getDestinationIndicatorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the destinationIndicator Attribute Type which has the OID 2.5.4.27.
getDetail() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Returns a SOAP Fault Detail.
getDetail() - Method in class org.forgerock.authz.filter.api.AuthorizationResult
Gets the detail of why the request is not authorized to access the requested resource.
getDetail() - Method in exception org.forgerock.json.resource.ResourceException
Returns the additional detail which can be evaluated by applications.
getDeviceObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the device Object Class which has the OID 2.5.6.14.
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the diagnostic message associated with this result.
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the diagnostic message associated with this result as a string.
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getDidFirstReadConfig() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
getDirectives() - Method in class org.forgerock.http.header.ContentTypeHeader
Returns all directives in the message, keyed off the directive name, or an empty map if none specified.
getDirectoryStringFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the directoryStringFirstComponentMatch Matching Rule which has the OID 2.5.13.31.
getDirectoryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Directory String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.15.
getDirectoryWatcher() - Method in class org.forgerock.openam.secrets.SecretStoreContext
Provides a DirectoryWatcher to use to monitor files and directories for changes.
getDiscard() - Method in class org.forgerock.http.protocol.Cookie
Deprecated.
Only valid for RFC 2965 cookies ("Cookie2"), which have been deprecated and removed by most clients.
getDisplayName(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Gets the display name for the condition type
getDisplayName(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Gets the display name for the referral type
getDisplayName(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns the display name for the response provider
getDisplayName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns the display name for the subject type
getDisplayName(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Gets the display name for the property name.
getDisplayName(String, Locale) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Gets the display name for the property name.
getDisplayNameForValue(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Returns the display name for the value for the given locale.
getDisplayNameForValue(String, Locale) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Returns the display name for the value for the given locale.
getDisplayType() - Method in interface com.sun.identity.entitlement.EntitlementCondition
Returns display type.
getDistinguishedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the distinguishedName Attribute Type which has the OID 2.5.4.49.
getDistinguishedNameMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the distinguishedNameMatch Matching Rule which has the OID 2.5.13.1.
getDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule with the specified name or numeric OID.
getDitContentRule(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule associated with the provided structural object class, or null if no rule is defined.
getDITContentRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DIT Content Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.16.
getDitContentRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT content rules contained in this schema.
getDITContentRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ditContentRules Attribute Type which has the OID 2.5.21.2.
getDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT structure rule with the specified name or numeric OID.
getDitStructureRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT structure rule with the specified name or numeric OID.
getDITStructureRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DIT Structure Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.17.
getDitStructureRules(NameForm) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT structure rules associated with the provided name form.
getDITStructureRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ditStructureRules Attribute Type which has the OID 2.5.21.1.
getDitStuctureRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT structure rules contained in this schema.
getDN() - Method in class com.sun.identity.sm.ServiceConfig
Returns the LDAP DN represented by this ServiceConfig object.
getDNQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dnQualifier Attribute Type which has the OID 2.5.4.46.
getDNSAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
Returns the DNS address from SubjectLocality locality
getDNSName() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Returns the value of the DNSName attribute.
getDNSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DN Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.12.
getDocumentAuthorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentAuthor Attribute Type which has the OID 0.9.2342.19200300.100.1.14.
getDocumentIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentIdentifier Attribute Type which has the OID 0.9.2342.19200300.100.1.11.
getDocumentLocationAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentLocation Attribute Type which has the OID 0.9.2342.19200300.100.1.15.
getDocumentObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the document Object Class which has the OID 0.9.2342.19200300.100.4.6.
getDocumentPublisherAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentPublisher Attribute Type which has the OID 0.9.2342.19200300.100.1.56.
getDocumentSeriesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentSeries Object Class which has the OID 0.9.2342.19200300.100.4.9.
getDocumentTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentTitle Attribute Type which has the OID 0.9.2342.19200300.100.1.12.
getDocumentVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentVersion Attribute Type which has the OID 0.9.2342.19200300.100.1.13.
getDomain() - Method in class org.forgerock.caf.http.Cookie
Gets the domain name of this Cookie.
getDomain() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
Get the domain for which the cookie was set.
getDomain() - Method in class org.forgerock.http.protocol.Cookie
Returns the domain for which the cookie is valid.
getDomainObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the domain Object Class which has the OID 0.9.2342.19200300.100.4.13.
getDomainRelatedObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the domainRelatedObject Object Class which has the OID 0.9.2342.19200300.100.4.17.
getDoNotCacheCondition() - Method in class com.sun.identity.saml.assertion.Conditions
Returns DoNotCacheCondition elements held within this Conditions element
getDrinkAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the drink Attribute Type which has the OID 0.9.2342.19200300.100.1.5.
getDynamicSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the dynamic service configuration schema.
GetEffectiveRightsRequestControl - Class in org.forgerock.opendj.ldap.controls
A partial implementation of the get effective rights request control as defined in draft-ietf-ldapext-acl-model.
getElement() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
 
getElement() - Method in interface com.sun.identity.xacml.context.StatusDetail
 
getElement() - Method in interface org.forgerock.guava.common.collect.Multiset.Entry
Deprecated.
Returns the multiset element corresponding to this entry.
getElements() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Returns a list of child elements.
getEllipticCurve() - Method in class org.forgerock.json.jose.jwk.EcJWK
Gets the elliptic curve.
getEllipticCurve() - Method in interface org.forgerock.json.jose.jwk.EllipticCurveJwk
The elliptic curve this JWK is on.
getEllipticCurve() - Method in class org.forgerock.json.jose.jwk.OkpJWK
The supported elliptic curve that this key is on.
getEllipticCurveName() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Return the standard name of the elliptic curve definition.
getEmailAddressEndpoint() - Method in class org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration
Gets the email address endpoint.
getEmailServiceParameters() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets additional parameters for the email service.
getEmailServiceParameters() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets additional parameters for the email service.
getEmailServiceUrl() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the URL for the email service.
getEmailServiceUrl() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the URL for the email service.
getEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Gets the verification Url to be sent with the email body.
getEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Gets the verification Url to be sent with the email body.
getEmptySchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the empty schema.
getEmptySMSAttributeState() - Static method in class org.forgerock.openam.sts.config.user.SAML2Config
Returns an empty attribute map.
getEncoded() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsKey
Not supported.
getEncodedString(Map<String, String>, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns a Base64 encoded string comprising a signed set of attributes.
getEncodedString(Map<String, String>, String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns encrypted string for the given attributes.
getEncodedValue() - Method in class org.forgerock.opendj.ldap.UserPassword
Returns the encoded value.
getEncodingType() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Gets encoding type for the token.
getEncryptedAssertion() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns the EncryptedAssertion(s) in the element.
getEncryptedAssertion() - Method in interface com.sun.identity.saml2.protocol.Response
Returns EncryptedAssertion(s) of the response.
getEncryptedAssertions() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of EncryptedAssertion
getEncryptedAttribute() - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
Returns EncryptedAttribute(s) of the statement.
getEncryptedID() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns the encrypted identifier
getEncryptedID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns the encrypted ID
getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the encryptedID property.
getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Returns the value of the encryptedID property.
getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Returns the value of the encryptedID property.
getEncryptedID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
Returns the value of the encryptedID property.
getEncryptedJwt() - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Gets the encrypted JWT.
getEncryptedResolverForIssuer(String) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverService
Returns the appropriate OpenId Connect resolver for the issuer capable of handling signed and encrypted JWTs.
getEncryptedResolverForIssuer(String) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
 
getEncryptionAlgorithm() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Gets the Java Cryptographic algorithm name for the algorithm that will create the Content Encryption Key (CEK).
getEncryptionAlgorithm() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the encryption algorithm.
getEncryptionAlgorithmStrength() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the encryption algorithm strength.
getEncryptionHandler(JweHeader) - Method in class org.forgerock.json.jose.jwe.EncryptionManager
Gets the appropriate EncryptionHandler that can perform the required encryption algorithm, as described by the JweAlgorithm and EncryptionMethod in the given JweHeader.
getEncryptionHandler(JweHeader, Key) - Method in class org.forgerock.json.jose.jwe.EncryptionManager
Gets the appropriate EncryptionHandler that can perform the required encryption algorithm, as described by the JweAlgorithm and EncryptionMethod in the given JweHeader.
getEncryptionKeyAlias() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the encryption key alias.
getEncryptionMethod() - Method in class org.forgerock.json.jose.jwe.JweHeader
Gets the Encryption Method header parameter for this JWE.
getEncryptionMethod() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the encryption method.
getEncryptionPurpose(String) - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Returns a Purpose that can be used to retrieve keys that are suitable for encryption with this JWE algorithm.
getEncryptionPurpose(String) - Method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Returns a Purpose that can be used to retrieve keys that are suitable for encryption with this type of JWE algorithm.
getEndpoint() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Returns value of Endpoint element.
getEndpointIndex() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns the EndpointIndex of the artifact.
getEndRange() - Method in class com.sun.identity.sm.AttributeSchema
Returns the end range if the attribute syntax is either NUMBER_RANGE or DECIMAL_RANGE.
getEnhancedGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Enhanced Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.21.
getEnhancedSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the enhancedSearchGuide Attribute Type which has the OID 2.5.4.47.
getEntitlements(String, String, Object, AuthnRequest) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve a List of ScriptEntitlementInfos.
getEntitlements(String, String, Subject, Set<String>) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve a List of ScriptEntitlementInfos.
getEntitlements(String, String, Subject, Set<String>, Map<String, Set<String>>) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve a List of ScriptEntitlementInfos.
getEntity() - Method in interface org.forgerock.http.client.request.HttpClientRequest
Retrieve the entity set on the request.
getEntity() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Retrieve the entity set on the request.
getEntity() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Retrieve the entity sent with the accessed resource.
getEntity() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Retrieve the entity sent with the accessed resource.
getEntity() - Method in interface org.forgerock.http.protocol.Message
Returns the entity.
getEntity() - Method in class org.forgerock.http.protocol.MessageImpl
 
getEntry() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.
getEntry() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately before the update operation was performed.
getEntry() - Method in class org.forgerock.opendj.ldap.RootDse
Returns the entry which backs this Root DSE instance.
getEntryDNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the entryDN Attribute Type which has the OID 1.3.6.1.1.20.
getEntryFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the function which will be used for creating new Entry instances when decoding entries.
getEntryUUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the entryUUID Attribute Type which has the OID 1.3.6.1.1.16.4.
getEnumTitles() - Method in class org.forgerock.api.models.Parameter
Getter of enum-titles.
getEnumValues() - Method in class org.forgerock.api.models.Parameter
Getter of required enum-values.
getEnvironment() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Returns the instance of Environment element.
getEnvironment() - Method in interface com.sun.identity.xacml.context.Request
Returns the instance of Environment
getEphemeralPublicKey() - Method in class org.forgerock.json.jose.jwe.JweHeader
Gets the Ephemeral Public Key header parameter for this JWE.
getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for equality matching with this attribute type.
getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default equality matching rule that will be used for attributes with this syntax.
getEqualityMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default equality matching rule that will be used for attributes with this syntax.
getErrCode() - Method in exception com.sun.identity.plugin.session.SessionException
Returns the error code for the caller of a SessionProvider method.
getError() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the error code specifying the cause of the failure.
getError(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
Gets and Errors ApiError by JSON reference.
getErrorCode() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
Returns the error code.
getErrorCode() - Method in exception com.sun.identity.entitlement.EntitlementException
Returns error code.
getErrorCode() - Method in exception com.sun.identity.idm.IdRepoException
Returns error code associated with this error message.
getErrorCode() - Method in class com.sun.identity.idm.IdSearchResults
Method which returns the error code of search.
getErrorCode() - Method in class com.sun.identity.policy.ValidValues
Deprecated.
Returns the error code of search.
getErrorCode() - Method in exception com.sun.identity.sm.SMSException
Returns error code associated with this error message.
getErrorDescription() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred.
getErrorOnWritePolicyFailure() - Method in class org.forgerock.api.jackson.CrestAnySchema
 
getErrorOnWritePolicyFailure() - Method in class org.forgerock.api.jackson.CrestArraySchema
 
getErrorOnWritePolicyFailure() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
getErrorOnWritePolicyFailure() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getErrors() - Method in class org.forgerock.api.models.ApiDescription
Getter of errors.
getErrors() - Method in class org.forgerock.api.models.Errors
Gets a Map of error-names to ApiErrors.
getErrorState() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module error state.
getErrorType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy error type, if available.
getErrorUri() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
getEstimatedRemainingCapacity() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
Provides an estimate of the remaining capacity in this bloom filter before it would become saturated.
getEstimatedRemainingCapacity() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getEstimatedRemainingCapacity() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
 
getETag() - Method in interface org.forgerock.am.cts.api.tokens.Token
A read only copy of the backing CTS implementation ETag.
getEtagAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the etag Attribute Type which has the OID 1.3.6.1.4.1.36733.2.1.1.59.
getEvaluatorForSubject(String, Subject) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve Evaluator for an application and Subject.
getEventService() - Static method in class com.iplanet.services.ldap.event.EventService
Returns the event service (presuming we are not in the process of shutting down).
getEventType() - Method in class com.iplanet.services.ldap.event.DSEvent
Returns the type of change event either add, modify, delete, etc.
getEvidence() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Returns the evidence from AuthorizationStatement.
getEvidence() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Returns the Evidence of the statement.
getExample() - Method in class org.forgerock.api.jackson.CrestAnySchema
 
getExample() - Method in class org.forgerock.api.jackson.CrestArraySchema
 
getExample() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
getExample() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getExample() - Method in interface org.forgerock.api.jackson.WithExampleSchema
Gets example JSON Schema field.
getExampleValues() - Method in class com.sun.identity.sm.AttributeSchema
Returns the example values of the attribute.
getException(int) - Static method in exception org.forgerock.json.resource.ResourceException
getException(int, String) - Static method in exception org.forgerock.json.resource.ResourceException
getException(int, String, Throwable) - Static method in exception org.forgerock.json.resource.ResourceException
getExceptionCode() - Method in exception com.sun.identity.sm.SMSException
Returns the status code for this exception.
getExpectedFalsePositiveProbability() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
The expected probability of false positives given the current state of the set.
getExpectedFalsePositiveProbability() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getExpectedFalsePositiveProbability() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
 
getExpectedJwtType() - Method in interface org.forgerock.oauth.resolvers.EncryptedOpenIdResolver
 
getExpectedJwtType() - Method in interface org.forgerock.oauth.resolvers.GenericOpenIdResolver
The Jwt type this resolver supports.
getExpectedJwtType() - Method in interface org.forgerock.oauth.resolvers.OpenIdResolver
 
getExpirationTime() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the expiration time of the JWT from the Claims Set.
getExpires() - Method in class org.forgerock.http.protocol.Cookie
Returns the lifetime of the cookie, expressed as the date and time of expiration.
getExpiresAt() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
Returns the time (expressed as a timestamp in milliseconds since epoch) when this token will be expired.
getExpiresIn() - Method in class org.forgerock.am.oauth2.AccessTokenResponse
Gets the non-null expires in duration which is the actual time in millis when the token will expire.
getExpireTime() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
 
getExpireTime() - Method in interface org.forgerock.oauth.SessionInfo
Returns the expireTime of current auth token stored in the DataStore implementation.
getExpiry() - Method in class org.forgerock.secrets.SecretBuilder
Returns the expiry time for this secret.
getExpiryTime() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
The time in milliseconds since the UTC epoch until the last element contained in this bloom filter expires.
getExpiryTime() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getExpiryTime() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
 
getExpiryTime() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the token's expiry time.
getExpiryTime() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getExpiryTime() - Method in class org.forgerock.secrets.Secret
The expiry time of this secret.
getExpiryTimestamp() - Method in interface org.forgerock.am.cts.api.tokens.Token
 
getExportedOrganizationNames() - Method in class com.sun.identity.sm.ServiceConfig
Returns the organization names to which the service configuration is being exported.
getExportedSubConfigNames(String) - Method in class com.sun.identity.sm.ServiceConfig
Returns a set of exported fully qualified sub-configuration names that can be imported used locally as service configuration
getExtendedRequestOidForAlias(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns the extended request OID associated with the provided extended request "friendly name" alias or the provided alias if no OID has been found.
getExtendedResultClass() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
Returns the type S of the ExtendedResult.
getExtensibleMatchingRule() - Method in class org.forgerock.opendj.ldap.Filter
Returns the name of the extensible matching rule which should be used for comparing values, which may be null if the attribute description is provided (in which case equality matching will be performed).
getExtensibleObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the extensibleObject Object Class which has the OID 1.3.6.1.4.1.1466.101.120.111.
getExtensions() - Method in class com.sun.identity.liberty.ws.paos.PAOSHeader
Returns the list of extensions as Strings.
getExtensions() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the Extensions Object.
getExtensions() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the extensions property.
getExtraProperties() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
Returns an unmodifiable map containing all of the extra properties associated with this schema element.
getFacsimileTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the facsimileTelephoneNumber Attribute Type which has the OID 2.5.4.23.
getFacsimileTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Facsimile Telephone Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.22.
getFailCount(AMIdentity) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Get the number of failed login attempts for a user when account locking is enabled.
getFailedKeys() - Method in exception org.forgerock.config.resolvers.SubstitutionException
Returns the key(s) that have caused this substitution to fail.
getFailureReasons() - Method in class org.forgerock.caf.authentication.framework.AuditTrail
Gets the list of failure reasons from each of the module entries.
getFalseValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the string value for BooleanFalseValue.
getFalseValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N Key for BooleanFalseValue.
getFamily() - Method in class org.forgerock.http.protocol.Status
Returns the class of response of this status code.
getFaultActor() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Returns value of faultactor element.
getFaultCode() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Returns value of faultcode element.
getFaultString() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Returns value of faultstring element.
getFaxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Fax Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.23.
getField() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
Get the field of the cookie.
getField() - Method in class org.forgerock.json.resource.PatchOperation
Returns the field targeted by the patch operation.
getField() - Method in class org.forgerock.json.resource.SortKey
Returns the sort key field.
getFieldName() - Method in class com.sun.identity.log.QueryElement
Deprecated.
Returns the field name on which query to be applied
getFields() - Method in interface org.forgerock.am.cts.api.query.PartialToken
The fields that were included in this query.
getFields() - Method in interface org.forgerock.json.resource.ActionRequest
 
getFields() - Method in interface org.forgerock.json.resource.CreateRequest
 
getFields() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getFields() - Method in interface org.forgerock.json.resource.PatchRequest
 
getFields() - Method in interface org.forgerock.json.resource.QueryRequest
 
getFields() - Method in interface org.forgerock.json.resource.ReadRequest
 
getFields() - Method in interface org.forgerock.json.resource.Request
Returns the list of fields which should be included with each JSON resource returned by this request.
getFields() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the list of fields which should be included in this JSON resource after field filtering has occurred.
getFields() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getFieldValue() - Method in class com.sun.identity.log.QueryElement
Deprecated.
Returns the value of the field to be compared as stored in the query element.
getFilter() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns the assertion filter.
getFilter() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the search filter associated with this LDAP URL.
getFilter() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the raw Filter associated with this comparison or undefined filter Matcher.
getFilter() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
getFilters() - Method in class org.forgerock.json.resource.FilterChain
Returns a modifiable list containing the list of filters in this filter chain.
getFilters() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns an unmodifiable collection containing the list of filters associated with this matched values control.
getFilterType() - Method in class org.forgerock.opendj.ldap.Filter
Returns the type of this filter.
getFirst() - Method in class org.forgerock.util.Pair
Returns the first element of this pair.
getFirst(Class<? extends Header>) - Method in class org.forgerock.http.protocol.Headers
Gets the first value of the header, or null if the header does not exist.
getFirst(String) - Method in class org.forgerock.http.protocol.Headers
Gets the first value of the header, or null if the header does not exist.
getFirst(K) - Method in class org.forgerock.http.util.MultiValueMap
Returns the first value in the list of values for the matching key, or null if no such value exists.
getFirstAva() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the first AVA contained in this RDN.
getFirstHop() - Method in class org.forgerock.http.header.ForwardedHeader
Get the first request's hop information (for, by, host and proto) as expressed in the header (ie: contents may not be well formatted).
getFirstPartyCaveats() - Method in class org.forgerock.macaroons.Macaroon
Returns all of the first-party caveats attached to this macaroon.
getFirstValue() - Method in class org.forgerock.http.protocol.Header
Gets the first value of this header instance.
getFirstValueOrNull(List<String>) - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Gets the first value out of the List.
getForAsIp() - Method in class org.forgerock.http.header.ForwardedHeader.Hop
Get the client node IP if set as an IPv4/v6 address.
getForm() - Method in class org.forgerock.http.protocol.Entity
Returns a copy of the "application/x-www-form-urlencoded" entity decoded as a form.
getForm() - Method in class org.forgerock.http.protocol.Request
getFormAsync() - Method in class org.forgerock.http.protocol.Entity
Returns a promise of a copy of the "application/x-www-form-urlencoded" entity decoded as a form.
getFormat() - Method in class com.sun.identity.saml.assertion.NameIdentifier
Returns format.
getFormat() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns the format
getFormat() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Returns the value of Format attribute.
getFormat() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsKey
The format is set to null to match the result for a non-extractable PKCS#11 key.
getFragment() - Method in class org.forgerock.http.MutableUri
Returns the fragment element.
getFriendlyCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the friendlyCountry Object Class which has the OID 0.9.2342.19200300.100.4.18.
getFriendlyName() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the FriendlyName of the attribute.
getFrom() - Method in class org.forgerock.json.resource.PatchOperation
Returns the source field for move and copy operations.
getFrom() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the from part for the verification email.
getFrom() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the from part for the verification email.
getFulfillOn() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Returns the FullFillOn effect type of this obligation
getFulfillOn() - Method in interface com.sun.identity.xacml.policy.Obligation
Returns the FullFillOn effect type of this obligation
getFullVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the full version of the Directory Server implementation.
getFullVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the fullVendorVersion Attribute Type which has the OID 1.3.6.1.4.1.36733.2.1.1.141.
getFullyQualifiedName(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns the fully qualified name for the identity.
getGeneralizedTimeMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generalizedTimeMatch Matching Rule which has the OID 2.5.13.27.
getGeneralizedTimeOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generalizedTimeOrderingMatch Matching Rule which has the OID 2.5.13.28.
getGeneralizedTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Generalized Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.24.
getGeneratedPassword() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
Returns the newly generated password, but only if the password modify request succeeded and a generated password was requested.
getGenerationQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generationQualifier Attribute Type which has the OID 2.5.4.44.
getGenericSecret(String) - Method in class org.forgerock.openam.scripting.api.secrets.ScriptedSecrets
Allows the caller to access a generic type of secret from the Secrets API.
getGetComplete() - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns the GetComplete Object.
getGivenNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the givenName Attribute Type which has the OID 2.5.4.42.
getGlobalConfig(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the global configuration for the given service instance.
getGlobalConfig(String, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the global configuration for the given service instance.
getGlobalMultiInstanceSecretIds(SSOToken) - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by global multi-instance services, e.g.
getGlobalOperand() - Method in class com.sun.identity.log.LogQuery
Deprecated.
Returns the value of global operand set in the query.
getGlobalSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the global service configuration schema.
getGlobalSecrets() - Method in class org.forgerock.openam.secrets.Secrets
Get the global secrets provider for the realm.
getGlobalSingletonSecretIds() - Method in class org.forgerock.am.iot.IotSecretIdProvider
 
getGlobalSingletonSecretIds() - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by global singleton services.
getGoverningStructureRuleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the governingStructureRule Attribute Type which has the OID 2.5.21.10.
getGrant() - Method in interface org.forgerock.oauth2.core.AccessToken
Gets the grant that represents the original authorization.
getGrantId() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getGrantType() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
 
getGrantType() - Method in interface org.forgerock.oauth2.core.AccessToken
 
getGrantType() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the grant type that was used to produce the token.
getGreaterOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal ordering matching operations on that value.
getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal matching operations on that value.
getGroup() - Method in class com.sun.identity.sm.ServiceInstance
Returns the group name from which the configuration parameters for the instance must be obtained.
getGroupNames() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the configuration group names
getGroupOfNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfNames Object Class which has the OID 2.5.6.9.
getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfUniqueNames Object Class which has the OID 2.5.6.17.
getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.25.
getHasSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the hasSubordinates Attribute Type which has the OID 2.5.18.9.
getHeader() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module header string display.
getHeader() - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
 
getHeader() - Method in class org.forgerock.json.jose.jws.SignedJwt
Gets the header object for the JWT, which contains properties which describe the cryptographic operations applied to the JWT, among other properties.
getHeader() - Method in interface org.forgerock.json.jose.jwt.Jwt
Gets the header object for the JWT, which contains properties which describe the cryptographic operations applied to the JWT, among other properties.
getHeaderClass() - Method in class org.forgerock.http.header.AuthorizationHeader.Factory
 
getHeaderClass() - Method in class org.forgerock.http.header.HeaderFactory
Get the associated header class.
getHeaderKey(String) - Static method in enum org.forgerock.json.jose.jwe.JweHeaderKey
Gets the JweHeaderKey constant that matches the given String.
getHeaderKey(String) - Static method in enum org.forgerock.json.jose.jws.JwsHeaderKey
Gets the JwsHeaderKey constant that matches the given String.
getHeaderKey(String) - Static method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
Gets the JwtHeaderKey constant that matches the given String.
getHeaderName() - Method in class org.forgerock.http.header.AuthorizationHeader.Factory
 
getHeaderName() - Method in class org.forgerock.http.header.HeaderFactory
Get the associated header name.
getHeaders() - Method in interface org.forgerock.http.client.request.HttpClientRequest
Retrieve the headers set on the request.
getHeaders() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Retrieve the headers set on the request.
getHeaders() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Retrieve the headers sent with the accessed resource.
getHeaders() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Retrieve the headers sent with the accessed resource.
getHeaders() - Method in interface org.forgerock.http.protocol.Message
Returns the headers.
getHeaders() - Method in class org.forgerock.http.protocol.MessageImpl
 
getHeaders() - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Gets the header parameters for the JWT.
getHomePhoneAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the homePhone Attribute Type which has the OID 0.9.2342.19200300.100.1.20.
getHomePostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the homePostalAddress Attribute Type which has the OID 0.9.2342.19200300.100.1.39.
getHops() - Method in class org.forgerock.http.header.ForwardedHeader
Get the list of request's hops details.
getHost() - Method in class org.forgerock.http.MutableUri
Returns the host element.
getHost() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the name or IP address in dotted format of the LDAP server referenced by this LDAP URL.
getHostAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the host Attribute Type which has the OID 0.9.2342.19200300.100.1.9.
getHostedIDPConfigAttributeMap(String, String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return the attribute map by parsing the configured map in hosted identity provider configuration.
getHostName() - Method in interface com.iplanet.sso.SSOToken
Returns the host name of the client (browser) that sent the request.
getHostnameVerifier() - Method in interface org.forgerock.openam.http.SslConnectionManager
Returns the hostname verifier to be used when establishing a connection.
getHostPorts() - Method in class org.forgerock.opendj.discovery.Partition.Server
Returns the host ports for this server.
getHostPortToUse() - Method in class org.forgerock.opendj.discovery.Partition.Server
Returns the host port that should be used to contact this server.
getHouseIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the houseIdentifier Attribute Type which has the OID 2.5.4.51.
getHttpClient() - Method in class org.forgerock.secrets.vault.VaultConfig
Returns the CHF HTTP client handler to use for connections to Vault.
getHttpClientResponse(String, String, Map<String, List<Map<String, String>>>, String) - Method in class org.forgerock.http.client.ChfHttpClient
Deprecated.
 
getHttpServletRequest() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the HttpServletRequest object that initiated the call to this module.
getHttpServletResponse() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the HttpServletResponse object for the servlet request that initiated the call to this module.
getI18NFileName() - Method in class com.sun.identity.sm.ServiceSchema
Returns the I18N properties file name for the service schema.
getI18NFileName() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the I18N properties file name for the service.
getI18NJarURL() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the URL of the JAR file that contains the I18N properties file.
getI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N key to describe the configuration attribute.
getI18NKey() - Method in class com.sun.identity.sm.ServiceSchema
Returns the I18N key that points to the description of the service.
getI18NKey() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns i18nKey of the schema.
getI18NKey(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Returns the I18N key to be used to localize the display name for the condition type name.
getI18NKey(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Returns the I18N key to be used to localize the display name for the referral type name.
getI18NKey(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns the I18N key to be used to localize the display name for the responseprovider name.
getI18NKey(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns the I18N key to be used to localize the display name for the subject type name.
getI18NKeyWithoutDefault() - Method in class com.sun.identity.sm.ServiceSchema
Returns the I18N key that points to the description of the schema, or null if not present.
getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Returns the I18N properties file name that should be used to localize display names for the given condition type.
getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Returns the I18N properties file name that should be used to localize display names for the given referral type.
getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns the I18N properties file name that should be used to localize display names for the given responseprovider name.
getI18NPropertiesFileName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns the I18N properties file name that should be used to localize display names for the given subject type.
getIA5StringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the IA5 String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.26.
getIconUri() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the resource set icon uri.
getId() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Gets id attribute for the tokens.
getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Returns value of id attribute.
getId() - Method in class org.forgerock.api.models.ApiDescription
Getter of id.
getId() - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
Gets the identifier being queried for.
getId() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the ID of this resource, if applicable.
getId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the unique resource set id of the resource set across all clients (resource servers).
getId() - Method in interface org.forgerock.openam.sts.TokenTypeId
Gets the token type id.
getId() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getId() - Method in class org.forgerock.services.context.AbstractContext
 
getId() - Method in interface org.forgerock.services.context.Context
Returns the unique ID identifying this context, usually a UUID.
getID() - Method in class com.iplanet.services.ldap.event.DSEvent
Return the Directory Server ID assigned to the entry changed
getID() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the id of the assertion
getID() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the value of the ID attribute.
getID() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the id property.
getIdentifier() - Method in class org.forgerock.macaroons.Macaroon.Caveat
The caveat identifier.
getIdentifier() - Method in class org.forgerock.macaroons.Macaroon
A unique identifier for this Macaroon.
getIdentifierAsString() - Method in class org.forgerock.macaroons.Macaroon.Caveat
Returns the caveat identifier as a string after UTF-8 decoding.
getIdentity(SSOToken) - Static method in class com.sun.identity.idm.IdUtils
 
getIdentity(SSOToken, String) - Static method in class com.sun.identity.idm.IdUtils
 
getIdentity(Assertion, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAccountMapper
Returns the user's distinguished name or the universal ID for the corresponding SAML Assertion.
getIdentity(NameID, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
Returns the user's distinguished name or the universal ID for the corresponding SAML NameID.
getIdentity(ManageNameIDRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
Returns the user's distinguished name or the universal ID for the corresponding SAML ManageNameIDRequest.
getIdentity(ManageNameIDRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAccountMapper
Returns the user's distinguished name or the universal ID for the corresponding SAML ManageNameIDRequest.
getIdentity(RequestSecurityTokenResponse, String, String) - Method in interface com.sun.identity.wsfederation.plugins.SPAccountMapper
Returns user's distinguished name or the universal ID for the RSTR.
getIdentity(String, String) - Static method in class com.sun.identity.idm.IdUtils
Gets the AMIdentity of a user with username equal to uName that exists in realm
getIdentity(String, String, Set<String>) - Static method in class com.sun.identity.idm.IdUtils
Gets the AMIdentity of a user with username equal to uName that exists in realm.
getIdentity(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
Returns an identity that matches the subject in the attribute query.
getIdentityAccountStatusField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the account status.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
Gets the field name for the identity email address.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the field name for the identity email address.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
Gets the field name for the identity email address.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the identity email address.
getIdentityIdField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the identity id.
getIdentityPasswordField() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Gets the password field identifier.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Gets the URL for the identity service.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
Gets the URL for the identity service.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Gets the URL for the identity service.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the URL for the identity service.
getIdentityUsernameField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the identity username.
getIdleTime() - Method in interface com.iplanet.sso.SSOToken
Returns the session idle time in seconds.
getIDPAuthnContextInfo(AuthnRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
getIDPAuthnContextInfo(AuthnRequest, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
Returns an IDPAuthnContextInfo object.
getIDPAuthnContextInfo(String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAuthenticationMethodMapper
Returns an IDPAuthenticationTypeInfo object.
getIDPEntries() - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns the list of IDPEntry Objects.
getIdpId() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the Identity Provider id.
getIDPList() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns the IDPList Object.
getIDPList() - Method in interface com.sun.identity.saml2.protocol.Scoping
Returns the IDPList Object.
getIdToken() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectSessionInfo
Returns the id_token associated with a user session.
getIdTokenClaims() - Method in class org.forgerock.oauth.clients.oidc.Claims
Gets the id_token claims as an unmodifiable map.
getImage() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module display page image.
getIn() - Method in class org.forgerock.http.io.PipeBufferedStream
Returns the output stream which writes to the pipe.
getIndexId() - Method in interface org.forgerock.opendj.ldap.schema.Indexer
Returns an index identifier associated with this indexer.
getIndexingOptionsOrNull(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns the indexing options for the provided attribute, or null if the attribute is not indexed.
getInfo() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
Returns the raw JSON as a map.
getInfoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the info Attribute Type which has the OID 0.9.2342.19200300.100.1.4.
getInfoText() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the list of infoText elements to display alongside the authentication module display attributes.
getInfoText(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the info text associated with a specific callback
getInheritance() - Method in class com.sun.identity.sm.ServiceSchema
Get the inheritance of this schema.
getInitials(String) - Static method in interface org.forgerock.am.cts.utils.blob.strategies.AttributeCompressionStrategy
Generate the initials from the given name.
getInitialsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the initials Attribute Type which has the OID 2.5.4.43.
getInput() - Method in interface org.forgerock.selfservice.core.ProcessContext
Gets the input provided by the client.
getInputContextOnly() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Returns the XML attribute boolean value which governs the source of information that the PDP is allowed to use in making an authorization decision.
getInputContextOnly() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Returns the XML attribute boolean value which governs the source of information that the PDP is allowed to use in making an authorization decision.
getInputs() - Method in class org.forgerock.am.iot.IotAuthenticationNode
 
getInputs() - Method in class org.forgerock.am.iot.IotRegistrationNode
 
getInputs() - Method in interface org.forgerock.openam.auth.node.api.Node
Provide a list of shared state data a node consumes.
getInputToken() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
Gets the json representation of the input token.
getInputToken() - Method in interface org.forgerock.openam.sts.rest.token.validator.RestTokenTransformValidatorParameters
Gets the to-be-validated token.
getInputTokenInfo(Context, String) - Method in class org.forgerock.oauth.clients.facebook.FacebookClient
Retrieves the access token information as a JsonValue.
getInputTokenType() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
Gets the type of the input token.
getInResponseTo() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns the ID of a SAML protocol message in response to which an attesting entity can present the assertion
getInResponseTo() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the inResponseTo property.
getInstallResourceBundle(String) - Static method in class com.sun.identity.shared.locale.Locale
Gets the default install resource bundle for the default locale
getInstance() - Static method in class com.iplanet.sso.SSOTokenManager
Returns the singleton instance of SSOTokenManager.
getInstance() - Static method in class com.sun.identity.plugin.datastore.DataStoreProviderManager
Gets the singleton instance of DataStoreProviderManager.
getInstance() - Static method in class com.sun.identity.policy.ProxyPolicyEvaluatorFactory
Deprecated.
Gets an instance of ProxyPolicyEvaluatorFactory.
getInstance() - Static method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns the instance of AssertionFactory.
getInstance() - Static method in class com.sun.identity.saml2.ecp.ECPFactory
Returns an instance of the ECPFactory Object.
getInstance() - Static method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an instance of the ProtocolFactory Object.
getInstance() - Static method in class com.sun.identity.security.AdminTokenAction
Returns a cached instance AdminTokenAction.
getInstance() - Static method in class com.sun.identity.xacml.client.XACMLRequestProcessor
Returns an instance of XACMLRequestProcessor
getInstance() - Static method in class com.sun.identity.xacml.context.ContextFactory
Returns the instance of ContextSchemaFactory.
getInstance() - Static method in class com.sun.identity.xacml.policy.PolicyFactory
Returns the instance of ContextSchemaFactory.
getInstance() - Static method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
Returns a localized logger factory which will create localized loggers for the default locale.
getInstance() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the singleton core schema.
getInstance() - Static method in class org.forgerock.util.SignatureUtil
Gets the SignatureUtil instance.
getInstance(String) - Static method in class com.iplanet.services.util.I18n
Method to get an instance of I18n object that has been either previously created or to obtain a new instance if it does'nt exist
getInstance(String) - Static method in class com.sun.identity.sae.api.SecureAttrs
Returns an instance to perform crypto operations.
getInstance(String) - Static method in class com.sun.identity.shared.debug.Debug
Deprecated.
Gets an existing instance of Debug for the specified debug name or a new one if no such instance already exists.
getInstance(String) - Static method in class com.sun.identity.shared.stats.Stats
Returns an existing instance of Stats for the specified stats file or a new one if no such instance already exists.
getInstance(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service instance given the instance name
getInstance(String) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism using a new SecureRandom for generating salts and nonce values.
getInstance(String, int) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism using a new SecureRandom for generating salts and nonce values.
getInstance(String, SecureRandom) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism.
getInstance(String, SecureRandom, int) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism.
getInstance(Locale) - Static method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
Returns a localized logger factory which will create localized loggers for the provided locale.
getInstance(EncryptionHandler, JweAlgorithm, EncryptionMethod) - Static method in class org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
Get an instance of the ECDH-ES encryption handler for the given parameters.
getInstanceNames() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service instance names
getInstanceNames(DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
 
getInstances() - Static method in class com.sun.identity.shared.debug.Debug
Deprecated.
Returns a collection of all Debug instances that exist in the system at the current instance.
getIntegerFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerFirstComponentMatch Matching Rule which has the OID 2.5.13.29.
getIntegerMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerMatch Matching Rule which has the OID 2.5.13.14.
getIntegerOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerOrderingMatch Matching Rule which has the OID 2.5.13.15.
getIntegerSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Integer Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.27.
getInternalAttributeSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
 
getInternationalISDNNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the internationalISDNNumber Attribute Type which has the OID 2.5.4.25.
getIntrospectEndpoint() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets endpoint for OAuth2 token validation.
getIntValue() - Method in enum org.forgerock.util.thread.listener.ShutdownPriority
Returns the priority.
getInvalidRequestType() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the LDAP protocol-op type of this request.
getIPAddress() - Method in interface com.iplanet.sso.SSOToken
Returns the IP Address of the client (browser) that sent the request.
getIPAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
Returns the IP address from SubjectLocality locality
getIpAddresses() - Method in class org.forgerock.http.header.XForwardedForHeader
Get the IP addresses list.
getIssued() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getIssuedAtTime() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the time the JWT was issued at, from the Claims Set.
getIssueInstant() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the time when the assertion was issued.
getIssueInstant() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the time when the assertion was issued
getIssueInstant() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the value of IssueInstant attribute.
getIssueInstant() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the issueInstant property.
getIssuer() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the issuer of an assertion.
getIssuer() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the issuer of the assertion
getIssuer() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns the value of the issuer attribute.
getIssuer() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the Issuer Object.
getIssuer() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the issuer property.
getIssuer() - Method in interface com.sun.identity.xacml.context.Attribute
Returns the issuer of the Attribute.
getIssuer() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns the issuer of the Attribute.
getIssuer() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns the Issuers of this object
getIssuer() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the issuer this JWT was issued by.
getIssuer() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the issuer.
getIssuer() - Method in class org.forgerock.oauth.resolvers.BaseOpenIdResolver
Returns the issuer (IdP) for which this resolver will resolve identities.
getIssuer() - Method in interface org.forgerock.oauth.resolvers.OpenIdResolver
Returns the issuer (IdP) for which this resolver will resolve identities.
getIssuerName(AuthnRequest) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve the issuer name for the AuthN request.
getItems() - Method in class org.forgerock.api.models.Resource
Getter of items.
getIteration() - Method in class org.forgerock.openam.uma.PermissionTicket
Get the usage iteration of the ticket.
getJavaLocale() - Method in class org.forgerock.oauth.clients.oidc.Claim
Gets the Locale of this claim.
getJPEGSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the JPEG Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.28.
getJson() - Method in class org.forgerock.http.protocol.Entity
Returns the content of this entity decoded as a JSON object.
getJsonAsync() - Method in class org.forgerock.http.protocol.Entity
Returns a promise of the content of this entity decoded as a JSON object.
getJsonContent() - Method in interface org.forgerock.json.resource.ActionResponse
Gets the JsonValue content contained in the Response.
getJsonValue() - Method in exception org.forgerock.json.JsonValueException
Returns the JSON value for which the exception was thrown.
getJsonWebKey() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the JSON Web Key header parameter for this JWS.
getJvmSupportedLocaleNamesToOids() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchemaSupportedLocales
Returns the unmodifiable map of JVM supported locale tags to OIDs.
getJwaAlgorithm() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the alg parameter of the JWK.
getJwaAlgorithmName() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
 
getJwaAlgorithmName() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
 
getJwaAlgorithmName() - Method in interface org.forgerock.json.jose.jwt.Algorithm
Gets the name of the algorithm as defined in the JWA standard.
getJweAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the jwe algorithm.
getJweHeader() - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Get the header of the encapsulated EncryptedJwt.
getJweStandardName() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Returns the JWE standard encryption method name for this encryption method.
getJWKsAsJsonValue() - Method in class org.forgerock.json.jose.jwk.JWKSet
Get the JWKs in the set.
getJWKsAsList() - Method in class org.forgerock.json.jose.jwk.JWKSet
Get the JWKs in the set.
getJwkSetEndpoint() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets jwk set endpoint used to configure the OpenIdResolverService.
getJwkSetUrl() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the JWK Set URL header parameter for this JWS.
getJwksStore(String) - Method in class org.forgerock.json.jose.jwk.store.JwksStoreService
Returns the appropriate JWKs store.
getJwksStoreService() - Method in class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Get the JWKS store service.
getJwkThumbprint(String) - Method in class org.forgerock.json.jose.jwk.JWK
Calculates the JWK Thumbprint of this JWK.
getJwkType() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns the type of JWK that is used for this elliptic curve.
getJwkUrl() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
The JWKs URI.
getJwsAlgorithm() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns the JwsAlgorithm that corresponds to this elliptic curve.
getJwsAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the jws algorithm.
getJwsAlgorithm(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
getJwtClaimsSet() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectUserInfo
Gets the claim set from the jwt id token that was returned by auth server.
getJwtClaimsSet(DataStore) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Retrieves the claims set from the data store.
getJwtId() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the unique ID of the JWT.
getJwtRequestParameterOption() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the means by which request parameter jwt would be sent to OIDC provider.
getKbaPropertyName() - Method in class org.forgerock.selfservice.core.config.KbaConfig
Gets the property name in user json instance where kba details will be set.
getKbaPropertyName() - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Gets the property name in user json instance where kba details will be set.
getKey() - Method in interface org.forgerock.http.decoder.Decoder
Returns the coding that the decoder supports, as it would appear in the Content-Encoding header.
getKey() - Method in interface org.forgerock.http.decoder.FlowableDecoder
Returns the coding that the decoder supports, as it would appear in the Content-Encoding header.
getKey() - Method in class org.forgerock.json.jose.jwk.OctJWK
Gets the symmetric key.
getKey() - Method in interface org.forgerock.util.Indexed
Returns the unique key to index the object by.
getKeyAgreement() - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object for this key.
getKeyAgreement(String) - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object initialized with this key.
getKeyAgreement(String, AlgorithmParameterSpec) - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object initialized with this key.
getKeyAgreementAlgorithm() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the Java KeyAgreement algorithm to use for this curve.
getKeyAlgorithm() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
The algorithm used to generate the key of the certificate presented.
getKeyAlgorithm() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the algorithm used by the underlying key, for instance "RSA" or "EC".
getKeyAlias() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the key alias used to configure the OpenIdResolverService.
getKeyGenerationAlgorithm() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the Java KeyPairGenerator algorithm to use for this curve.
getKeyId() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the keyId parameter of the JWK.
getKeyId() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the Key ID header parameter for this JWS.
getKeyId(String, String, PublicKey, Optional<Certificate>) - Method in interface org.forgerock.openam.secrets.KeyStoreKeyIdProvider
Determine the key ID for the provided public key.
getKeyInfo() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Returns the key info.
getKeyInfo() - Method in interface com.sun.identity.saml2.assertion.KeyInfoConfirmationData
Returns the key info
getKeyManager(Purpose<? extends CryptoKey>) - Method in class org.forgerock.secrets.SecretsProvider
Returns a KeyManager that can be used to initialize an SSLContext, allowing certificates and private keys to be retrieved from this secrets provider.
getKeyManager(Purpose<? extends CryptoKey>, Options) - Method in class org.forgerock.secrets.SecretsProvider
Returns a KeyManager that can be used to initialize an SSLContext, allowing certificates and private keys to be retrieved from this secrets provider.
getKeyOffset() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Gets the number of octets in each of the CEK and MAC key.
getKeyOperations() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the key operations parameter of the JWK.
getKeyOperations(String) - Static method in enum org.forgerock.json.jose.jwk.KeyOperation
Get the KeyOperation.
getKeyPair(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return KeyPair containing PublicKey and PrivateKey for the specified certAlias.
getKeyPairAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the key pair algorithm.
getKeyPairSize() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the key pair size.
getKeySize() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Gets the bit length of the Content Encryption Key (CEK).
getKeyStore() - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Returns the keystore instance.
getKeyStore() - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the managed KeyStore.
getKeystoreFileName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the keystore filename.
getKeyStoreKeyIdProvider() - Static method in class org.forgerock.openam.secrets.SecretsUtils
Obtains a new instance of the configured keystore key ID provider implementation.
getKeystoreLocation() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the keystore location used to configure the OpenIdResolverService.
getKeystorePassword() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the keystore password used to configure the OpenIdResolverService.
getKeystorePassword() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the keystore password.
getKeystoreType() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the keystore type used to configure the OpenIdResolverService.
getKeyTransportAlgorithm() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the key transport algorithm.
getKeyType() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the kty parameter of the JWK.
getKeyType() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns an indication of the type of key this is.
getKeyType() - Method in enum org.forgerock.secrets.keys.KeyUsage
The key type corresponding to this key usage.
getKeyType(String) - Static method in enum org.forgerock.json.jose.jwk.KeyType
Get the KeyType given a string.
getKeyUsages() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the key usages that the key can be used for.
getKeywordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the keywordMatch Matching Rule which has the OID 2.5.13.33.
getKeyWrappingAlgorithm() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
For ECDH-ES key agreement modes, this indicates the key wrapping mode that should be applied to the resulting derived key.
getL10NMessage() - Method in exception com.iplanet.sso.SSOException
Returns the localized message for this exception.
getL10NMessage(Locale) - Method in exception com.sun.identity.authentication.spi.AuthLoginException
Returns the localized message of the given locale.
getL10NMessage(Locale) - Method in exception com.sun.identity.idm.IdRepoException
Returns a localized error message
getL10NMessage(Locale) - Method in exception com.sun.identity.sm.SMSException
Returns a localized error message
getLabel() - Method in class org.forgerock.secrets.Purpose
Returns a symbolic label for this purpose that can be used in routing requests for secrets.
getLabeledUri() - Method in class com.sun.identity.sm.ServiceConfig
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
getLastHop() - Method in class org.forgerock.http.header.ForwardedHeader
Get the last request's hop information (for, by, host and proto) as expressed in the header (ie: contents may not be well formatted).
getLastHopClientIp() - Method in class org.forgerock.http.header.ForwardedHeader
Get the last request's hop IP address.
getLastHopIpAddress() - Method in class org.forgerock.http.header.XForwardedForHeader
Get the IP address of the request's last hop.
getLastLoadedJwkSet() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.
getLastModifiedTime() - Method in class com.sun.identity.sm.ServiceConfig
Returns the last modified time stamp of this configuration This method is expensive because it does not cache the modified time stamp but goes directly to the data store to obtain the value of this entry
getLastUpdateTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The timestamp at which the statistics were last updated.
getLatestJwkSet() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Returns the latest non expired successfully loaded JWK Set.
getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the l Attribute Type which has the OID 2.5.4.7.
getLDAPErrorCode() - Method in exception com.sun.identity.idm.IdRepoException
Deprecated.
Use #getLdapErrorIntCode() instead. The ldap error code is always an int
getLdapErrorIntCode() - Method in exception com.sun.identity.idm.IdRepoException
Returns an int representation of ldapErrCode.
getLDAPSyntaxDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the LDAP Syntax Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.54.
getLDAPSyntaxesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ldapSyntaxes Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.16.
getLdapUrls(String, int, boolean) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the serverName, port and ssl into LDAPURL and add it into a Set.
getLdapUrls(Set<LDAPURL>, boolean) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the ldapServers and ssl into LDAPURL and add it into a Set.
getLength() - Method in class org.forgerock.http.header.ContentLengthHeader
Returns the content length, or -1 if no content length has been set.
getLessOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal ordering matching operations on that value.
getLessOrEqualAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getLessOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing less than or equal matching operations on that value.
getListOrder() - Method in class com.sun.identity.sm.AttributeSchema
Returns the list order of the attribute.
getLoc() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Return the value of Loc attribute.
getLocalAddress() - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
getLocalAddress() - Method in interface org.forgerock.opendj.io.RxSocket
Returns the InetSocketAddress associated with the local system.
getLocalAddress() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the InetSocketAddress associated with the local system.
getLocalAddress() - Method in class org.forgerock.services.context.ClientContext
Returns the IP address of the interface that received the request.
getLocale() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the locale for this authentication session.
getLocale() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the locale to which this logger will localize all log messages.
getLocale() - Method in class org.forgerock.oauth.clients.oidc.Claim
Gets the locale of this claim.
getLocale() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Get the request locale.
getLocale(String) - Static method in class com.sun.identity.shared.locale.Locale
Gets the locale object for the specified localized string format.
getLocaleObjFromAcceptLangHeader(String) - Static method in class com.sun.identity.shared.locale.Locale
Gets locale from accept-language header HTTP accept language header can have more than one language in the header, we honor the first language as locale
getLocales() - Method in class org.forgerock.http.header.AcceptLanguageHeader
Returns the PreferredLocales instance that represents this header.
getLocales() - Method in class org.forgerock.util.i18n.PreferredLocales
The ordered list of preferred locales.
getLocaleStringFromAcceptLangHeader(String) - Static method in class com.sun.identity.shared.locale.Locale
Returns locale from accept-language header HTTP accept language header can have more than one language in the header, we honor the first language as locale
getLocalityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the locality Object Class which has the OID 2.5.6.3.
getLocalizableDescription() - Method in class org.forgerock.api.transform.LocalizableOperation
 
getLocalizableDescription() - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
getLocalizableDescription() - Method in class org.forgerock.api.transform.LocalizableTag
 
getLocalizableName() - Method in class org.forgerock.api.transform.LocalizableTag
Returns the name of a Tag, a LocalizableString.
getLocalizableTags() - Method in class org.forgerock.api.transform.LocalizableOperation
Returns the localizable tags for this operation.
getLocalizableTitle() - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
getLocalizedLogger(Class<?>) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns a localized logger which will forward log messages to an SLF4J Logger obtained by calling LoggerFactory.getLogger(Class) .
getLocalizedLogger(Class<?>) - Method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
Returns a localized logger which will forward log messages to an SLF4J Logger obtained by calling LoggerFactory.getLogger(Class) .
getLocalizedLogger(String) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns a localized logger which will forward log messages to an SLF4J Logger obtained by calling LoggerFactory.getLogger(String).
getLocalizedLogger(String) - Method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
Returns a localized logger which will forward log messages to an SLF4J Logger obtained by calling LoggerFactory.getLogger(String).
getLocalizedLogger(Logger) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns a localized logger which will forward log messages to the provided SLF4J Logger.
getLocalizedLogger(Logger) - Method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
Returns a localized logger which will forward log messages to the provided SLF4J Logger.
getLocalizedMessage() - Method in exception com.sun.identity.entitlement.EntitlementException
Returns localized exception message.
getLocalizedMessage(Locale) - Method in exception com.sun.identity.entitlement.EntitlementException
Returns localized exception message using the errorCode as key.
getLocalPort() - Method in class org.forgerock.services.context.ClientContext
Returns the port of the interface that received the request.
getLocation() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Gets the Location URI
getLocationHint() - Method in class org.forgerock.macaroons.Macaroon.Caveat
Returns a location hint for the 3rd-party service that can satisfy a caveat.
getLocationHint() - Method in class org.forgerock.macaroons.Macaroon
An unauthenticated hint for where this macaroon is intended to be used.
getLocationUri() - Method in class org.forgerock.http.header.LocationHeader
Returns the location URI or null if empty.
getLogFields() - Static method in class com.sun.identity.log.LogReader
Deprecated.
Returns the names of the Log Fields that are selected for logging in the Logging Service template, plus the mandatory "time" and "Data" fields.
getLogger() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the underlying SLF4J Logger wrapped by this logger.
getLogger(String) - Static method in class com.sun.identity.log.Logger
Deprecated.
Find or create a logger for a named subsystem.
getLogger(String, String) - Static method in class com.sun.identity.log.Logger
Deprecated.
Find or create a logger for a named subsystem.
getLoggerForThisClass() - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns a localized logger with a name corresponding to calling class name.
getLoggingStatusIsActive() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
getLoginException() - Method in class com.sun.identity.authentication.AuthContext
Returns login exception, if any, during the authentication process.
getLoginException() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns login exception, if any, during the authentication process.
getLogInfoMap() - Method in class com.sun.identity.log.LogRecord
Deprecated.
Returns the log information map which contains the set of fields and their corresponding values.
getLogNames() - Static method in class com.sun.identity.log.LogReader
Deprecated.
Returns the names of the Log Files or Tables.
getMacAlgorithm() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Gets the Java Cryptographic algorithm name for the algorithm that will generate the MAC key.
getMailAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the mail Attribute Type which has the OID 0.9.2342.19200300.100.1.3.
getMajor() - Method in class org.forgerock.http.routing.Version
Returns the major version number.
getMajorVersion() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the major version number of an assertion.
getManagerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the manager Attribute Type which has the OID 0.9.2342.19200300.100.1.10.
getMasterKeyPair() - Method in class org.forgerock.opendj.security.DeploymentId
Returns the master public/private key-pair associated with this deployment ID.
getMatchedDn() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the matched DN associated with this result.
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the matched DN associated with this result.
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getMatchedUri() - Method in class org.forgerock.http.routing.UriRouterContext
Returns the portion of the request URI which matched the URI template.
getMatcherType() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the type of this filter Matcher.
getMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the matching rule for this matching rule use.
getMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule with the specified name or numeric OID.
getMatchingRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Matching Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.30.
getMatchingRuleOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the matching rule OID for this schema definition.
getMatchingRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the matching rules contained in this schema.
getMatchingRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the matchingRules Attribute Type which has the OID 2.5.21.4.
getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use with the specified name or numeric OID.
getMatchingRuleUse(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use associated with the provided matching rule, or null if no use is defined.
getMatchingRuleUseAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the matchingRuleUse Attribute Type which has the OID 2.5.21.8.
getMatchingRuleUseDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Matching Rule Use Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.31.
getMatchingRuleUses() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the matching rule uses contained in this schema.
getMaxAge() - Method in class org.forgerock.caf.http.Cookie
Gets the maximum age in seconds of this Cookie.
getMaxAge() - Method in class org.forgerock.http.protocol.Cookie
Returns the lifetime of the cookie, expressed in seconds.
getMaxAgeSeconds() - Method in class org.forgerock.json.resource.ResponseCacheControl
The maximum age (in seconds) that the response should be cached.
getMaxAssertionMinorVersion() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
 
getMaxAssertionMinorVersion() - Method in class com.sun.identity.saml.assertion.Assertion
 
getMaxAuthLevel(UUID, String) - Method in interface org.forgerock.openam.auth.node.api.TreeMetaData
Calculate maximum auth level which the evaluating tree can give from the specified node.
getMaxIdleTime() - Method in interface com.iplanet.sso.SSOToken
Returns the maximum session idle time in minutes.
getMaximumFailCount() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Get the maximum number failed login attempts permitted for a user before when their account is locked out.
getMaximumTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The maximum time that this method took to execute.
getMaxResults() - Method in class com.sun.identity.idm.IdSearchControl
Returns the maximum number of search results.
getMaxSessionTime() - Method in interface com.iplanet.sso.SSOToken
Returns the maximum session time in minutes.
getMaxTimeout() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Gets the maximum timeout (can be null).
getMaxValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the maximum number of values for the attribute if the attribute is of type MULTIPLE_CHOICE.
getMdAlgorithm() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Returns the Java-friendly name of the message digest algorithm implementation.
getMeanTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The average (mean) time that this method took to execute.
getMedianTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The median (50th percentile) time taken to execute this method.
getMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the member Attribute Type which has the OID 2.5.4.31.
getMembers(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.IdRepo
Returns the memberships of an identity.
getMembers(IdType) - Method in class com.sun.identity.idm.AMIdentity
Return all members of a given identity type of this identity as a Set of AMIdentity objects.
getMemberships(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.IdRepo
Returns the memberships of an identity.
getMemberships(IdType) - Method in class com.sun.identity.idm.AMIdentity
Returns the set of identities that this identity belongs to.
getMemorySizeKB() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getMemorySizeKB() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
 
getMessage() - Method in exception com.iplanet.services.ldap.event.EventException
Returns a string representation of the message in the this EventException (if present)
getMessage() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
Gets messages of the exceptions including the nested exceptions.
getMessage() - Method in exception com.sun.identity.entitlement.EntitlementException
Returns exception message.
getMessage() - Method in exception com.sun.identity.idm.IdRepoException
Returns the error message of this exception.
getMessage() - Method in exception com.sun.identity.jaxrpc.SOAPClientException
Method to obtain the message.
getMessage() - Method in exception com.sun.identity.shared.jaxrpc.SOAPClientException
Method to obtain the message.
getMessage() - Method in exception com.sun.identity.sm.SMSException
Returns the error message of this exception.
getMessage() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
Returns the message embedded into this marker.
getMessage() - Method in exception org.forgerock.json.JsonValueException
Returns the detail message string of this exception.
getMessage() - Method in exception org.forgerock.opendj.ldap.LdapException
 
getMessageArgs() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
Returns the error message arguments.
getMessageArgs() - Method in exception com.sun.identity.idm.IdRepoException
Returns arguments for formatting this error message.
getMessageArgs() - Method in exception com.sun.identity.sm.SMSException
Returns arguments for formatting this error message.
getMessageCertificate() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the X509 certificate used in message level authentication.
getMessageDispatcher() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Returns the MessageDispatcher for this delegate.
getMessageHandle() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns the MessageHandle of the artifact.
getMessageHandlers() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Returns a set of message handlers required by this delegate for the appropriate DefaultMessageTypes.
getMessageId() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns the message-id.
getMessageId() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns the message ID used to send the request.
getMessageID() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns the value of the messageID attribute.
getMessageID() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Returns value of messageID attribute.
getMessageObject() - Method in interface org.forgerock.i18n.LocalizableException
Returns the localizable message that explains the problem that occurred.
getMessageObject() - Method in exception org.forgerock.i18n.LocalizedIllegalArgumentException
 
getMessageObject() - Method in exception org.forgerock.opendj.ldap.DecodeException
 
getMessageObject() - Method in exception org.forgerock.opendj.ldap.LdapException
 
getMessageObject() - Method in exception org.forgerock.opendj.security.LocalizedKeyStoreException
 
getMessagePredicates() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Returns a set of message predicates required by this delegate for the appropriate DefaultMessageTypes.
getMessageTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Gets the map of locales to email body text strings.
getMessageTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Gets the map of locales to email body text strings.
getMessageTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Gets the map of locales to email body text strings.
getMessageTranslations() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the message map for the verification email.
getMessageTranslations() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the message map for the verification email.
getMessageTypeEndpoint(MessageType) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Returns the (public, relative) service location of this MessageType - if appropriate.
getMetaAliasByUri(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
Returns metaAlias embedded in uri.
getMethod() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns the confirmation method
getMethod() - Method in interface org.forgerock.http.client.request.HttpClientRequest
Retrieve the method set on the request.
getMethod() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Retrieve the method set on the request.
getMethod() - Method in class org.forgerock.http.protocol.Request
Returns the method to be performed on the resource.
getMetricName() - Method in enum org.forgerock.am.cts.api.tokens.TokenType
The name to use when referring to this token type in monitoring metrics.
getMimeType() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the mime-type of the email message.
getMimeType() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the mime-type of the email message.
getMinAssertionMinorVersion() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
 
getMinAssertionMinorVersion() - Method in class com.sun.identity.saml.assertion.Assertion
 
getMinimumAnswersToDefine() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Get the minimum count of answers to define.
getMinimumAnswersToVerify() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Get the minimum count of questions to verify.
getMinimumAnswersToVerify() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Get the minimum count of questions to verify.
getMinimumTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The minimum time that this method took to execute.
getMinLength() - Method in class com.sun.identity.sm.AttributeSchema
Returns the required minimum lenght of the attribute value
getMinor() - Method in class org.forgerock.http.routing.Version
Returns the minor version number.
getMinorCodeValue() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Returns the minorCodeValue of this object
getMinorCodeValue() - Method in interface com.sun.identity.xacml.context.StatusCode
Returns the minorCodeValue of this object
getMinorVersion() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the minor version number of an assertion.
getMinValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the minimum number of values for the attribute if the attribute is of type MULTIPLE_CHOICE.
getMobileAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the mobile Attribute Type which has the OID 0.9.2342.19200300.100.1.41.
getMode() - Method in class org.forgerock.api.models.Create
Getter of the mode.
getModificationOfType(TokenModifications.TokenModificationType) - Method in class org.forgerock.am.cts.api.tokens.TokenModifications
Returns a map of the set of modifications listed under this modification type.
getModifications() - Method in class org.forgerock.am.cts.api.tokens.TokenModifications
Returns a map of all the modifications in this object.
getModifications() - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Returns a List containing the modifications included with this modify request.
getModificationType() - Method in class org.forgerock.opendj.ldap.Modification
Returns the type of modification to be performed.
getModifiersNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the modifiersName Attribute Type which has the OID 2.5.18.4.
getModifyTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the modifyTimestamp Attribute Type which has the OID 2.5.18.2.
getModuleId() - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Gets the ID of the module to be used in creating authentication audit logs to uniquely identify the authentication module and its outcome when processing a request message.
getModuleId() - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
 
getModuleId() - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
getModuleInstanceNames() - Method in class com.sun.identity.authentication.AuthContext
Returns authentication module/s instances (or plugins) configured for a organization, or sub-organization name that was set during the AuthContext constructor.
getModuleInstanceNames() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns authentication module/s instances(or) plugin(s) configured for an organization, or sub-organization that was set during the AuthContext constructor.
getModuleName() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module name.
getModulus() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA modulus value.
getMonitoringStartTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The timestamp at which monitoring began or the most recent call to MethodCallStatisticsMXBean.reset().
getMultiAttribute(CoreTokenField) - Method in interface org.forgerock.am.cts.api.tokens.Token
Accessor for the multi-value CoreTokenField attributes.
getMultipleOf() - Method in interface org.forgerock.api.jackson.MultipleOfSchema
Gets multipleOf JSON Schema field.
getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Returns value of mustUnderstand attribute.
getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Returns value of mustUnderstand attribute.
getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Returns value of mustUnderstand attribute.
getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Returns value of mustUnderstand attribute.
getName() - Method in class com.sun.identity.idm.AMIdentity
Returns the name of the identity.
getName() - Method in class com.sun.identity.idm.IdOperation
The getName method returns the name of the IdOperation in string representaion.
getName() - Method in class com.sun.identity.idm.IdType
Returns the name of this type, for example user for type User.
getName() - Method in exception com.sun.identity.policy.InvalidFormatException
Gets the name of the object that encountered an invalid format.
getName() - Method in exception com.sun.identity.policy.InvalidNameException
Gets the name that is invalid
getName() - Method in exception com.sun.identity.policy.LimitExceededException
Gets the name of the object for which limit was exceeded
getName() - Method in exception com.sun.identity.policy.NameAlreadyExistsException
Gets the name that already exists.
getName() - Method in exception com.sun.identity.policy.NameNotFoundException
Gets the name that was not found.
getName() - Method in exception com.sun.identity.policy.ObjectInUseException
Gets the name that is in use.
getName() - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the name of the policy.
getName() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns the name assigned to the rule.
getName() - Method in class com.sun.identity.saml.assertion.NameIdentifier
Returns the name from NameQualifier.
getName() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the Name of the attribute.
getName() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getName() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Returns the value of Name attribute.
getName() - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Convinience method to query the name being used for this Debug instance.
getName() - Method in class com.sun.identity.sm.AttributeSchema
Returns the name of the attribute.
getName() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service name.
getName() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the name of the service.
getName() - Method in class com.sun.identity.sm.ServiceInstance
Returns the instance name.
getName() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name of the schema.
getName() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the name of the service.
getName() - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousWatcher
The name of this watcher -- the mark it will make on sessions to watch.
getName() - Method in class org.forgerock.api.models.Action
Getter of the ID.
getName() - Method in class org.forgerock.api.models.Parameter
Getter of the name of the parameter.
getName() - Method in class org.forgerock.api.transform.LocalizableTag
 
getName() - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
Returns the name of the authorization module.
getName() - Method in class org.forgerock.caf.http.Cookie
Returns the name of the cookie.
getName() - Method in class org.forgerock.http.header.AcceptApiVersionHeader
 
getName() - Method in class org.forgerock.http.header.AcceptLanguageHeader
 
getName() - Method in class org.forgerock.http.header.AuthorizationHeader
 
getName() - Method in class org.forgerock.http.header.ConnectionHeader
 
getName() - Method in class org.forgerock.http.header.ContentApiVersionHeader
 
getName() - Method in class org.forgerock.http.header.ContentEncodingHeader
 
getName() - Method in class org.forgerock.http.header.ContentLengthHeader
 
getName() - Method in class org.forgerock.http.header.ContentTypeHeader
 
getName() - Method in class org.forgerock.http.header.CookieHeader
 
getName() - Method in class org.forgerock.http.header.Directive
Represents the directive name.
getName() - Method in class org.forgerock.http.header.ForwardedHeader
 
getName() - Method in class org.forgerock.http.header.GenericHeader
 
getName() - Method in class org.forgerock.http.header.LocationHeader
 
getName() - Method in class org.forgerock.http.header.ReferrerHeader
 
getName() - Method in class org.forgerock.http.header.SetCookie2Header
Deprecated.
 
getName() - Method in class org.forgerock.http.header.SetCookieHeader
 
getName() - Method in class org.forgerock.http.header.TrailerHeader
 
getName() - Method in class org.forgerock.http.header.TransactionIdHeader
 
getName() - Method in class org.forgerock.http.header.WarningHeader
 
getName() - Method in class org.forgerock.http.header.WwwAuthenticateHeader
 
getName() - Method in class org.forgerock.http.header.XForwardedForHeader
 
getName() - Method in class org.forgerock.http.protocol.Cookie
Returns name of the cookie.
getName() - Method in class org.forgerock.http.protocol.Header
Returns the name of the header, as it would canonically appear within an HTTP message.
getName() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the name of this logger.
getName() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
getName() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Gets the full name of the encryption method.
getName() - Method in enum org.forgerock.json.jose.jwk.KeyOperation
Get the Value of the KeyOperation.
getName() - Method in class org.forgerock.oauth.clients.oidc.Claim
Gets the name of this claim without the locale suffix.
getName() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the name of the resource set.
getName() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getName() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
getName() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the distinguished name of this entry.
getName() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the distinguished name of the base entry relative to which the search is to be performed.
getName() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getName() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns the name of the Directory object that the client wishes to bind as.
getName() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Returns the distinguished name of the entry to be compared.
getName() - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
Returns the distinguished name of the entry to be deleted.
getName() - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Returns the distinguished name of the entry to be renamed.
getName() - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Returns the distinguished name of the entry to be modified.
getName() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns the distinguished name of the base entry relative to which the search is to be performed.
getName() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the short human-readable name of this result code.
getName() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the name for this attribute syntax.
getName() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the common name for this attribute syntax.
getName() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Returns the distinguished name of the entry being modified by this ChangeRecord.
getName() - Method in interface org.forgerock.selfservice.core.config.StageConfig
Gets the name of the stage configuration.
getName() - Method in class org.forgerock.selfservice.core.ProgressStageBinding
Return the name of the bound stage.
getName() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
 
getName() - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
 
getName() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
 
getName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
 
getName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
 
getName() - Method in class org.forgerock.selfservice.stages.parameters.ParametersConfig
 
getName() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
 
getName() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
 
getName() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
 
getName() - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
 
getName() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
 
getName() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
 
getName() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
 
getName(Dn) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Returns the RDN without the attribute name from the passed in Dn object, for example: uid=demo,ou=people,dc=example,dc=com will return demo.
getNameAndOptionalUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Name and Optional UID Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.34.
getNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the name Attribute Type which has the OID 2.5.4.41.
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getNamed(Purpose<S>, String) - Method in interface org.forgerock.secrets.SecretStore
Returns the named secret from this store.
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getNamedOrValidSecrets(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
If the given id is not null, then this returns the single named secret that corresponds to that stable id (or a stream of valid secrets for the given purpose if no such secret exists), otherwise it returns all valid secrets for the given purpose.
getNamedSecret(DefaultingPurpose<S>, String, String) - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
Get the named secret for a DefaultingPurpose.
getNamedSecret(Purpose<S>, String) - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
 
getNamedSecret(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
Gets the secret for the given purpose with the given stable secret id.
getNameForm() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Retrieves the name form for this DIT structure rule.
getNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the name form with the specified name or numeric OID.
getNameFormat() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the NameFormat of the attribute.
getNameFormDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Name Form Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.35.
getNameForms() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the name forms contained in this schema.
getNameForms(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the name forms associated with the provided structural object class.
getNameFormsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the nameForms Attribute Type which has the OID 2.5.21.7.
getNameId() - Method in class org.forgerock.am.saml2.profile.Saml2SsoResult
Returns the NameID object from the assertion.
getNameID() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns the identifier in NameID format
getNameID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns the name identifier
getNameID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the nameID property.
getNameID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Returns the value of the nameID property.
getNameID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Returns the value of the nameID property.
getNameID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
Returns the value of the nameID property.
getNameID(Object, String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAccountMapper
Returns the user's NameIDinformation that contains account federation with the corresponding remote and local entities.
getNameID(Object, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
Returns the user's NameIDinformation that contains account federation with the corresponding remote and local entities.
getNameIdentifier() - Method in class com.sun.identity.saml.assertion.Subject
Gets the NameIdentifier within the Subject element
getNameIdFormat() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the name-id format.
getNameIDPolicy() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the NameIDPolicy object.
getNameIDPolicy() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Returns the NameIDPolicy object.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the name or OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the name or structural class OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the name or OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the name or matching rule OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the name or numeric OID of this name form.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the name or OID for this schema definition.
getNameOrRuleId() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Retrieves the name or rule ID for this schema definition.
getNameQualifier() - Method in class com.sun.identity.saml.assertion.NameIdentifier
Returns the name.
getNameQualifier() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
Returns the name qualifier
getNameQualifier() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns the name qualifier
getNames() - Method in class org.forgerock.api.models.Definitions
Returns all Schema names.
getNames() - Method in class org.forgerock.api.models.Errors
Returns all ApiError names.
getNames() - Method in class org.forgerock.api.models.Paths
Returns all Path names.
getNames() - Method in class org.forgerock.api.models.Services
Returns all Services names.
getNames() - Method in class org.forgerock.api.models.SubResources
Returns all sub-resource names.
getNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable list containing the user-friendly names that may be used to reference this name form.
getNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNamespace() - Method in interface com.sun.identity.saml2.assertion.Action
Returns the value of Namespace attribute.
getNamespace() - Method in class org.forgerock.secrets.vault.VaultConfig
Returns the Vault namespace to use, or Optional.empty() if no namespace is configured.
getNameSpace() - Method in class com.sun.identity.saml.assertion.Action
Gets the namespace of Action
getNamespaceForPrefix(String, Element) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Gets the XML namespace URI that is mapped to the specified prefix, in the context of the DOM element e
getNameWithLocale() - Method in class org.forgerock.oauth.clients.oidc.Claim
Gets the name of this claim with the locale appended after a '#' character.
getNamingContexts() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of DNs identifying the context prefixes of the naming contexts that the Directory Server masters or shadows (in part or in whole).
getNamingContextsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the namingContexts Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.5.
getNegotiatedProperty(String) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
Retrieves the named SASL negotiated property.
getNegotiationCode() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns the negotiation error code.
getNegotiationHeaderName() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns the negotiation header name.
getNegotiationHeaderValue() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns the negotiation header value.
getNewEncryptedID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Returns the value of the newEncryptedID property.
getNewID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Returns the value of the NewID property.
getNewPassword() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the desired password for the user, or null if a new password should be generated.
getNewRdn() - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Returns the new RDN of the entry to be renamed.
getNewResourceId() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the client provided ID of the resource to be created.
getNewSuperior() - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Returns the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
getNewUserIDs(Map, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns a set of user IDs generated from the class defined in the Core Authentication Service.
getNodes() - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
getNodesByVersion() - Method in class org.forgerock.am.iot.IotPlugin
 
getNodesByVersion() - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
Retrieve the Map of list of node classes that the plugin is providing.
getNonce() - Method in interface org.forgerock.oauth2.core.AccessToken
Gets the token's nonce.
getNonce(JsonValue) - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Returns the nonce value store in the data store.
getNonCompliantServers() - Method in class org.forgerock.opendj.discovery.Partition
Returns the set of servers which have been detected but cannot be used because they do not comply with the configuration of the service discovery mechanism (wrong base DN for example).
getNormalizedDateString(Date) - Static method in class com.sun.identity.shared.locale.Locale
Converts the Date object into ISO-8601 format yyyy/MM/dd HH:mm like 2002/12/23 20:40.
getNotAfter() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the expiration date of the deployment ID.
getNotBefore() - Method in class com.sun.identity.saml.assertion.Conditions
Returns the earliest time at which the assertion is valid held in this Conditions object.
getNotBefore() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns the time instant before which the subject cannot be confirmed.
getNotBefore() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns the time instant before which the subject cannot be confirmed
getNotBefore() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the generation date of the deployment ID.
getNotBeforeTime() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the time the JWT is not allowed to be processed before, from the Claims Set.
getNotOnorAfter() - Method in class com.sun.identity.saml.assertion.Conditions
Returns the time instant held within this Conditions object at which the Assertion has expired.
getNotOnOrAfter() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Returns value of notOnOrAfter attribute.
getNotOnOrAfter() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns the time instant at which the subject can no longer be confirmed.
getNotOnOrAfter() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns the time instant at which the subject can no longer be confirmed
getNotOnOrAfter() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the notOnOrAfter property.
getNotPresent(String, String) - Static method in class org.forgerock.json.resource.AdviceWarning
Convenience method to quickly generate frequently-used error type: 100.
getNotSubFilter() - Method in class org.forgerock.opendj.ldap.Filter
Returns the sub-filter for this NOT filter.
getNotSubMatcher() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the sub-matcher for this NOT filter Matcher.
getNumberOfAllowedAttempts() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Get the number of allowed attempts to answer security questions correctly.
getNumberOfAnswersUserMustSet() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
Gets the number of answers that user must set.
getNumberOfQuestionsUserMustAnswer() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Gets the number of questions that user must answer.
getNumberOfStates() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the number of authentication states for this login module.
getNumericStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringMatch Matching Rule which has the OID 2.5.13.8.
getNumericStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringOrderingMatch Matching Rule which has the OID 2.5.13.9.
getNumericStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringSubstringsMatch Matching Rule which has the OID 2.5.13.10.
getNumericStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Numeric String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.36.
getNumRecordsWanted() - Method in class com.sun.identity.log.LogQuery
Deprecated.
 
getNumSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numSubordinates Attribute Type which has the OID 1.3.6.1.4.1.453.16.2.103.
getOAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the o Attribute Type which has the OID 2.5.4.10.
getObject() - Method in class org.forgerock.json.JsonValue
Returns the raw Java object representing this JSON value.
getObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the object class with the specified name or numeric OID.
getObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectClass Attribute Type which has the OID 2.5.4.0.
getObjectClassDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Object Class Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.37.
getObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the object classes contained in this schema.
getObjectClasses() - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Returns the set of LDAP object classes required in order to support the OpenDJ security provider.
getObjectClasses(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns an unmodifiable set containing the object classes associated with the provided entry.
getObjectClasses(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns an unmodifiable set containing the object classes associated with the provided entry.
getObjectClassesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectClasses Attribute Type which has the OID 2.5.21.6.
getObjectClassType() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the objectclass type for this objectclass.
getObjectId(IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns an identifier for an identity which can be used as a reference in audit logs.
getObjectIdentifierFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectIdentifierFirstComponentMatch Matching Rule which has the OID 2.5.13.30.
getObjectIdentifierMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectIdentifierMatch Matching Rule which has the OID 2.5.13.0.
getObjectInstance(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Returns default object instance for a given interface.
getObjectInstance(String, byte[], int, String, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Returns new object instance with given parameters.
getObjectInstance(String, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Returns new object instance taking String parameter in constructor.
getObjectInstance(String, Element) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Returns new object instance taking Element parameter in constructor.
getObjectType() - Method in exception com.sun.identity.policy.InvalidFormatException
Gets the type of object which encountered the invalid name.
getObjectType() - Method in exception com.sun.identity.policy.InvalidNameException
Gets the type of object which encountered the invalid name.
getObjectType() - Method in exception com.sun.identity.policy.LimitExceededException
Gets the type of object which encountered the invalid name.
getObjectType() - Method in exception com.sun.identity.policy.NameAlreadyExistsException
Gets the type of object which encountered the invalid name.
getObjectType() - Method in exception com.sun.identity.policy.NameNotFoundException
Gets the type of object which encountered the invalid name.
getObligationId() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Returns the ObligationId of this Obligation
getObligationId() - Method in interface com.sun.identity.xacml.policy.Obligation
Returns the ObligationId of this Obligation
getObligations() - Method in interface com.sun.identity.xacml.context.Result
Returns the Obligations of this object
getObligations() - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
Returns the Obligation objects set in this Obligations
getObligations() - Method in interface com.sun.identity.xacml.policy.Obligations
Returns the Obligation objects set in this Obligations
getOctetStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringMatch Matching Rule which has the OID 2.5.13.17.
getOctetStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringOrderingMatch Matching Rule which has the OID 2.5.13.18.
getOctetStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringSubstringsMatch Matching Rule which has the OID 2.5.13.19.
getOctetStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Octet String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.40.
getOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the positional offset of the target entry in the result set, if applicable, where 1 is the first entry.
getOid() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
getOid() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the numeric OID associated with this control.
getOid() - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Returns the numeric OID associated with this control decoder.
getOid() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns the numeric OID associated with this extended request.
getOid() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
Returns the numeric OID, if any, associated with this extended result.
getOid() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
Returns the numeric OID, if any, associated with this intermediate response.
getOid() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getOid() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the OID for this schema definition.
getOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID for this schema definition.
getOid() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the numeric OID of this name form.
getOid() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the OID for this schema definition.
getOid() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the OID for this attribute syntax.
getOIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the OID Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.38.
getOldPassword() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the current password for the user, if known.
getOneTimeUses() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a list of OneTimeUse
getOpenIdResolverServiceConfig() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Returns the configuration needed to configure OpenIdResolverService.
getOperation() - Method in class org.forgerock.json.resource.PatchOperation
Returns the type of patch operation to be performed.
getOperations() - Method in class org.forgerock.api.models.Patch
Getter for supported Patch operations.
getOps() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the user's session public reference for this request.
getOption(Option<T>) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the value associated to the provided Option or the option default value, if there is no such option in this schema.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the optional attributes for this DIT content rule.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable set containing the optional attributes of this name form.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the optional attributes for this object class and any superior object classes that it might have.
getOptions() - Method in class org.forgerock.opendj.discovery.Partition.Server
Return the connections options for this server.
getOptions() - Method in interface org.forgerock.opendj.io.RxServerSocket
Returns a copy of the options currently used by this server socket.
getOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an Iterable containing the options contained in this attribute description.
getOptions() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns a copy of the options currently used by this LDAP listener.
getOrder() - Method in class com.sun.identity.sm.AttributeSchema
Returns the order of this attribute.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for ordering with this attribute type.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default ordering matching rule that will be used for attributes with this syntax.
getOrderingMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default ordering matching rule that will be used for attributes with this syntax.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.SortKey
Returns the name or OID of the ordering matching rule, if specified, which should be used when comparing attributes using this sort key.
getOrganizationalPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalPerson Object Class which has the OID 2.5.6.7.
getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalRole Object Class which has the OID 2.5.6.8.
getOrganizationalStatusAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalStatus Attribute Type which has the OID 0.9.2342.19200300.100.1.45.
getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalUnit Object Class which has the OID 2.5.6.5.
getOrganizationConfig(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the organization configuration for the given organization and instance name.
getOrganizationConfig(String, String, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the organization configuration for the given organization and instance name.
getOrganizationName() - Method in class com.sun.identity.authentication.AuthContext
Returns the the organization name that was set during the AuthContext constructor.
getOrganizationName() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns the the organization name that was set during the AuthContextLocal constructor.
getOrganizationName() - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the organization name under which the policy is created This would be set only for policies that have been read from data store.
getOrganizationName() - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets the organization name for which the policy manager was initialized with.
getOrganizationName() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the fully qualified name of the organization from the root
getOrganizationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organization Object Class which has the OID 2.5.6.4.
getOrganizationSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the organization service configuration schema.
getOrgName() - Method in class com.sun.identity.idm.IdSearchResults
 
getOrgProfile(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the organization attributes for specified organization.
getOrgServiceTemplate(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns service template attributes defined for the specified organization.
getOriginalUri() - Method in class org.forgerock.http.routing.UriRouterContext
Get the original URI.
getOriginalValue() - Method in class org.forgerock.http.header.Directive
Represents the original directive value and in quotes if it was originally quoted.
getOriginatingClientIp() - Method in class org.forgerock.http.header.ForwardedHeader
Get the first request's hop IP address.
getOrThrow() - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for this Promise to complete, and then returns the result if it completed successfully, or throws an exception representing the cause of the failure.
getOrThrow() - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrow(long, TimeUnit) - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for at most the given time for this Promise to complete, and then returns the result if it completed successfully, or throws an exception representing the cause of the failure.
getOrThrow(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrowIfInterrupted() - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for this Promise to complete, and then returns the result if it completed successfully, or throws an exception representing the cause of the failure.
getOrThrowUninterruptibly() - Method in interface org.forgerock.util.promise.Promise
Deprecated.
Since 25.0.0. Prefer using Promise.getOrThrow() and handle properly the InterruptedException in the calling code, or use Promise.getOrThrowIfInterrupted().
getOrThrowUninterruptibly() - Method in class org.forgerock.util.promise.PromiseImpl
Deprecated.
getOrThrowUninterruptibly(long, TimeUnit) - Method in interface org.forgerock.util.promise.Promise
Deprecated.
Since 25.0.0. Prefer using Promise.get(long, TimeUnit) and handle properly the InterruptedException in the calling code, or use Promise.getOrThrowIfInterrupted().
getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
Deprecated.
getOtherChildren() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns a list of children except Status element, CorrelationHeader, ProviderHeader ConsentHeader, UsageDirectiveHeader, ProcessingContextHeader and ServiceInstanceUpdateHeader.
getOtherElement() - Method in class com.sun.identity.saml.assertion.AdviceBase
Gets other element contained within the Advice element
getOtherMailboxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Other Mailbox Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.39.
getOtherPrimesInfo() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA other factors value.
getOtherSOAPHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of SOAP headers except CorrelationHeader, ConsentHeader, UsageDirectiveHeader and Security header.
getOUAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ou Attribute Type which has the OID 2.5.4.11.
getOut() - Method in class org.forgerock.http.io.PipeBufferedStream
Returns the input stream which reads from the pipe.
getOutcomes(PreferredLocales) - Method in class org.forgerock.am.iot.IotAuthenticationNode.AuthenticationOutcomeProvider
 
getOutcomes(PreferredLocales) - Method in class org.forgerock.am.iot.IotRegistrationNode.RegistrationOutcomeProvider
 
getOutcomes(PreferredLocales) - Method in class org.forgerock.openam.auth.node.api.AbstractDecisionNode.OutcomeProvider
 
getOutcomes(PreferredLocales) - Method in class org.forgerock.openam.auth.node.api.SingleOutcomeNode.OutcomeProvider
 
getOutcomes(PreferredLocales) - Method in interface org.forgerock.openam.auth.node.api.StaticOutcomeProvider
Returns a ordered list of possible node outcomes with localised display names.
getOutcomes(PreferredLocales, JsonValue) - Method in interface org.forgerock.openam.auth.node.api.OutcomeProvider
Returns a ordered list of possible node outcomes with localised display names.
getOutcomes(PreferredLocales, JsonValue) - Method in interface org.forgerock.openam.auth.node.api.StaticOutcomeProvider
 
getOutputs() - Method in class org.forgerock.am.iot.IotAuthenticationNode
 
getOutputs() - Method in class org.forgerock.am.iot.IotRegistrationNode
 
getOutputs() - Method in interface org.forgerock.openam.auth.node.api.Node
Provide a list of shared state data a node provides.
getOwnerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the owner Attribute Type which has the OID 2.5.4.32.
getPagedResultsCookie() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the opaque cookie which is used by the resource provider to track its position in the set of query results.
getPagedResultsCookie() - Method in interface org.forgerock.json.resource.QueryResponse
Returns the opaque cookie which can be used for the next cookie-based paged request.
getPagedResultsOffset() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the zero-based index of the first resource which should be included in the query results.
getPagerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pager Attribute Type which has the OID 0.9.2342.19200300.100.1.42.
getPageSize() - Method in interface org.forgerock.am.cts.CoreTokenConfig
The number of entries to return in a single page of queried results.
getPageSize() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the requested page results page size or 0 if paged results are not required.
getPageState() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module display page state.
getPagingModes() - Method in class org.forgerock.api.models.Query
Getter of the paging modes.
getPairComparator() - Static method in class org.forgerock.util.Pair
Returns a comparator for Pairs of comparable objects.
getParameter(String) - Method in class org.forgerock.json.jose.jwe.JweHeader
 
getParameter(String) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets a header parameter for the specified key.
getParameter(String) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Gets a header parameter for the specified key.
getParameter(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the specified parameter from the request.
getParameter(String, boolean) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the specified parameter from the request.
getParameter(String, Class<T>) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Gets a header parameter for the specified key and then casts it to the specified type.
getParameterCount(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the count of the parameter present in the request with the given name
getParameterNames() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the name of the parameters in the current request
getParameterNames() - Method in class org.forgerock.selfservice.stages.parameters.ParametersConfig
Return the list of passed parameter names.
getParameters() - Method in class org.forgerock.api.models.Operation
Getter of the parameters array.
getParameters() - Method in class org.forgerock.api.models.Resource
Getter of the parameters array.
getParameters() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns the parameters for the given elliptic curve.
getParameters() - Method in class org.forgerock.json.jose.jwt.JwtHeader
Returns this JwtHeader's parameters.
getParameterSpec() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Gets any parameter spec associated with this algorithm.
getParent() - Method in class org.forgerock.services.context.AbstractContext
 
getParent() - Method in interface org.forgerock.services.context.Context
Returns the parent of this context.
getParentOrgConfigManager() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the OrganizationConfigManager of the parent for the given organization name.
getPartition(Collection<Dn>) - Method in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
 
getPartition(Collection<Dn>) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
Returns the partition.
getPartition(Collection<Dn>) - Method in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
 
getPartitionId() - Method in class org.forgerock.opendj.discovery.Partition
Returns the ID for the partition.
getPassword() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Returns the password to use when authenticating to the proxy.
getPassword() - Method in class org.forgerock.http.header.authorization.BasicCredentials
Get the password.
getPatch() - Method in class org.forgerock.api.models.Items
Getter of Patch.
getPatch() - Method in class org.forgerock.api.models.Resource
Getter of Patch.
getPatchOperations() - Method in interface org.forgerock.json.resource.PatchRequest
Returns the list of patch operations which should be performed against the targeted resource.
getPath() - Method in class org.forgerock.caf.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class org.forgerock.http.MutableUri
Returns the path element.
getPath() - Method in class org.forgerock.http.protocol.Cookie
Returns the subset of URLs on the origin server to which this cookie applies.
getPath() - Method in class org.forgerock.secrets.vault.VaultConfig
Returns the path at which the vault secret engine to be used is mounted relative to the base URI.
getPathElements() - Method in class org.forgerock.http.MutableUri
Return the URI path elements as an immutable List.
getPathElements(String) - Static method in class org.forgerock.http.util.Paths
Converts a path into a list of URL-decoded path elements.
getPathParameter() - Method in class org.forgerock.api.models.Items
Get the path parameter.
getPaths() - Method in class org.forgerock.api.models.ApiDescription
Getter of paths.
getPaths() - Method in class org.forgerock.api.models.Paths
Gets a Map of path-names to Paths.
getPaths() - Method in class org.forgerock.api.models.VersionedPath
Gets a Map of versions to Resources.
getPayload() - Method in class org.forgerock.json.jose.jws.SignedJwt
Gets the payload for the JWS, which will either be a JWT Claims Set, SignedJwt.getClaimsSet(), or a nested EncryptedJwt, EncryptedJwt.
getPeerAddress() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the InetSocketAddress associated with the remote system.
getPeerCertificate() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the X509 certificate used in client authentication.
getPeerOrganizationNames() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the names of all peer-organizations.
getPercentileDump() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
Gets a raw summary dump of call time percentile distribution data, suitable for plotting.
getPeriodMillis() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the period in milliseconds between successive task invocations.
getPermissions() - Method in interface org.forgerock.oauth2.core.AccessToken
Get the UMA permissions contained in the token.
getPermissions() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getPersonalTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the personalTitle Attribute Type which has the OID 0.9.2342.19200300.100.1.40.
getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the person Object Class which has the OID 2.5.6.6.
getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the physicalDeliveryOfficeName Attribute Type which has the OID 2.5.4.19.
getPkceMethod() - Method in class org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration
 
getPkceMethod() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets the PKCE transformation method to us when making requests to the authorization endpoint.
getPkiCaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pkiCA Object Class which has the OID 2.5.6.22.
getPkiUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pkiUser Object Class which has the OID 2.5.6.21.
getPlatform() - Static method in class com.iplanet.am.util.SystemProperties
Deprecated.
use getAll()
getPluginVersion() - Method in class org.forgerock.am.iot.IotPlugin
 
getPluginVersion() - Method in interface org.forgerock.openam.plugins.AmPlugin
The plugin version.
getPointer() - Method in class org.forgerock.json.JsonValue
Returns the pointer of the JSON value in its JSON structure.
getPolicies() - Method in class com.sun.identity.policy.ProtectedResource
Deprecated.
Gets policies that protect the resource name
getPolicy() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the name of the policy linked to this resource set.
getPolicy(String) - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets the policy object given the name of the policy.
getPolicyDecision() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns the policy decision associated with this resource result
getPolicyDecision(SSOToken, String, String, Set, Map) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets policy results
getPolicyDecision(SSOToken, String, Set, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Evaluates privileges of the user to perform the specified actions on the specified resource.
getPolicyDecisionForFedlet(HttpServletRequest, String, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.XACMLQueryUtil
Sends the XACML query to specifiied PDP, gets the policy decision and sends it back to the Fedlet
getPolicyDecisionIgnoreSubjects(String, Set, Map) - Method in class com.sun.identity.policy.ProxyPolicyEvaluator
Deprecated.
Gets policy decision for a resource, skipping subject evaluation.
getPolicyNames() - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets a set of names of polices defined in the organization for which the policy manager was instantiated.
getPolicyNames(String) - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets a set of selected policy names matching the pattern in the given organization.
getPolicySchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the policy service configuration schema.
getPolicyUri() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the policy uri for the resource set.
getPort() - Method in class org.forgerock.http.MutableUri
Returns the port element.
getPort() - Method in class org.forgerock.http.protocol.Cookie
Deprecated.
Only valid for RFC 2965 cookies ("Cookie2"), which have been deprecated and removed by most clients.
getPort() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the port number of the LDAP server referenced by this LDAP URL.
getPostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postalAddress Attribute Type which has the OID 2.5.4.16.
getPostalAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Postal Address Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.41.
getPostalCodeAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postalCode Attribute Type which has the OID 2.5.4.17.
getPostOfficeBoxAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postOfficeBox Attribute Type which has the OID 2.5.4.18.
getPreferredDeliveryMethodAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the preferredDeliveryMethod Attribute Type which has the OID 2.5.4.28.
getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.saml2.plugins.SAML2IDPFinder
Returns a list of preferred IDP providerID's.
getPreferredLocale() - Method in class org.forgerock.util.i18n.PreferredLocales
The preferred locale, i.e.
getPreferredLocales() - Method in interface org.forgerock.json.resource.ActionRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.CreateRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.PatchRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.QueryRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.ReadRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.Request
Get the locale preference for the request.
getPreferredLocales() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getPresentationAddressMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the presentationAddressMatch Matching Rule which has the OID 2.5.13.22.
getPresentationAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Presentation Address Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.43.
getPResponseProviderName() - Method in interface com.sun.identity.entitlement.ResourceAttribute
Deprecated. 
getPreviousName() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the distinguished name that the entry had prior to a modify DN operation, or null if the operation was not a modify DN.
getPrimaryServers() - Method in class org.forgerock.opendj.discovery.Partition
Returns the set of primary server to use.
getPrimeFactor() - Method in class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Get the prime factor, noted as "r".
getPrimeP() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA First Prime Factor value.
getPrimePExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA First Factor CRT Exponent value.
getPrimeQ() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA Second Prime Factor value.
getPrimeQExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA Second factor CRT Exponent value.
getPrincipal() - Method in interface com.iplanet.sso.SSOToken
Returns the value of the property "Principal" set to the single sign on token.
getPrincipal() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Abstract method must be implemeted by each login module to get the user Principal
getPrincipalName(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns princiapl name, or user name given the session object.
getPrintableStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Printable String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.44.
getPriorities() - Static method in enum org.forgerock.util.thread.listener.ShutdownPriority
Returns list of all the priorities (ordered from the highest to the lowest priority) defined in the system.
getPriority() - Method in class com.sun.identity.sm.ServiceConfig
Returns the priority assigned to the service configuration.
getPrivateExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA Private Exponent value.
getPrivateKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Returns java.security.PrivateKey for the specified certAlias.
getPrivateKey(String) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getPrivateKey(String, String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return the PrivateKey for the specified certAlias and encrypted private key password.
getPrivateKey(String, String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the Private Key from the KeyStore with the given alias.
getProgressStageClassName() - Method in interface org.forgerock.selfservice.core.config.StageConfig
Gets the class name of the consuming progress stage.
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.parameters.ParametersConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
 
getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
 
getProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the prohibited attributes for this DIT content rule.
getProperties() - Static method in class com.iplanet.am.util.SystemProperties
Returns all the properties defined and their values.
getProperties() - Method in interface com.iplanet.sso.SSOToken
Get an unmodifiable map of all properties stored in this token.
getProperties() - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Gets the properties of the condition
getProperties() - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Gets the properties of the response provider.
getProperties() - Method in class org.forgerock.security.keystore.MapKeyStoreParameters
Return the properties used to configure the keystore.
getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.AttributeSchema
Returns URL of the view bean for the attribute.
getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.ServiceSchema
Returns the view bean URL for this service
getPropertiesViewBeanURL() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns URL of the view bean for the service
getProperty(Object, String) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns property value of a session object.
getProperty(String) - Method in interface com.iplanet.sso.SSOToken
Gets the property stored in this token.
getProperty(String) - Method in interface org.forgerock.config.resolvers.PropertyResolver
getProperty(String) - Method in interface org.forgerock.openam.scripting.api.ScriptPropertyResolver
Retrieve the property with the input name as a String.
getProperty(String, boolean) - Method in interface com.iplanet.sso.SSOToken
Gets the property stored in this token.
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.ChainedPropertyResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.EnvironmentVariableResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.FlatFileResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.ProductPathResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
getProperty(String, boolean) - Method in interface org.forgerock.config.resolvers.PropertyResolver
Returns the value of the specified property.
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.SystemPropertyResolver
 
getProperty(String, String) - Method in interface org.forgerock.config.resolvers.PropertyResolver
getProperty(String, String) - Method in interface org.forgerock.openam.scripting.api.ScriptPropertyResolver
Retrieve the property with the input name as a String.
getProperty(String, String, boolean) - Method in interface org.forgerock.config.resolvers.PropertyResolver
Returns the value of the specified property.
getProperty(String, String, Class<T>) - Method in interface org.forgerock.openam.scripting.api.ScriptPropertyResolver
Retrieve the property with the input name and coerce it to type T.
getPropertyName() - Method in interface com.sun.identity.entitlement.ResourceAttribute
Returns property name.
getPropertyNames() - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Returns a list of property names for the condition.
getPropertyNames() - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Returns a list of property names for the Response provider.
getPropertyOrder() - Method in class org.forgerock.api.jackson.CrestAnySchema
 
getPropertyOrder() - Method in class org.forgerock.api.jackson.CrestArraySchema
 
getPropertyOrder() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
getPropertyOrder() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getPropertySet(Object, String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return the property value of a session object.
getPropertySyntax(String) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Returns the syntax for a property name
getPropertySyntax(String) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Returns the syntax for a property name
getPropertyValues() - Method in interface com.sun.identity.entitlement.ResourceAttribute
Returns property values.
getProtectionParameter() - Method in class org.forgerock.opendj.security.KeyStoreParameters
 
getProtectionParameter() - Method in class org.forgerock.secrets.SecretsLoadStoreParameter
 
getProtectionParameter() - Method in class org.forgerock.security.keystore.MapKeyStoreParameters
We do not expect this method to be called.
getProtocol() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the transport protocol used by the client to communicate with the proxy.
getProtocolBinding() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the value of the ProtocolBinding attribute.
getProtocolInformationMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the protocolInformationMatch Matching Rule which has the OID 2.5.13.24.
getProtocolInformationSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Protocol Information Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.42.
getProtocolOp() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns the protocol-op contained in this message.
getProtocolOperationType() - Method in enum org.forgerock.opendj.ldap.messages.Request.RequestType
Returns the protocol operation type.
getProtocolOpType() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns the protocol-op type.
getProtocolOpType() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
Returns the LDAP protocol-op type.
getProtocolScheme() - Method in enum org.forgerock.opendj.ldap.ConnectionSecurity
Returns the protocol scheme associated to this connection security.
getProtocolVersion() - Method in class org.forgerock.http.header.AcceptApiVersionHeader
Gets the acceptable protocol version.
getProtocolVersion() - Method in class org.forgerock.http.header.ContentApiVersionHeader
Gets the protocol version of the content of the returned content.
getProtocolVersion() - Method in class org.forgerock.http.routing.ApiVersionRouterContext
Gets the protocol API version of the framework used to handle the request.
getProtocolVersion() - Method in class org.forgerock.opendj.io.LdapWriter
Returns the protocol version supported by this LdapWriter.
getProvider() - Method in interface org.forgerock.oauth.DataStore
Returns the provider that the associated DataStore implementation has been instantiated for.
getProvider() - Method in class org.forgerock.oauth.OAuthClientConfiguration
Gets the unique provider name.
getProvider() - Method in class org.forgerock.secrets.SecretBuilder
Returns the security provider associated with this secret, or null if not specified.
getProviderID() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Returns the ProviderID attribute value.
getProviderName() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns the ProviderName attribute value.
getProviderName() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the ProviderName attribute value.
getProviderName() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the key-pair generator provider name.
getProxyCount() - Method in interface com.sun.identity.saml2.protocol.Scoping
Returns the value of ProxyCount attribute.
getProxyPolicyEvaluator(SSOToken, String) - Method in class com.sun.identity.policy.ProxyPolicyEvaluatorFactory
Deprecated.
Gets an instance of ProxyPolicyEvaluator.
getProxyProtocolHeader() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the proxy protocol header sent by the client, or null if proxy protocol is not enabled.
getProxyProtocolHeader() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the proxy protocol header sent by the client, or null if the proxy protocol is disabled.
getProxyRestrictions() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a list of ProxyRestriction
getProxyUri() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Returns the URI of the proxy.
getPublicExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Get the RSA Public Exponent.
getPublicJwkBuilder() - Method in class org.forgerock.json.jose.jwk.EcJWK
 
getPublicJwkBuilder() - Method in class org.forgerock.json.jose.jwk.JWK
Return a builder with all the values set for representing the public components of the JWK.
getPublicJwkBuilder() - Method in class org.forgerock.json.jose.jwk.OctJWK
 
getPublicJwkBuilder() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
getPublicJwkBuilder() - Method in class org.forgerock.json.jose.jwk.RsaJWK
 
getPublicKey() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the public key associated with this secret, if one is available.
getPublicKey() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the PublicKey component of this key.
getPublicKey() - Method in class org.forgerock.secrets.SecretBuilder
Returns the public key associated with this secret, or null if not available.
getPublicKey(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the public key associated with this secret, if one is available.
getPublicKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Returns java.security.PublicKey for the specified keyAlias
getPublicKey(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the Public Key from the KeyStore with the given alias.
getPurpose() - Method in exception org.forgerock.secrets.NoSuchSecretException
Returns the purpose for which no secret was found.
getPurposeMapping() - Method in class org.forgerock.secrets.vault.VaultConfig
Returns the mapping from purposes to Vault secret names.
getQueries() - Method in class com.sun.identity.log.LogQuery
Deprecated.
Returns the full list of query
getQueries() - Method in class org.forgerock.api.models.Resource
Getter of queries.
getQuery() - Method in class org.forgerock.am.cts.api.filter.TokenFilter
Inspect the CoreTokenField, Object pairs that have been assigned as filters.
getQuery() - Method in class org.forgerock.http.MutableUri
Returns the path element.
getQueryableFields() - Method in class org.forgerock.api.models.Query
Getter of the queryable fields.
getQueryExpression() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the native query expression which will be used for processing the query request.
getQueryFilter() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the query filter which will be used for selecting which JSON resources will be returned.
getQueryId() - Method in class org.forgerock.api.models.Query
Getter of the query id.
getQueryId() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the query identifier for pre-defined queries.
getQueryParameter(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the value for a query parameter from the request with the specified name.
getQueryParameters() - Method in interface org.forgerock.http.client.request.HttpClientRequest
Retrieve the query parameters set on the request.
getQueryParameters() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Retrieve the query parameters set on the request.
getQueryParams() - Method in class org.forgerock.http.protocol.Request
Returns a copy of the query parameters decoded as a form.
getQuestions() - Method in class org.forgerock.selfservice.core.config.KbaConfig
Gets the kba questions.
getQuestions() - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Gets the kba questions in the following format.
getRawAttributesFromEncodedData(String) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns a decoded Map of attribute-value pairs.
getRawAttributesFromEncodedData(String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns a decoded Map of attribute-value pairs.
getRawAuthority() - Method in class org.forgerock.http.MutableUri
Returns the raw (encoded) authority compound element.
getRawContentFlowable() - Method in class org.forgerock.http.protocol.Entity
Returns a publisher of bytes representing the raw content of this entity.
getRawContentInputStream() - Method in class org.forgerock.http.protocol.Entity
Returns an input stream representing the raw content of this entity.
getRawContentInputStreamAsync() - Method in class org.forgerock.http.protocol.Entity
Returns a promise of an input stream representing the raw content of this entity.
getRawData() - Method in class org.forgerock.secrets.SecretBuilder
Returns the raw secret data, or null if the raw data is not available.
getRawDn() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the unparsed DN.
getRawFragment() - Method in class org.forgerock.http.MutableUri
Returns the raw (encoded) fragment element.
getRawIdentifier() - Method in class org.forgerock.macaroons.Macaroon
Returns the raw bytes of the identifier.
getRawPath() - Method in class org.forgerock.http.MutableUri
Returns the raw (encoded) path element.
getRawProfile() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2UserInfo
 
getRawProfile() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectUserInfo
Gets the user raw profile data without any modifications that was returned by the auth server.
getRawProfile() - Method in interface org.forgerock.oauth.UserInfo
Gets the user raw profile data without any modifications that was returned by the auth server.
getRawProtocolOp() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
Returns the unparsed protocol-op bytes.
getRawQuery() - Method in class org.forgerock.http.MutableUri
Returns the raw (encoded) query element.
getRawUserInfo() - Method in class org.forgerock.http.MutableUri
Returns the raw (encoded) user info element.
getRawValue() - Method in class org.forgerock.http.header.AuthorizationHeader
Get the raw value of the header.
getRead() - Method in class org.forgerock.api.models.Items
Getter of Read.
getRead() - Method in class org.forgerock.api.models.Resource
Getter of Read.
getReader(byte[]) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte array and having an unlimited maximum BER element size.
getReader(byte[], int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte array and having a user defined maximum BER element size.
getReader(InputStream) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided input stream and having an unlimited maximum BER element size.
getReader(InputStream, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided input stream and having a user defined maximum BER element size.
getReader(Asn1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.Ldap
Creates a new LDAP reader which will read LDAP messages from an ASN.1 reader using the provided decoding options.
getReader(ByteSequence) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte sequence and having an unlimited maximum BER element size.
getReader(ByteSequence, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte sequence and having a user defined maximum BER element size.
getReader(ByteSequenceReader) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte sequence reader and having an unlimited maximum BER element size.
getReader(ByteSequenceReader, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte sequence reader and having a user defined maximum BER element size.
getReadonly() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
Gets read-only property.
getReadonly() - Method in class org.forgerock.api.jackson.CrestObjectSchema
Gets read-only property.
getReadOnlyAttributeDefaults() - Method in class com.sun.identity.sm.ServiceSchema
Returns an unmodifiable map of all the attribute and their default values in this schema.
getReadPolicy() - Method in class org.forgerock.api.jackson.CrestAnySchema
 
getReadPolicy() - Method in class org.forgerock.api.jackson.CrestArraySchema
 
getReadPolicy() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
getReadPolicy() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getReadSchemaSearchRequest(Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Constructs a search request for retrieving the named subschema sub-entry.
getRealm() - Method in class com.sun.identity.idm.AMIdentity
Returns the realm for this identity.
getRealm() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Returns realm name.
getRealm() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
Gets the non-null realm context in which an access token should be produced.
getRealm() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the scope of protection required to access the protected resource.
getRealm() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the token's realm.
getRealm() - Method in exception org.forgerock.openam.core.realms.RealmLookupException
Gets the realm that could not be found.
getRealm() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Return the realm
getRealm() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the realm for the Resource Set Description.
getRealm() - Method in class org.forgerock.openam.secrets.SecretStoreContext
The realm that the store is being instantiated in, or Optional.empty() if it is being created as a global store.
getRealm() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getRealmByMetaAlias(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
Returns the realm by parsing the metaAlias.
getRealmIdentity() - Method in class com.sun.identity.idm.AMIdentityRepository
 
getRealmMultiInstanceSecretIds(SSOToken, Realm) - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by realm level multi-instance services, e.g.
getRealmNames() - Method in interface org.forgerock.openam.core.realms.RealmLookup
Retrieve the set of configured realms.
getRealmSecrets(Realm) - Method in class org.forgerock.openam.secrets.Secrets
Get a secrets provider for the realm.
getRealmSingletonSecretIds() - Method in class org.forgerock.am.iot.IotSecretIdProvider
 
getRealmSingletonSecretIds() - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by realm level singleton services.
getReaperCacheDeletionFrequencyMilliseconds() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
getReaperCacheSize() - Method in interface org.forgerock.am.cts.CoreTokenConfig
Defines the maximum number of tokens to track for deletion by the CTS reaper.
getReaperSearchDeletionFrequencyMilliseconds() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
getReaperSearchExpiryGracePeriodMilliseconds() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
getReaperSearchMaxResults() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
getReason() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the reason property.
getReason() - Method in class org.forgerock.authz.filter.api.AuthorizationResult
Gets the reason why the request is not authorized to access the requested resource.
getReason() - Method in exception org.forgerock.json.resource.ResourceException
Returns the short reason phrase of the exception.
getReason() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the reason why this request is invalid.
getReasonPhrase() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Retrieve the reason phrase of the accessed resource.
getReasonPhrase() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Retrieve the reason phrase of the accessed resource.
getReasonPhrase() - Method in class org.forgerock.http.protocol.Status
Returns the reason phrase associated with the status code.
getRecaptchaSecretKey() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Gets the secret key for re-captcha.
getRecaptchaSiteKey() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Gets the site key for re-captcha.
getRecaptchaUri() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Gets the uri for verifying recaptcha.
getRecipient() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns the URI specifying the entity or location to which an attesting entity can present the assertion
getRedirectUri() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets redirect uri.
getRef() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Returns value of ref attribute.
getReference() - Method in enum org.forgerock.api.commons.CommonsApi.Errors
The reference to use in an API description.
getReference() - Method in class org.forgerock.api.models.ApiError
Getter of the reference.
getReference() - Method in class org.forgerock.api.models.Resource
Gets the reference.
getReference() - Method in class org.forgerock.api.models.Schema
Getter for reference.
getReference() - Method in exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
Returns the SearchResultReference which was encountered while processing the search results.
getReferral(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the Referral object identified by name.
getReferral(String) - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Returns an instance of the Referral given the referral type name.
getReferralNames() - Method in class com.sun.identity.policy.Policy
Deprecated.
Get the Set of referral names associated with the policy.
getReferralTypeManager() - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Returns ReferralTypeManager associated with this policy manager.
getReferralTypeName() - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the name of the Referral Type
getReferralTypeName(Referral) - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Returns the type of the Referral implementation.
getReferralTypeNames() - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Returns a set of all valid referral type names defined by the policy service.
getReferralUris() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns a List containing the referral URIs included with this result.
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns a List containing the referral URIs included with this result.
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getRefToMessageID() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Returns value of refToMessageID attribute.
getRegisteredAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the registeredAddress Attribute Type which has the OID 2.5.4.26.
getRelation() - Method in class com.sun.identity.log.QueryElement
Deprecated.
Returns relation to be applied in between field and value as stored in the query element.
getRemainingPagedResults() - Method in interface org.forgerock.json.resource.QueryResponse
Returns an estimate of the total number of remaining results to be returned in subsequent paged results query requests.
getRemainingUri() - Method in class org.forgerock.http.routing.UriRouterContext
Returns the portion of the request URI which is remaining to be matched be the next router.
getRemoteAddress() - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
getRemoteAddress() - Method in interface org.forgerock.opendj.io.RxSocket
Returns the InetSocketAddress associated with the remote system.
getRemoteAddress() - Method in class org.forgerock.services.context.ClientContext
Returns the IP address of the client (or last proxy) that sent the request or an empty string if the client is internal.
getRemotePort() - Method in class org.forgerock.services.context.ClientContext
Returns the source port of the client (or last proxy) that sent the request or -1 if the client is internal.
getRemoteSPConfigAttributeMap(String, String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return the attribute map by parsing the configured map in remote service provider configuration
getRemoteUser() - Method in class org.forgerock.services.context.ClientContext
Returns the login of the user making this request or an empty string if not known.
getRequest() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Returns the xacml-context:Request element of this object
getRequest() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Returns the xacml-context:Request element of this object
getRequest() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Returns Request element of this object
getRequest() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
Gets the original Request that prompted this request for an access token.
getRequest() - Method in class org.forgerock.api.models.Action
Getter of the request.
getRequest() - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
Gets the request object from this MessageContextInfo.
getRequest() - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
getRequest() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the actual underlying request.
getRequest() - Method in interface org.forgerock.selfservice.core.ProcessContext
Gets the original request.
getRequestContext() - Method in interface org.forgerock.selfservice.core.ProcessContext
Gets the request context.
getRequestContextMap() - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
Gets the context map for this message exchange.
getRequestContextMap() - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
getRequestedAuthnContext() - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
Returns the RequestedAuthnContext object.
getRequestedAuthnContext() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the RequestedAuthnContext object.
getRequestedAuthnContext(String, String, Map) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
Returns the RequestedAuthnContext Object .
getRequestedResourceName() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getRequestedResourceNames() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getRequesterIDs() - Method in interface com.sun.identity.saml2.protocol.Scoping
Returns a list of RequesterID Objects..
getRequestId() - Method in exception com.sun.identity.policy.remote.PolicyEvaluationException
Returns the request Id.
getRequestId() - Method in interface org.forgerock.opendj.ldap.LdapPromise
Returns the request ID of the request if appropriate.
getRequestId() - Method in interface org.forgerock.opendj.ldap.messages.AbandonRequest
Returns the request ID of the request to be abandoned.
getRequestId() - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
Returns the request ID of the request to be abandoned.
getRequestMetadata(URI) - Method in class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
 
getRequestOrg() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the organization DN for this authentication session.
getRequestReceivedTime() - Method in class org.forgerock.services.context.RequestAuditContext
Get the time in milliseconds since the epoch that the request was received.
getRequestType() - Method in interface org.forgerock.json.resource.ActionRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.CreateRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.PatchRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.QueryRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.ReadRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.Request
Returns the type of this request.
getRequestType() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getRequire() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the list of authentication module display attributes which are required to be entered by the end user.
getRequiredAttributeNames() - Method in interface com.sun.identity.entitlement.EntitlementSubject
Returns a set of attribute names that are used for evaluation.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the required attributes for this DIT content rule.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable set containing the required attributes of this name form.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the required attributes for this object class and any superior object classes that it might have.
getRequiredFields() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getRequiredFields() - Method in enum org.forgerock.json.jose.jwk.KeyType
The minimum set of fields that are required for a JWK of this type.
getRequiredScopes(Context, Request) - Method in interface org.forgerock.http.oauth2.ResourceAccess
Returns the scopes required to access the resource.
getRequirements() - Method in class com.sun.identity.authentication.AuthContext
Returns an array of Callback objects that must be populated by the user and returned back.
getRequirements() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns an array of Callback objects that must be populated by the user and returned back.
getRequirements() - Method in class org.forgerock.selfservice.core.StageResponse
Returns the requirements.
getRequirements(boolean) - Method in class com.sun.identity.authentication.AuthContext
Returns an array of Callback objects that must be populated by the user and returned back.
getRequirements(boolean) - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns an array of Callback objects that must be populated by the user and returned back.
getResidentialPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the residentialPerson Object Class which has the OID 2.5.6.10.
getResolverForIssuer(String) - Method in interface org.forgerock.oauth.resolvers.service.OpenIdResolverService
Returns the appropriate OpenId Connect resolver for the issuer capable of handling signed JWTs.
getResolverForIssuer(String) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
 
getResource() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns the resource from AuthorizationStatement
getResource() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Returns the Resource of the statement.
getResource(String) - Static method in class org.forgerock.util.Loader
Finds the resource with the given name.
getResourceApiVersion() - Method in exception org.forgerock.json.resource.ResourceException
 
getResourceApiVersion() - Method in interface org.forgerock.json.resource.Response
Gets the API version of the resource that the request was routed to.
getResourceBundle(String) - Static method in class com.sun.identity.shared.locale.Locale
 
getResourceBundle(String, String) - Static method in class com.sun.identity.shared.locale.Locale
Gets the resource bundle corresponding to the specified locale and the localized property file name.
getResourceBundleName() - Method in exception com.sun.identity.authentication.spi.AuthLoginException
Returns the resource bundle name.
getResourceBundleName() - Method in exception com.sun.identity.idm.IdRepoException
Returns ResourceBundle Name associated with this error message.
getResourceBundleName() - Method in exception com.sun.identity.sm.SMSException
Returns ResourceBundle Name associated with this error message.
getResourceContent() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Returns the ResourceConent
getResourceContent() - Method in interface com.sun.identity.xacml.context.Resource
Returns the resource content of the Resource
getResourceContent() - Method in interface com.sun.identity.xacml.context.ResourceContent
Returns the resource content of the Resource
getResourceId() - Method in interface com.sun.identity.xacml.context.Result
Returns the Resourceids of this object
getResourceManager() - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets the ResourceManager object instance associated with this PolicyManager object instance
getResourceName() - Method in class com.sun.identity.policy.ProtectedResource
Deprecated.
Gets the protected resource name
getResourceName() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns the resource name of this resource result
getResourceName() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns the resource name for which the rule has been created.
getResourceName() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getResourceName() - Method in class com.sun.identity.sm.AttributeSchema
Returns the name of this attribute when used in a CREST representation.
getResourceName() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name for the service schema when used in a CREST representation.
getResourceName() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the service's resource name for CREST representation, or the service name if a resource name is not defined.
getResourceName() - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Return the resource name
getResourceNames() - Method in class com.sun.identity.policy.PolicyEvent
Deprecated.
Gets the resource names affected by the policy change.
getResourceNames() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns the resource names for which the rule has been created.
getResourceNames() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getResourceNames(SSOToken, String, String) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.
getResourceOwner() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
It turns instance of IntrospectableToken into ResourceOwner.
getResourceOwnerId() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the token's resource owner id.
getResourceOwnerId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the resource owner id of the resource set.
getResourcePath() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the path of the JSON resource container beneath which the new resource should be created.
getResourcePath() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.Request
Returns the non-null path of the JSON resource to which this request should be targeted.
getResourcePath() - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
Get the ResourcePath to match.
getResourcePath() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.CreateRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.Request
Returns the non-null path of the JSON resource to which this request should be targeted.
getResourcePathObject() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getResourceResponse() - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
Gets the ResourceResponse query result.
getResourceResults() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns the child resource results of this resource result
getResourceResults(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Gets resource result objects given a resource name.
getResources() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Returns the one to many Resource elements of this object
getResources() - Method in interface com.sun.identity.xacml.context.Request
Returns the one to many Resource elements of this object
getResourceSchema() - Method in class org.forgerock.api.models.Resource
Getter of resource schema.
getResourceServerClientId() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getResourcesForToken(AuthnRequest) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve the issuer name from the AuthN request, within a Singleton Set.
getResourceVersion() - Method in class org.forgerock.http.header.AcceptApiVersionHeader
Gets the acceptable resource version.
getResourceVersion() - Method in class org.forgerock.http.header.ContentApiVersionHeader
Gets the resource version of the returned content.
getResourceVersion() - Method in class org.forgerock.http.routing.ApiVersionRouterContext
Gets the API version of the resource that the request was routed to.
getResourceVersion() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.CreateRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.Request
Gets the requested API version of the resource.
getResourceVersion() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getResourceVersion() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Gets the Resource Version to use for the identity service.
getResourceVersion() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the resource version fields to be used when looking up the user.
getResponse() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Returns Response element of this object
getResponse() - Method in class org.forgerock.api.models.Action
Getter of the response.
getResponse() - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
Gets the response object from this MessageContextInfo.
getResponse() - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
getResponse() - Method in exception org.forgerock.http.protocol.ResponseException
Returns the response associated to this exception.
getResponseAttributes() - Method in class com.sun.identity.entitlement.ConditionDecision
Retrieves the response attributes.
getResponseConsumerURL() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns the value of the responseConsumerURL attribute.
getResponseDecision(SSOToken, Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Gets the response attributes computed by this ResponseProvider object, based on the SSOToken and Map of environment parameters.
getResponseInfo() - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Get the response info.
getResponseMode() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Retrieves the non-null response mode.
getResponseProvider(String) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns an instance of the ResponseProvider given the response provider type name.
getResponseProviderTypeName(ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns the type of the ResponseProvider object.
getResponseProviderTypeNames() - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns a set of all valid ResponseProvider type names defined in the PolicyConfig service.
getResult() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns a result code indicating the outcome of the server-side sort request.
getResult() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns result code indicating the outcome of the virtual list view request.
getResult() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the error result which caused this exception to be thrown.
getResultAttributes() - Method in class com.sun.identity.idm.IdSearchResults
Method which returns the search results as a map containing AMIdentity objects as key and the attribute value String.
getResultCode() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the result code associated with this result.
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the result code associated with this result.
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns a decoder which can be used to decoded responses to this extended request.
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getResults() - Method in interface com.sun.identity.xacml.context.Response
Returns the Results of this object
getResults() - Method in interface org.forgerock.am.cts.api.ResultHandler
Get the results from the ResultHandler.
getReturnAttributes() - Method in class com.sun.identity.idm.IdSearchControl
Returns the list of attributes requested to be read when the search is performed.
getReturnContext() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Returns the XML attribute boolean value which provides means to PEP to request that an xacml-context:Request element be included in the XACMlAuthzdecisionStatement resulting from the request.
getReturnContext() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Returns the XML attribute boolean value which provides means to PEP to request that an xacml-context:Request element be included in the XACMlAuthzDecisionStatement resulting from the request.
getReturnFields() - Method in class org.forgerock.am.cts.api.filter.TokenFilter
The current set of return fields.
getReturnLocation() - Method in interface org.forgerock.oauth2.core.ResponseTypeHandler
Returns the location in which the token should be returned, OAuth2Constants.UrlLocation.
getReturnOnDemand() - Method in class org.forgerock.api.jackson.CrestAnySchema
 
getReturnOnDemand() - Method in class org.forgerock.api.jackson.CrestArraySchema
 
getReturnOnDemand() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
getReturnOnDemand() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getReverseProxyUrl(String, String) - Static method in class com.sun.identity.saml2.common.SAML2Utils
Retrieves the reverse proxy URL configured for the specified IDP.
getRevision() - Method in interface org.forgerock.json.resource.DeleteRequest
Returns the expected version information associated with the JSON resource to be deleted.
getRevision() - Method in interface org.forgerock.json.resource.PatchRequest
Returns the expected version information associated with the JSON resource to be patched.
getRevision() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the revision of this resource, if known.
getRevision() - Method in interface org.forgerock.json.resource.UpdateRequest
Returns the expected version information associated with the JSON resource to be updated.
getRFc822localPartObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the rFC822localPart Object Class which has the OID 0.9.2342.19200300.100.4.14.
getRoleOccupantAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the roleOccupant Attribute Type which has the OID 2.5.4.33.
getRoomNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the roomNumber Attribute Type which has the OID 0.9.2342.19200300.100.1.6.
getRoomObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the room Object Class which has the OID 0.9.2342.19200300.100.4.7.
getRootCaCertificate() - Method in class org.forgerock.opendj.security.DeploymentId
Returns the self-signed CA certificate associated with this deployment ID.
getRootId() - Method in class org.forgerock.services.context.AbstractContext
 
getRootId() - Method in interface org.forgerock.services.context.Context
Returns the unique ID of the root context, usually a UUID.
getRootURL(String, HttpServletRequest) - Method in interface org.forgerock.openam.federation.plugin.rooturl.RootUrlProvider
Gets the AM instance root url, with the context path included.
getRoutes() - Method in class org.forgerock.services.routing.AbstractRouter
Gets all registered routes on this router.
getRule(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the rule object identified by name.
getRuleId() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Retrieves the rule ID for this DIT structure rule.
getRuleNames() - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the set of rule names associated with the policy.
getSafeDocumentBuilder(boolean) - Static method in class org.forgerock.util.xml.XMLUtils
Provides a secure DocumentBuilder implementation, which is protected against different types of entity expansion attacks and makes sure that only locally available DTDs can be referenced within the XML document.
getSafeSAXParser(boolean) - Static method in class org.forgerock.util.xml.XMLUtils
Provides a secure SAXParser instance, which is protected against different types of entity expension, DoS attacks and makes sure that only locally available DTDs can be referenced within the XML document.
getSalt() - Method in class org.forgerock.util.crypto.HKDFKeyGenerator.HKDFMasterKey
Returns the non-secret salt for the master key.
getSameSite() - Method in class org.forgerock.http.protocol.Cookie
Returns the value of the SameSite attribute.
getSAML2MetaManager() - Static method in class com.sun.identity.saml2.common.SAML2Utils
Returns an instance of SAML2MetaManger.
getSAML2MetaManagerWithToken(Object) - Static method in class com.sun.identity.saml2.common.SAML2Utils
Returns an instance of SAML2MetaManger.
getSaslClient() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns the SaslClient that will be responsible for continuing the SASL challenge-response sequence as well as potentially installing a SASL security layer once the bind sequence completes, or null if a no SaslClient has been provided.
getSaslCredentials() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns a defensive copy of the optional SASL credentials, or null if the authentication type is not BindRequest.AUTHENTICATION_TYPE_SASL or if the SASL credentials are not present.
getSaslMechanism() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns the name of the SASL mechanism, e.g.
getSaslNegotiatedProperty(String) - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the specified SASL negotiated property if this socket is using SASL QOP to protect the underlying communication.
getSaslServer() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Returns the SaslServer to use by the underlying connection, or null if SASL integrity and/or privacy protection must not be enabled.
getSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the service schema in XML for this service.
getSchema() - Method in class org.forgerock.api.models.ApiError
Getter of the error schema.
getSchema() - Method in class org.forgerock.api.models.Schema
Obtain the schema definition if it is not a reference.
getSchema() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the schema used by this backend.
getSchema(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the configuration schema for the given schema type
getSchema(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the configuration schema for the given schema type
getSchemaID() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service component's schema ID.
getSchemaLdifResource() - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Returns a URL referencing a resource containing the LDIF schema that is required in order to support the OpenDJ security provider.
getSchemaManager(String, String) - Method in class com.sun.identity.sm.ServiceManager
Returns the ServiceSchemaManager for the given service name and version.
getSchemaName() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the user-friendly name of this schema which may be used for debugging purposes.
getSchemaNode() - Method in class com.sun.identity.sm.ServiceSchema
Returns the Node of this schema element.
getSchemaResolver() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the strategy for selecting which Schema should be used for decoding distinguished names, attribute descriptions, and other objects which require a Schema in order to be decoded.
getSchemaTypes() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the schema types available with this service.
getScheme() - Method in class org.forgerock.http.MutableUri
Returns the scheme name.
getScope() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the required scope of the access token for accessing the requested resource.
getScope() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets OAuth scopes being requested.
getScope() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the token's scopes.
getScope() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the search scope associated with this LDAP URL.
getScope() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns the scope of the search.
getScopeDelimiter() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets the delimiter used by an auth server to separate scopes.
getScopes() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
Gets the non-null available set of scopes.
getScopes() - Method in class org.forgerock.am.oauth2.AccessTokenResponse
Gets the scopes associated with the access token.
getScopes() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
Returns the scopes associated to this token.
getScopes() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the set of available scopes for the resource set.
getScoping() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the Scoping object.
getScramMechanism() - Method in class org.forgerock.opendj.security.ScramCredentialCallback
Returns the SCRAM mechanism associated with the authentication request.
getSearchableAttributeNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the names of the schema attributes defined for the service which are searchable.
getSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the searchGuide Attribute Type which has the OID 2.5.4.14.
getSearchID() - Method in class com.iplanet.services.ldap.event.DSEvent
Returns the Directory Server search ID that was assigned when the persistent search was first submited.
getSearchIndexAttributes() - Method in interface com.sun.identity.entitlement.EntitlementSubject
Returns attribute names and values that could be used for indexing.
getSearchModifier() - Method in class com.sun.identity.idm.IdSearchControl
Returns the IdSearchOpModifier defined for this SearchControl
getSearchModifierMap() - Method in class com.sun.identity.idm.IdSearchControl
Returns the map set to be used to modify the search filter in each plugin.
getSearchResults() - Method in class com.sun.identity.idm.IdSearchResults
Method which returns the search results as an ordered set.
getSearchResults() - Method in class com.sun.identity.policy.ValidValues
Deprecated.
Returns the search results as a set.
getSearchScope(String, SearchScope) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts string representation of scope (as defined in the configuration) to the corresponding SearchScope object.
getSecond() - Method in class org.forgerock.util.Pair
Returns the second element of this pair.
getSecondaryServers() - Method in class org.forgerock.opendj.discovery.Partition
Returns the set of fallback servers to use.
getSecondsUntilExpiration() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns the length of time in seconds until the password actually expires.
getSecretaryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the secretary Attribute Type which has the OID 0.9.2342.19200300.100.1.21.
getSecretId() - Method in exception org.forgerock.secrets.NoSuchSecretException
Returns the stable id of the secret that was not found, or null if not specified.
getSecretKey() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the Key instance for the secret component of this key.
getSecretKey() - Method in class org.forgerock.secrets.SecretBuilder
Returns the secret (or private) key associated with this secret, or null if not specified.
getSecretKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Retrieves the secret key for the given certificate alias.
getSecretsReferenceProvider() - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
Get a SecretsReferenceProvider from this secrets provider.
getSecretsReferenceProvider(List<SecretStore>) - Method in class org.forgerock.openam.secrets.Secrets
 
getSecretType() - Method in class org.forgerock.secrets.Purpose
Returns the type of secrets that this purpose requires.
getSecureHash() - Method in class org.forgerock.selfservice.core.config.KbaConfig
Gets the kba secureHash.
getSecureHash() - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Gets the kba secureHash.
getSecureState(String) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Deprecated.
Use TreeContext.getStateFor(Node) instead as this method does not leak implementation detail of the specific type of state.
getSecurityMechIDs() - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Returns a list of value of SecurityMechID element.
getSecurityProfileType() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Gets security profile type.
getSecurityStrengthFactor() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the cipher strength, in bits, currently in use by the underlying connection.
getSeeAlsoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the seeAlso Attribute Type which has the OID 2.5.4.34.
getSelectedConditionTypeNames() - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Returns a Set of valid condition type names configured for the organization.
getSelectedFieldSet() - Method in class com.sun.identity.log.LogManager
Deprecated.
Return the LogRecord fields selected to be included.
getSelectedReferralTypeNames() - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Returns a set of valid referral type names configured for the organization.
getSelectedResponseProviderTypeNames() - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns a set of valid ResponseProvider type names configured.
getSelectedSubjectTypeNames() - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns a set of valid subject type names configured for the organization.
getSelfApiHandler() - Method in class org.forgerock.http.routing.Router
 
getSelfApiHandler() - Method in class org.forgerock.json.resource.Router
 
getSelfApiHandler() - Method in class org.forgerock.services.routing.AbstractRouter
Return a Describable handler that returns this AbstractRouter's internal api description from the Describable.handleApiRequest(Context, Object) method.
getSerialNumber() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the serial number of the deployment ID.
getSerialNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the serialNumber Attribute Type which has the OID 2.5.4.5.
getServerAliases(String, Principal[]) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getServerInstanceName() - Static method in class com.iplanet.am.util.SystemProperties
Returns the server instance name of which properties are retrieved to initialized this object.
getServerSaslCredentials() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Returns the server SASL credentials associated with this bind result.
getService() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns the value of the service attribute.
getService(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
Get a Services Resource by JSON reference.
getServiceAttributeNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the attribute schemas defined for the service that is not a status attribute and is not a service attribute.
getServiceAttributeNames(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the attribute schemas for the given schema type excluding status and service identifier attributes.
getServiceAttributes(SSOToken, IdType, String, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Returns the attribute values of the service attributes.
getServiceAttributes(String) - Method in class com.sun.identity.idm.AMIdentity
Returns attributes related to a service, if the service is assigned to the identity.
getServiceAttributes(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns attributes configured for the service.
getServiceAttributesAscending(String) - Method in class com.sun.identity.idm.AMIdentity
Returns attributes related to a service, if the service is assigned to the identity.
getServiceConfig(C, Context, String) - Method in interface org.forgerock.openam.selfservice.config.ServiceConfigProvider
Provides the self service config for the appropriate flow.
getServiceConfig(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns service configuration attributes.
getServiceConfig(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the service configuration object for the given service name.
getServiceHierarchy() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the service's hierarchy.
getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns ServiceInstanceUpdateHeader.
getServiceName() - Method in class com.sun.identity.sm.ServiceConfig
Returns the name of this service configuration.
getServiceName() - Method in class com.sun.identity.sm.ServiceInstance
Returns the service name.
getServiceName() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name of the service.
getServiceNames() - Method in class com.sun.identity.sm.ServiceManager
Returns all the service names that have been registered.
getServiceRegistry() - Method in class org.forgerock.openam.secrets.SecretStoreContext
Provides access to the service registry for looking up configuration that is associated with a secret store but configured elsewhere, such as service account settings.
getServices() - Method in class org.forgerock.api.models.ApiDescription
Getter of services.
getServices() - Method in class org.forgerock.api.models.Services
Gets a Map of service-names to Resources.
getServicesAndOptions() - Method in class com.sun.identity.liberty.ws.paos.PAOSHeader
Returns a HashMap containing the services and corresponding options.
getServiceSchema() - Method in class com.sun.identity.sm.AttributeSchema
Returns Service Schema.
getServiceSchemas() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns a set of service schemas to be used for creation of an organization.
getServiceSchemaXML() - Method in interface org.forgerock.openam.plugins.AmPlugin
Defines the SMS Service name and an SMS Service Schema XML for each service that this AmPlugin implementation registers as part of startup.
getServiceType() - Method in class com.sun.identity.sm.ServiceSchema
Returns the schema type.
getServiceTypeName() - Method in interface com.sun.identity.policy.interfaces.PolicyListener
Deprecated.
Returns the service type name for which this listener wants to get notifications
getServiceTypeName() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns the service name for which the rule has been created.
getServiceTypeNames() - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Returns the service type names for which the resource name object can be used.
getServiceVersions(String) - Method in class com.sun.identity.sm.ServiceManager
Returns all versions supported by the service.
getSession() - Method in class org.forgerock.http.session.SessionContext
Returns the Session associated with the remote client.
getSession() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the user's session for this request.
getSession(String) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns the corresponding session object.
getSession(HttpServletRequest) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns the corresponding session object.
getSession(HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.saml2.plugins.IDPECPSessionMapper
Returns user valid session.
getSessionId() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns a unique key for this authentication session.
getSessionID(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns session ID.
getSessionIndex() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Returns the value of the SessionIndex attribute.
getSessionIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
Returns the value of the SessionIndex attribute.
getSessionIndex() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the SessionIndex property.
getSessionIndex() - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Get the session index.
getSessionInfo(DataStore) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
 
getSessionInfo(DataStore) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
 
getSessionInfo(DataStore) - Method in interface org.forgerock.oauth.OAuthClient
Validate whether an Auth Server session is still active and valid.
getSessionNotOnOrAfter() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Returns the value of the SessionNotOnOrAfter attribute.
getSharedSecret(String) - Method in interface org.forgerock.openam.authentication.modules.oath.plugins.SharedSecretProvider
Takes the non-empty shared secret that is retrieved for a user and implements any processing needed for to return the byte array of the string value.
getSid() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Gets the session's OIDC Session ID for this request.
getSignature() - Method in class com.sun.identity.saml.assertion.AssertionBase
Gets the Signature element of the Assertion.
getSignature() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the signature of the assertion
getSignature() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the Signature Object as a string.
getSignature() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the signature element, the StatusResponse contains as String.
getSignature() - Method in class org.forgerock.secrets.keys.CertificateVerificationKey
Returns a signature object initialised for verification using a default algorithm for this key type.
getSignature() - Method in class org.forgerock.secrets.keys.SigningKey
Returns an initialised signature object for a default signature algorithm for this key type.
getSignature() - Method in class org.forgerock.secrets.keys.VerificationKey
Returns a signature object initialised for verification using a default algorithm for this key type.
getSignature(String) - Method in class org.forgerock.secrets.keys.CertificateVerificationKey
Returns a signature object initialised for verification.
getSignature(String) - Method in class org.forgerock.secrets.keys.SigningKey
Returns a signature object initialised for signing.
getSignature(String) - Method in class org.forgerock.secrets.keys.VerificationKey
Returns a signature object initialised for verification.
getSignatureAlgorithm() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the name of the used cipher.
getSignatureKeyAlias() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the signature key alias.
getSignatureKeyPassword() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the signature key password.
getSignatureSize() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns the size of the signature produced by this curve in octets.
getSignedJwt() - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Get the signed JWT.
getSignedString(Map<String, String>, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns a String representing data in the attrs argument.
getSigningIds() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of id's for signing.
getSigningManager() - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
Get a SigningManager from this secrets provider.
getSimplePassword() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns a defensive copy of the simple bind password, or null if the authentication type is not BindRequest.AUTHENTICATION_TYPE_SIMPLE.
getSimpleSecurityObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the simpleSecurityObject Object Class which has the OID 0.9.2342.19200300.100.4.19.
getSize() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the requested page size when used in a request control from the client, or an estimate of the result set size when used in a response control from the server (may be 0, indicating that the server does not know).
getSize(String) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Returns the number of LogRecords in the specified table in the DB.
getSizeLimit() - Method in class org.forgerock.am.cts.api.filter.TokenFilter
Get the size limit of the query.
getSizeLimit() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns the size limit that should be used in order to restrict the maximum number of entries returned by the search.
getSizeUnits() - Static method in class com.sun.identity.log.LogReader
Deprecated.
Returns the units (LogConstants.NUM_BYTES or LogConstants.NUM_RECORDS) that applies to the value returned by getSize(logName).
getSkippedCount() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the number of entries provided to LdifEntryWriter.writeEntry(Entry) which have been ignored because they were excluded by the writer's filtering configuration.
getSnapshotTokenConfig() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Gets the snapshot token type to use.
getSNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the sn Attribute Type which has the OID 2.5.4.4.
getSOAPFault() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SOAPFault.
getSOAPFaultMessage() - Method in exception com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
Returns Message containing SOAPFault.
getSocket() - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Returns the active socket.
getSocket(Class<S>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Returns the active socket if it has the provided class or null otherwise.
getSocketAddress() - Method in interface org.forgerock.opendj.io.RxServerSocket
Returns the address that this server socket is listening on.
getSocketAddresses() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns the addresses that this LDAP listener is listening on.
getSocketFactory() - Method in interface org.forgerock.openam.http.SslConnectionManager
Returns the SSL socket factory to be used when establishing a connection.
getSortingField() - Method in class com.sun.identity.log.LogQuery
Deprecated.
Returns the field name on which records to be sorted.
getSortKeys() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the sort keys which should be used for ordering the JSON resources returned by this query request.
getSortKeys() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns an unmodifiable list containing the sort keys associated with this server side sort request control.
getSource() - Method in class org.forgerock.api.models.Parameter
Getter of the parameter source.
getSourceAddress() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the proxied client's address.
getSourceID() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns the SourceID of the artifact.
getSpAcsUrl() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the SP ACS url.
getSpEntityId() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the SP entity id.
getSPNameQualifier() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
Returns the SP name qualifier
getSPNameQualifier() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns the SP name qualifier
getSPNameQualifier() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Returns the value of the SPNameQualifier attribute.
getSPProvidedID() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns the SP provided ID
getSslCipher() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the SSL cipher used by the proxied client or null if the proxied client did not use a secure connection or in case of proxy protocol V1 as it does not contain SSL information.
getSslOptions() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
Returns the SslOptions that should be used when installing the TLS layer.
getSslOptions() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedResult
Returns the SslOptions used to install the TLS layer.
getSslSession() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the SSL session currently in use by the underlying connection, or null if SSL/TLS is not enabled.
getSslSession() - Method in class org.forgerock.opendj.io.rx.SslRxSocket
Returns the SSL session currently in use by the underlying connection.
getSslSession() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the SSL session currently in use by the underlying connection, or null if SSL/TLS is not enabled.
getSslTlv() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the information about the SSL protocol that the client might be using on the connection.
getSslVersion() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the SSL version used by the proxied client or null if the proxied client did not use a secure connection or in case of proxy protocol V1 as it does not contain SSL information.
getSsoResultWithoutLocalLogin(Realm, String, String, Subject, Assertion, String) - Method in class org.forgerock.am.saml2.impl.Saml2SsoResponseUtils
Processes the received SAML2 response, without triggering local authentication.
getSSOSession() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns an administration SSOToken for use the OpenAM APIs.
getSSOToken() - Method in class com.sun.identity.authentication.AuthContext
Returns the Single-Sign-On (SSO) Token for the authenticated user.
getSSOToken() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns the Single-Sign-On (SSO) Token for the authenticated user.Single-Sign-On token can be used as the authenticated token.
getStability() - Method in class org.forgerock.api.models.Operation
Getter of Operation stability.
getStableId() - Method in class org.forgerock.secrets.Secret
A stable identifier for this particular secret that can be used to lookup the same secret in future.
getStableId() - Method in class org.forgerock.secrets.SecretBuilder
Returns the stable id for this secret..
getStageConfigs() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Gets the list of stage configs.
getStageTag() - Method in interface org.forgerock.selfservice.core.ProcessContext
Gets the current stage tag defined by the previously invoked stage.
getStageTag() - Method in class org.forgerock.selfservice.core.StageResponse
Returns the stage tag.
getStandardName() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Return the name of the curve as used for the "crv" claim in a JWK.
getStartRange() - Method in class com.sun.identity.sm.AttributeSchema
Returns the start range if the attribute syntax is either NUMBER_RANGE or DECIMAL_RANGE.
getState() - Method in interface com.sun.identity.entitlement.EntitlementCondition
Returns state of the object encoded as a JSON string.
getState() - Method in interface com.sun.identity.entitlement.EntitlementSubject
Returns state of the object encoded as a JSON string.
getState() - Method in interface com.sun.identity.entitlement.ResourceAttribute
Returns state of the object encoded as a JSON string.
getState() - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Returns one of the five possible values: Debug.OFF Debug.ERROR Debug.WARNING Debug.MESSAGE Debug.ON
getState() - Method in class com.sun.identity.shared.stats.Stats
Returns one of the 3 possible values.
getState(String) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Deprecated.
Use TreeContext.getStateFor(Node) instead as this method performs the same function but supports filtering of the available state based on the nodes declared inputs.
getState(String) - Method in interface org.forgerock.selfservice.core.ProcessContext
Allows retrieval of state persisted throughout the flow.
getState(AsyncServerAuthContext) - Method in interface org.forgerock.caf.authentication.api.MessageContext
Gets the AuthenticationState instance that maintains any stateful information for the provided AsyncServerAuthContext.
getState(AsyncServerAuthContext) - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
getStateFor(Node) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Returns a new instance of NodeState encapsulating all types of state and allowing access to state in the following order.
getStatement() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns a set of Statement contained within this assertion.
getStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the statements of the assertion
getStatementType() - Method in class com.sun.identity.saml.assertion.AttributeStatement
Gets the type of statement.
getStatementType() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Gets the real type of the Statement.
getStatementType() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns the real type of statement.
getStatementType() - Method in class com.sun.identity.saml.assertion.Statement
Returns the real of statement such as AuthenticationStatement, AuthorizationDecisionStatement or AttributeStatement.
getStaticId(String, String, PublicKey) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Create the static ID for an asymmetric key secret by combining it's internal ID
getStatistics() - Method in interface org.forgerock.bloomfilter.BloomFilter
Gets a snapshot of the current statistics of the set.
getStatistics() - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
getStatistics() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the st Attribute Type which has the OID 2.5.4.8.
getStatus() - Method in class com.sun.identity.authentication.AuthContext
Returns the current status of the authentication process as AuthContext.Status.
getStatus() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns the current status of the authentication process.
getStatus() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the status property.
getStatus() - Method in interface com.sun.identity.xacml.context.Result
Returns the Status of this object
getStatus() - Method in class org.forgerock.http.protocol.Response
Returns the response status.
getStatusAttribute() - Method in class com.sun.identity.sm.ServiceSchema
Returns the name of the status attribute, as defined in the Service schema
getStatusCode() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns value of code attribute of Status element.
getStatusCode() - Method in interface com.sun.identity.saml2.protocol.Status
Returns the value of the statusCode property.
getStatusCode() - Method in interface com.sun.identity.saml2.protocol.StatusCode
Returns the value of the statusCode property.
getStatusCode() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Returns the StatusCode of this object
getStatusCode() - Method in interface com.sun.identity.xacml.context.Status
Returns the StatusCode of this object
getStatusCode() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Retrieve the status code of the accessed resource.
getStatusCode() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Retrieve the status code of the accessed resource.
getStatusComment() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns value of comment attribute of Status element.
getStatusDetail() - Method in interface com.sun.identity.saml2.protocol.Status
Returns the value of the statusDetail property.
getStatusDetail() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Returns the StatusDetail of this object
getStatusDetail() - Method in interface com.sun.identity.xacml.context.Status
Returns the StatusDetail of this object
getStatusMessage() - Method in interface com.sun.identity.saml2.protocol.Status
Returns the value of the statusMessage property.
getStatusMessage() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Returns the StatusMessage of this object
getStatusMessage() - Method in interface com.sun.identity.xacml.context.Status
Returns the StatusMessage of this object
getStatusRef() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns value of ref attribute of Status element.
getStdDeviation() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The standard deviation of the average execution time.
getStorageScheme() - Method in class org.forgerock.opendj.ldap.AuthPassword
 
getStorageScheme() - Method in interface org.forgerock.opendj.ldap.Password
Returns the storage scheme name.
getStorageScheme() - Method in class org.forgerock.opendj.ldap.UserPassword
Returns the storage scheme name in lowercase.
getStorageType() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Gets the storage type to use.
getStore(SecretStoreContext) - Method in interface org.forgerock.openam.secrets.SimpleSecretStoreProvider
Get the commons SecretStore instance for this instance.
getStore(SecretStoreContext, SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
 
getStore(SecretStoreContext, SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.config.KeyStoreBasedSecretStoreProvider
 
getStore(SecretStoreContext, SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.LockedSecretStoreProvider
Get the commons SecretStore instance for this instance.
getStoredType() - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getStoredType() - Method in interface org.forgerock.secrets.SecretStore
The top-level class that this store is capable of storing.
getStoredType() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the street Attribute Type which has the OID 2.5.4.9.
getString() - Method in class org.forgerock.http.protocol.Entity
Returns the content of this entity decoded as a string.
getString(String) - Method in class com.iplanet.services.util.I18n
Method to obtain internationalized message from the resource bundle given the key.
getString(String, Object[]) - Method in class com.iplanet.services.util.I18n
Method to obtain internationalized message from the resource bundle given the key and parameters.
getString(String, Object[]) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Gets localized string from resource bundle.
getString(String, String) - Method in class com.iplanet.services.util.I18n
Method to obtain internationalized message from the resource bundle given the key and locale.
getString(String, String, Object[]) - Method in class com.iplanet.services.util.I18n
Method to obtain internationalized message from the resource bundle given the key, locale and parameters.
getString(ResourceBundle, String) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key.
getString(ResourceBundle, String, Object[]) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key formatted as per passed parameters.
getString(ResourceBundle, String, ResourceBundle) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key from the specified Resource or from the specified default resource.
getString(ResourceBundle, String, ResourceBundle, Object[]) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key from the specified Resource or from the specified default resource formatted as per provided parameters.
getString(ResourceBundle, String, Logger, ResourceBundle) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key from the specified Resource or from the specified default resource
getStringAsync() - Method in class org.forgerock.http.protocol.Entity
Returns a promise of the content of this entity decoded as a string.
getStrongAuthenticationUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the strongAuthenticationUser Object Class which has the OID 2.5.6.15.
getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the structural objectclass for this DIT content rule.
getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the structural objectclass of this name form.
getStructuralClassOid() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the structural class OID for this schema definition.
getStructuralObjectClass(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the structural object class associated with the provided entry, or null if none was found.
getStructuralObjectClass(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the structural object class associated with the provided entry, or null if none was found.
getStructuralObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the structuralObjectClass Attribute Type which has the OID 2.5.21.9.
getSubConfig(String) - Method in class com.sun.identity.sm.ServiceConfig
Returns the service's sub-configuration given the service's sub-configuration name.
getSubConfigEntity(String) - Method in class com.sun.identity.sm.ServiceConfig
Method to retrieve a single service sub-configuration entry by name.
getSubConfigNames() - Method in class com.sun.identity.sm.ServiceConfig
Returns the names of all service's sub-configurations.
getSubConfigNames(String) - Method in class com.sun.identity.sm.ServiceConfig
Method to get names of service's sub-configurations that match the given pattern.
getSubConfigNames(String, String) - Method in class com.sun.identity.sm.ServiceConfig
Method to get names of service's sub-configurations that match the given pattern and belongs to the specified service schema name.
getSubFilters() - Method in class org.forgerock.opendj.ldap.Filter
Returns an unmodifiable list containing the sub-filters for this AND or OR filter.
getSubject() - Method in class com.sun.identity.authentication.AuthContext
Returns the set of Principals or Subject the user has been authenticated as.
getSubject() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns the set of Principals the user has been authenticated as.
getSubject() - Method in class com.sun.identity.saml.assertion.SubjectStatement
Returns the Subject within the SubjectStatement.
getSubject() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the subject of the assertion
getSubject() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the Subject object.
getSubject() - Method in interface com.sun.identity.saml2.protocol.SubjectQueryAbstract
Returns the Subject object.
getSubject() - Method in class org.forgerock.am.oauth2.AccessTokenRequest
 
getSubject() - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Get the subject.
getSubject() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the subject this JWT is issued to.
getSubject() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2UserInfo
 
getSubject() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectUserInfo
The subject which identifies a user on a particular auth server.
getSubject() - Method in interface org.forgerock.oauth.UserInfo
The subject which identifies a user on a particular auth server.
getSubject(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets the Subject object identified by name.
getSubject(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns an instance of the Subject given the subject type name.
getSubjectByName(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns the Subject object identified by subjectName defined at the realm
getSubjectCategory() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Returns the SubjectCategory of this object.
getSubjectCategory() - Method in interface com.sun.identity.xacml.context.Subject
Returns the SubjectCategory of this object.
getSubjectConfirmation() - Method in class com.sun.identity.saml.assertion.Subject
Gets the SubjectConfirmation within the Subject element
getSubjectConfirmation() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns a list of subject confirmations
getSubjectConfirmationData() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Get Subject Confirmation Data
getSubjectConfirmationData() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns the subject confirmation data
getSubjectForToken(SSOToken) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve Subject for an SSOToken.
getSubjectForToken(Object) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
Retrieve Subject for an SSOToken.
getSubjectLocality() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns the SubjectLocality from AuthenticationStatement
getSubjectLocality() - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Returns the value of the SubjectLocality property.
getSubjectName(EntitlementSubject) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the short name that the given subject is registered under.
getSubjectNames() - Method in class com.sun.identity.policy.Policy
Deprecated.
Get the Set of subject names associated with the policy.
getSubjectNames() - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Get the set of names of Subject(s) defined at the realm
getSubjects() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Returns the one to many Subject elements of this object
getSubjects() - Method in interface com.sun.identity.xacml.context.Request
Returns the one to many Subject elements of this object
getSubjectsShortNames() - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns all the short names of EntitlementSubjects currently registered in this EntitlementRegistry.
getSubjectTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Gets the map of locales to subject strings.
getSubjectTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Gets the map of locales to subject strings.
getSubjectTranslations() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Gets the map of locales to subject strings.
getSubjectTranslations() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the subject map for the verification email.
getSubjectTranslations() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the subject map for the verification email.
getSubjectType(String) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the subject type associated with the given short name, or null if no such subject is registered.
getSubjectTypeManager() - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets the SubjectTypeManager object instance associated with this PolicyManager object instance
getSubjectTypeName(Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns the type of the Subject implementation.
getSubjectTypeName(Class<? extends EntitlementSubject>) - Static method in class org.forgerock.openam.entitlement.EntitlementRegistry
Gets the name of the subject type.
getSubjectTypeNames() - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns a set of all valid subject type names defined by the policy service.
getSubMatchers() - Method in class org.forgerock.opendj.ldap.Matcher
Returns an unmodifiable list containing the sub-matchers for this AND or OR filter Matcher.
getSubOrganizationNames() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the names of all sub-organizations.
getSubOrganizationNames(String, boolean) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns names of sub-organizations matching the given pattern.
getSubOrganizationNames(String, boolean, DataStoreId) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns names of sub-organizations matching the given pattern.
getSubOrgConfigManager(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the OrganizationConfigManager for the given organization name.
getSubResource(String, String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Gets sub-resource from an original resource minus a super resource.
getSubresources() - Method in class org.forgerock.api.models.Items
Getter of sub-resources.
getSubresources() - Method in class org.forgerock.api.models.Resource
Getter of sub-resources.
getSubResources() - Method in class org.forgerock.api.models.SubResources
Gets a Map of paths to Resources.
getSubSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Returns ServiceSchema object given the name of the service's sub-schema.
getSubSchemaNames() - Method in class com.sun.identity.sm.ServiceSchema
Returns the names of sub-schemas for the service.
getSubschemaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the subschema Object Class which has the OID 2.5.20.1.
getSubschemaSubentry() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the DN of the subschema subentry holding the schema controlling the Root DSE.
getSubschemaSubentryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the subschemaSubentry Attribute Type which has the OID 2.5.18.10.
getSubstringAssertion(ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion substring values, which is best suited for efficiently performing matching operations on that value.
getSubstringAssertion(Schema, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion substring values, which is best suited for efficiently performing matching operations on that value.
getSubstringAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Substring Assertion Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.58.
getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for substring matching with this attribute type.
getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default substring matching rule that will be used for attributes with this syntax.
getSubstringMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default substring matching rule that will be used for attributes with this syntax.
getSubstringsAny() - Method in class org.forgerock.opendj.ldap.Filter
Returns an unmodifiable list containing any intermediate substring assertion values for this substrings filter, which may be an empty if the substrings filter did not include an intermediate substrings.
getSubstringsFinal() - Method in class org.forgerock.opendj.ldap.Filter
Returns the final substring assertion value for this substrings filter, or null if the substrings filter did not include an final substring.
getSubstringsInitial() - Method in class org.forgerock.opendj.ldap.Filter
Returns the initial substring assertion value for this substrings filter, or null if the substrings filter did not include an initial substring.
getSubTypes() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the sub-types inheriting directly or indirectly from this attribute type.
getSuperiorClasses() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the superior classes for this object class.
getSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns an unmodifiable set containing the superior rules for this DIT structure rule.
getSuperiorType() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the superior type for this attribute type.
getSupportedAlgorithmsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAlgorithms Attribute Type which has the OID 2.5.4.52.
getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Supported Algorithm Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.49.
getSupportedAuthenticationPasswordSchemes() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of supported authentication password schemes which the Directory Server supports.
getSupportedAuthPasswordSchemesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAuthPasswordSchemes Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.3.
getSupportedControlAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedControl Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.13.
getSupportedControls() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying the request controls that the Directory Server supports.
getSupportedExtendedOperations() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying the extended operations that the Directory Server supports.
getSupportedExtensionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedExtension Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.7.
getSupportedFeatures() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying elective features that the Directory Server supports.
getSupportedFeaturesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedFeatures Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.5.
getSupportedIdTypes() - Method in class com.sun.identity.idm.AMIdentityRepository
 
getSupportedLDAPVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedLDAPVersion Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.15.
getSupportedLdapVersions() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of the versions of LDAP that the Directory Server supports.
getSupportedLocales() - Method in class org.forgerock.api.models.Operation
Getter of the supported locales array.
getSupportedMessageTypes() - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Gets the Collection of Class objects of the message types supported by the module.
getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Gets the Collection of Class objects of the message types supported by the module.
getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
getSupportedOperations(IdType) - Method in class com.sun.identity.idm.IdRepo
Return supported operations for a given IdType
getSupportedSaslMechanisms() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of the SASL mechanisms that the Directory Server recognizes and/or supports.
getSupportedSASLMechanismsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedSASLMechanisms Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.14.
getSupportedSortKeys() - Method in class org.forgerock.api.models.Query
Getter of the supported sort keys.
getSupportedTokenTypes() - Method in interface org.forgerock.am.cts.reaper.TokenDeletionStrategy
Returns the set of token types this deletion strategy can handle.
getSupportedTypes() - Method in class com.sun.identity.idm.IdRepo
 
getSyntax() - Method in class com.sun.identity.sm.AttributeSchema
Returns the syntax of the attribute.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the syntax for this attribute type.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID of the assertion value syntax with which this matching rule is associated.
getSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the syntax with the specified numeric OID.
getSyntaxes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the syntaxes contained in this schema.
getTag() - Method in class org.forgerock.macaroons.Macaroon
The HMAC authentication tag for this macaroon.
getTagNumber() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns this tag number.
getTags() - Method in class org.forgerock.api.transform.LocalizableOperation
 
getTarget() - Method in class org.forgerock.json.resource.FilterChain
Returns the target request handler which will be invoked once processing has reached the end of the filter chain.
getTargetPosition() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the position of the target entry in the result set.
getTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumber Attribute Type which has the OID 2.5.4.20.
getTelephoneNumberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumberMatch Matching Rule which has the OID 2.5.13.20.
getTelephoneNumberSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumberSubstringsMatch Matching Rule which has the OID 2.5.13.21.
getTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Telephone Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.50.
getTeletexTerminalIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the teletexTerminalIdentifier Attribute Type which has the OID 2.5.4.22.
getTeletexTerminalIdentifierSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Teletex Terminal Identifier Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.51.
getTelexNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telexNumber Attribute Type which has the OID 2.5.4.21.
getTelexNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Telex Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.52.
getTemplateName() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module display page template name.
getTerminate() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Returns true if this is a terminating request.
getText() - Method in class org.forgerock.http.header.Warning
Gets the warning's text description.
getThirdPartyCaveats() - Method in class org.forgerock.macaroons.Macaroon
Returns all of the third-party caveats attached to this macaroon.
getThis() - Method in class org.forgerock.http.routing.Router
 
getThis() - Method in class org.forgerock.json.resource.Router
 
getThis() - Method in class org.forgerock.services.routing.AbstractRouter
Returns this AbstractRouter instance, typed correctly.
getTime() - Method in interface com.iplanet.sso.SSOTokenEvent
Returns the time of this event.
getTimeInMillis() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns the value of this generalized time in milliseconds since the epoch.
getTimeLeft() - Method in interface com.iplanet.sso.SSOToken
Returns the time left in seconds on the session based on max session time.
getTimeLeft(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns the time left for this session in seconds.
getTimeLimit() - Method in class org.forgerock.am.cts.api.filter.TokenFilter
Get the time limit of the query.
getTimeLimit() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Returns the time limit that should be used in order to restrict the maximum time (in seconds) allowed for the search.
getTimeOut() - Method in class com.sun.identity.idm.IdSearchControl
Returns current time out setting.
getTimeOutValue() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module display page time out value.
getTimestamp() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Returns value of timestamp attribute.
getTimestamp() - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Returns value of timestamp attribute.
getTimeToLive() - Method in class com.sun.identity.entitlement.ConditionDecision
Returns the time to live (TTL) of this ConditionDecision.
getTimeToLive() - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Gets the GMT time in milliseconds since epoch when this object is to be treated as expired.
getTimeToLive() - Method in class com.sun.identity.policy.ConditionDecision
Deprecated.
Gets timeToLive associated with this object
getTimeUnit() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The units used for all time measurements.
getTitle() - Method in class org.forgerock.api.models.Resource
Getter of title.
getTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the title Attribute Type which has the OID 2.5.4.12.
getTlvs() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns Additional information contained in the header as part of the Type-Length-Value.
getToken() - Method in interface com.iplanet.sso.SSOTokenEvent
Returns the SSOToken associated with the SSO Token event.
getToken() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a token for the sender of this Message.
getToken() - Method in class org.forgerock.http.header.authorization.BearerToken
Get the token.
getToken() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
Returns the access token identifier issued from the authorization server.
getToken(Class<T>) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Get a Token that is in play for this request.
getTokenCreationState() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
Gets the token state necessary to produce the token - e.g.
getTokenEndpoint() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets endpoint for requesting access tokens.
getTokenEndpointHandler() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
The token endpoint handler which wraps the client authentication filter which is capable of adding the client credentials to the request.
getTokenExpiry() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Gets the token expiry time in seconds.
getTokenExpiry() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Gets the token expiry time in seconds.
getTokenExpiry() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Gets the token expiry time in seconds.
getTokenId() - Method in exception com.sun.identity.authentication.spi.InvalidPasswordException
Returns the token ID.
getTokenId() - Method in interface org.forgerock.am.cts.api.tokens.Token
 
getTokenId() - Method in interface org.forgerock.oauth2.core.AccessToken
 
getTokenId() - Method in interface org.forgerock.oauth2.core.Token
Gets the token's identifier.
getTokenID() - Method in interface com.iplanet.sso.SSOToken
Returns single sign on token ID object.
getTokenInfo() - Method in interface org.forgerock.oauth2.core.Token
Gets the token's information.
getTokenLifetimeInSeconds() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the token lifetime (in seconds).
getTokenLifeTimeInSeconds() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the token life time.
getTokenName() - Method in interface org.forgerock.oauth2.core.Token
Gets the token's name.
getTokens() - Method in class org.forgerock.http.header.ConnectionHeader
Returns the list of connection tokens.
getTokens() - Method in interface org.forgerock.oauth2.core.OAuth2Request
Get all the tokens that have been used in this request.
getTokenStatePaddingLength() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Gets the desired length of the JWT to reach with whitespace padding.
getTokenType() - Method in class org.forgerock.am.oauth2.AccessTokenResponse
Gets the non-null token type.
getTokenType() - Method in interface org.forgerock.oauth2.core.AccessToken
Gets the token's type.
getTokenValue() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Gets value of the token.
getTopObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the top Object Class which has the OID 2.5.6.0.
getTotalPagedResults() - Method in interface org.forgerock.json.resource.QueryResponse
Returns the total number of paged results in adherence with the QueryRequest.getTotalPagedResultsPolicy() in the request or QueryResponse.NO_COUNT if paged results were not requested, the count policy is NONE, or the total number of paged results is unknown.
getTotalPagedResultsPolicy() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the CountPolicy used to calculate QueryResponse.getTotalPagedResults().
getTotalPagedResultsPolicy() - Method in interface org.forgerock.json.resource.QueryResponse
Returns the policy that was used to calculate the totalPagedResults.
getTrackingIds() - Method in class org.forgerock.services.context.RequestAuditContext
Get all tracking IDs stored in this context.
getTrailers() - Method in class org.forgerock.http.protocol.Response
Returns the trailers, aka trailing headers.
getTransactionId() - Method in class org.forgerock.http.header.TransactionIdHeader
Returns the transaction id.
getTransactionId() - Method in class org.forgerock.services.context.TransactionIdContext
Returns the transaction id.
getTransformation() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Gets the Java Cryptographic algorithm name for the algorithm that will eb used to encrypt the plaintext.
getTransformedValue(JsonValue, JsonValue) - Method in interface org.forgerock.json.JsonPatchValueTransformer
Return the value to be used for a given patch operation.
getTransientState(String) - Method in class org.forgerock.openam.auth.node.api.TreeContext
Deprecated.
Use TreeContext.getStateFor(Node) instead as this method does not leak implementation detail of the specific type of state.
getTranslationFromLocaleMap(PreferredLocales, Map<Locale, String>) - Static method in class org.forgerock.selfservice.stages.utils.LocaleUtils
Using the user's preferred locales (for example, from the "Accept-Language" header in the HTTP context), select the most optimal (string) translation from the map.
getTrueValue() - Method in class com.sun.identity.sm.AttributeSchema
Returns the string value for BooleanTrueValue.
getTrueValueI18NKey() - Method in class com.sun.identity.sm.AttributeSchema
Returns the I18N key for BooleanTrueValue.
getTrustManager(Purpose<? extends CryptoKey>) - Method in class org.forgerock.secrets.SecretsProvider
Constructs an X509ExtendedTrustManager that will retrieve certificates from this secrets provider for the provided purpose.
getTrustManager(Purpose<? extends CryptoKey>, Options) - Method in class org.forgerock.secrets.SecretsProvider
Constructs an X509ExtendedTrustManager that will retrieve certificates from this secrets provider for the provided purpose.
getTTL() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
getType() - Method in exception com.iplanet.log.LogException
Deprecated.
Returns log exception type.
getType() - Method in interface com.iplanet.sso.SSOTokenEvent
Returns the type of this event.
getType() - Method in class com.sun.identity.idm.AMIdentity
Returns the Type of the Identity.
getType() - Method in class com.sun.identity.idm.IdSearchResults
 
getType() - Method in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Returns the type of this event.
getType() - Method in class com.sun.identity.sm.AttributeSchema
Returns the type of the attribute.
getType() - Method in class com.sun.identity.sm.SchemaType
 
getType() - Method in interface org.forgerock.am.cts.api.tokens.Token
 
getType() - Method in class org.forgerock.api.models.Parameter
Getter of the parameter type.
getType() - Method in class org.forgerock.api.models.Query
Getter of the query type.
getType() - Method in enum org.forgerock.config.util.CoercionFunction
Get the type of the coercion function.
getType() - Method in class org.forgerock.http.header.AuthorizationHeader
Get the type of the authorization being presented, e.g.
getType() - Method in class org.forgerock.http.header.ContentTypeHeader
Returns the media type of the underlying data or null if none specified.
getType() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the type of the contents of the Claims Set.
getType() - Method in class org.forgerock.json.jose.jwt.JwtHeader
Gets the type of JWT this header represents.
getType() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the type of the resource set.
getType() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the type of this request to avoid expensive instanceof checks.
getType() - Method in interface org.forgerock.opendj.ldap.messages.Request
Returns the type of this request to avoid expensive instanceof checks.
getType() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
 
getType() - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getType() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the type of the matching rule.
getType() - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Returns the type of this matching rule.
getType() - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenConfig
Gets the type of the snapshot token represented by this configuration.
getType() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets token handler type.
getType(String) - Static method in class com.sun.identity.idm.IdType
Get the IdType.
getTypeCode() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns the TypeCode of the artifact.
getUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uid Attribute Type which has the OID 0.9.2342.19200300.100.1.1.
getUIDObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uidObject Object Class which has the OID 1.3.6.1.1.3.1.
getUIType() - Method in class com.sun.identity.sm.AttributeSchema
Returns the UI type of the attribute.
getUniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueIdentifier Attribute Type which has the OID 0.9.2342.19200300.100.1.44.
getUniqueMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueMember Attribute Type which has the OID 2.5.4.50.
getUniqueMemberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueMemberMatch Matching Rule which has the OID 2.5.13.23.
getUnit() - Method in class org.forgerock.util.time.Duration
Returns the TimeUnit this duration is expressed in.
getUniversalId() - Method in class com.sun.identity.idm.AMIdentity
Returns the universal identifier of this object.
getUniversalId() - Method in class org.forgerock.am.saml2.profile.Saml2SsoResult
Returns the user's universal ID.
getUniversalId(AMIdentity) - Static method in class com.sun.identity.idm.IdUtils
 
getUnknownRxTransportName() - Method in exception org.forgerock.opendj.io.rx.UnknownRxTransportException
Returns the name of the unknown transport.
getUnrecognizedCriticalHeaders() - Method in exception org.forgerock.json.jose.exceptions.UnrecognizedCriticalHeaderException
The unrecognized critical headers that caused processing to fail.
getUnrecognizedFilterBytes() - Method in class org.forgerock.opendj.ldap.Filter
Returns the ASN.1 content associated with this unrecognized filter.
getUnrecognizedFilterTag() - Method in class org.forgerock.opendj.ldap.Filter
Returns the ASN.1 tag associated with this unrecognized filter.
getUnsatisfiedCaveats() - Method in class org.forgerock.macaroons.MacaroonVerifierResult
Returns any caveats that are not satisfied for this macaroon.
getUpdate() - Method in class org.forgerock.api.models.Items
Getter of Update.
getUpdate() - Method in class org.forgerock.api.models.Resource
Getter of Update.
getUpdateIntervalMillis() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The interval at which the implementation polls for updates from the underlying performance monitoring code, in milliseconds.
getUri() - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Returns value of uri attribute.
getUri() - Method in interface org.forgerock.http.client.request.HttpClientRequest
Retrieve the URI that the request targets.
getUri() - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Retrieve the URI that the request targets.
getUri() - Method in class org.forgerock.http.header.ReferrerHeader
Get the URI value of the Referrer header.
getUri() - Method in class org.forgerock.http.protocol.Request
Returns the fully-qualified URI of the resource being accessed.
getUri() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the uri of the resource set.
getURI() - Method in class com.sun.identity.sm.ServiceInstance
Returns the URL of the service.
getUris() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
Returns a List containing the continuation reference URIs included with this search result reference.
getUriTemplateVariables() - Method in class org.forgerock.http.routing.UriRouterContext
Returns an unmodifiable Map containing the parsed URI template variables, keyed on the URI template variable name.
getUsage() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the usage indicator for this attribute type.
getUsageDirectiveHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of UsageDirectiveHeader.
getUsageDirectiveHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns a list of UsageDirectiveHeader.
getUse() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the use parameter of the JWK.
getUserAgent() - Method in class org.forgerock.services.context.ClientContext
Returns the value of the User-Agent HTTP Header (if any, returns an empty string otherwise).
getUserCertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userCertificate Attribute Type which has the OID 2.5.4.36.
getUserClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userClass Attribute Type which has the OID 0.9.2342.19200300.100.1.8.
getUserId() - Method in interface org.forgerock.am.cts.api.tokens.Token
 
getUserId() - Method in class org.forgerock.services.context.RequestAuditContext
Get the user ID stored in this context.
getUserID(String, Map<String, Set<String>>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Searches user.
getUserIdentity() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the identity of the user whose password is to be modified, or null if the request should be applied to the user currently associated with the session.
getUserIdentityAsString() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the identity of the user whose password is to be modified decoded as a UTF-8 string, or null if the request should be applied to the user currently associated with the session.
getUserInfo() - Method in class org.forgerock.http.MutableUri
Returns the user info element.
getUserInfo(DataStore) - Method in class org.forgerock.oauth.clients.apple.AppleClient
 
getUserInfo(DataStore) - Method in class org.forgerock.oauth.clients.linkedin.LinkedInClient
 
getUserInfo(DataStore) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
 
getUserInfo(DataStore) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
 
getUserInfo(DataStore) - Method in interface org.forgerock.oauth.OAuthClient
Return the authenticated user's info from the external authentication server.
getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.UserInfoClaimsPlugin
Gets the resource owners information based on an issued access token.
getUserInfo(ClientRegistration, AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
getUserInfoClaims() - Method in class org.forgerock.oauth.clients.oidc.Claims
Gets the userinfo claims as an unmodifiable map.
getUserInfoEndpoint() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets endpoint for requesting user information.
getUsername() - Method in exception com.sun.identity.authentication.spi.InvalidPasswordException
Returns the username.
getUsername() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Returns the username to use when authenticating to the proxy.
getUsername() - Method in class org.forgerock.http.header.authorization.BasicCredentials
Get the username.
getUsernameToken() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the string token representing where the user name should be substituted.
getUserPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userPassword Attribute Type which has the OID 2.5.4.35.
getUserRegistrationDestination() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Gets the user registration destination.
getUserSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the user service configuration schema.
getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userSecurityInformation Object Class which has the OID 2.5.6.18.
getUserSessionProperty(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the property from the user session.
getUserSessions(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the set of SSOTokens for a specified user
getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UTC Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.53.
getUUIDMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidMatch Matching Rule which has the OID 1.3.6.1.1.16.2.
getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidOrderingMatch Matching Rule which has the OID 1.3.6.1.1.16.3.
getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UUID Syntax which has the OID 1.3.6.1.1.16.1.
getValid(Purpose<S>) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Returns a stream of the active secret for the given purpose.
getValid(Purpose<S>) - Method in interface org.forgerock.secrets.SecretStore
Returns all valid secrets for the given purpose from this store.
getValid(Purpose<S>) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getValidator() - Method in class com.sun.identity.sm.AttributeSchema
Method to get the validator name for using to validate this service attribute
getValidQueryAttributes() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Get set of valid query attributes.
getValidQueryAttributes() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Get set of valid query attributes.
getValidQueryFields() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the set of query fields to be used when looking up the user.
getValidSecrets(DefaultingPurpose<S>, String) - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
Get a stream of the valid secrets for a DefaultingPurpose.
getValidSecrets(Purpose<S>) - Method in class org.forgerock.openam.secrets.SecretsProviderFacade
 
getValidSecrets(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Returns all secrets for the given purpose which have not yet expired.
getValidSession(OAuth2Request) - Method in class org.forgerock.openidconnect.CheckSession
Check if the JWT contains a valid session id.
getValidSessions(SSOToken, String) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester.
getValidSessions(SSOToken, String) - Method in class com.iplanet.sso.SSOTokenManager
Returns a list of single sign on token objects which correspond to valid Sessions accessible to requester.
getValidStatusValue() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Gets the field name for the valid status value.
getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the valid values for this referral
getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Returns a list of possible values for the Subject .
getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the valid values for this referral matching a pattern
getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Returns a list of possible values for the Subject that satisfy the given pattern.
getValidValues(String) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Returns a set of valid values given the property name.
getValidValues(String) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Returns a set of valid values given the property name.
getValue() - Method in interface com.sun.identity.saml2.assertion.Action
Returns the value of the Action.
getValue() - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
Returns the value of the AssertionIDRef.
getValue() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns the string-valued identifier
getValue() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Returns the value of the RelayState.
getValue() - Method in interface com.sun.identity.saml2.protocol.GetComplete
Returns the value of the GetComplete URI.
getValue() - Method in interface com.sun.identity.saml2.protocol.NewID
Returns the value of the NewID URI.
getValue() - Method in interface com.sun.identity.saml2.protocol.RequesterID
Returns the value of the RequesterID URI.
getValue() - Method in interface com.sun.identity.saml2.protocol.SessionIndex
Returns the SessionIndex value.
getValue() - Method in interface com.sun.identity.saml2.protocol.StatusCode
Returns the value of the value property.
getValue() - Method in interface com.sun.identity.saml2.protocol.StatusMessage
Returns the StatusMessage value.
getValue() - Method in interface com.sun.identity.xacml.context.Decision
Returns the values of this object
getValue() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
Returns the values of this object
getValue() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Returns the value of this object
getValue() - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
Returns the value of this object
getValue() - Method in interface com.sun.identity.xacml.context.StatusCode
Returns the value of this object
getValue() - Method in interface com.sun.identity.xacml.context.StatusMessage
Returns the value of this object
getValue() - Method in class org.forgerock.am.cts.api.ETag
 
getValue() - Method in class org.forgerock.api.models.Reference
Getter of the JSON reference.
getValue() - Method in class org.forgerock.caf.http.Cookie
Gets the current value of this Cookie.
getValue() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
Get the value of the cookie.
getValue() - Method in class org.forgerock.http.header.Directive
Represents directive value, won't be quoted even if the original was.
getValue() - Method in class org.forgerock.http.protocol.Cookie
Returns the value of the cookie.
getValue() - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtSessionCookie
Gets the current value of this Cookie.
getValue() - Method in class org.forgerock.json.JsonPointer
Returns the JSON pointer string value.
getValue() - Method in class org.forgerock.json.resource.PatchOperation
Returns the value for the patch operation.
getValue() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
getValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns the value, if any, associated with this extended request.
getValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
Returns the value, if any, associated with this extended result.
getValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
Returns the value, if any, associated with this intermediate response.
getValue() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getValue() - Method in class org.forgerock.services.TransactionId
Returns the value of this TransactionId.
getValue() - Method in class org.forgerock.util.time.Duration
Returns the number of TimeUnit this duration represents.
getValue(K, Callable<V>) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Borrow (and create before hand if absent) a cache entry.
getValue(K, Callable<V>, AsyncFunction<V, Duration, E>) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Borrow (and create before hand if absent) a cache entry.
getValue(CoreTokenField) - Method in interface org.forgerock.am.cts.api.query.PartialToken
 
getValues() - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Gets the action values for the action.
getValues() - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the values of this referral
getValues() - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Returns the values that was set using the method setValues.
getValues() - Method in class org.forgerock.http.header.AcceptApiVersionHeader
 
getValues() - Method in class org.forgerock.http.header.AcceptLanguageHeader
 
getValues() - Method in class org.forgerock.http.header.AuthorizationHeader
 
getValues() - Method in class org.forgerock.http.header.ConnectionHeader
 
getValues() - Method in class org.forgerock.http.header.ContentApiVersionHeader
 
getValues() - Method in class org.forgerock.http.header.ContentEncodingHeader
 
getValues() - Method in class org.forgerock.http.header.ContentLengthHeader
 
getValues() - Method in class org.forgerock.http.header.ContentTypeHeader
 
getValues() - Method in class org.forgerock.http.header.CookieHeader
 
getValues() - Method in class org.forgerock.http.header.ForwardedHeader
 
getValues() - Method in class org.forgerock.http.header.GenericHeader
Returns the header as a list of strings.
getValues() - Method in class org.forgerock.http.header.LocationHeader
 
getValues() - Method in class org.forgerock.http.header.ReferrerHeader
 
getValues() - Method in class org.forgerock.http.header.SetCookie2Header
Deprecated.
 
getValues() - Method in class org.forgerock.http.header.SetCookieHeader
 
getValues() - Method in class org.forgerock.http.header.TrailerHeader
 
getValues() - Method in class org.forgerock.http.header.TransactionIdHeader
 
getValues() - Method in class org.forgerock.http.header.WarningHeader
 
getValues() - Method in class org.forgerock.http.header.WwwAuthenticateHeader
 
getValues() - Method in class org.forgerock.http.header.XForwardedForHeader
 
getValues() - Method in class org.forgerock.http.protocol.Header
Returns the header as a list of strings.
getValues() - Method in class org.forgerock.oauth.clients.oidc.Claim
Get the value(s) of this claim.
getValues() - Method in class org.forgerock.oauth2.core.UserInfoClaims
Gets the values of the claims for the user information.
getValueSyntax(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the syntax for the value
getValueSyntax(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Returns the syntax of the values the Subject implementation can have.
getValueType() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Gets value type for the token.
getVendorName() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the name of the Directory Server implementer.
getVendorNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the vendorName Attribute Type which has the OID 1.3.6.1.1.4.
getVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the version of the Directory Server implementation.
getVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the vendorVersion Attribute Type which has the OID 1.3.6.1.1.5.
getVerificationLink() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the verification URL to be passed into the email body.
getVerificationLinkToken() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the string token representing where the verification URL should be substituted.
getVerifierId() - Method in class org.forgerock.macaroons.Macaroon.Caveat
Returns the encrypted verifier identifier for a 3rd-party caveat.
getVersion() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the version number of the assertion.
getVersion() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns the value of the Version attribute.
getVersion() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the value of the version property.
getVersion() - Method in class com.sun.identity.sm.ServiceConfig
Returns the service version
getVersion() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service version.
getVersion() - Method in class com.sun.identity.sm.ServiceInstance
Returns the service version.
getVersion() - Method in class com.sun.identity.sm.ServiceSchema
Returns the version of the service.
getVersion() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the version of the service.
getVersion() - Method in class org.forgerock.api.models.ApiDescription
Getter of version.
getVersion() - Method in class org.forgerock.caf.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class org.forgerock.http.protocol.Cookie
Deprecated.
Only valid for RFC 2965 cookies ("Cookie2"), which have been deprecated and removed by most clients.
getVersion() - Method in interface org.forgerock.http.protocol.Message
Returns the protocol version.
getVersion() - Method in class org.forgerock.http.protocol.MessageImpl
 
getVersion() - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
Get the Version corresponding to the resourcePath.
getVersion() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the version of the header.
getVersion() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the TLS version.
getVersion() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns the version of the protocol to be used at the LDAP message layer.
getVersion() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the version of the deployment ID.
getVersions() - Method in class com.sun.identity.liberty.ws.paos.PAOSHeader
Returns the list of versions as Strings.
getVersions() - Method in class org.forgerock.api.models.VersionedPath
Returns all resource-versions on this path.
getViewBeanURL(Condition) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Gets the view bean URL given the Condition
getViewBeanURL(Referral) - Method in class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Gets the view bean URL given the Referral
getViewBeanURL(ResponseProvider) - Method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns the view bean URL given the ResponseProvider
getViewBeanURL(Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Returns the view bean URL given the Subject
getVisibility() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns a boolean indicating whether sub-entries should be included in the search results.
getVlvPageSize() - Method in interface org.forgerock.am.cts.CoreTokenConfig
The number of entries to return in a single page of VLV-queried results.
getWarnings() - Method in class org.forgerock.http.header.WarningHeader
Gets all Warnings.
getWarnings() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the warnings that were detected when this schema was constructed.
getWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
Returns the warnings generated by the parsing of template file.
getWarningType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy warning type, if available.
getWarningValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy warning value, if available.
getWatchersForListener(ContinuousListener) - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousWatcherDirectory
Look up a specific ContinuousListener's ContinuousWatchers.
getWebCryptoName() - Method in enum org.forgerock.secrets.keys.KeyUsage
The standard WebCrypto KeyUsage name for this usage.
getWellKnownEndpoint() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the well-known endpoint.
getWordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the wordMatch Matching Rule which has the OID 2.5.13.32.
getWritePolicy() - Method in class org.forgerock.api.jackson.CrestAnySchema
 
getWritePolicy() - Method in class org.forgerock.api.jackson.CrestArraySchema
 
getWritePolicy() - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
getWritePolicy() - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
getWriter(OutputStream) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 writer whose destination is the provided output stream.
getWriter(OutputStream, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 writer whose destination is the provided output stream.
getWriter(Asn1Writer, int) - Static method in class org.forgerock.opendj.io.Ldap
Creates a new LDAP writer which will write LDAP messages to the provided ASN.1 writer.
getWriter(ByteStringBuilder) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 writer whose destination is the provided byte string builder.
getWriter(ByteStringBuilder, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 writer whose destination is the provided byte string builder.
getWrittenCount() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the number of entries provided to LdifEntryWriter.writeEntry(Entry) which have been written to the LDIF output file.
getWSFVersion() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the web services version of the message.
getX() - Method in class org.forgerock.json.jose.jwk.EcJWK
Gets the unsigned big-endian base64 url encoding of the elliptical curve point x coordinate.
getX() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Returns the x-coordinate that forms the public key.
getX121AddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the x121Address Attribute Type which has the OID 2.5.4.24.
getX500UniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the x500UniqueIdentifier Attribute Type which has the OID 2.5.4.45.
getX509BitPosition() - Method in enum org.forgerock.secrets.keys.KeyUsage
The bit position of this usage in the X.509 KeyUsage extension.
getX509Certificate() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
Gets the X509Certificate
getX509Certificate(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return java.security.cert.X509Certificate for the specified certAlias.
getX509Certificate(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets a X509Certificate from the KeyStore with the given alias.
getX509CertificateChain() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the X.509 Certificate Chain header parameter for this JWS.
getX509CertificateExactAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the X.509 Certificate Exact Assertion Syntax which has the OID 1.3.6.1.1.15.1.
getX509CertificateThumbprint() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the X.509 Certificate Thumbprint header parameter for this JWS.
getX509Chain() - Method in class org.forgerock.json.jose.jwk.JWK
Gets a List of X509 chain certs.
getX509StandardName() - Method in enum org.forgerock.secrets.keys.KeyUsage
The standard name of this key usage in the X.509 standard.
getX509Thumbnail() - Method in class org.forgerock.json.jose.jwk.JWK
Deprecated.
getX509Thumbprint() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the X509 thumbprint.
getX509ThumbprintS256() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the X.509 SHA-256 thumbprint.
getX509Url() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the X.509 URL header parameter for this JWS.
getX509URL() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the X509 URL.
getY() - Method in class org.forgerock.json.jose.jwk.EcJWK
Gets the unsigned big-endian base64 url encoding of the elliptical curve point y coordinate.
global() - Method in interface org.forgerock.am.config.GlobalConfiguration
Gets the configuration instance for the services global configuration.
GLOBAL - org.forgerock.am.config.Listener.ConfigType
 
GLOBAL - org.forgerock.openam.annotations.sm.Config.Scope
This scope means the service definition applies at the Global level of AM.
GLOBAL - Static variable in class com.sun.identity.sm.SchemaType
The GLOBAL schema type defines the service configuration information that independent of organizations, users and instances.
GLOBAL_PASSWORD - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The optional password which is used to protect all private and secret keys.
globalConfigChanged(String, String, String, String, int) - Method in interface com.sun.identity.sm.ServiceListener
This method will be invoked when a service's global configuration data has been changed.
GlobalConfiguration<T> - Interface in org.forgerock.am.config
This interface identifies the ServiceComponentConfig as containing configuration that is applied globally.
GLOBALMAPLIST - com.sun.identity.sm.AttributeSchema.UIType
The GLOBALMAP_LIST attribute type specifies that the attribute should be displayed as a global map list widget.
GLOBALSCRIPTSELECT - com.sun.identity.sm.AttributeSchema.UIType
The GLOBALSCRIPTSELECT attribute type specifies that the attribute should be displayed as drop down widget with only global scripts.
GONE - org.forgerock.api.commons.CommonsApi.Errors
The "gone" error.
GONE - Static variable in class org.forgerock.http.protocol.Status
The 410 (Gone) status code indicates that access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.
GONE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.GONE in an API Description.
GOOGLE_KMS_ENCRYPTED - org.forgerock.openam.secrets.config.PropertyFormat
A base64-encoded value that has been encrypted with Google Cloud Platform Key Management Service.
GOOGLE_KMS_ENCRYPTED_HMAC_KEY - org.forgerock.openam.secrets.config.PropertyFormat
Deprecated.
GOOGLE_KMS_ENCRYPTED_PEM - org.forgerock.openam.secrets.config.PropertyFormat
Certificates, keys, and passwords in Privacy Enhanced Mail (PEM) format that have then been encrypted with Google KMS.
GoogleKmsAesCipher - Class in org.forgerock.secrets.gcpkms
A Cipher implementation using Google KMS symmetric encryption/decryption.
GoogleKmsAesCipher() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsAesCipher
 
GoogleKmsEncryptedPropertyFormat - Class in org.forgerock.secrets.gcpkms
A SecretPropertyFormat for the PropertyResolverSecretStore that can decrypt secrets using a Google KMS decryption key.
GoogleKmsEncryptedPropertyFormat(GoogleKmsSecretStore, Purpose<DataDecryptionKey>) - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsEncryptedPropertyFormat
Initializes the property format with the given secret store and purpose.
GoogleKmsKey - Class in org.forgerock.secrets.gcpkms
Abstract base class for keys stored in Google KMS.
GoogleKmsPrivateKey - Class in org.forgerock.secrets.gcpkms
Represents a private key stored in the Google Cloud Platform Key Management Service.
GoogleKmsProvider - Class in org.forgerock.secrets.gcpkms
Provides implementations of Java Cryptography Architecture primitives that use the Google Cloud Platform Key Management Service.
GoogleKmsProvider() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsProvider
Default constructor that registers all supported algorithms.
GoogleKmsRsaCipher - Class in org.forgerock.secrets.gcpkms
A cipher implementation for RSA-OAEP based on Google Cloud KMS.
GoogleKmsRsaCipher() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsRsaCipher
 
GoogleKmsSecretKey - Class in org.forgerock.secrets.gcpkms
A symmetric secret key stored in Google KMS.
GoogleKmsSecretStore - Class in org.forgerock.secrets.gcpkms
A secret store that can provide cryptographic keys based on the Google Cloud Platform Key Management Service.
GoogleKmsSecretStore.Builder - Class in org.forgerock.secrets.gcpkms
Builder class for GoogleKmsSecretStore.
GoogleKmsSignature - Class in org.forgerock.secrets.gcpkms
Implementation of the Java Signature SPI that delegates signature operations to the Google Cloud Platform Key Management Service.
GoogleKmsSignature.RSAPSS - Class in org.forgerock.secrets.gcpkms
Implements generic RSA-PSS signing.
GoogleKmsSignature.WithSHA256 - Class in org.forgerock.secrets.gcpkms
Implements signing with the SHA-256 message digest.
GoogleKmsSignature.WithSHA384 - Class in org.forgerock.secrets.gcpkms
Implements signing with the SHA-384 message digest.
GoogleKmsSignature.WithSHA512 - Class in org.forgerock.secrets.gcpkms
Implements signing with the SHA-512 message digest.
GoogleSecretManagerSecretStore - Class in org.forgerock.secrets.gcp.sm
A secret store that can read secrets directly from Google Secret Manager.
GoogleSecretManagerSecretStore.Builder - Class in org.forgerock.secrets.gcp.sm
A builder class for configuring an instance of the GoogleSecretManagerSecretStore.
GoogleSecretManagerSecretStoreProvider - Interface in org.forgerock.openam.secrets.config
Provides support for fetching secrets from Google Secret Manager.
goTo(boolean) - Method in class org.forgerock.openam.auth.node.api.AbstractDecisionNode
Move on to the next node in the tree that is connected to the given outcome.
goTo(String) - Static method in class org.forgerock.openam.auth.node.api.Action
Move on to the next node in the tree that is connected to the given outcome.
GOTO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
goToNext() - Method in class org.forgerock.openam.auth.node.api.SingleOutcomeNode
Move on to the next node in the tree.
GRACE_LOGINS_REMAINING - org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Indicates the remaining number of times a user will be allowed to authenticate with an expired password.
GRANT_TYPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Type of grant.
grantType(AccessTokenRequest.GrantType) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
 
GrantType - Enum in org.forgerock.oauth2.core
Identifies the OAuth2 Authorization Grant (aka OAuth2 Flow) undertaken to obtain an OAuth2 token.
GREATER_EQUAL - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "greater-than-or-equal" operator.
GREATER_OR_EQUAL - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for greater or equal filters.
GREATER_OR_EQUAL - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for greater or equal filters.
GREATER_THAN - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "greater-than" operator.
greaterOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new greater or equal filter using the provided attribute description and assertion value.
greaterOrEqualAssertion(String, ByteSequence) - Static method in interface org.forgerock.opendj.ldap.Assertion
Returns an assertion for greater than or equal comparisons.
greaterThan(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new greater than filter using the provided field name and value assertion.
greaterThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new greater than filter using the provided attribute description and assertion value.
greaterThanAssertion(String, ByteSequence) - Static method in interface org.forgerock.opendj.ldap.Assertion
Returns an assertion for greater than comparisons.
greaterThanOrEqualTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new greater than or equal to filter using the provided field name and value assertion.
GROUP - Static variable in class com.sun.identity.idm.IdType
Identity type of GROUP
GROUP - Static variable in class com.sun.identity.sm.SchemaType
The GROUP schema type defines attributes for a group
GserParser - Class in org.forgerock.opendj.ldap
This class implements a parser for strings which are encoded using the Generic String Encoding Rules (GSER) defined in RFC 3641.
GserParser(CharSequence) - Constructor for class org.forgerock.opendj.ldap.GserParser
Creates a new GSER Parser.
GT - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Greater Than Relationship.

H

H_BEARER - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The WWW-Authenticate header prefix, 'Bearer'.
handle(String, Set<String>, ResourceOwner, String, String, String, OAuth2Request, String, String) - Method in interface org.forgerock.oauth2.core.ResponseTypeHandler
Handles the creating of a Token instance and storing the Token in the OAuth2 provider TokenStore.
handle(URI) - Method in interface org.forgerock.openam.auth.node.api.SuspensionHandler
Handles a suspension request by sending the suspension ID out of band to the end-user to allow them to continue the authentication flow.
handle(Callback[]) - Method in class org.forgerock.caf.authentication.framework.HttpCallbackHandler
Called by Authentication modules to request more information about the request and response message.
handle(AccessTokenRequest) - Method in interface org.forgerock.am.oauth2.AccessTokenService
Handles the passed access token request in order to produce an access token response.
handle(Context, Request) - Method in interface org.forgerock.http.Handler
Returns a Promise representing the asynchronous Response of the given request.
handle(Context, Request) - Method in class org.forgerock.http.handler.HttpClientHandler
Sends an HTTP request to a remote server and returns a Promise representing the asynchronous response.
handle(Context, Request) - Method in class org.forgerock.http.routing.Router
 
handle(Context, ResourcePath) - Method in interface org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.NoApiVersionHandler
Handler called when a request has no resource API version.
handleAction(Context, ActionRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleAction(Context, ActionRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Handles performing an action on a resource, and optionally returns an associated result.
handleAction(Context, ActionRequest) - Method in class org.forgerock.json.resource.Router
 
handleAction(Context, ActionRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Handles performing an action on a resource, and optionally returns an associated result.
handleAction(Context, ActionRequest) - Method in class org.forgerock.selfservice.core.AnonymousProcessService
 
handleActual(Response, String) - Method in class org.forgerock.http.filter.cors.CorsPolicy
Handles the response of an actual CORS request.
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.FilterChain
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.Router
 
handleApiRequest(Context, R) - Method in interface org.forgerock.services.descriptor.Describable
Handle a request for the API Descriptor.
handleApiRequest(Context, R) - Method in class org.forgerock.services.routing.AbstractRouter
 
handleCancelRequest(LocalizableMessage) - Method in interface org.forgerock.opendj.ldap.CancelRequestListener
Invoked when a cancellation request has been received and processing of the request should be aborted if possible.
handleConnectionClosed() - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that the application has called close on the connection.
handleConnectionError(boolean, LdapException) - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that a fatal error has occurred and the connection can no longer be used - the server has crashed, for example.
handleCreate(Context, CreateRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleCreate(Context, CreateRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Adds a new JSON resource, returning a Promise that will be completed when the resource has been added.
handleCreate(Context, CreateRequest) - Method in class org.forgerock.json.resource.Router
 
handleCreate(Context, CreateRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Adds a new JSON resource.
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleDelete(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Deletes a JSON resource, returning a Promise that will be completed when the resource has been deleted.
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.Router
 
handleDelete(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Deletes a JSON resource.
handleDuplicateEntry(AddRequest, Entry) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt was made to add an entry which already exists.
handleDuplicateEntry(ModifyDnRequest, Entry, Entry) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt was made to rename an entry which already exists.
handleEntry(SearchResultEntry) - Method in interface org.forgerock.opendj.ldap.SearchResultHandler
Invoked each time a search result entry is returned from an asynchronous search operation.
handleException(E) - Method in interface org.forgerock.util.promise.ExceptionHandler
Invoked when the asynchronous task has failed.
handleException(E) - Method in class org.forgerock.util.promise.PromiseImpl
Signals that the asynchronous task represented by this promise has failed.
handleException(LdapException) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has failed.
handleIntermediateResponse(IntermediateResponse) - Method in interface org.forgerock.opendj.ldap.IntermediateResponseHandler
Invoked each time an intermediate response is returned from the Directory Server.
handleLdapClientOffline(LdapClient, LdapException) - Method in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
Invoked when the load-balancer is unable to obtain a connection from the specified LDAP client.
handleLdapClientOnline(LdapClient) - Method in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
Invoked when the load-balancer detects that a previously offline LDAP client is available for use again.
handleMalformedRecord(long, List<String>, DecodeException) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was rejected because it was malformed in some way and could not be decoded.
handleNativePostAuth(Context, DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.apple.AppleClient
 
handleNativePostAuth(Context, DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.facebook.FacebookClient
 
handleNativePostAuth(Context, DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
 
handleNativePostAuth(Context, DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
 
handleNativePostAuth(Context, DataStore, Map<String, List<String>>) - Method in interface org.forgerock.oauth.OAuthClient
Handle the data produced by the Auth Server as a result of a successful authentication and return the final redirect to the mobile device.
handleNoApiVersionSupplied(Context, ResourcePath) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Support handling when no resource API version is supplied on the request.
handleNoApiVersionSupplied(Context, ResourcePath) - Method in interface org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.VersionSpecification
Support custom handling when no resource API version is supplied on the request.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Updates a JSON resource by applying a set of changes to its existing content, returning a Promise that will be completed when the resource has been updated.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.Router
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Updates a JSON resource by applying a set of changes to its existing content.
handlePostAuth(DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.apple.AppleClient
 
handlePostAuth(DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
 
handlePostAuth(DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
 
handlePostAuth(DataStore, Map<String, List<String>>) - Method in interface org.forgerock.oauth.OAuthClient
Handle the data produced by the Auth Server as a result of a successful authentication and return the final redirect to the landing page specified in the OAuthClient.getAuthRedirect(DataStore, String, URI) call.
handlePreflight(Request, String) - Method in class org.forgerock.http.filter.cors.CorsPolicy
Produces the response for a CORS preflight request.
handleQuery(Context, QueryRequest, Collection<ResourceResponse>) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Searches for all JSON resources matching a user specified set of criteria.
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.FilterChain
 
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.RequestHandler
Searches for all JSON resources matching a user specified set of criteria, returning a Promise that will be completed when the search has completed.
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.Router
 
Handler - Interface in org.forgerock.http
Asynchronously handles an HTTP Request by producing an associated Response.
Handler - Annotation Type in org.forgerock.api.annotations
Details of a handler.
HANDLER - Static variable in class com.sun.identity.log.LogManager
Deprecated.
The handler which will be added to each logger object
handleRead(Context, ReadRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleRead(Context, ReadRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Reads a JSON resource, returning a Promise that will be completed when the resource has been read.
handleRead(Context, ReadRequest) - Method in class org.forgerock.json.resource.Router
 
handleRead(Context, ReadRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Reads a JSON resource.
handleRead(Context, ReadRequest) - Method in class org.forgerock.selfservice.core.AnonymousProcessService
 
handleReference(SearchResultReference) - Method in interface org.forgerock.opendj.ldap.SearchResultHandler
Invoked each time a search result reference is returned from an asynchronous search operation.
handleRejectedChangeRecord(AddRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to add an entry was rejected.
handleRejectedChangeRecord(DeleteRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to delete an entry was rejected.
handleRejectedChangeRecord(ModifyDnRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to rename an entry was rejected.
handleRejectedChangeRecord(ModifyRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to modify an entry was rejected.
handleRequest(int, Request) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a Flowable which, when subscribed, will apply the provided request to this memory backend.
handleRequest(Request) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a Flowable which, when subscribed, will apply the provided request to this memory backend.
handleResource(ResourceResponse) - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
 
handleResource(ResourceResponse) - Method in interface org.forgerock.json.resource.QueryResourceHandler
Invoked each time a matching JSON resource is returned from a query request.
handleResult(S) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has completed successfully.
handleResult(V) - Method in class org.forgerock.util.promise.PromiseImpl
Signals that the asynchronous task represented by this promise has succeeded.
handleResult(V) - Method in interface org.forgerock.util.promise.ResultHandler
Invoked when the asynchronous task has completed successfully.
Handlers - Class in org.forgerock.http.handler
Utility methods for creating common types of handlers.
handleRuntimeException(RuntimeException) - Method in class org.forgerock.util.promise.PromiseImpl
 
handleRuntimeException(RuntimeException) - Method in interface org.forgerock.util.promise.RuntimeExceptionHandler
Invoked when the asynchronous task has failed with a runtime exception.
handles() - Method in interface org.forgerock.caf.authentication.framework.ResponseWriter
Which media types can this handler handle.
handleSchemaValidationFailure(long, List<String>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was rejected because it does not conform to the schema and schema validation is enabled.
handleSchemaValidationWarning(long, List<String>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was not rejected but contained one or more schema validation warnings.
handleSecurityAnswerMatchFailure(Context, JsonValue, String) - Method in interface org.forgerock.selfservice.stages.kba.SecurityAnswerLockoutManager
Handle the security answer match failure.
handleSkippedRecord(long, List<String>, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was skipped because it did not match filter criteria defined by the reader.
handleUndeliverableRxErrors(Throwable) - Static method in class org.forgerock.opendj.io.rx.RxIo
This method is suitable for use as an RX Java global error handler.
handleUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that the connection has just received the provided unsolicited notification from the server.
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleUpdate(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Updates a JSON resource by replacing its existing content with new content, returning a Promise that will be completed when the resource has been updated.
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.json.resource.Router
 
handleUpdate(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Updates a JSON resource by replacing its existing content with new content.
handshake() - Method in class org.forgerock.opendj.io.rx.SslRxSocket
Returns a Completable representing the completion status of the initial SSL handshake, which completes once the handshake completes or fails with an error if the handshake fails for some reason.
HARDBREAKS - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Hardbreaks attribute preserves line-breaks below its location in the document.
hasAdvice() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
hasAttribute(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether the provided attribute type is referenced by this matching rule use.
hasAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains an attribute type with the specified name or numeric OID.
hasAttributeType(AttributeType) - Method in class org.forgerock.opendj.ldap.Rdn
Indicates whether this RDN includes the specified attribute type.
hasCallback() - Method in class org.forgerock.selfservice.core.StageResponse
Returns true if the response contains a snapshot token callback instance.
hasCallbacks() - Method in class org.forgerock.openam.auth.node.api.TreeContext
Check if any callbacks have been submitted in this authenticate request.
hasChildren() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
hasChoiceValues() - Method in class com.sun.identity.sm.AttributeSchema
Indicates whether this AttributeSchema has choice values defined.
hasCookies() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Indicates if the accessed resource had cookies.
hasCookies() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Indicates if the accessed resource had cookies.
hasCredentials() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Returns true if there is a set of username/password credentials defined.
hasDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a DIT content rule with the specified name or numeric OID.
hasDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a DIT structure rule with the specified rule ID.
hasEncryptedIdTokens() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Determines whether the client should expect received ID tokens to be encrypted.
hasFields() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns true if any fields have been added, indicating that the list of fields in this response should be included in this JSON resource after field filtering has occurred, otherwise returns false indicating that the original list of fields in the request should be used for filtering the response.
hash(String, String) - Method in class org.forgerock.selfservice.core.crypto.CryptoService
Hashes a string value.
hash(String, String, JsonValue) - Method in class org.forgerock.selfservice.core.crypto.CryptoService
Hashes a string value.
HASH_BYTES_LEN - Static variable in class org.forgerock.util.crypto.HKDFKeyGenerator
The HMAC output length in bytes.
hashAnswer(CryptoService, JsonValue) - Static method in class org.forgerock.selfservice.core.util.Answers
Hashes the given answer.
hashAnswer(CryptoService, JsonValue, JsonValue) - Static method in class org.forgerock.selfservice.core.util.Answers
Hashes the given answer.
hashCode() - Method in interface com.iplanet.sso.SSOTokenID
Returns a hash code for this object.
hashCode() - Method in class com.sun.identity.authentication.AuthContext.IndexType
 
hashCode() - Method in class com.sun.identity.authentication.AuthContext.Status
 
hashCode() - Method in class com.sun.identity.idm.IdOperation
Returns the hash code of the object
hashCode() - Method in class com.sun.identity.idm.IdSearchOpModifier
 
hashCode() - Method in class com.sun.identity.idm.IdType
Returns the hash code of the object
hashCode() - Method in class com.sun.identity.policy.ResourceMatch
Deprecated.
 
hashCode() - Method in class com.sun.identity.policy.Syntax
Deprecated.
 
hashCode() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
hashCode() - Method in class com.sun.identity.security.ISSecurityPermission
Returns hash code for this object.
hashCode() - Method in class com.sun.identity.shared.whitelist.ResourceMatch
 
hashCode() - Method in class com.sun.identity.sm.SchemaType
Returns the hash code of the object.
hashCode() - Method in class org.forgerock.am.cts.api.ETag
 
hashCode() - Method in class org.forgerock.am.cts.api.filter.TokenFilter
 
hashCode() - Method in class org.forgerock.api.models.Action
 
hashCode() - Method in class org.forgerock.api.models.ApiDescription
 
hashCode() - Method in class org.forgerock.api.models.ApiError
 
hashCode() - Method in class org.forgerock.api.models.Create
 
hashCode() - Method in class org.forgerock.api.models.Definitions
 
hashCode() - Method in class org.forgerock.api.models.Errors
 
hashCode() - Method in class org.forgerock.api.models.Items
 
hashCode() - Method in class org.forgerock.api.models.Operation
 
hashCode() - Method in class org.forgerock.api.models.Parameter
 
hashCode() - Method in class org.forgerock.api.models.Patch
 
hashCode() - Method in class org.forgerock.api.models.Paths
 
hashCode() - Method in class org.forgerock.api.models.Query
 
hashCode() - Method in class org.forgerock.api.models.Reference
 
hashCode() - Method in class org.forgerock.api.models.Resource
 
hashCode() - Method in class org.forgerock.api.models.Schema
 
hashCode() - Method in class org.forgerock.api.models.Services
 
hashCode() - Method in class org.forgerock.api.models.SubResources
 
hashCode() - Method in class org.forgerock.api.models.VersionedPath
 
hashCode() - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
hashCode() - Method in class org.forgerock.authz.filter.api.AuthorizationContext
hashCode() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
 
hashCode() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns the hash code for this multimap.
hashCode() - Method in interface org.forgerock.guava.common.collect.Multiset.Entry
Deprecated.
hashCode() - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Returns the hash code for this multiset.
hashCode() - Method in class org.forgerock.http.header.Directive
 
hashCode() - Method in class org.forgerock.http.header.ForwardedHeader
 
hashCode() - Method in class org.forgerock.http.header.ForwardedHeader.Hop
 
hashCode() - Method in class org.forgerock.http.header.TrailerHeader
 
hashCode() - Method in class org.forgerock.http.header.Warning
 
hashCode() - Method in class org.forgerock.http.header.WarningHeader
 
hashCode() - Method in class org.forgerock.http.header.XForwardedForHeader
 
hashCode() - Method in class org.forgerock.http.MutableUri
 
hashCode() - Method in class org.forgerock.http.oauth2.OAuth2Error
 
hashCode() - Method in class org.forgerock.http.protocol.Cookie
 
hashCode() - Method in class org.forgerock.http.protocol.Header
 
hashCode() - Method in class org.forgerock.http.routing.Version
 
hashCode() - Method in class org.forgerock.http.util.SetDecorator
 
hashCode() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the hash code value for this message calculated using the hash code of the String representation of this message in the default locale.
hashCode() - Method in class org.forgerock.json.jose.jwe.JweEncryption
 
hashCode() - Method in class org.forgerock.json.jose.jwt.JWObject
 
hashCode() - Method in class org.forgerock.json.JsonPointer
Returns the hash code value for this pointer.
hashCode() - Method in class org.forgerock.json.resource.ResourcePath
Returns a hash code for this resource path.
hashCode() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the hash code for this resource.
hashCode() - Method in class org.forgerock.json.resource.SortKey
 
hashCode() - Method in class org.forgerock.macaroons.Macaroon.Caveat
 
hashCode() - Method in class org.forgerock.macaroons.Macaroon
 
hashCode() - Method in class org.forgerock.oauth.clients.oidc.Claim
 
hashCode() - Method in class org.forgerock.oauth.clients.oidc.Claims
 
hashCode() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
hashCode() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
hashCode() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
 
hashCode() - Method in class org.forgerock.opendj.discovery.Partition.Server
 
hashCode() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
 
hashCode() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
 
hashCode() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
hashCode() - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
hashCode() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the hash code for this attribute.
hashCode() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the hash code for this attribute description.
hashCode() - Method in class org.forgerock.opendj.ldap.Ava
 
hashCode() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a hash code for this byte sequence.
hashCode() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a hash code for this byte string.
hashCode() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a hash code for this byte string builder.
hashCode() - Method in class org.forgerock.opendj.ldap.Dn
 
hashCode() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the hash code for this entry.
hashCode() - Method in class org.forgerock.opendj.ldap.Filter
This method produces a hash-code of the literal filter representation without performing any normalization other than lowercasing attribute descriptions.
hashCode() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
hashCode() - Method in class org.forgerock.opendj.ldap.LdapUrl
 
hashCode() - Method in class org.forgerock.opendj.ldap.Matcher
This method returns the same hash-code for any two equivalent filters.
hashCode() - Method in class org.forgerock.opendj.ldap.Modification
 
hashCode() - Method in class org.forgerock.opendj.ldap.ModificationType
 
hashCode() - Method in class org.forgerock.opendj.ldap.Rdn
 
hashCode() - Method in class org.forgerock.opendj.ldap.ResultCode
 
hashCode() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the hash code for this attribute type.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the hash code for this DIT content rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns the hash code for this DIT structure rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the hash code for this matching rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the hash code for this matching rule use.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the hash code for this name form.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the hash code for this object class.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns the hash code for this attribute syntax.
hashCode() - Method in class org.forgerock.opendj.ldap.SearchScope
 
hashCode() - Method in class org.forgerock.opendj.ldap.SortKey
 
hashCode() - Method in class org.forgerock.opendj.security.DeploymentId
 
hashCode() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
 
hashCode() - Method in class org.forgerock.secrets.Purpose
 
hashCode() - Method in class org.forgerock.secrets.Secret
 
hashCode() - Method in class org.forgerock.selfservice.core.config.KbaConfig
 
hashCode() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.parameters.ParametersConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
 
hashCode() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
 
hashCode() - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
hashCode() - Method in class org.forgerock.services.routing.RouteMatcher
 
hashCode() - Method in class org.forgerock.util.i18n.LocalizableString
Default hashcode implementation.
hashCode() - Method in class org.forgerock.util.LazyList
Returns the hash code value for this list.
hashCode() - Method in class org.forgerock.util.LazyMap
Returns the hash code value for the map.
hashCode() - Method in class org.forgerock.util.ListDecorator
Returns the hash code value for this list.
hashCode() - Method in class org.forgerock.util.MapDecorator
Returns the hash code value for the map.
hashCode() - Method in class org.forgerock.util.Pair
hashCode() - Method in class org.forgerock.util.query.QueryFilter
 
hashCode() - Method in class org.forgerock.util.time.Duration
 
hasHeaders() - Method in interface org.forgerock.http.client.response.HttpClientResponse
Indicates if the accessed resource has headers.
hasHeaders() - Method in class org.forgerock.http.client.response.SimpleHttpClientResponse
Indicates if the accessed resource has headers.
hashField(String) - Method in interface org.forgerock.selfservice.core.crypto.FieldStorageScheme
Returns a hashed, salted, and encoded version of the supplied plain text field.
hasListener(T) - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousWatcher
Returns true if the provided listener has been added to this watcher.
hasMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a matching rule with the specified name or numeric OID.
hasMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a matching rule use with the specified name or numeric OID.
hasMessageAvailable() - Method in class org.forgerock.opendj.io.LdapReader
Returns true if the next LDAP message can be read without blocking.
hasMoreRequirements() - Method in class com.sun.identity.authentication.AuthContext
Returns true if the login process requires more information from the user to complete the authentication.
hasMoreRequirements() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Checks if the login process requires more information from the user to complete the authentication.
hasMoreRequirements(boolean) - Method in class com.sun.identity.authentication.AuthContext
Returns true if the login process requires more information from the user to complete the authentication.
hasName() - Method in class org.forgerock.http.header.Directive
Return true if the directive name is not null or empty.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form has the specified user-friendly name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition has the specified name.
hasNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a name form with the specified name or numeric OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition has the specified name or OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether this schema definition has the specified name or structural class OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition has the specified name or OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition has the specified name or matching rule OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form has the specified user-friendly name or numeric OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition has the specified name or OID.
hasNegotiatedSaslQop() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Returns true if the SASL bind sequence has negotiated a SASL security layer using Quality of Protection (QOP).
hasNext() - Method in class org.forgerock.opendj.ldap.GserParser
Determines if the GSER String contains at least one character to be read.
hasNext() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Returns true if this reader contains another change record, blocking if necessary until either the next change record is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
 
hasNext() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
hasNext() - Method in interface org.forgerock.opendj.ldif.EntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Returns true if this reader contains another change record, blocking if necessary until either the next change record is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNextElement() - Method in class org.forgerock.opendj.io.Asn1Reader
Indicates whether the current stream, sequence, or set contains another element.
hasObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains an object class with the specified name or numeric OID.
hasOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description contains the provided option.
hasOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description has any options.
hasReferences() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
hasRemaining() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns true if this reader contains unread bytes or, more specifically, if remaining() > 0.
hasRequestMetadata() - Method in class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
 
hasRequestMetadataOnly() - Method in class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
 
hasRequirements() - Method in class org.forgerock.selfservice.core.StageResponse
Returns true if the response has any requirements.
hasResumedFromSuspend() - Method in class org.forgerock.openam.auth.node.api.TreeContext
Whether the tree has been resumed from having been suspended.
hasStreamingContent() - Method in class org.forgerock.http.protocol.Response
Indicates that the response's content has to be considered as a streaming and thus some special treatments may apply on it.
hasSubordinates(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists and has at least one child entry.
hasSubordinates(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists and has at least one child entry.
hasSubTypes() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns whether this attribute type has sub-types, inheriting directly or indirectly from this attribute type.
hasSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a syntax with the specified numeric OID.
hasTargetOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns true if this control is using a target offset, or false if this control is using a target assertion.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
hasValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns true if this extended request has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
Returns true if this extended result has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
Returns true if this intermediate response has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
hasWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
Checks if there are some warning(s) after parsing the template file.
head(int) - Method in class org.forgerock.json.JsonPointer
Returns a pointer which is a subsequence of the path elements contained in this pointer beginning with the first element (0) and ending with the element at position endIndex-1.
head(int) - Method in class org.forgerock.json.resource.ResourcePath
Returns a resource path which is a subsequence of the path elements contained in this resource path beginning with the first element (0) and ending with the element at position endIndex-1.
header(String, Object) - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Adds a custom header parameter to the JWT header.
Header - Class in org.forgerock.http.protocol
An HTTP message header.
Header() - Constructor for class org.forgerock.http.protocol.Header
 
HEADER - Static variable in class org.forgerock.openam.auth.node.api.Action
Key for the header return property.
HEADER_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Header styles applied.
HEADER_KEY - Static variable in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Lookup key for the configured HTTP header used by this module to locate JWSs.
HEADER_NAMES - Static variable in class org.forgerock.http.header.HeaderFactory
A map of Header types to the names of the headers they implement.
HeaderFactory<H extends Header> - Class in org.forgerock.http.header
Creates instances of Header classes from String representation.
HeaderFactory() - Constructor for class org.forgerock.http.header.HeaderFactory
 
headerIfNotNull(String, Object) - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Adds a customer header parameter to the JWT header if the value is not null.
headers - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The HTTP headers from the current authenticate HTTP request.
headers() - Method in class org.forgerock.json.jose.builders.AbstractJwtBuilder
Gets the JwtHeaderBuilder that this JwtBuilder will use to build the JWT's header parameters.
headers() - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
Gets the JweHeaderBuilder that this JwtBuilder will use to build the JWE's header parameters.
headers() - Method in class org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
 
headers() - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Gets the JwsHeaderBuilder that this JwtBuilder will use to build the JWS' header parameters.
headers() - Method in class org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
 
headers(ListMultimap<String, String>) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the HTTP headers for the request.
headers(String...) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets the column headers, where blank entries can be null/empty, but the length of the headers array must be equal to the number of columns in the table.
headers(List<String>) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets the column headers, where blank entries can be null/empty, but the length of the headers array must be equal to the number of columns in the table.
Headers - Class in org.forgerock.http.protocol
Message headers, a case-insensitive multiple-value map.
Headers() - Constructor for class org.forgerock.http.protocol.Headers
Constructs a Headers object that is case-insensitive for header names.
HeaderUtil - Class in org.forgerock.http.header
Utility class for processing values in HTTP header fields.
HealthCheckRestRouteProvider - Class in org.forgerock.am.health
A RestRouteProvider that add routes for the AM health check endpoints.
HealthCheckRestRouteProvider() - Constructor for class org.forgerock.am.health.HealthCheckRestRouteProvider
 
HealthGuiceModule - Class in org.forgerock.am.health
Guice module for binding together AM health services and endpoints.
HealthGuiceModule() - Constructor for class org.forgerock.am.health.HealthGuiceModule
 
HEURISTIC_EXPIRATION - Static variable in class org.forgerock.http.header.WarningHeader
113 Heuristic expiration MUST be included if the cache heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater than 24 hours.
HEURISTIC_EXPIRATION - Static variable in class org.forgerock.json.resource.AdviceWarning
113 Heuristic expiration MUST be included if the cache heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater than 24 hours.
Hex - Class in org.forgerock.util.encode
Routines for encoding and decoding binary data in hexadecimal format.
HEXBINARY - Static variable in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
The HEXBINARY encoding type indicates that the encoding name given corresponds to Hex encoding of a binary value.
hexStringToByteArray(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts Hex String to Byte Array.
HIDDEN - Static variable in annotation type org.forgerock.openam.annotations.sm.Attribute
Used to set an attribute as "hidden" so it is not exposed via UI.
hiddenFromConfigUi() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
Whether the config attribute should be hidden from the config UI.
hiddenFromConfigUi() - Method in annotation type org.forgerock.openam.annotations.sm.Config
Whether the config service should be hidden from the config UI.
hiddenFromConfigUi() - Method in annotation type org.forgerock.openam.annotations.sm.IdRepoConfig
Whether the config Identity Repository should be hidden from the config UI.
hiddenFromConfigUi() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
Whether the config service should be hidden from the config UI.
HIGHEST - org.forgerock.util.thread.listener.ShutdownPriority
HIGHEST is the priority pre-defined in the system.
HKDFKeyGenerator - Class in org.forgerock.util.crypto
Implements the HKDF key deriviation function to allow a single input key to be expanded into multiple component keys.
HKDFKeyGenerator.HKDFMasterKey - Class in org.forgerock.util.crypto
A secret key designed to be used as the master key for HKDF key generation.
HMAC - org.forgerock.json.jose.jws.JwsAlgorithmType
HMAC signing algorithm.
HMAC_ALGORITHM - Static variable in class org.forgerock.util.crypto.HKDFKeyGenerator
The HMAC algorithm.
HMAC_SIGNING_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
HMAC signing key.
HmacSha224() - Constructor for class org.forgerock.secrets.vault.VaultMac.HmacSha224
HMAC-SHA-224.
HmacSha256() - Constructor for class org.forgerock.secrets.vault.VaultMac.HmacSha256
HMAC-SHA-256.
HmacSha384() - Constructor for class org.forgerock.secrets.vault.VaultMac.HmacSha384
HMAC-SHA-384.
HmacSha512() - Constructor for class org.forgerock.secrets.vault.VaultMac.HmacSha512
HMAC-SHA-512.
HmacSigningHandler - Class in org.forgerock.json.jose.jws.handlers
Deprecated.
HmacSigningHandler(byte[]) - Constructor for class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Deprecated.
Constructs a new HmacSigningHandler.
HmacSigningHandler(SecretKey) - Constructor for class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Deprecated.
Constructs a new HmacSigningHandler.
HOLDER_OF_KEY - org.forgerock.openam.sts.token.SAML2SubjectConfirmation
 
Hop(String) - Constructor for class org.forgerock.http.header.ForwardedHeader.Hop
Construct a ForwardedHeader.Hop.
Hop(String, String, String, String) - Constructor for class org.forgerock.http.header.ForwardedHeader.Hop
Construct a ForwardedHeader.Hop.
HORIZONTAL_RULE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
horizontalRule() - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a horizontal-rule divider.
HOST - Static variable in interface com.sun.identity.plugin.session.SessionProvider
This constant string is used as a property name to indicate the client host.
HOST_NAME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The HostName field.
HOST_NAME - Static variable in interface com.sun.identity.plugin.session.SessionProvider
This constant string is used as a property name to indicate the client hostname.
HOSTED_ENTITY_ID - Static variable in class com.sun.identity.saml2.plugins.FedletAdapter
Constants for hosted entity id parameter
HOSTED_ENTITY_ID - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Constants for hosted entity id parameter
HOSTED_ENTITYID - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
hostName - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The host name associated with the current HTTP request.
hostName(String) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the hostname for the request.
HS256 - org.forgerock.json.jose.jws.JwsAlgorithm
HMAC using SHA-256 hash algorithm.
HS384 - org.forgerock.json.jose.jws.JwsAlgorithm
HMAC using SHA-384 hash algorithm.
HS512 - org.forgerock.json.jose.jws.JwsAlgorithm
HMAC using SHA-512 hash algorithm.
HsmKeyStoreLoader - Class in org.forgerock.secrets.keystore
A loader for the KeyStoreSecretStore that knows how to load standard PKCS#11 Hardware Security Module (HSM) providers on our supported platforms.
HsmKeyStoreLoader(String) - Constructor for class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Initializes the HSM loader with a supported PKCS#11 provider for the current platform and the given PKCS#11 configuration file.
HsmKeyStoreLoader(Provider) - Constructor for class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Initializes the HSM loader with the given PKCS#11 provider.
HTTP_ARTIFACT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to represent HTTP ARTIFACT Binding.
HTTP_GET - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
HTTP GET.
HTTP_ONLY_COOKIE_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Whether the JWT should be Http Only, ie not accessible by client browser property key.
HTTP_POST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to represent HTTP POST Binding.
HTTP_POST - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
HTTP POST.
HTTP_REDIRECT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to represent HTTP Redirect Binding.
HTTP_VERSION_NOT_SUPPORTED - org.forgerock.api.commons.CommonsApi.Errors
The "http version not supported" error.
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.forgerock.http.protocol.Status
The 505 (HTTP Version Not Supported) status code indicates that the server does not support, or refuses to support, the major version of HTTP that was used in the request message.
HTTP_VERSION_NOT_SUPPORTED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.HTTP_VERSION_NOT_SUPPORTED in an API Description.
HttpApplication - Interface in org.forgerock.http
Configuration class to configure the HttpApplication instance.
HttpApplicationException - Exception in org.forgerock.http
An exception that is thrown during a Http Application start up when the start up of the application fails.
HttpApplicationException(String) - Constructor for exception org.forgerock.http.HttpApplicationException
Constructs a new exception with the specified detail message.
HttpApplicationException(String, Throwable) - Constructor for exception org.forgerock.http.HttpApplicationException
Constructs a new exception with the specified detail message and cause.
HttpApplicationException(Throwable) - Constructor for exception org.forgerock.http.HttpApplicationException
Constructs a new exception with the specified cause.
HttpCallback - Class in com.sun.identity.authentication.spi
HttpCallback class implements Callback and is used by the authentication module with HTTP protocol based handshaking negotiation.
HttpCallback(String, String, String) - Constructor for class com.sun.identity.authentication.spi.HttpCallback
Creates a HttpCallback object.
HttpCallback(String, String, String, int) - Constructor for class com.sun.identity.authentication.spi.HttpCallback
Creates a HttpCallback object.
HttpCallbackHandler - Class in org.forgerock.caf.authentication.framework
Callback handler for the JASPI runtime.
HttpCallbackHandler() - Constructor for class org.forgerock.caf.authentication.framework.HttpCallbackHandler
 
HttpClient - Interface in org.forgerock.http.spi
An SPI interface for HTTP Client implementations.
HttpClientHandler - Class in org.forgerock.http.handler
An HTTP client for sending requests to remote servers.
HttpClientHandler() - Constructor for class org.forgerock.http.handler.HttpClientHandler
Creates a new HTTP client using default client options.
HttpClientHandler(Options) - Constructor for class org.forgerock.http.handler.HttpClientHandler
Creates a new HTTP client using the provided client options.
HttpClientHandler.HostnameVerifier - Enum in org.forgerock.http.handler
SSL host name verification policies.
HttpClientHandler.ProxyInfo - Class in org.forgerock.http.handler
Encapsulates the details of the proxy if one is required when making outgoing requests.
HttpClientProvider - Interface in org.forgerock.http.spi
A provider interface for obtaining HttpClient instances.
HttpClientRequest - Interface in org.forgerock.http.client.request
Models the request that a script can send over a HttpClient.
HttpClientRequestCookie - Class in org.forgerock.http.client.request
Models a cookie which can be added to a HttpClientRequest.
HttpClientRequestCookie(String, String, String) - Constructor for class org.forgerock.http.client.request.HttpClientRequestCookie
 
HttpClientRequestFactory - Class in org.forgerock.http.client.request
Factory provided to hide implementation details from the scripting module.
HttpClientRequestFactory() - Constructor for class org.forgerock.http.client.request.HttpClientRequestFactory
 
HttpClientResponse - Interface in org.forgerock.http.client.response
Models the response that a script can receive from sending a HttpClientRequest over a HttpClient.
httpHandler - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Handler to be used to make http requests.

I

I18n - Class in com.iplanet.services.util
The I18n class provides methods for applications and services to internationalize their messages.
i18nFile() - Method in annotation type org.forgerock.openam.annotations.sm.Config
The name of the i18n bundle file (without .properties suffix), relative to the root package.
i18nFile() - Method in annotation type org.forgerock.openam.annotations.sm.IdRepoConfig
The name of the i18n bundle file (without .properties suffix), relative to the root package.
i18nKey() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
The key to use in the resource bundle.
I18nKey - Annotation Type in org.forgerock.openam.annotations.sm
Annotate the choice value enum constant for an Attribute with a i18nKey value property.
iat(Date) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the time the JWT was issued at, in the Claims Set.
IAT - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Issued At Claim.
IAuthorizer - Interface in com.sun.identity.log.spi
Deprecated.
ICON_URI - Static variable in class org.forgerock.openam.oauth2.ResourceSetDescription
 
id - Variable in class org.forgerock.openam.auth.node.api.OutcomeProvider.Outcome
 
id() - Method in annotation type org.forgerock.api.annotations.ApiError
An identifier for this error condition.
id() - Method in annotation type org.forgerock.api.annotations.Handler
The service identifier.
id() - Method in annotation type org.forgerock.api.annotations.Query
The query ID - required only when type is ID.
id() - Method in annotation type org.forgerock.api.annotations.Schema
The schema identifier.
id() - Method in interface org.forgerock.openam.secrets.BaseSecretStoreProvider
Get an identifier for this secret store provider.
id() - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
Get the sub-configuration identifier for this secret store instance.
id(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the id.
Id - Annotation Type in org.forgerock.openam.annotations.sm
Indicates that a method returns the identifier of a configuration set of a multiple-configuration SMS service.
ID - org.forgerock.api.enums.QueryType
Query run by ID.
ID - Static variable in interface com.sun.identity.idm.IdConstants
The field used to transmit the resource id of an identity between the CREST resource layer and the identity layer.
ID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for ID
ID - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Token ID constant.
ID_FROM_CLIENT - org.forgerock.api.enums.CreateMode
The ID is set by the client.
ID_FROM_SERVER - org.forgerock.api.enums.CreateMode
The ID is set by the server.
ID_GENERATED - Static variable in interface com.sun.identity.idm.IdConstants
The field used to indicate that the value in the _id field has been generated by AM, and was not supplied by the caller of the CREST resource.
ID_LENGTH - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Length for SAMLv2 IDs.
ID_REPO - Static variable in interface com.sun.identity.idm.IdConstants
 
ID_STAR_MSG_NOT_UNSTD - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
ID_TOKEN - Static variable in class org.forgerock.oauth.clients.oidc.Claims
The name of the id_token claims object.
ID_TOKEN - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
ID Token value associated with the authenticated session.
IdConstants - Interface in com.sun.identity.idm
 
identifiedIdentity - Variable in class org.forgerock.openam.auth.node.api.Action
Optionally the identity confirmed to exist as part of this action.
IdentifierQueryResourceHandler - Class in org.forgerock.json.resource
QueryResourceHandler that searches for a specific identifier value.
IdentifierQueryResourceHandler(String) - Constructor for class org.forgerock.json.resource.IdentifierQueryResourceHandler
Creates a new QueryResourceHandler for the given identifier.
identity() - Static method in class org.forgerock.json.JsonValueFunctions
Returns an identity function that will copy the input JsonValue.
identity(M) - Static method in class org.forgerock.opendj.ldap.Functions
Returns the provided value.
identity(Identity) - Method in interface org.forgerock.am.config.IdentityConfiguration
Gets the configuration instance for the given identity with the given id.
Identity - Interface in org.forgerock.am.config
Models an identity within AM.
IDENTITY - org.forgerock.openam.annotations.sm.Config.Scope
This scope means the service will be defined in a service assignable.
IDENTITY_SEARCH_TYPES - Static variable in interface com.sun.identity.idm.IdConstants
A list of user and agent identity types only.
identityChanged(String) - Method in interface com.sun.identity.idm.IdEventListener
This method is called back for all identities that are modified in a repository.
IdentityConfiguration<T> - Interface in org.forgerock.am.config
This interface identifies the ServiceComponentConfig as containing configuration that is applied to an identity.
identityDeleted(String) - Method in interface com.sun.identity.idm.IdEventListener
This method is called back for all identities that are deleted from a repository.
identityOfTypeAlreadyExists(String, String) - Static method in exception com.sun.identity.idm.IdRepoDuplicateObjectException
Create an instance using the localized IdRepoErrorCode.IDENTITY_OF_TYPE_ALREADY_EXISTS error message populated with the provided name and type.
identityRenamed(String) - Method in interface com.sun.identity.idm.IdEventListener
This method is called for all identities that are renamed in a repository.
identityResource - Variable in class org.forgerock.openam.auth.node.api.TreeContext
The IDM identity resource container for all IDM object interactions in this tree.
IdEventListener - Interface in com.sun.identity.idm
Represents the event listener interface that consumers of this API should implement and register with the AMIdentityRepository to receive notifications.
idFragment() - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
idFragment() - Method in class org.forgerock.services.routing.RouteMatcher
The fragment of an API ID that this matcher provides.
IdGenerator - Interface in org.forgerock.util.generator
Defines the contract to generate global unique identifiers.
IdGenerator.SequenceUuidIdGenerator - Class in org.forgerock.util.generator
Default implementation of the IdGenerator that will output some ids based on the following pattern : <uuid> + '-' + an incrementing sequence.
IDM_DELEGATION - org.forgerock.am.oauth2.AccessTokenRequest.GrantType
 
IDM_IDENTITY_RESOURCE - Static variable in class org.forgerock.openam.auth.node.api.TreeContext
The tree config key for the storage of the IDM identity resource.
IDM_OAUTH2_CLIENT_REPO - Static variable in interface com.sun.identity.idm.IdConstants
 
IdOperation - Class in com.sun.identity.idm
The class IdOperation defines the types of operations supported on managed identities, and provides static constants for these operation.
IdOperation(String) - Constructor for class com.sun.identity.idm.IdOperation
Constructs an IdOperation of type string
IDP_ACCOUNT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Identity provider account mapper.
IDP_ADAPTER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Adapter class attribute name
IDP_ADAPTER_SCRIPT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Identity Provider Adapter Script.
IDP_ADAPTER_SCRIPT_HELPER - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
IDP_ATTRIBUTE_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Identity provider attribute mapper.
IDP_ATTRIBUTE_MAPPER_SCRIPT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
IDP_ATTRIBUTE_MAPPER_SCRIPT_HELPER - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
IDP_AUTHNCONTEXT_CLASSREF_MAPPING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
IDP_AUTHNCONTEXT_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
IDP_DISABLE_NAMEID_PERSISTENCE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Flag to indicate that we do not want to write the federation info in the IdP's local User Data Store.
IDP_ECP_SESSION_MAPPER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
IDP_FINDER_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Idp finder URL
IDP_META_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for IDPMetaAlias SSO token property
IDP_PROXY_COUNT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Proxy Count
IDP_PROXY_FINDER_ATTR_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Proxy finder attribute name in the IDP Extended metadata
IDP_PROXY_FINDER_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Proxy finder name
IDP_PROXY_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Proxy Name List
IDP_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Identity Provider Role
IDP_SESSION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Key used to save IDP Session in a map
IDP_SESSION_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for SAML2IDPSessionIndex SSO token property
IDP_SESSION_SYNC_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Session Synchronize Enabled
IDPAccountMapper - Interface in com.sun.identity.saml2.plugins
The interface IDPAccountMapper is used to map the local identities to the SAML protocol objects and also the vice versa for some of the protocols for e.g.
IDPAccountMapper - Interface in com.sun.identity.wsfederation.plugins
The interface IDPAccountMapper is used to map the local identities to the SAML protocol objects and also the vice versa for some of the protocols for e.g.
IdpAdapterScriptHelper - Class in com.sun.identity.saml2.plugins.scripted
Provides helper functions for IDP Adapter Script Implementations.
IdpAdapterScriptHelper() - Constructor for class com.sun.identity.saml2.plugins.scripted.IdpAdapterScriptHelper
 
IDPAttributeMapper - Interface in com.sun.identity.saml2.plugins
This interface IDPAttributeMapper is used to map the authenticated user configured attributes to SAML Attributes so that the SAML framework may insert these attribute information as SAML AttributeStatements in SAML Assertion.
IDPAttributeMapper - Interface in com.sun.identity.wsfederation.plugins
This interface IDPAttributeMapper is used to map the authenticated user configured attributes to SAML Attributes so that the SAML framework may insert these attribute information as SAML AttributeStatements in SAML Assertion.
IdpAttributeMapperScriptHelper - Class in com.sun.identity.saml2.plugins.scripted
This class exposes methods that are only intended to be used by IDP Attribute Mapper script types.
IdpAttributeMapperScriptHelper() - Constructor for class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Construct a new instance of IdpAttributeMapperScriptHelper.
IDPAuthenticationMethodMapper - Interface in com.sun.identity.wsfederation.plugins
The interface IDPAuthenticationMethodMapper creates an IDPAuthenticationTypeInfo based on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.
IDPAuthenticationTypeInfo - Class in com.sun.identity.wsfederation.plugins
The class IDPAuthenticationTypeInfo consists of the mapping between AuthenticationType and the actual authentication mechanism at the Identity Provider.
IDPAuthenticationTypeInfo(String, Set) - Constructor for class com.sun.identity.wsfederation.plugins.IDPAuthenticationTypeInfo
The constructor.
IDPAuthnContextInfo - Class in com.sun.identity.saml2.plugins
The class IDPAuthnContextInfo consists of the mapping between AuthnContextClassRef and the actual authentication mechanism at the Identity Provider.
IDPAuthnContextInfo(AuthnContext, Set, Integer) - Constructor for class com.sun.identity.saml2.plugins.IDPAuthnContextInfo
The constructor.
IDPAuthnContextMapper - Interface in com.sun.identity.saml2.plugins
The interface IDPAuthnContextMapper creates an IDPAuthnContextInfo based on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.
IDPECPSessionMapper - Interface in com.sun.identity.saml2.plugins
This interface IDPECPSessionMapper is used to find a valid session from HTTP servlet request on IDP with ECP profile.
IDPENTITYID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
IDPEntry - Interface in com.sun.identity.saml2.protocol
This interface defines methods to set/retrieve single identity provider information trusted by the request issuer to authenticate the presenter.
IDPENTRY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for IDPEntry Element.
IDPENTRY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
idpId(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the Idenity Provider id on the SAML2ConfigBuilder.
IDPList - Interface in com.sun.identity.saml2.protocol
This interface specifies the identity providers trusted by the requester to authenticate the presenter.
IDPLIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for IDPList Element.
IDPLIST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
IdRepo - Class in com.sun.identity.idm
This interface defines the methods which need to be implemented by plugins.
IdRepo() - Constructor for class com.sun.identity.idm.IdRepo
 
IDREPO_CACHESTAT - Static variable in interface com.sun.identity.idm.IdConstants
 
IdRepoConfig - Annotation Type in org.forgerock.openam.annotations.sm
Indicates that an interface describes the configuration of an Identity Repository.
IdRepoDuplicateObjectException - Exception in com.sun.identity.idm
An exception type thrown when an IdRepo is asked to create an object with a name that is already used.
IdRepoException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
IdRepoException() - Constructor for exception com.sun.identity.idm.IdRepoException
 
IdRepoException(String) - Constructor for exception com.sun.identity.idm.IdRepoException
 
IdRepoException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoException
 
IdRepoException(String, String, Object...) - Constructor for exception com.sun.identity.idm.IdRepoException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdRepoException(String, String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoException
Deprecated.
Passing in an ldapErrorCode as a String is not recommended, use the OO ctor instead.
IdRepoException(String, String, ResultCode, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdRepoFatalException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
IdRepoFatalException(String) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
 
IdRepoFatalException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
 
IdRepoFatalException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdRepoFatalException(String, String, ResultCode, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdRepoListener - Class in com.sun.identity.idm
Provides methods that can be called by IdRepo plugins to notify change events.
IdRepoListener() - Constructor for class com.sun.identity.idm.IdRepoListener
 
IdRepoUnsupportedOpException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
IdRepoUnsupportedOpException(String) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
 
IdRepoUnsupportedOpException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
 
IdRepoUnsupportedOpException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdSearchControl - Class in com.sun.identity.idm
This is a helper class which is used in the AMIdentityRepository search method.
IdSearchControl() - Constructor for class com.sun.identity.idm.IdSearchControl
Creates the IdSearchControl object
IdSearchOpModifier - Class in com.sun.identity.idm
This is a helper class which can be in conjunction with the IdSearchControl class to make simple modifications to the basic search performed by each plugin.
IdSearchResults - Class in com.sun.identity.idm
This class IdSearchResults provides to obtain the search results.
IdSearchResults(IdType, String) - Constructor for class com.sun.identity.idm.IdSearchResults
 
IDSEventListener - Interface in com.iplanet.services.ldap.event
The purpose of this interface is to allow classes that implement this interface to listen to Directory Server Events.
IdType - Class in com.sun.identity.idm
The class IdType defines the types of supported identities, and provides static constants for these identities.
IdUtils - Class in com.sun.identity.idm
The class defines some static utilities used by other components like policy and auth
ifBlank(String) - Static method in class org.forgerock.util.Reject
Alias for Reject.checkNotBlank(String) to be used in fluent Reject.ifBlank syntax.
ifBlank(String, String) - Static method in class org.forgerock.util.Reject
Alias for Reject.checkNotBlank(String, String) to be used in fluent Reject.ifBlank syntax.
ifFalse(boolean) - Static method in class org.forgerock.util.Reject
Deprecated.
Experience has shown that Reject.ifFalse can be hard to read. Prefer to use Reject.unless(boolean) (which works identically) or rewrite to use Reject.ifTrue(boolean) instead.
ifFalse(boolean, String) - Static method in class org.forgerock.util.Reject
Deprecated.
Experience has shown that Reject.ifFalse can be hard to read. Prefer to use Reject.unless(boolean, String) (which works identically) or rewrite to use Reject.ifTrue(boolean, String) instead.
ifNull(Object) - Static method in class org.forgerock.util.Reject
Alias for checkNotNull to be used in fluent Reject.ifNull syntax.
ifNull(Object, String) - Static method in class org.forgerock.util.Reject
Alias for checkNotNull to be used in fluent Reject.ifNull syntax.
ifNull(T...) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if any of the provided arguments are null.
IFSConstants - Interface in com.sun.identity.federation.common
Deprecated.
ifTrue(boolean) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException if the condition parameter is true.
ifTrue(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException with a custom message if the condition parameter is true.
IGNORE - org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Schema validation will not be performed.
IGNORE_ALL - Static variable in interface org.forgerock.opendj.ldif.RejectedLdifListener
A handler which ignores all rejected record notifications.
ignoreAll() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy which will not perform any schema validation.
IllegalStageTagException - Exception in org.forgerock.selfservice.core
Exception that represents an unknown stage tag.
IllegalStageTagException(String) - Constructor for exception org.forgerock.selfservice.core.IllegalStageTagException
Creates a new exception instance.
immutableValues() - Static method in enum org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns an unmodifiable list containing the set of available alias dereferencing policies indexed on their integer value as defined in RFC 4511 section 4.5.1.
implementation(MatchingRuleImpl) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the matching rule implementation.
implementation(SyntaxImpl) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Sets the syntax implementation.
IMPLICIT - org.forgerock.oauth2.core.GrantType
Implicit Grant.
implies(Permission) - Method in class com.sun.identity.security.ISSecurityPermission
This method checks to see if this instance of ISSecurityPermission implies the Permission being passed as the argument.
importSubConfig(String, String) - Method in class com.sun.identity.sm.ServiceConfig
Imports a service sub-configuration to the list of localy defined sub-configuration.
IN_PROGRESS - Static variable in class com.sun.identity.authentication.AuthContext.Status
The IN_PROGRESS status indicates that the login process is in progress.
IN_RESPONSE_TO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
IN_SEARCHING - org.forgerock.opendj.ldap.DereferenceAliasesPolicy
While searching subordinates of the base object, dereference any alias within the scope of the Search operation.
INACTIVE - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log is in inactive state, preventing log submission.
INACTIVE_SUBJECT - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INAPPROPRIATE_AUTHENTICATION - org.forgerock.opendj.ldap.ResultCode.Enum
 
INAPPROPRIATE_AUTHENTICATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an authentication attempt failed because the requested type of authentication was not appropriate for the targeted entry.
INAPPROPRIATE_CREDENTIALS - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
INAPPROPRIATE_MATCHING - org.forgerock.opendj.ldap.ResultCode.Enum
 
INAPPROPRIATE_MATCHING - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it attempted to perform an inappropriate type of matching against an attribute.
include(String...) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts an include-directive, given a relative path to a file.
INCLUDE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Include-directive.
INCLUDE_PATTERN - Static variable in class org.forgerock.api.markup.asciidoc.AsciiDoc
Regex for finding Include-directives, where group 1 contains the path-value.
INCLUDE_REQUESTED_AUTHN_CONTEXT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Flag to indicate if the RequestedAuthnContext should be included in an AuthnRequest.
includeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether all operational attributes should be included in filtered entries.
includeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether all user attributes should be included in filtered entries.
includeAttribute(String) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(String, Schema) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(String, Schema, boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeCauseInJsonValue() - Method in exception org.forgerock.json.resource.ResourceException
Returns this ResourceException with the includeCause flag set to true so that toJsonValue() method will include the cause if there is one supplied.
IncomparableRouteMatchException - Exception in org.forgerock.services.routing
An exception which is thrown when two incompatible RouteMatch instances are attempted to be compared.
IncomparableRouteMatchException(RouteMatch, RouteMatch) - Constructor for exception org.forgerock.services.routing.IncomparableRouteMatchException
Constructs a IncomparableRouteMatchException with the two RouteMatch instance that caused the exception.
INCONSISTENT_WILDCARDS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
increment(String, Number) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "increment" patch operation which will increment the value(s) of the specified field by the amount provided.
increment(JsonPointer, Number) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "increment" patch operation which will increment the value(s) of the specified field by the amount provided.
INCREMENT - org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
 
INCREMENT - org.forgerock.api.enums.PatchOperation
Increments a numeric field.
INCREMENT - org.forgerock.opendj.ldap.ModificationType.Enum
 
INCREMENT - Static variable in class org.forgerock.opendj.ldap.ModificationType
Increment all existing values of the attribute by the amount specified in the modification value.
incrementFailCount(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Increments the fail count for the given user.
incrementIteration() - Method in class org.forgerock.openam.uma.PermissionTicket
Increment the usage iteration of the ticket.
INDETERMINATE - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
The issuer cannot determine whether the specified action is permitted or denied.
INDETERMINATE - Static variable in class com.sun.identity.saml.assertion.Condition
The Condition is indeterminate.
INDETERMINATE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Indeterminate
Indexed<T> - Interface in org.forgerock.util
Interface of an object that can be indexed with a unique key.
Indexer - Interface in org.forgerock.opendj.ldap.schema
This class is registered with a Backend and it provides callbacks for indexing attribute values.
IndexingOptions - Interface in org.forgerock.opendj.ldap.schema
Contains options indicating how indexing must be performed.
indexOf(Object) - Method in class org.forgerock.util.LazyList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.forgerock.util.ListDecorator
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
IndexQueryFactory<T> - Interface in org.forgerock.opendj.ldap.schema
A factory for creating arbitrarily complex index queries.
info(String) - Static method in class org.forgerock.openam.auth.node.api.SuspendedTextOutputCallback
Creates a new SuspendedTextOutputCallback instance along with an information based message.
info(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
info(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an info message.
INFO_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Map key used in fedlet case to specify federation info key.
INFORMATIONAL - org.forgerock.http.protocol.Status.Family
The 1xx (Informational) class of status code indicates an interim response for communicating connection status or request progress prior to completing the requested action and sending a final response.
INHERITANCE_MULTIPLE - Static variable in class com.sun.identity.sm.ServiceSchema
This is the schema inheritance of "multiple", i.e.
INHERITANCE_SINGLE - Static variable in class com.sun.identity.sm.ServiceSchema
This is the schema inheritance of "single", i.e.
init(String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Initializes the provider.
init(String) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Initializes the logging for the component.
init(String) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AttributeMapper
Initialise the instance for i18n.
init(String, Object) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Initializer.
init(String, String, Properties) - Static method in class com.sun.identity.sae.api.SecureAttrs
Initializes a SecureAttrs instance specified by name.
init(Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementCondition
Initializes the condition object.
init(Properties) - Static method in class com.sun.identity.sae.api.SecureAttrs
Creates two instances of SecureAttrs named "symmetric" and "asymmetric" representing the two suppported crytp types.
init(Subject, Map, Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Initialize this LoginModule.
INITIAL_TAG - Static variable in class org.forgerock.selfservice.core.ServiceUtils
Represents an empty stage tag.
initialize() - Static method in class com.iplanet.am.util.AdminUtils
 
initialize(String, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
Initializes the federation adapter, this method will only be executed once after creation of the adapter instance.
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Initializes the Referral with a Map
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Initialize the ResponseProvider
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Initialize (or configure) the Subject object.
initialize(Map) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Initializes the fedlet adapter, this method will only be executed once after creation of the adapter instance.
initialize(Map) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Initializes the federation adapter, this method will only be executed once after creation of the adapter instance.
initialize(Map) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Initializes the resource name with configuration information, usually set by the administrators.
initialize(Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.AuthenticatedEncryptionCryptographyHandler
 
initialize(Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
 
initialize(Map<String, Object>) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Initialise the handler.
initialize(Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
Deprecated.
 
initialize(Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
Deprecated.
 
initialize(Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
Initialization paramters as configred for a given plugin.
initialize(CallbackHandler, Map) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Initialises the module by getting the Keystore and Key alias properties out of the module configuration.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module specific configuration properties.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module specific configuration properties.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
initializeProperties(String) - Static method in class com.iplanet.am.util.SystemProperties
Initializes properties bundle from the file passed.
initializeProperties(String, String) - Static method in class com.iplanet.am.util.SystemProperties
Initializes a property to be used by OpenAM.
initializeProperties(Properties) - Static method in class com.iplanet.am.util.SystemProperties
 
initializeProperties(Properties, boolean) - Static method in class com.iplanet.am.util.SystemProperties
Initializes the properties to be used by OpenAM.
initializeProperties(Properties, boolean, boolean) - Static method in class com.iplanet.am.util.SystemProperties
Initializes the properties to be used by OpenAM.
initiateNameIDMappingRequest(Object, String, String, String, String, String, Map) - Static method in class com.sun.identity.saml2.profile.NameIDMapping
Parses the request parameters and builds the NameIDMappingRequest to sent to remote identity provider.
initiateSso(HttpServletRequest, HttpServletResponse, Realm, String, String, Options) - Method in interface org.forgerock.am.saml2.api.Saml2SsoInitiator
Initiates SAML2 SSO based on the provided parameters.
initiateSso(HttpServletRequest, HttpServletResponse, Realm, String, String, Options) - Method in class org.forgerock.am.saml2.impl.Saml2SpSsoInitiator
 
initiationFailed() - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousListener
If the connection could not be formed initially, this will be triggered.
INLINE - org.forgerock.config.util.CoercionFunction
A coercion function that inlines the content of another file that may be a relative path to a current location.
inlineCoercionFunction(Path) - Static method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Creates a coercion function that inlines the content of another file that may be a relative path to a current location.
INPUT_CONTEXT_ONLY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for InputContextOnly attribute
INRESPONSETO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for InResponseTo
INSERTION - com.sun.identity.sm.AttributeSchema.ListOrder
Orders lists in the order they are entered in LDAP.
installAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs a new authentication node.
installIdRepo(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs a new identity repository.
installSecretsStoreType(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs and registers a secrets store type for use in obtaining secrets for services.
installService(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs an annotated service class.
INSTANCE - com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
A singleton, stateless instance.
INSTANCE - org.forgerock.openam.federation.plugin.rooturl.RootUrlManager
The root url manager instance.
INSTANCE - org.forgerock.secrets.keys.KeyFormatRaw
The singleton instance of this formatter.
instanceName() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
When container() is true, this is the name of the contained SubConfig (the 'instance').
instant() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Function to transform a JsonValue representing a UTC format datetime to an Instant.
INSUFFICIENT_ACCESS_RIGHTS - org.forgerock.opendj.ldap.ResultCode.Enum
 
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the client does not have sufficient permission to perform the requested operation.
INSUFFICIENT_PASSWORD_QUALITY - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a password doesn't pass quality checking.
INT - org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Integer into an int.
IntDate - Class in org.forgerock.json.jose.utils
This class provides utility methods for converting Java Date objects into and from IntDates.
integer() - Static method in class org.forgerock.json.JsonValueFunctions
Returns an Integer by converting the JsonValue using JsonValue.asInteger(), or by parsing the JsonValue string using Integer.parseInt(String).
INTEGER_EIGHT - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer eight field name.
INTEGER_FIVE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer five field name.
INTEGER_FOUR - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer four field name.
INTEGER_NINE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer nine field name.
INTEGER_ONE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer one field name.
INTEGER_SEVEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer seven field name.
INTEGER_SIX - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer six field name.
INTEGER_TAG - Static variable in class org.forgerock.json.jose.utils.DerUtils
DER tag for integer values.
INTEGER_TEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer ten field name.
INTEGER_THREE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer three field name.
INTEGER_TWO - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token integer two field name.
integerSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
INTERMEDIARY_SUBJECT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for intemediray-subject URI
INTERMEDIATE_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute to be configured in SPSSOConfig for intermediate url.
IntermediateResponse - Interface in org.forgerock.opendj.ldap.messages
An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.
IntermediateResponseHandler - Interface in org.forgerock.opendj.ldap
A completion handler for consuming intermediate responses returned from extended operations, or other operations for which an appropriate control was sent.
INTERNAL - org.forgerock.api.enums.Stability
Internal API that may change or be removed at any time.
INTERNAL_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INTERNAL_ERROR - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that a resource encountered an unexpected condition which prevented it from fulfilling the request.
INTERNAL_SERVER_ERROR - org.forgerock.api.commons.CommonsApi.Errors
The "internal server error" error.
INTERNAL_SERVER_ERROR - Static variable in class org.forgerock.http.protocol.Status
The 500 (Internal Server Error) status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.
INTERNAL_SERVER_ERROR_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.INTERNAL_SERVER_ERROR in an API Description.
internalServerError() - Static method in class org.forgerock.http.protocol.Responses
Utility method returning an async function that creates a Response with status Status.INTERNAL_SERVER_ERROR and the exception set as the cause.
InternalServerErrorException - Exception in org.forgerock.json.resource
An exception that is thrown during an operation on a resource when the server encountered an unexpected condition which prevented it from fulfilling the request.
InternalServerErrorException() - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with null as its detail message.
InternalServerErrorException(String) - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with the specified detail message.
InternalServerErrorException(String, Throwable) - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with the specified detail message and cause.
InternalServerErrorException(Throwable) - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with the specified cause.
internalServerErrorHandler(Exception) - Static method in class org.forgerock.http.handler.Handlers
A common HTTP Framework Handler responding 500 Internal Server Error.
internalServerErrorResultCode() - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns the result code that should be used when the Directory Server encounters an internal server error.
IntrospectableToken - Interface in org.forgerock.oauth2.core
An OAuth 2.0 token abstraction for introspection.
intToTwoBytes(int) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts integer to byte array.
intValue() - Method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns the integer value for this password policy error type.
intValue() - Method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the integer value for this change type as defined in the internet draft.
intValue() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the integer value of this modification change type as defined in RFC 4511 section 4.6.
intValue() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the integer value of this result code.
intValue() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the integer value of this search scope as defined in RFC 4511 section 4.5.1.2.
INVALID - org.forgerock.opendj.ldap.messages.Request.RequestType
 
INVALID - Static variable in class com.sun.identity.saml.assertion.Condition
The Condition is invalid.
INVALID_ADMIN - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_APP_REALM - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_APP_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_APPLICATION_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_ATTR_NAME_OR_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
INVALID_ATTRIBUTE_SYNTAX - org.forgerock.opendj.ldap.ResultCode.Enum
 
INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it violated the syntax for a specified attribute.
INVALID_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_CREDENTIALS - org.forgerock.opendj.ldap.ResultCode.Enum
 
INVALID_CREDENTIALS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an authentication attempt failed because the user did not provide a valid set of credentials.
INVALID_DN_SYNTAX - org.forgerock.opendj.ldap.ResultCode.Enum
 
INVALID_DN_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry with an invalid or malformed DN.
INVALID_ENTITLEMENT_SUBJECT_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_EXPIRATION_DATE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_JSON - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_LOG_NAME - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log name is in valid.
INVALID_NAME_ID_POLICY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
INVALID_OAUTH2_SCOPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_PORT - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_PRIVILEGE_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_PROPERTY_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_PROPERTY_VALUE_UNKNOWN_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_QUERY_FILTER - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_QUERY_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_REF_TO_MSG_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
INVALID_RESOURCE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_RESOURCE_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_RESPONSE - Static variable in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Status code for invalid response from IDP.
INVALID_SCRIPT_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_SEARCH_FILTER - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_SESSION - Static variable in exception com.iplanet.log.LogException
Deprecated.
Invalid session.
INVALID_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_WSDL_LOCATION - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
INVALID_XML - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
invalidateSession(Object, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.plugin.session.SessionProvider
May be used by both SP and IDP side to invalidate a session.
InvalidAttributeNameException - Exception in com.sun.identity.sm
The InvalidAttributeNameException is thrown to indicate that an invalid attribute name was used.
InvalidAttributeNameException() - Constructor for exception com.sun.identity.sm.InvalidAttributeNameException
Constructs an InvalidAttributeNameException with no specified detail message.
InvalidAttributeNameException(String) - Constructor for exception com.sun.identity.sm.InvalidAttributeNameException
Constructs an InvalidAttributeNameException with the specified detail message.
InvalidAttributeNameException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.InvalidAttributeNameException
Constructs an InvalidAttributeNameException with the specified error code.
InvalidAttributeValueException - Exception in com.sun.identity.sm
 
InvalidAttributeValueException() - Constructor for exception com.sun.identity.sm.InvalidAttributeValueException
Constructs an InvalidAttributeValueException with no specified detail message.
InvalidAttributeValueException(String) - Constructor for exception com.sun.identity.sm.InvalidAttributeValueException
Constructs an InvalidAttributeValueException with the specified detail message.
InvalidAttributeValueException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.InvalidAttributeValueException
Constructs an InvalidAttributeValueException with the specified error code.
InvalidAudException - Exception in org.forgerock.oauth.resolvers.exceptions
Invalid audience.
InvalidAudException() - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidAudException
Construct the exception.
InvalidAudException(String) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidAudException
Construct the exception with the given message.
InvalidAudException(String, Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidAudException
Construct the exception with the given message and cause.
InvalidAudException(Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidAudException
Construct the exception with the given cause.
InvalidFormatException - Exception in com.sun.identity.policy
Exception thrown if a name of an object such as policy, rule or referral has invalid format
InvalidFormatException(String, String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
Constructs a InvalidFormatException instance.
InvalidFormatException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
Constructs a InvalidFormatException instance.
InvalidFormatException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
Constructs a InvalidFormatException instance.
InvalidFormatException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidFormatException
Constructs a InvalidFormatException instance.
InvalidIssException - Exception in org.forgerock.oauth.resolvers.exceptions
Invalid issuer.
InvalidIssException() - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidIssException
Construct the exception.
InvalidIssException(String) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidIssException
Construct the exception with the given message.
InvalidIssException(String, Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidIssException
Construct the exception with the given message and cause.
InvalidIssException(Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidIssException
Construct the exception with the given cause.
InvalidJwtException - Exception in org.forgerock.json.jose.exceptions
Represents an exception that occurs when a JWT is determined as invalid.
InvalidJwtException(String) - Constructor for exception org.forgerock.json.jose.exceptions.InvalidJwtException
Constructs a new JwtReconstructionException with the provided exception message.
InvalidJwtException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.InvalidJwtException
Constructs a new JwtReconstructionException with the provided exception message and underlying throwable.
InvalidJwtException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.InvalidJwtException
Constructs a new JwtReconstructionException with the provided underlying throwable.
InvalidJWTException - Exception in org.forgerock.oauth.resolvers.exceptions
Invalid JWT.
InvalidJWTException() - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidJWTException
Construct the exception.
InvalidJWTException(String) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidJWTException
Construct the exception with the given message.
InvalidJWTException(String, Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidJWTException
Construct the exception with the given message and cause.
InvalidJWTException(Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidJWTException
Construct the exception with the given cause.
InvalidNameException - Exception in com.sun.identity.policy
Exception thrown if a name of an object such as policy, rule or referral is invalid
InvalidNameException(String, String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
Constructor
InvalidNameException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
Constructor
InvalidNameException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
Constructor
InvalidNameException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.InvalidNameException
Constructor
InvalidOAuthClientException - Exception in org.forgerock.oauth
Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).
InvalidOAuthClientException(String) - Constructor for exception org.forgerock.oauth.InvalidOAuthClientException
Builds an InvalidClientException with a given message.
InvalidOAuthClientException(String, Exception) - Constructor for exception org.forgerock.oauth.InvalidOAuthClientException
Builds an InvalidClientException with a given message and cause.
InvalidOAuthRequestException - Exception in org.forgerock.oauth
Exception to be used when an OAuth Request cannot be handled due to known causes.
InvalidOAuthRequestException(String) - Constructor for exception org.forgerock.oauth.InvalidOAuthRequestException
Builds a InvalidOAuthRequestException with a given message.
InvalidOAuthRequestException(String, Exception) - Constructor for exception org.forgerock.oauth.InvalidOAuthRequestException
Builds a InvalidOAuthRequestException with a given message and cause.
InvalidPasswordException - Exception in com.sun.identity.authentication.spi
Exception that is thrown when the user-entered password token causes the authentication module to be authenticated to fail.
InvalidPasswordException(InvalidPasswordException, boolean) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(String) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(String, String) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(String, String, boolean) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(String, String, Object[], String, boolean, Throwable) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(String, String, Object[], String, Throwable) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidPasswordException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.InvalidPasswordException
Constructs an InvalidPasswordException object.
InvalidRequest - Class in org.forgerock.opendj.ldap.messages
Represents a request which has been received and decoded but but is invalid according to the LDAP standard because of an invalid DN syntax or an invalid attribute syntax.
InvalidRequestException - Exception in org.forgerock.oauth2.core.exceptions
Thrown when the request is missing any required parameters or is otherwise malformed.
InvalidRequestException() - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidRequestException
Constructs a new InvalidRequestException with the default message.
InvalidRequestException(String) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidRequestException
Constructs a new InvalidRequestException with the specified message.
InvalidRequestException(String, OAuth2Constants.UrlLocation) - Constructor for exception org.forgerock.oauth2.core.exceptions.InvalidRequestException
Constructs a new InvalidRequestException with the specified message.
InvalidSignatureException - Exception in org.forgerock.oauth.resolvers.exceptions
Invalid signature.
InvalidSignatureException() - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidSignatureException
Construct the exception.
InvalidSignatureException(String) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidSignatureException
Construct the exception with the given message.
InvalidSignatureException(String, Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidSignatureException
Construct the exception with the given message and cause.
InvalidSignatureException(Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.InvalidSignatureException
Construct the exception with the given cause.
InvalidTokenException - Exception in org.forgerock.tokenhandler
An exception generated by a TokenHandler on validation or extraction when the token is invalid.
InvalidTokenException(String) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified detail message.
InvalidTokenException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified detail message and cause.
InvalidTokenException(Throwable) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified cause.
INVOCATOR_PRINCIPAL_UUID - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is passed in the env parameter while invoking getConditionDecision method of an AMIdentityMembershipCondition.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
IO - Class in org.forgerock.http.io
Utility class that can stream to and from streams.
IotAuthenticationNode - Class in org.forgerock.am.iot
This node handles the authentication of things.
IotAuthenticationNode(Realm, IotAuthenticationNode.Config, CoreWrapper, IdentityUtils, JwtProofOfPossessionVerifier.Factory, ClientAssertionVerifier.Factory, JwtBuilderFactory) - Constructor for class org.forgerock.am.iot.IotAuthenticationNode
Create an instance of the IotAuthenticationNode.
IotAuthenticationNode.AuthenticationOutcomeProvider - Class in org.forgerock.am.iot
Defines the possible outcomes from this node.
IotAuthenticationNode.Config - Interface in org.forgerock.am.iot
Configuration for the node.
IotAuthenticationNode.JwtAuthenticationMethod - Enum in org.forgerock.am.iot
The JWT authentication method used to verify the JWT presented for authentication.
IotGuiceModule - Class in org.forgerock.am.iot
The IotGuiceModule handles all the Guice dependency injections to allow the plugin to be operational within AM.
IotGuiceModule() - Constructor for class org.forgerock.am.iot.IotGuiceModule
 
IotPlugin - Class in org.forgerock.am.iot
Installs the IoT authentication nodes and services.
IotPlugin() - Constructor for class org.forgerock.am.iot.IotPlugin
 
IotRegistrationNode - Class in org.forgerock.am.iot
This node handles the registration of things.
IotRegistrationNode(Realm, IotRegistrationNode.Config, CoreWrapper, IdentityUtils, JwtProofOfPossessionVerifier.Factory, IdmIntegrationConfig, IdmIntegrationService, IdServices, JwtBuilderFactory, SoftwareStatementVerifier.Factory, OAuthAudienceProvider) - Constructor for class org.forgerock.am.iot.IotRegistrationNode
Create an instance of the IotRegistrationNode.
IotRegistrationNode.Config - Interface in org.forgerock.am.iot
Configuration for the node.
IotRegistrationNode.JwtRegistrationMethod - Enum in org.forgerock.am.iot
The JWT registration method used to verify the JWT presented for registration.
IotRegistrationNode.RegistrationOutcomeProvider - Class in org.forgerock.am.iot
Defines the possible outcomes from this node.
IotRestRouteProvider - Class in org.forgerock.am.iot
IotRestRouteProvider adds the IoT routes to the CREST router.
IotRestRouteProvider() - Constructor for class org.forgerock.am.iot.IotRestRouteProvider
 
IotSecretIdProvider - Class in org.forgerock.am.iot
This provider exposes the secret IDs used by the IoT component to the SecretIdRegistry.
IotSecretIdProvider() - Constructor for class org.forgerock.am.iot.IotSecretIdProvider
 
IotServiceConfig - Interface in org.forgerock.am.iot
Service interface for configuring the IoT Service.
IotServiceConfig.RealmConfig - Interface in org.forgerock.am.iot
Realm config interface holding the config for the IoT service attributes.
IP_ADDR - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The IPAddr field.
IP_CONDITION_CONFIGURATION_REQUIRED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
is(String) - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns true if this error includes an error code and it matches the provided error code.
IS_BEARER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Is Bearer assertion
IS_DELETED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the isDeleted attribute as defined in the Active Directory schema.
IS_PASSIVE - Static variable in class org.forgerock.am.saml2.api.Saml2Options
Whether the IDP should silently check if the user is already authenticated.
isAccessLoggable(Level) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Checks if an access message of the given level would actually be logged by this logger.
isAccountActive(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns true if the named account is active, false otherwise.
isAccountLocked(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns true if the named account is locked out, false otherwise.
isActive() - Method in class com.sun.identity.idm.AMIdentity
If there is a status attribute configured, then verifies if the identity is active and returns true.
isActive() - Method in class com.sun.identity.policy.Policy
Deprecated.
Checks whether the policy is active or inactive An inactive policy is not used to make policy evaluations.
isActive() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
 
isActive() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectSessionInfo
 
isActive() - Method in interface org.forgerock.oauth.SessionInfo
Returns the status of the auth server session.
isActive(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns true if the name object is active.
isActive(Realm) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Determines if the provided realm is active or inactive.
isAdd() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "add" patch operation.
isAlive() - Method in interface org.forgerock.am.health.LivenessCheck
Checks whether an AM service or component is alive and able to function independent of the state of any 3rd party dependencies.
isAlive() - Method in class org.forgerock.am.health.LivenessCheckEndpoint
Checks whether the AM instance is alive.
isAllowCreate() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Returns true if the identity provider is allowed to create a new identifier to represent the principal.
isAllowed() - Method in class com.sun.identity.policy.ConditionDecision
Deprecated.
Gets boolean result of condition evaluation
isAllowed(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Evaluates simple privileges of boolean type.
isAscendingOrder() - Method in class org.forgerock.json.resource.SortKey
Returns true if this sort key is in ascending order, or false if it is in descending order.
isAttributeNamesCompressed() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
isAuthenticated() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Indicates whether the encryption algorithm ensures authenticity of data origin as well as confidentiality and integrity.
isAuthenticated() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Indicates whether the algorithm type provides assurance of the originator of an encrypted JWT (sender authentication).
isAuthnContextMatching(List, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
Returns true if the specified AuthnContextClassRef matches a list of requested AuthnContextClassRef.
isAuthnContextMatching(List, String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
Returns true if the specified AuthnContextClassRef matches a list of requested AuthnContextClassRef.
isAuthorized() - Method in class org.forgerock.authz.filter.api.AuthorizationResult
Whether the request is authorized to access the requested resource.
isAuthorized(Object) - Static method in class com.sun.identity.log.spi.Authorizer
Deprecated.
Returns true if given subject is authorized to change the password.
isAuthorized(Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
Deprecated.
Returns true if given subject is authorized to change the password.
isAuthorized(String, String, Object) - Static method in class com.sun.identity.log.spi.Authorizer
Deprecated.
Returns true if a given log record should be published.
isAuthorized(String, String, Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
Deprecated.
Returns true if a given log record should be published.
isBearer() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Determines if the SecurityAssertion contains SAML Bearer confirmation method.
isBerEncodingRequired() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether this attribute syntax requires that values must be encoded using the Basic Encoding Rules (BER) used by X.500 directories and always include the binary attribute description option.
isBerEncodingRequired() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether this attribute syntax requires that values must be encoded using the Basic Encoding Rules (BER) used by X.500 directories and always include the binary attribute description option.
isBetterMatchThan(RouteMatch) - Method in interface org.forgerock.services.routing.RouteMatch
Determines whether this route match is better than the given rout match.
isBinaryAttribute(String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
For the given attributeName, return true if it is flagged as a binary attribute.
isBlank(CharSequence) - Static method in class org.forgerock.util.Strings
Check to see if a character sequence is null or blank.
isBlank(CharSequence) - Static method in class org.forgerock.util.Utils
isBoolean() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Boolean.
isByteArray(CoreTokenField) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
 
isCa() - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Identifies the certificate as a CA certificate by adding the basic constraint extension.
isCacheable() - Method in class org.forgerock.json.resource.ResponseCacheControl
Indicates whether the response should ever be cached.
isCalendar(CoreTokenField) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
 
isCancel(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Checks whether the provided request is a Cancel extended request.
isCancelled() - Method in interface org.forgerock.util.promise.Promise
Returns true if this Promise was cancelled before it completed normally.
isCancelled() - Method in class org.forgerock.util.promise.PromiseImpl
 
isCaptchaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Whether the captcha stage is enabled.
isCaptchaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Whether the captcha stage is enabled.
isCaptchaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Whether the captcha stage is enabled.
isCaseSensitiveUserId() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
isChangesOnly() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwise false if the search will initially return all the existing entries which match the filter.
isChildOf(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is an immediate child of the provided DN decoded using the default schema.
isChildOf(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is an immediate child of the provided DN.
isClientError() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.CLIENT_ERROR one ?
isClientError() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns true if this ResultCode corresponds to a client-side result code.
isClosed() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Indicates whether or not this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.json.resource.Connection
Indicates whether or not this connection has been explicitly closed by calling close.
isClosed() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Indicates whether this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.opendj.ldap.Connection
Indicates whether this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Indicates whether this connection has been explicitly closed by calling LdapClientSocket.close().
isClosed() - Method in class org.forgerock.secrets.GenericSecret
 
isClosed() - Method in class org.forgerock.secrets.keys.CryptoKey
 
isClosed() - Method in class org.forgerock.secrets.Secret
Indicates whether this secret has been closed by calling the Secret.close() method.
isCollection() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Collection.
isCollective() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "collective".
isCompatible(Object, Object) - Static method in class org.forgerock.util.Objects
Returns whether the two objects are type-compatible.
isCompatible(Object, Object) - Static method in class org.forgerock.util.Utils
isCompatibleWith(Version) - Method in class org.forgerock.http.routing.Version
Returns false if: the MAJOR version numbers are not the same.
isConstructed() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns whether this tag is constructed.
isControlAlias(String) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Returns true if the provided alias is a known user friendly name of a control.
isCopy() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "copy" patch operation.
isCoreTokenResourceEnabled() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
isCountOnly() - Method in interface org.forgerock.json.resource.QueryRequest
Return if the request should only return resource count.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
isCritical() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
isDBLogging() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
isDebugEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log debug messages.
isDecodedContentEmpty() - Method in class org.forgerock.http.protocol.Entity
Returns true if this entity's decoded content is empty.
isDefined(String) - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Returns true if this AuthenticationState contains the specified item.
isDefined(String) - Method in class org.forgerock.json.jose.jwt.JWObject
Returns true if this JWObject contains the specified item.
isDefined(String) - Method in class org.forgerock.json.JsonValue
Returns true if this JSON value contains the specified item.
isDefined(String) - Method in class org.forgerock.openam.auth.node.api.NodeState
Checks if the given key is defined in any of the types of state.
isDeleteOldRdn() - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Indicates whether the old RDN attribute values are to be retained as attributes of the entry or deleted from the entry.
isDescendantOf(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this objectclass is a descendant of the provided class.
isDestroyed() - Method in class org.forgerock.secrets.GenericSecret
 
isDN(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Tests whether the supplied string is a DN, and is not the root DN.
isDnAttributes() - Method in class org.forgerock.opendj.ldap.Filter
Returns whether extensible matching should be performed against attributes in an entry's DN.
isDone() - Method in interface org.forgerock.util.promise.Promise
Returns true if this Promise has completed.
isDone() - Method in class org.forgerock.util.promise.PromiseImpl
 
isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Whether email verification is enabled.
isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Whether email verification is enabled.
isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Whether email verification is enabled.
isEmailVerificationFirstEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Whether email verification before user detail option is enabled.
isEmpty() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns true if this multimap contains no key-value pairs.
isEmpty() - Method in class org.forgerock.http.protocol.Headers
 
isEmpty() - Method in class org.forgerock.http.protocol.RequestCookies
 
isEmpty() - Method in class org.forgerock.http.util.SetDecorator
 
isEmpty() - Method in class org.forgerock.i18n.LocalizableMessage
Returns whether the String representation of this message is empty.
isEmpty() - Method in class org.forgerock.json.JsonPointer
Returns true if this pointer identifies the root value of a JSON structure.
isEmpty() - Method in class org.forgerock.json.resource.ResourcePath
Returns true if this resource path contains no path elements.
isEmpty() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
isEmpty() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains no attribute values.
isEmpty() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns true if this byte sequence has a length of zero.
isEmpty() - Method in class org.forgerock.opendj.ldap.ByteString
 
isEmpty() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
isEmpty() - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN contains zero RDN components.
isEmpty() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
isEmpty() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if this memory backend does not contain any entries.
isEmpty() - Method in class org.forgerock.util.LazyList
Returns true if this list contains no elements.
isEmpty() - Method in class org.forgerock.util.LazyMap
Returns true if the map contains no key-value mappings.
isEmpty() - Method in class org.forgerock.util.ListDecorator
Returns true if this list contains no elements.
isEmpty() - Method in class org.forgerock.util.MapDecorator
Returns true if the map contains no key-value mappings.
isEmpty() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Returns whether this cache is empty or not.
isEmpty() - Method in class org.forgerock.util.RangeSet
Returns true if this set contains no elements.
isEmpty(Object[]) - Static method in class org.forgerock.api.util.ValidationUtil
Determines if an array is null or zero-length.
isEmpty(String) - Static method in class org.forgerock.api.util.ValidationUtil
Determines if a String is null, or empty, or only contains whitespace.
isEnabled() - Method in class com.sun.identity.shared.stats.Stats
Checks if statistics is enabled.
isEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Whether the service is enabled.
isEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Whether the service is enabled.
isEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Whether the service is enabled.
isEncoded(ByteSequence) - Static method in class org.forgerock.opendj.ldap.AuthPassword
Indicates whether the provided value is encoded using the auth password syntax.
isEncoded(ByteSequence) - Static method in class org.forgerock.opendj.ldap.UserPassword
Indicates whether the provided value is encoded using the user password syntax.
isEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and returns true if it is an entry, or false if it is a reference.
isEqual(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Compares two JSON values, and returns whether the two objects are identical.
isEqualTo(int) - Method in class org.forgerock.opendj.ldap.ResultCode
Returns true if the provided integer corresponds to this ResultCode.
isEqualTo(JsonValue) - Method in class org.forgerock.json.JsonValue
Performs a deep comparison of this JSON value with another JSON value, and returns whether the two objects are identical.
isErrorEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log error messages.
isErrorLoggable(Level) - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Checks if an error message of the given level would actually be logged by this logger.
isEssential() - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Marks this ClaimBuilder as building an essential claim.
isEssential() - Method in class org.forgerock.oauth.clients.oidc.Claim
Get whether the claim is essential.
isEssential() - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
Indicates whether this result code represents an error result.
isExists() - Method in class com.sun.identity.idm.AMIdentity
This method determines if the identity exists and returns true or false.
isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns true if the name object exists in the data store.
isExpired() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets whether the token has expired.
isExpired(Clock) - Method in class org.forgerock.secrets.Secret
Indicates whether the secret has expired according to the given clock.
isExportable() - Method in class com.sun.identity.sm.ServiceSchema
Returns true if the service configuration created can be exported to other organizations.
isExtendedRequestAlias(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns true if the provided alias is a known user friendly name of an extended request.
isExtensible() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this object class is extensibleObject class.
isExternal() - Method in class org.forgerock.services.context.ClientContext
Returns true if this client is external.
isExtractable() - Method in class org.forgerock.secrets.keys.CryptoKey
Indicates whether the raw key material can be extracted for this key.
isFailure(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is AuthStatus.FAILURE.
isFatal() - Method in exception org.forgerock.opendj.ldap.DecodeException
Indicates whether the error was fatal and the associated input source can no longer be used.
isFieldReadOnly(CoreTokenField) - Static method in interface org.forgerock.am.cts.api.tokens.Token
Trying to change a read-only field will trigger a runtime exception.
isFirstParty() - Method in class org.forgerock.macaroons.Macaroon.Caveat
Indicates that this is a 1st-party caveat.
isForceAuthn() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns value of isForceAuthn attribute.
isForHTTPBasic() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns true if the callback is for HTTPBasic.
isForWindowsDesktopSSO() - Method in class com.sun.identity.authentication.spi.HttpCallback
Returns true if the callback is for WindowsDesktopSSO.
isGetAllReturnAttributesEnabled() - Method in class com.sun.identity.idm.IdSearchControl
Returns true if the option for getting all attributes has been enabled.
isGlobalSecretsService(String) - Method in class org.forgerock.openam.secrets.Secrets
Check to see if this is a purpose.
isHashed(JsonValue) - Method in class org.forgerock.selfservice.core.crypto.CryptoService
Detects if a String is hashed.
isHiddenInConfigUI() - Method in class com.sun.identity.sm.AttributeSchema
Should this attribute schema be hidden in the Configuration UI.
isHiddenInConfigUI() - Method in class com.sun.identity.sm.ServiceSchema
Should this service schema be hidden in the Configuration UI.
isHttpOnly() - Method in class org.forgerock.caf.http.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isHttpOnly() - Method in class org.forgerock.http.protocol.Cookie
Returns true if the user agent should make the cookie inaccessible to client side script.
isHumanReadable() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether this attribute syntax would likely be a human readable string.
isHumanReadable() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether this attribute syntax would likely be a human readable string.
isIdentity() - Method in interface com.sun.identity.entitlement.EntitlementSubject
Returns true is this subject is an identity object.
isIgnore() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is IGNORE.
isIgnoredProfile(Object, String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return true if ignore profile is enabled for this realm.
isIncrement() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "increment" patch operation.
isInfoEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log info messages.
isInformational() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.INFORMATIONAL one ?
isInScopeOf(String, SearchScope) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN matches the provided base DN and search scope.
isInScopeOf(Dn, SearchScope) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN matches the provided base DN and search scope.
isInteger(CoreTokenField) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
 
isKbaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Whether the KBA stage is enabled.
isKbaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Whether the KBA stage is enabled.
isKbaEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Whether the KBA stage is enabled.
isList() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a List.
isLocal - Static variable in class com.sun.identity.log.LogManager
Deprecated.
Is the Log Service running locally or remotely
isLocalCommnand() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns whether this proxy header represents a LOCAL command.
isLogEnabled() - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Checks if the logging is enabled.
isLogSecure() - Static method in class com.sun.identity.log.LogReader
Deprecated.
 
isMap() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Map.
isMember(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Determines if the user belongs to this instance of the Subject object.
isMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
Verifies if this identity is a member of the identity being passed.
isMonitoringInit - Static variable in class com.sun.identity.log.LogManager
Deprecated.
 
isMove() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "move" patch operation.
isMulti(CoreTokenField) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
 
isMultiValued() - Method in class org.forgerock.opendj.ldap.Rdn
Returns true if this RDN contains more than one AVA.
isMustUnderstand() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns value of mustUnderstand attribute.
isMustUnderstand() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Returns value of mustUnderstand attribute.
isMustUnderstand() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns value of mustUnderstand attribute.
isMustUnderstand() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Returns value of mustUnderstand attribute.
isMutable() - Method in interface com.sun.identity.saml2.assertion.Action
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.ConditionAbstract
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.Statement
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns true if the object is mutable
isMutable() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Returns the mutability of the object.
isMutable() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.Extensions
Returns value true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.GetComplete
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns true if mutable, false otherwise.
isMutable() - Method in interface com.sun.identity.saml2.protocol.RequesterID
Returns value true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.Scoping
Returns true if object is mutable.
isMutable() - Method in interface com.sun.identity.saml2.protocol.Status
Returns true if the object is mutable, false otherwise
isMutable() - Method in interface com.sun.identity.saml2.protocol.StatusCode
Returns true if the object is mutable, false otherwise
isMutable() - Method in interface com.sun.identity.saml2.protocol.StatusDetail
Returns true if the object is mutable false otherwise
isMutable() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns true if the object is mutable false otherwise
isMutable() - Method in interface com.sun.identity.xacml.context.Action
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Attribute
Returns true if the object is mutable.
isMutable() - Method in interface com.sun.identity.xacml.context.Decision
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Environment
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Request
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Resource
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.ResourceContent
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Response
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Result
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Status
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.StatusCode
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.StatusDetail
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.StatusMessage
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.context.Subject
Checks if the object is mutable
isMutable() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Checks if this object is mutable
isMutable() - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
Checks if this object is mutable
isMutable() - Method in interface com.sun.identity.xacml.policy.Obligation
Checks if this object is mutable
isMutable() - Method in interface com.sun.identity.xacml.policy.Obligations
Checks if this object is mutable
isMutable() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Checks if the object is mutable
isMutable() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Returns the mutability of the object.
isMvccSupported() - Method in class org.forgerock.api.models.Resource
Informs if MVCC is supported.
isNotNull() - Method in class org.forgerock.json.JsonValue
Returns true if the value is not null.
isNoUserModification() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "no-user-modification".
isNull() - Method in class org.forgerock.json.JsonValue
Returns true if the value is null.
isNull(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is null.
isNullOrEmpty(String) - Static method in class org.forgerock.util.Strings
Check to see if the provided String is null or empty.
isNullOrEmpty(String) - Static method in class org.forgerock.util.Utils
isNumber() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Number.
isNumberOfAttemptsEnforced() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
Gets whether there is a limit on the number of attempts to answer security questions when a user attempts to reset their password.
isObjectClass() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is the objectClass attribute description with no options.
isObjectClass() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is the objectClass attribute type having the OID 2.5.4.0.
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form is "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition is declared "obsolete".
isOperational() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this is an operational attribute.
isOperational() - Method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Determine whether attributes having this attribute usage are operational.
isOptional() - Method in class com.sun.identity.sm.AttributeSchema
Returns true if the attribute is an optional attribute.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether the provided attribute type is included in the optional attribute list for this DIT content rule.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of optional attributes for this name form.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is included in the optional attribute list for this or any of its superior objectclasses.
isParentOf(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is the immediate parent of the provided DN.
isParentOf(Realm) - Method in interface org.forgerock.openam.core.realms.Realm
Returns true if this realm is a parent of the provided sub realm.
isParentOf(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is the immediate parent of the provided DN.
isPassive() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns the value of the isPassive attribute.
isPassive() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the value of the isPassive attribute.
ISPASSIVE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for IsPassive attribute
isPersistentSearch(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns whether the provided request is a persistent search request.
isPkcs11(String) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns true if the PKCS#11 keystore type can be associated to the provided keystore path.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a temporary place-holder allocated dynamically by a non-strict schema when no corresponding registered attribute type was found.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a temporary place-holder allocated dynamically by a non-strict schema when no registered attribute type was found.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns whether this object class is a placeholder, i.e.
isPrefixOf(JsonPointer) - Method in class org.forgerock.json.JsonPointer
Checks whether candidate is an extension of this JSON Pointer.
isPrintableCharacter(char) - Static method in class org.forgerock.opendj.ldap.Utils
Indicates whether the provided character is a valid printable character.
isPrivate() - Method in class org.forgerock.json.jose.jwk.EcJWK
 
isPrivate() - Method in class org.forgerock.json.jose.jwk.JWK
Indicates if any private key attributes are present in the JWK.
isPrivate() - Method in class org.forgerock.json.jose.jwk.OctJWK
 
isPrivate() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
isPrivate() - Method in class org.forgerock.json.jose.jwk.RsaJWK
 
isPublicKeyValid() - Method in class org.forgerock.json.jose.jwk.EcJWK
Checks for validity of the public key portion of this JWK as per EcJWK.isPublicKeyValid(ECPublicKey, SupportedEllipticCurve).
isPublicKeyValid() - Method in interface org.forgerock.json.jose.jwk.EllipticCurveJwk
Determines whether the public key is a valid point on the underlying elliptic curve.
isPublicKeyValid() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Determines whether the public key is valid.
isPublicKeyValid(ECPublicKey, SupportedEllipticCurve) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Checks whether the public key actually lies on the curve it claims to be on.
isQuoted() - Method in class org.forgerock.http.header.Directive
Return true if the original directive value was enclosed in quotes.
isRawContentEmpty() - Method in class org.forgerock.http.protocol.Entity
Returns true if this entity's raw content is empty.
isReady() - Method in interface org.forgerock.am.health.ReadinessCheck
Checks whether an AM service or component is ready to service requests successfully.
isReady() - Method in class org.forgerock.am.health.ReadinessCheckEndpoint
Checks the AM instance is ready.
isReal() - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this is a real attribute (persisted) rather than a virtual attribute (dynamically computed).
isRealmCloneable() - Method in class com.sun.identity.sm.ServiceSchema
During the creation of a new organisation/realm the services assigned to the parent realm are copied to the child realm.
isRealmSubject(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Checks if the subjectName is a reference to a Subject defined at the realm
isReaperEnabled() - Method in interface org.forgerock.am.cts.CoreTokenConfig
Indicates whether AM has been configured for Token Reaper or not.
isRecursive() - Method in class com.sun.identity.idm.IdSearchControl
Deprecated.
This method is deprecated. The setting for recursive search should be configured via the data store.
isRedirection() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.REDIRECTION one ?
isRedirectionDone() - Method in exception com.sun.identity.saml2.common.SAML2Exception
Returns true if the response has been redirected already to another URL, returns false otherwise.
isReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and returns true if it is a reference, or false if it is an entry.
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.Result
Indicates whether a referral needs to be chased in order to complete the operation.
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
isReferralPolicy() - Method in class com.sun.identity.policy.Policy
Deprecated.
Checks whether the policy is a referral policy.
isReject() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is REJECT.
isRemove() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "remove" patch operation.
isReplace() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "replace" patch operation.
isRequired() - Method in class org.forgerock.api.models.Parameter
Getter of the required property.
isRequired(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Checks if a Callback is required to have input.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether the provided attribute type is included in the required attribute list for this DIT content rule.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of required attributes for this name form.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is included in the required attribute list for this or any of its superior objectclasses.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether the provided attribute type is in the list of required or optional attributes for this DIT content rule.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of optional or required attributes for this name form.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is in the list of required or optional attributes for this objectclass or any of its superior classes.
isRequireNewDelegate(PushNotificationServiceConfig.Realm) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Returns whether or not the new config is so different from the old that the existing delegate should be removed from the pool.
isResourceNameAllowed() - Method in class com.sun.identity.sm.AttributeSchema
Checks if the attribute allows to have resource name.
isResult() - Method in interface org.forgerock.util.promise.Promise
Returns true if this Promise has completed and contains a value.
isResult() - Method in class org.forgerock.util.promise.PromiseImpl
 
isReturnEcs() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if the entry change notification control should be included in updated entries that match the associated search criteria.
isReturningPrincipalAsDn() - Method in class com.sun.identity.authentication.spi.AMLoginModule
Defines whether the principal being returned is a DN.
isReverseOrder() - Method in class org.forgerock.opendj.ldap.SortKey
Returns true if this sort key should be evaluated in reverse (descending) order.
isRootContext() - Method in class org.forgerock.services.context.AbstractContext
 
isRootContext() - Method in interface org.forgerock.services.context.Context
Returns true if this context is a root context.
isRootDn() - Method in class org.forgerock.opendj.ldap.Dn
Deprecated.
use Dn.isEmpty() instead
iss(String) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the issuer this JWT was issued by.
iss(URI) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the issuer this JWT was issued by.
ISS - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Issuer Claim.
isSAMLDecryptionDebugEnabled() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Tells whether SAML SP decryption debug mode is enabled.
isSaslBindInProgress() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Indicates whether the server requires the client to send a new SASL Bind request with the same SASL mechanism in order to continue the authentication process.
isSaslBindRequest() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Return true if this bind request's authentication type is BindRequest.AUTHENTICATION_TYPE_SASL.
isSatisfied() - Method in class com.sun.identity.entitlement.ConditionDecision
Whether this ConditionDecision is satisfied.
isSatisfied() - Method in class com.sun.identity.entitlement.SubjectDecision
Whether this SubjectDecision is satisfied.
isSatisfied(Macaroon.Caveat, Macaroon) - Method in interface org.forgerock.macaroons.CaveatVerifier
Checks whether the given caveat is satisfied.
isSatisfied(Macaroon.Caveat, Macaroon) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
 
isSatisfiedBy(T) - Method in class org.forgerock.secrets.Purpose
Determines whether all of the constraints for this purpose are satisfied by the given secret.
isSatisfiedBy(T) - Method in interface org.forgerock.secrets.SecretConstraint
Determines whether this constraint is satisfied by the given secret.
isSaturated() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
Determines whether the bloom filter expected false positive probability has exceeded the configured false positive probability.
isSearchable() - Method in class com.sun.identity.sm.AttributeSchema
Returns true if the attribute is searchable; false otherwise
isSecretService(String) - Method in class org.forgerock.openam.secrets.Secrets
Check to see if a service is a Secret API service.
isSecure() - Method in class com.sun.identity.log.LogManager
Deprecated.
Return whether secure logging is specified.
isSecure() - Method in class org.forgerock.caf.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
isSecure() - Method in class org.forgerock.http.protocol.Cookie
Returns true if the user agent should use only secure means to send back this cookie.
isSecure() - Method in enum org.forgerock.opendj.ldap.ConnectionSecurity
Returns whether this connection security is considered secure.
isSecure() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns true if this LDAP URL should use LDAPS or false if it should use LDAP.
isSecure() - Method in class org.forgerock.services.context.ClientContext
Returns true if this client connection is secure.
ISSecurityPermission - Class in com.sun.identity.security
This class ISSecurityPermission is used to protect the Access Manager resources which should be accessed only by trusted application.
ISSecurityPermission(String) - Constructor for class com.sun.identity.security.ISSecurityPermission
Constructs ISSecurityPermission object.
ISSecurityPermission(String, String) - Constructor for class com.sun.identity.security.ISSecurityPermission
Constructs ISSecurityPermission object.
isSendContinue(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is AuthStatus.SEND_CONTINUE.
isSendFailure(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is AuthStatus.SEND_FAILURE.
isSendSuccess(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is AuthStatus.SEND_SUCCESS.
isServerError() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.SERVER_ERROR one ?
isServerError() - Method in exception org.forgerock.json.resource.ResourceException
Returns true if the HTTP error code is in the 500 range.
isServerMode() - Static method in class com.iplanet.am.util.SystemProperties
Returns true if instance is running in server mode.
isServiceEnabled(C) - Method in interface org.forgerock.openam.selfservice.config.ServiceConfigProvider
Determines whether the specific service is enabled.
isServiceIdentifier() - Method in class com.sun.identity.sm.AttributeSchema
Returns true if the attribute is a service identifier (i.e., in the case of LDAP it would be the COS Specifier attribute).
isSessionQuotaReached(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns true if the user identified by the supplied username has reached their session quota.
NBThe existing session count is exclusive of any session created as part of the running authentication process
isSessionValid(Object) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Check if a session is valid.
isShowUsernameEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
Whether or the not the username should be displayed.
isShutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Find out whether the shutdown has been triggered.
isShutdown() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
isSignatureValid() - Method in class org.forgerock.macaroons.MacaroonVerifierResult
Indicates whether the signature was valid, ignoring any unsatisfied caveats.
isSignatureValid(Set<X509Certificate>) - Method in interface com.sun.identity.saml2.assertion.Assertion
Return whether the signature is valid or not.
isSignatureValid(Set<X509Certificate>) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Return whether the signature is valid or not.
isSignatureValid(Set<X509Certificate>) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns whether the signature on the StatusResponse is valid or not.
isSigned() - Method in interface com.sun.identity.saml2.assertion.Assertion
Return true if the assertion is signed
isSigned() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns true if message is signed.
isSigned() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns whether the StatusResponse is signed or not.
isSimpleBindRequest() - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Return true if this bind request's authentication type is BindRequest.AUTHENTICATION_TYPE_SIMPLE.
isSingleEntrySearch() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Indicates whether search result is expected to be limited to a single entry.
isSingleNonNull(Object...) - Static method in class org.forgerock.api.util.ValidationUtil
Checks that there is only a single single non-null argument.
isSingleton() - Method in class org.forgerock.api.models.Create
Informs if operation creates singleton resources.
isSingleValue() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "single-value".
isSsl() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns true if the proxied client uses SSL.
isSsl() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns whether the client uses an SSL connection.
isSslHostNameValidationEnabled() - Static method in class org.forgerock.opendj.security.SslOptions
Returns whether server host name validation against the SSL certificate's subject must be performed.
isStaticAttribute(String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
For the given attributeName, return true if it is flagged as an attribute.
isStatusAttribute() - Method in class com.sun.identity.sm.AttributeSchema
Returns true if the attribute is a service's status attribute.
isStrict() - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema is strict.
isString() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a String.
isString(CoreTokenField) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
 
isSubEntry(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns whether the provided entry is a sub entry.
isSubjectExclusive(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Checks if the subject is exclusive.
isSubordinateOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to or equal to the provided DN.
isSubordinateOrEqualTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to or equal to the provided DN.
isSubordinateTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to, but not equal to the provided DN.
isSubordinateTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to, but not equal to the provided DN.
isSubTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a sub-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSubTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a sub-type of the provided attribute type.
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.Result
Indicates whether the request succeeded or not.
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
isSuccess(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is AuthStatus.SUCCESS.
isSuccessful() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.SUCCESSFUL one ?
ISSUE_INSTANT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for IssueInstant
Issuer - Interface in com.sun.identity.saml2.assertion
The Issuer provides information about the issuer of a SAML assertion or protocol message.
ISSUER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Issuer
ISSUER - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ISSUER - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Issuer element
ISSUER_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for the issuer's name.
issuerDn(Dn) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate issuer name.
issueRestrictedToken() - Method in interface org.forgerock.am.iot.IotAuthenticationNode.Config
The session token issued on successful authentication will be modified by adding a proof of possession restriction to it.
isSuperiorOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorOrEqualTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to, but not equal to the provided DN.
isSuperiorTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to, but not equal to the provided DN.
isSuperTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a super-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSuperTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a super-type of the provided attribute type.
isSymmetric() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Indicates whether the algorithm uses the same key for both encryption and decryption operations (symmetric encryption).
isSymmetric() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Indicates whether the algorithm type uses the same key for both encryption and decryption operations (symmetric encryption).
isSymmetric() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Indicates whether the algorithm is a symmetric (secret key) algorithm like HMAC or a public key algorithm.
isSymmetric() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithmType
Indicates whether the algorithm type is a symmetric (secret key) algorithm like HMAC or a public key algorithm.
isSymmetric() - Method in interface org.forgerock.json.jose.jwt.Algorithm
Indicates whether the algorithm uses the same key for all operations.
isTerminated() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
isThirdParty() - Method in class org.forgerock.macaroons.Macaroon.Caveat
Indicates that this is a 3rd-party caveat.
isTimeValid() - Method in class com.sun.identity.saml.assertion.AssertionBase
Gets the validity of the assertion evaluating its conditions if specified.
isTimeValid() - Method in interface com.sun.identity.saml2.assertion.Assertion
Gets the validity of the assertion evaluating its conditions if specified.
isTokenCompressed() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
isTokenEncrypted() - Method in interface org.forgerock.am.cts.CoreTokenConfig
 
isTokenRestricted() - Method in interface com.iplanet.sso.SSOToken
Returns true if the SSOTokenID associated with this SSOToken is a restricted token, false otherwise.
isTraceEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log trace messages.
isTransform() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "transform" patch operation.
isTransientError() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns whether an exceptional result code represents a transient error.
isTtlSupportEnabled() - Method in interface org.forgerock.am.cts.CoreTokenConfig
Indicates whether the DS TTL Support function has been enabled.
isTypesOnly() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Indicates whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
isUnlimited() - Method in class org.forgerock.util.time.Duration
Returns true if this Duration represents an unlimited (or indefinite) duration.
isUserExists(String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Checks if the user exists with a given userid.
isUsernameUniversalId(String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Checks if the given username is of the universal ID format.
isValid() - Method in class com.sun.identity.sm.ServiceConfig
Returns the status of this Service Configuration Object.
isValid() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.json.resource.Connection
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in class org.forgerock.macaroons.MacaroonVerifierResult
Indicates whether the macaroon is valid.
isValid() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.opendj.ldap.Connection
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns true if the session is valid.
isValid(DataStoreId) - Method in class com.sun.identity.sm.ServiceConfig
Returns the status of this Service Configuration Object with a specific datastore.
isValidDecision(Decision) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
isValidDecision(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
isValidMinorStatusCode(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
isValidStatusCode(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
isValidStatusMessage(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
isValidToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Returns true if a single sign on token is valid.
isValidToken(SSOToken, boolean) - Method in class com.iplanet.sso.SSOTokenManager
Returns true if a single sign on token is valid, resetting the token's idle time if and only if the flag allows us to.
isValueOfType(Object, Class<?>) - Method in class org.forgerock.json.jose.jwt.JWObject
Checks to see if the given value is of an assignable type from the required class.
isVerified() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns whether the client presented a certificate that was successfully verified.
isVirtual() - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this is a virtual attribute (dynamically computed) rather than a real attribute (persisted).
isVirtual() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
isWarn() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN.
isWarnEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log warning messages.
isWarningEnabled() - Method in class org.forgerock.http.routing.ApiVersionRouterContext
Gets whether a warning should be issued to the calling client if the request does not contain a resource API version.
isWarningEnabled() - Method in interface org.forgerock.http.routing.ResourceApiVersionBehaviourManager
Returns true if warning headers should be set on the response if no Accept-API-Version header is present on the request.
isXDHCurve() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines whether this curve is intended for use with X-Diffie-Hellman (XDH) key agreement (X25519 or X448).
isXecKey(Key) - Static method in class org.forgerock.json.jose.utils.XECUtils
Determines whether the given key is a XECKey.
isZero() - Method in class org.forgerock.util.time.Duration
Returns true if this Duration represents a zero-length duration.
italic(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts italic text.
ITALIC - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Italic text.
items() - Static method in class org.forgerock.api.models.Items
Create a new Builder for Resoruce.
items(Items) - Method in class org.forgerock.api.models.Resource.Builder
Adds items-resource.
Items - Class in org.forgerock.api.models
Class that represents the Items type in API descriptor.
Items.Builder - Class in org.forgerock.api.models
Builder to help construct the Items.
iterator() - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
iterator() - Method in class org.forgerock.http.util.SetDecorator
 
iterator() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
iterator() - Method in class org.forgerock.json.JsonPointer
Returns an iterator over the pointer's reference tokens.
iterator() - Method in class org.forgerock.json.JsonValue
Returns an iterator over the child values that this JSON value contains.
iterator() - Method in class org.forgerock.json.resource.ResourcePath
Returns an iterator over the path elements in this resource path.
iterator() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
iterator() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an iterator over the attribute values in this attribute.
iterator() - Method in class org.forgerock.opendj.ldap.Dn
Returns an iterator of the RDNs contained in this DN.
iterator() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
iterator() - Method in class org.forgerock.opendj.ldap.Rdn
Returns an iterator of the AVAs contained in this RDN.
iterator() - Method in class org.forgerock.util.LazyList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.forgerock.util.ListDecorator
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.forgerock.util.RangeSet
Returns an iterator over the elements in this set.
IVerifierOutput - Interface in com.sun.identity.log.spi
Deprecated.

J

JacksonUtils - Class in org.forgerock.api.jackson
Some utilities for dealing with Jackson schemas.
JaspiAdapters - Class in org.forgerock.caf.authentication.framework
Adapter class implementing methods that adapt to and from JASPI interfaces to be able to inter-op with pure JASPI implementations.
JavaBeanAdapter<T> - Interface in org.forgerock.am.cts.adapters
A TokenAdapter that can adapt Java bean-compliant POJOs that have been annotated with the annotations in org.forgerock.openam.tokens.
JavaBeanAdapterFactory - Interface in org.forgerock.am.cts.adapters
Factory interface for Guice JavaBeanAdapter instances.
JCEKS - org.forgerock.security.keystore.KeyStoreType
Deprecated.
JCEKS keystore type.
JCEKS - Static variable in class org.forgerock.opendj.security.KeyManagers
JCEKS keystore type.
JKS - org.forgerock.security.keystore.KeyStoreType
Deprecated.
JKS keystore type.
JKS - Static variable in class org.forgerock.opendj.security.KeyManagers
JKS keystore type.
jku(URL) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the JWK Set URL header parameter for this JWS.
JKU - org.forgerock.json.jose.jws.JwsHeaderKey
JWK Set URL header parameter.
join(Collection<String>, char) - Static method in class org.forgerock.http.header.HeaderUtil
Joins a collection of header values into a single header value, with a specified specified separator.
join(List<Promise<?, ? extends Exception>>) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed once all of the provided promises have succeeded, or as soon as one of them fails.
join(Promise<?, ? extends Exception>...) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed once all of the provided promises have succeeded, or as soon as one of them fails.
joinAsString(StringBuilder, String, Iterable<?>) - Static method in class org.forgerock.util.Strings
Appends into the provided StringBuilder the string representation of the objects contained in the provided iterable concatenated together using the provided separator.
joinAsString(StringBuilder, String, Iterable<?>) - Static method in class org.forgerock.util.Utils
joinAsString(StringBuilder, String, Object...) - Static method in class org.forgerock.util.Strings
Appends into the provided StringBuilder the string representation of the provided objects concatenated together using the provided separator.
joinAsString(StringBuilder, String, Object...) - Static method in class org.forgerock.util.Utils
joinAsString(String, Iterable<?>) - Static method in class org.forgerock.util.Strings
Returns a string whose content is the string representation of the objects contained in the provided iterable concatenated together using the provided separator.
joinAsString(String, Iterable<?>) - Static method in class org.forgerock.util.Utils
joinAsString(String, Object...) - Static method in class org.forgerock.util.Strings
Returns a string whose content is the string representation of the provided objects concatenated together using the provided separator.
joinAsString(String, Object...) - Static method in class org.forgerock.util.Utils
joinPath(List<String>) - Static method in class org.forgerock.http.util.Paths
Joins a list of URL-decoded path elements into a url-encoded path.
JoseSecretConstraints - Class in org.forgerock.json.jose.utils
Set of SecretConstraints for filtering Secrets.
json(Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON value whose content is the provided object.
Json - Class in org.forgerock.http.util
Provides read and write JSON capabilities.
JSON - com.sun.identity.sm.AttributeSchema.Syntax
The JSON attribute syntax specifies that the attribute is of JSON type, i.e., in json formatted string.
JSON_KEY_ALG - Static variable in class org.forgerock.json.jose.jwk.JWK
The Algorithm key.
JSON_KEY_KID - Static variable in class org.forgerock.json.jose.jwk.JWK
The KeyID key.
JSON_KEY_KTY - Static variable in class org.forgerock.json.jose.jwk.JWK
The KeyType key.
JSON_KEY_OPERATIONS - Static variable in class org.forgerock.json.jose.jwk.JWK
The KeyOperations key.
JSON_KEY_USE - Static variable in class org.forgerock.json.jose.jwk.JWK
The KeyUse key.
JSON_KEY_X5C - Static variable in class org.forgerock.json.jose.jwk.JWK
The X509 chain key.
JSON_KEY_X5T - Static variable in class org.forgerock.json.jose.jwk.JWK
The X509 thumbprint.
JSON_KEY_X5T_S256 - Static variable in class org.forgerock.json.jose.jwk.JWK
The X509 SHA-256 thumbprint.
JSON_KEY_X5U - Static variable in class org.forgerock.json.jose.jwk.JWK
The X509 URL key.
JSON_PARSE_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
Json.JsonValueModule - Class in org.forgerock.http.util
Jackson Module that uses a mixin to make sure that a JsonValue instance is serialized using its #getObject() value only.
Json.LocalizableStringModule - Class in org.forgerock.http.util
Jackson Module that adds a serializer for LocalizableString.
jsonAttributeName(String) - Static method in interface org.forgerock.am.cts.utils.JSONSerialisation
Wrap the attribute name in quotes and a colon to make it look like a JSON attribute.
JsonCaveatSet - Class in org.forgerock.macaroons
Convenience class for constructing a set of JSON-based 1st-party caveats for use with Macaroon.addFirstPartyCaveat(JsonValue).
JsonCaveatSet() - Constructor for class org.forgerock.macaroons.JsonCaveatSet
Constructs an empty set of caveats.
JsonCaveatVerifier - Class in org.forgerock.macaroons
Implements caveats that are structured as JSON objects.
JsonCaveatVerifier() - Constructor for class org.forgerock.macaroons.JsonCaveatVerifier
 
JsonCryptoException - Exception in org.forgerock.selfservice.core.crypto
An exception that is thrown during JSON cryptographic operations.
JsonCryptoException(String) - Constructor for exception org.forgerock.selfservice.core.crypto.JsonCryptoException
Constructs a new exception with the specified detail message.
JsonCryptoException(String, Exception) - Constructor for exception org.forgerock.selfservice.core.crypto.JsonCryptoException
Constructs a new exception with the specified detail message and cause.
JsonException - Exception in org.forgerock.json
An exception that is thrown during JSON operations.
JsonException() - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with null as its detail message.
JsonException(String) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified detail message and cause.
JsonException(Throwable) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified cause.
jsonify() - Method in interface org.forgerock.openam.services.push.dispatch.predicates.Predicate
Returns a jsonified representation of this object to be used when tranmitting across cluster.
JsonPatch - Class in org.forgerock.json
Processes partial modifications to JSON values.
JsonPatchValueTransformer - Interface in org.forgerock.json
RFC6902 expects the patch value to be a predetermined, static value to be used in the patch operation's execution.
JsonPointer - Class in org.forgerock.json
Identifies a specific value within a JSON structure.
JsonPointer() - Constructor for class org.forgerock.json.JsonPointer
Deprecated.
JsonPointer(Iterable<String>) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
JsonPointer(String) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer, identifying the specified pointer value.
JsonPointer(String...) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an array of reference tokens.
jsonResolver(File) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given file.
jsonResolver(String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using the given filename.
jsonResolver(String, JsonValue) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given a JsonValue.
jsonResolver(Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a file at the given path.
jsonResolver(JsonValue) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given a JsonValue.
JSONSerialisation - Interface in org.forgerock.am.cts.utils
Responsible for serialising and deserialising objects to and from JSON.
JsonValue - Class in org.forgerock.json
Represents a value in a JSON object model structure.
JsonValue(Object) - Constructor for class org.forgerock.json.JsonValue
Constructs a JSON value object with a given object.
JsonValue(Object, JsonPointer) - Constructor for class org.forgerock.json.JsonValue
Constructs a JSON value object with a given object and pointer.
JsonValueException - Exception in org.forgerock.json
An exception that is thrown during JSON value operations.
JsonValueException(JsonValue) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and null as its detail message.
JsonValueException(JsonValue, String) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and detail message.
JsonValueException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value, detail message and cause.
JsonValueException(JsonValue, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and cause.
jsonValueFilterVisitor() - Static method in class org.forgerock.util.query.JsonValueFilterVisitor
Returns a QueryFilterVisitor that can assess if a JsonValue resource matches a set of criteria defined by a QueryFilter.
JsonValueFilterVisitor - Class in org.forgerock.util.query
A QueryFilterVisitor that returns true if the provide JsonValue meets the criteria of the QueryFilter assertions and false if it does not.
JsonValueFunctions - Class in org.forgerock.json
This class contains the utility functions to convert a JsonValue to another type.
JsonValueFunctions - Class in org.forgerock.json.resource
This class contains the utility functions to convert a JsonValue to CREST (json-resource) types.
JsonValueModule() - Constructor for class org.forgerock.http.util.Json.JsonValueModule
 
JsonValuePropertyEvaluator - Class in org.forgerock.config.util
A utility that traverses a JsonValue and does property substitution as well as type coercion.
JsonValuePropertyEvaluator(SubstitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec>) - Constructor for class org.forgerock.config.util.JsonValuePropertyEvaluator
Constructs a JsonValuePropertyEvaluator which traverses a JsonValue and does property substitution as well as type coercion.
JsonValuePropertyEvaluator.CoercionFunctionSpec - Class in org.forgerock.config.util
The specification for a coercion function.
JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder - Class in org.forgerock.config.util
JsonValueResolver - Class in org.forgerock.config.resolvers
A configuration property resolver that uses a JsonValue to resolve properties.
JsonValueTraverseFunction - Class in org.forgerock.json
An implementation of Function that recursively traverses the JsonValue and applies some transformation if needed.
JsonValueTraverseFunction(Function<JsonValue, ?, JsonValueException>) - Constructor for class org.forgerock.json.JsonValueTraverseFunction
Construct the traversal function with a transformation function to apply to each array element nested object attribute value element, or primitive element.
jti(String) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the unique ID of the JWT.
JTI - org.forgerock.json.jose.jwt.JwtClaimsSetKey
JWT ID Claim.
jvmDefaultKeyStore() - Static method in class org.forgerock.opendj.security.KeyManagers
Returns the JVM default keystore.
jwe(Key) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Deprecated.
jwe(JwtBuilderFactory) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
Deprecated.
jwe(JwtBuilderFactory) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
jwe(JwtBuilderFactory) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
Deprecated.
 
jwe(JwtBuilderFactory) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
Deprecated.
 
jwe(EncryptionKey<?>) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Creates a builder for building an encrypted JWT using the given encryption key.
JWE - org.forgerock.json.jose.jwt.JwtType
Used when encrypting a nested JWT.
jweAlgorithm(JweAlgorithm) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the JWE key management algorithm to use when encrypting tokens produced by this token handler.
JweAlgorithm - Enum in org.forgerock.json.jose.jwe
An Enum of the possible encryption algorithms that can be used to encrypt a JWT.
JweAlgorithmType - Enum in org.forgerock.json.jose.jwe
An Enum of the possible types of JWE algorithms that can be used to encrypt a JWT.
JweCompressionException - Exception in org.forgerock.json.jose.exceptions
Represents an exception for when compression/decompression of the plaintext fails.
JweCompressionException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JweCompressionException
Constructs a new JweCompressionException with the provided exception message.
JweCompressionException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweCompressionException
Constructs a new JweCompressionException with the provided exception message and underlying throwable.
JweCompressionException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweCompressionException
Constructs a new JweCompressionException with the provided underlying throwable.
JweDecryptionCheckedException - Exception in org.forgerock.json.jose.exceptions
This exception entirely duplicates JweDecryptionException except that it is a checked exception so that it can be used with a Promise.
JweDecryptionCheckedException() - Constructor for exception org.forgerock.json.jose.exceptions.JweDecryptionCheckedException
Constructs the exception with a basic message indicating that decryption failed.
JweDecryptionException - Exception in org.forgerock.json.jose.exceptions
Represents an exception for when decryption of the JWE fails.
JweDecryptionException() - Constructor for exception org.forgerock.json.jose.exceptions.JweDecryptionException
Constructs a new JweDecryptionException.
JweEncryption - Class in org.forgerock.json.jose.jwe
This class represents the result from the encryption process of the JWT plaintext.
JweEncryption(byte[], byte[]) - Constructor for class org.forgerock.json.jose.jwe.JweEncryption
Constructs a new JweEncryption object with the given ciphertext and authentication tag.
JweEncryptionException - Exception in org.forgerock.json.jose.exceptions
Represents an exception for when encryption of the JWE fails.
JweEncryptionException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JweEncryptionException
Constructs a new JweEncryptionException with the provided exception message.
JweEncryptionException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweEncryptionException
Constructs a new JweEncryptionException with the provided exception message and underlying throwable.
JweEncryptionException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweEncryptionException
Constructs a new JweEncryptionException with the provided underlying throwable.
JweException - Exception in org.forgerock.json.jose.exceptions
Represents a generic exception for JWE operations.
JweException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JweException
Constructs a new JweException with the provided exception message.
JweException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweException
Constructs a new JweException with the provided exception message and underlying throwable.
JweException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweException
Constructs a new JweException with the provided underlying throwable.
JweHeader - Class in org.forgerock.json.jose.jwe
An implementation for the JWE Header parameters.
JweHeader() - Constructor for class org.forgerock.json.jose.jwe.JweHeader
Constructs an new, empty JweHeader.
JweHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jwe.JweHeader
Constructs a new JweHeader with its parameters set to the contents of the given Map.
JweHeaderBuilder<B extends EncryptedJwtBuilder> - Class in org.forgerock.json.jose.builders
An implementation of a JWE Header builder that provides a fluent builder pattern to create JWE headers.
JweHeaderBuilder(B) - Constructor for class org.forgerock.json.jose.builders.JweHeaderBuilder
Constructs a new JweHeaderBuilder, parented by the given JwtBuilder.
JweHeaderKey - Enum in org.forgerock.json.jose.jwe
An Enum for the additional JWE Header parameter names.
jwk(JWK) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the JSON Web Key header parameter for this JWS.
JWK - Class in org.forgerock.json.jose.jwk
The abstract base class for the 3 implementations of JWK.
JWK - org.forgerock.json.jose.jws.JwsHeaderKey
JSON Web Key header parameter.
JWK - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for JWK configuration.
JWK(KeyType, String, String, String) - Constructor for class org.forgerock.json.jose.jwk.JWK
Deprecated.
Use the builder instead.
JWK(KeyType, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.JWK
Deprecated.
Use the builder instead.
JWK(KeyType, String, Set<KeyOperation>, Algorithm, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.JWK
Creates a JWK given the basic parameters.
JWK.Builder<B extends JWK.Builder> - Class in org.forgerock.json.jose.jwk
JWK builder.
JwkKeyFormat - Enum in org.forgerock.secrets.jwkset
Exports keys in JSON Web Key (JWK) format.
JWKLookup - Class in org.forgerock.json.jose.jwk
Helper class to look up and return the keys from specific JWK implementation algorithm types.
JWKLookup() - Constructor for class org.forgerock.json.jose.jwk.JWKLookup
 
JWKOpenIdResolverImpl - Class in org.forgerock.oauth.resolvers
This class exists to allow Open Id Providers to supply or promote a JWK exposure point for their public keys.
JWKOpenIdResolverImpl(String, JwksStore) - Constructor for class org.forgerock.oauth.resolvers.JWKOpenIdResolverImpl
Constructs a JWKOpenIdResolverImpl.
JWKS_STORE_DEFAULT_CACHE_MISS_CACHE_TIME_MS - Static variable in class org.forgerock.json.jose.jwk.store.JwksStoreService
The default cache time before reload the cache in case of cache miss ms.
JWKS_STORE_DEFAULT_CACHE_TIMEOUT_MS - Static variable in class org.forgerock.json.jose.jwk.store.JwksStoreService
The default cache timeout in ms.
jwkSet(URL) - Method in class org.forgerock.json.jose.jwk.JWKSetParser
Deprecated.
JWKSet - Class in org.forgerock.json.jose.jwk
Holds a Set of JWKs.
JWKSet() - Constructor for class org.forgerock.json.jose.jwk.JWKSet
Constructs an empty JWKSet.
JWKSet(List<JWK>) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
Construct a JWKSet from a List of JWKs.
JWKSet(JWK) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
Construct a JWKSet from a single JWK.
JWKSet(JsonValue) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
Construct a JWKSet from a single JWK.
jwkSetAsync(URL) - Method in class org.forgerock.json.jose.jwk.JWKSetParser
Provides a JWK set as indicated by the JWKSet's URL.
JWKSetParser - Class in org.forgerock.json.jose.jwk
Provides methods to gather a JWKSet from a URL and return a map of key ids to keys as dictated by that JWKS.
JWKSetParser(Client) - Constructor for class org.forgerock.json.jose.jwk.JWKSetParser
Alternative constructor allowing the calling class to pass in an already-configured Client.
JWKSetParser(Client, JWKLookup) - Constructor for class org.forgerock.json.jose.jwk.JWKSetParser
Alternative constructor allowing the calling class to pass in an already-configured Client.
JwkSetSecretStore - Class in org.forgerock.secrets.jwkset
A secret store that loads cryptographic keys from a local or remote JWKSet.
JwkSetSecretStore(JWKSet, Options) - Constructor for class org.forgerock.secrets.jwkset.JwkSetSecretStore
Creates a secret store directly from the given JWK Set.
JwkSetSecretStore(JwksStore) - Constructor for class org.forgerock.secrets.jwkset.JwkSetSecretStore
Creates a secret store from a JwksStore.
JwkSetSecretStore(JwksStore, Options) - Constructor for class org.forgerock.secrets.jwkset.JwkSetSecretStore
Creates a secret store from a JwksStore.
jwkSetToMap(JWKSet) - Method in class org.forgerock.json.jose.jwk.JWKSetParser
Converts a supplied JWKSet into a map of key:values, where the keys are the keyIds and the values are verification keys.
JwksStore - Class in org.forgerock.json.jose.jwk.store
Store JWKs into a jwkSet from a JWKs_URI and refresh the jwkSet when necessary.
JwksStore(Duration, Duration, URL, JWKSetParser, Clock) - Constructor for class org.forgerock.json.jose.jwk.store.JwksStore
JwksStoreService - Class in org.forgerock.json.jose.jwk.store
Manage the jwks store, to avoid having more than one jwks store for the same JWKs_URI unnecessary.
JwksStoreService() - Constructor for class org.forgerock.json.jose.jwk.store.JwksStoreService
Deprecated.
Prefer using the constructor JwksStoreService(Client client) in which you provide your own instance of Client. This one does instantiate a specific instance of AsyncHttpClient but does not allow any custom filter processing, nor does it close it properly.
JwksStoreService(int, int) - Constructor for class org.forgerock.json.jose.jwk.store.JwksStoreService
Deprecated.
Prefer using the constructor JwksStoreService(Client client) where timeouts are in control of the client application
JwksStoreService(Client) - Constructor for class org.forgerock.json.jose.jwk.store.JwksStoreService
Constructor with a HTTP client, that will be used to connect to the JWKS_URI.
JWObject - Class in org.forgerock.json.jose.jwt
A base implementation class for a JSON Web object.
JWObject() - Constructor for class org.forgerock.json.jose.jwt.JWObject
Constructs a new, empty JWObject.
jws(SigningHandler) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Creates a builder for building a signed JWT into a base64url UTF-8 encoded JWT string.
JWS - org.forgerock.json.jose.jwt.JwtType
Used when signing a nested JWT.
jwsAlgorithm(JwsAlgorithm) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the JWS signature algorithm to use to sign tokens produced by this token handler.
JwsAlgorithm - Enum in org.forgerock.json.jose.jws
An Enum of the possible signing algorithms that can be used to sign a JWT.
JwsAlgorithmType - Enum in org.forgerock.json.jose.jws
An Enum of the possible types of JWS algorithms that can be used to sign a JWT.
JwsException - Exception in org.forgerock.json.jose.exceptions
Represents a generic exception for JWS operations.
JwsException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwsException
Constructs a new JwsException with the provided exception message.
JwsException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsException
Constructs a new JwsException with the provided exception message and underlying throwable.
JwsException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsException
Constructs a new JwsException with the provided underlying throwable.
JwsHeader - Class in org.forgerock.json.jose.jws
An implementation for the JWS Header parameters.
JwsHeader() - Constructor for class org.forgerock.json.jose.jws.JwsHeader
Constructs a new, empty JwsHeader.
JwsHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jws.JwsHeader
Constructs a new JwsHeader, with its parameters set to the contents of the given Map.
JwsHeaderBuilder - Class in org.forgerock.json.jose.builders
An implementation of a JWS Header builder that provides a fluent builder pattern to create JWS headers.
JwsHeaderBuilder(SignedJwtBuilderImpl) - Constructor for class org.forgerock.json.jose.builders.JwsHeaderBuilder
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
JwsHeaderKey - Enum in org.forgerock.json.jose.jws
An Enum for the JWS Header parameter names.
JwsSigningException - Exception in org.forgerock.json.jose.exceptions
Represents an exception for when signing of the JWS fails.
JwsSigningException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwsSigningException
Constructs a new JwsSigningException with the provided exception message.
JwsSigningException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsSigningException
Constructs a new JwsSigningException with the provided exception message and underlying throwable.
JwsSigningException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsSigningException
Constructs a new JwsSigningException with the provided underlying throwable.
JwsVerifyingException - Exception in org.forgerock.json.jose.exceptions
Represents an exception for when verification of the JWS signature fails.
JwsVerifyingException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwsVerifyingException
Constructs a new JwsVerifyingException with the provided exception message.
JwsVerifyingException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsVerifyingException
Constructs a new JwsVerifyingException with the provided exception message and underlying throwable.
JwsVerifyingException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsVerifyingException
Constructs a new JwsVerifyingException with the provided underlying throwable.
jwt() - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Deprecated.
This method provides no security at all and shouldn't be used.
Jwt - Interface in org.forgerock.json.jose.jwt
The interface for all types of JSON Web Tokens (JWTs).
JWT - org.forgerock.json.jose.jwt.JwtType
Used for plaintext, non-nested signed or non-nested encrypted JWTs.
JWT_BEARER - org.forgerock.oauth2.core.GrantType
JWT Bearer grant type.
JWT_ISSUER - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Issuer (iss) claim value to add to the JWT and check for.
JWT_VALIDATED_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Validated configuration property key.
jwtAuthenticationMethod() - Method in interface org.forgerock.am.iot.IotAuthenticationNode.Config
The JWT authentication method that is used to verify the authentication JWT.
JwtAuthenticationTokenStore - Class in org.forgerock.secrets.vault
A secret store that authenticates to Vault using a JWT.
JwtBuilder - Interface in org.forgerock.json.jose.builders
The base interface for all JwtBuilders for each type of JWT (plaintext, signed or encrypted).
JwtBuilderException - Exception in org.forgerock.json.jose.exceptions
Represents an exception that occurs when creating/rebuilding JWTs.
JwtBuilderException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwtBuilderException
Constructs a new JwtBuilderException with the provided exception message.
JwtBuilderException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtBuilderException
Constructs a new JwtBuilderException with the provided exception message and underlying throwable.
JwtBuilderException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtBuilderException
Constructs a new JwtBuilderException with the provided underlying throwable.
JwtBuilderFactory - Class in org.forgerock.json.jose.builders
A factory for getting builders for plaintext, signed and encrypted JWTs and reconstructing JWT strings back into their relevant JWT objects.
JwtBuilderFactory() - Constructor for class org.forgerock.json.jose.builders.JwtBuilderFactory
 
jwtClaimsAsJsonValue(JwtClaimsSet) - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Returns the jwt claims as a JsonValue.
JwtClaimsSet - Class in org.forgerock.json.jose.jwt
An implementation that holds a JWT's Claims Set.
JwtClaimsSet() - Constructor for class org.forgerock.json.jose.jwt.JwtClaimsSet
Constructs a new, empty JwtClaimsSet.
JwtClaimsSet(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jwt.JwtClaimsSet
Constructs a new JwtClaimsSet, with its claims set to the contents of the given Map.
JwtClaimsSetBuilder - Class in org.forgerock.json.jose.builders
An implementation of a JWT Claims Set builder that provides a fluent builder pattern to creating JWT Claims Sets.
JwtClaimsSetBuilder() - Constructor for class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
 
JwtClaimsSetKey - Enum in org.forgerock.json.jose.jwt
An Enum for the JWT Claims Set names.
JwtCryptographyHandler - Interface in org.forgerock.jaspi.modules.session.jwt
An abstraction of the cryptographic operations that the JWT session modules will need to do to create a read JWTs.
JwtExpiredException - Exception in org.forgerock.oauth.resolvers.exceptions
Expired JWT.
JwtExpiredException() - Constructor for exception org.forgerock.oauth.resolvers.exceptions.JwtExpiredException
Construct the exception.
JwtExpiredException(String) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.JwtExpiredException
Construct the exception with the given message.
JwtExpiredException(String, Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.JwtExpiredException
Construct the exception with the given message and cause.
JwtExpiredException(Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.JwtExpiredException
Construct the exception with the given cause.
JwtHeader - Class in org.forgerock.json.jose.jwt
A base implementation class for JWT Headers.
JwtHeader() - Constructor for class org.forgerock.json.jose.jwt.JwtHeader
Constructs a new JwtHeader, with the "typ" parameter set to "JWT".
JwtHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jwt.JwtHeader
Constructs a new JwtHeader, with its parameters set to the contents of the given Map.
JwtHeaderBuilder<T extends JwtBuilder,​B extends JwtHeaderBuilder<T,​B>> - Class in org.forgerock.json.jose.builders
A base implementation of a JWT header builder that provides a fluent builder pattern to creating JWT headers.
JwtHeaderBuilder(T) - Constructor for class org.forgerock.json.jose.builders.JwtHeaderBuilder
Constructs a new JwtHeaderBuilder, parented by the given JwtBuilder.
JwtHeaderKey - Enum in org.forgerock.json.jose.jwt
An Enum for the JWT Header parameter names.
JwtReconstruction - Class in org.forgerock.json.jose.common
A service that provides a method for reconstruct a JWT string back into its relevant JWT object, (SignedJwt, EncryptedJwt, SignedThenEncryptedJwt, EncryptedThenSignedJwt).
JwtReconstruction() - Constructor for class org.forgerock.json.jose.common.JwtReconstruction
Default constructor.
JwtReconstructionException - Exception in org.forgerock.json.jose.exceptions
Represents an exception that occurs when reconstructing JWTs.
JwtReconstructionException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwtReconstructionException
Constructs a new JwtReconstructionException with the provided exception message.
JwtReconstructionException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtReconstructionException
Constructs a new JwtReconstructionException with the provided exception message and underlying throwable.
JwtReconstructionException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtReconstructionException
Constructs a new JwtReconstructionException with the provided underlying throwable.
jwtRegistrationMethod() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
The JWT registration method that is used to verify the registration JWT.
JwtRequestParameterOption - Enum in org.forgerock.oauth.clients.oidc
Enum denoting how the request parameter jwt would to be sent to the OIDC provider.
JwtRuntimeException - Exception in org.forgerock.json.jose.exceptions
Represents a generic exception for JWT operations.
JwtRuntimeException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwtRuntimeException
Constructs a new JwtRuntimeException with the provided exception message.
JwtRuntimeException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtRuntimeException
Constructs a new JwtRuntimeException with the provided exception message and underlying throwable.
JwtRuntimeException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtRuntimeException
Constructs a new JwtRuntimeException with the provided underlying throwable.
JwtSecureHeader - Class in org.forgerock.json.jose.jws
A base implementation for the common security header parameters shared by the JWS and JWE headers.
JwtSecureHeader() - Constructor for class org.forgerock.json.jose.jws.JwtSecureHeader
Constructs a new, empty JwtSecureHeader.
JwtSecureHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jws.JwtSecureHeader
Constructs a new JwtSecureHeader, with its parameters set to the contents of the given Map.
JwtSecureHeaderBuilder<T extends JwtBuilder,​B extends JwtSecureHeaderBuilder<T,​B>> - Class in org.forgerock.json.jose.builders
A base implementation of a JWT header builder, for the common security header parameters shared by the JWS and JWE headers, that provides a fluent builder pattern to creating JWT headers.
JwtSecureHeaderBuilder(T) - Constructor for class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Constructs a new JwtSecureHeaderBuilder, parented by the given JwtBuilder.
JwtSessionCookie - Interface in org.forgerock.jaspi.modules.session.jwt
Abstraction of a cookie to allow for the CHF Cookie and the Http Cookie.
JwtSessionModule - Class in org.forgerock.jaspi.modules.session.jwt
A JASPI CHF Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.
JwtSessionModule() - Constructor for class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
Constructs an instance of the JwtSessionModule.
JwtSessionModule(JwtCryptographyHandler) - Constructor for class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
Constructs an instance of the JwtSessionModule.
JwtSessionModule(JwtBuilderFactory) - Constructor for class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
Constructs an instance of the JwtSessionModule.
JwtSessionModule(JwtBuilderFactory, JwtCryptographyHandler) - Constructor for class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
Constructs an instance of the JwtSessionModule.
JwtTokenHandler - Class in org.forgerock.json.jose.tokenhandler
Deprecated.
Prefer SecretsJwtTokenHandler instead.
JwtTokenHandler(JweAlgorithm, EncryptionMethod, KeyPair, JwsAlgorithm, SigningHandler) - Constructor for class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
Deprecated.
Constructs a new JWT token handler that never expires.
JwtTokenHandler(JweAlgorithm, EncryptionMethod, KeyPair, JwsAlgorithm, SigningHandler, Optional<Long>, int) - Constructor for class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
Deprecated.
Constructs a new JWT token handler.
JwtTokenHandlerConfig - Class in org.forgerock.selfservice.stages.tokenhandlers
Configuration for a JwtTokenHandler.
JwtTokenHandlerConfig() - Constructor for class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
 
jwtType(String) - Static method in enum org.forgerock.json.jose.jwt.JwtType
Finds the value of the String representation of the given JWT type.
JwtType - Enum in org.forgerock.json.jose.jwt
An Enum for the possible types of JWTs.

K

KbaConfig - Class in org.forgerock.selfservice.core.config
Represents a single KBA question in various Locales.
KbaConfig() - Constructor for class org.forgerock.selfservice.core.config.KbaConfig
 
keepMatchedValues(AttributeFilter, Schema) - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Register a mapping function in the provided AttributeFilter which will only retain attribute values matching at least one filter defined in this control.
keepMatchedValues(Schema) - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns a mapping function which, given an attribute, returns a new attribute containing only the values matching the filters defined in this control, or an empty attribute if none of the values match.
KERBEROS_PRINCIPAL_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Kerberos Principal Name Identifier
key() - Method in enum org.forgerock.config.util.CoercionFunction
Get the key of the coercion function.
KEY_AGREEMENT - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Perform key agreement.
KEY_AGREEMENT - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for an interactive key agreement protocol, such as Diffie-Hellman (DH) or the elliptic curve equivalent (ECDH).
KEY_ALIAS_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Key Alias configuration property key.
KEY_ALIAS_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for a key stored in a keystore.
KEY_CERT_SIGN - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify signatures on public key certificates.
KEY_DECRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for decrypting ("unwrapping") other keys.
KEY_ENCIPHERMENT - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Encipher private or secret keys, i.e., for key transport.
KEY_ENCRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for encrypting ("wrapping") other keys.
KEY_MANAGER_ALGORITHM - Static variable in class org.forgerock.secrets.SecretsKeyManager
The algorithm of the underlying X509ExtendedKeyManager implementation to use.
KEY_USAGE - org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
Populates key usage constraints from a JSON array of WebCrypto key usage names.
KeyAgreementKey - Class in org.forgerock.secrets.keys
A key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.
KeyAgreementKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.KeyAgreementKey
Initialises the key with the given secret data.
keyAlgorithm(String) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces a particular key algorithm (case insensitive).
KeyDecryptionKey - Class in org.forgerock.secrets.keys
A key that is used to decrypt (or "unwrap") other keys that have been encrypted with a KeyEncryptionKey.
KeyDecryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.KeyDecryptionKey
Initialises the key with the given secret data.
KeyEncryptionKey - Class in org.forgerock.secrets.keys
A key that is used to encrypt ("wrap") other keys.
KeyEncryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.KeyEncryptionKey
Initialises the key with the given secret data.
KeyFormat<T> - Interface in org.forgerock.secrets.keys
A format that can be used for exporting key material.
KeyFormatPem - Class in org.forgerock.secrets.keys
Exports a key in the PEM (Privacy Enhanced Mail) format.
KeyFormatPem(boolean) - Constructor for class org.forgerock.secrets.keys.KeyFormatPem
Constructs a new PEM key format that does not encrypt private keys.
KeyFormatRaw - Enum in org.forgerock.secrets.keys
Exports the raw key.
keyId - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
The key ID, optional.
keyId(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the keyId parameter of the JWK.
KEYINFO_CONFIRMATION_DATA - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
KeyInfoConfirmationData - Interface in com.sun.identity.saml2.assertion
The KeyInfoConfirmationData constrains a SubjectConfirmationData element to contain one or more ds:KeyInfo elements that identify cryptographic keys that are used in some way to authenticate an attesting entity.
keyManagers() - Method in class org.forgerock.opendj.security.SslOptions
Return the key managers which can be used to secure connections or null if no certificates are used.
KeyManagers - Class in org.forgerock.opendj.security
This class contains methods for creating common types of key manager.
KeyOperation - Enum in org.forgerock.json.jose.jwk
Represents the Possible key operations values.
keyOperations - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
The key operations, optional.
keyOperations(Set<KeyOperation>) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Set the key operations parameter of the JWK.
keyPair(KeyPair) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the public and private values from the given key pair.
KeyProvider - Interface in com.sun.identity.saml.xmlsig
The class KeyProvider is an interface that is implemented to retrieve X509Certificates and Private Keys from user data store.
keyRing(KeyRingName) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the keyring to use as the basis for this secret store.
keyRing(String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the name of a keyring to use as a basis for this secret store.
keyRing(String, String, String) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
Sets the key ring based on the given project, location, and key ring names.
keys() - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
keys() - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
keys() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns a view collection containing the key from each key-value pair in this multimap, without collapsing duplicates.
keys() - Method in class org.forgerock.json.jose.jwt.JWObject
Returns the set of keys for this JWObject's values.
keys() - Method in class org.forgerock.json.JsonValue
Returns the set of keys for this JSON value's child values.
keys() - Method in class org.forgerock.openam.auth.node.api.NodeState
Gets the distinct keys from across all types of state.
keySet() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns a view collection of all distinct keys contained in this multimap.
keySet() - Method in class org.forgerock.http.protocol.Headers
 
keySet() - Method in class org.forgerock.http.protocol.RequestCookies
 
keySet() - Method in class org.forgerock.util.LazyMap
Returns a Set view of the keys contained in the map.
keySet() - Method in class org.forgerock.util.MapDecorator
Returns a Set view of the keys contained in the map.
KEYSTORE_FILE_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Keystore file path property key.
KEYSTORE_LOCATION_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for the location of a keystore.
KEYSTORE_PASS_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for the password to a keystore.
KEYSTORE_PASSWORD_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Keystore password configuration property key.
KEYSTORE_TYPE_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Keystore type configuration property key.
KEYSTORE_TYPE_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for the type of a keystore.
KeyStoreBasedSecretStoreProvider - Interface in org.forgerock.openam.secrets.config
An abstraction of initialising a keystore-based BaseSecretStoreProvider.
KeyStoreBuilder - Class in org.forgerock.security.keystore
Builder class for loading key stores.
KeyStoreBuilder() - Constructor for class org.forgerock.security.keystore.KeyStoreBuilder
 
keystoreFile(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the keystore filename on the SAML2ConfigBuilder.
KeyStoreJwtCryptographyHandler - Class in org.forgerock.jaspi.modules.session.jwt
Deprecated.
KeyStoreJwtCryptographyHandler() - Constructor for class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
Deprecated.
 
KeyStoreKeyIdProvider - Interface in org.forgerock.openam.secrets
This interface allows customization of the key ID values associated with public keys stored in KeyStoreSecretStores.
KeyStoreManager - Class in org.forgerock.security.keystore
A class that manages a Java Key Store and has methods for extracting out public/private keys and certificates.
KeyStoreManager(KeyStore) - Constructor for class org.forgerock.security.keystore.KeyStoreManager
Constructs an instance of the KeyStoreManager.
KeystoreManagerException - Exception in org.forgerock.security.keystore
Represents an exception from an operation using the KeyStoreManager class.
KeystoreManagerException(String) - Constructor for exception org.forgerock.security.keystore.KeystoreManagerException
Constructs a new KeystoreManagerException with the specified detail message.
KeystoreManagerException(String, Throwable) - Constructor for exception org.forgerock.security.keystore.KeystoreManagerException
Constructs a new KeystoreManagerException with the specified detail message.
KeystoreManagerException(Throwable) - Constructor for exception org.forgerock.security.keystore.KeystoreManagerException
Constructs a new KeyStoreManagerException with the specified throwable.
KeyStoreObjectCache - Interface in org.forgerock.opendj.security
A service provider interface for implementing key store caches.
KeyStoreParameters - Class in org.forgerock.opendj.security
The parameters which configure how the LDAP key store will be accessed.
keystorePassword(byte[]) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the keystore password on the SAML2ConfigBuilder.
KeyStoreSecretStore - Class in org.forgerock.secrets.keystore
A secret store for cryptographic keys based on a standard Java KeyStore.
KeyStoreSecretStore(Function<char[], KeyStore, KeyStoreException>, SecretReference<GenericSecret>) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore
Initialises the keystore using the same password for the keystore and all keys and default configuration options.
KeyStoreSecretStore(Function<char[], KeyStore, KeyStoreException>, SecretReference<GenericSecret>, SecretReference<GenericSecret>, Options, KeyStoreSecretStore.StableIdProvider) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore
Initialises the key store.
KeyStoreSecretStore(Function<char[], KeyStore, KeyStoreException>, SecretReference<GenericSecret>, Options) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore
Initialises the keystore using the same password for the keystore and all keys.
KeyStoreSecretStore.AliasSpec - Class in org.forgerock.secrets.keystore
Specifies an alias with its validity for use in the store.
KeyStoreSecretStore.KeyDetails - Class in org.forgerock.secrets.keystore
Details of a key that comes from the keystore.
KeyStoreSecretStore.StableIdProvider - Interface in org.forgerock.secrets.keystore
An interface to allow the consuming application to provide the stable ID for the secret.
KeyStoreType - Enum in org.forgerock.security.keystore
Deprecated.
Specify the keystore type string directly in preference to this enum, as it is extensible at runtime
keyToHumanReadableString(ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.Indexer
Returns a human readable representation of the key.
keyTransportAlgorithm(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the SAML2Config key transport algorithm.
keyType - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
The key type, required.
KeyType - Enum in org.forgerock.json.jose.jwk
Enum representing the possible KeyTypes.
KeyType - Enum in org.forgerock.secrets.keys
Indicates the type of key.
keyUsage(boolean, EnumSet<X509CertificateBuilder.KeyUsage>) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Adds the key usage extension with the provided usages.
KeyUsage - Enum in org.forgerock.secrets.keys
Indicates the allowed usages for a particular key.
keyUsages(Set<KeyUsage>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the allowed key usages for this key.
keyUse(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Set the key use parameter of the JWK.
KeyUseConstants - Class in org.forgerock.json.jose.jwk
Represents the supported KeyUse values.
kid(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the Key ID header parameter for this JWS.
KID - org.forgerock.json.jose.jws.JwsHeaderKey
Key ID header parameter.

L

LABEL_PATTERN - Static variable in class org.forgerock.secrets.Purpose
The regular expression to use when validating purpose labels.
LambdaExceptionUtils - Class in org.forgerock.util
Utility methods for interacting with lambdas that throw exceptions.
LANDING_PAGE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
URI where the user agent will be directed to after OAuth interaction is complete.
lastIndexOf(Object) - Method in class org.forgerock.util.LazyList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.forgerock.util.ListDecorator
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastModified() - Static method in class com.iplanet.am.util.SystemProperties
Returns a counter for last modification.
LATEST - org.forgerock.http.routing.DefaultVersionBehaviour
Will route to the latest version of the resource.
LAX - org.forgerock.http.protocol.Cookie.SameSite
In "lax" mode the cookie will be sent on "safe" top-level navigation methods (GET, HEAD, TRACE or OPTIONS).
lazy(Supplier<T, E>) - Static method in class org.forgerock.util.LazySupplier
Constructs a supplier that will lazily compute and cache a value from the given supplier.
lazyCopy() - Method in class org.forgerock.http.protocol.Request
Returns a Supplier that will lazily copy the request object the first time it is accessed.
LazyList<E> - Class in org.forgerock.util
A list with lazy initialization.
LazyList() - Constructor for class org.forgerock.util.LazyList
Constructs a new lazy list.
LazyList(Factory<List<E>>) - Constructor for class org.forgerock.util.LazyList
Constructs a new lazy list.
LazyMap<K,​V> - Class in org.forgerock.util
A map with lazy initialization.
LazyMap() - Constructor for class org.forgerock.util.LazyMap
Constructs a new lazy map.
LazyMap(Factory<Map<K, V>>) - Constructor for class org.forgerock.util.LazyMap
Constructs a new lazy map.
LazySupplier<T,​E extends Exception> - Class in org.forgerock.util
A Supplier that lazily computes a value the first time it is accessed and then caches the result to return on subsequent requests.
Ldap - Class in org.forgerock.opendj.io
This class contains various static utility methods encoding and decoding LDAP protocol elements.
LDAP_CLIENT_AUTHN_BIND_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the BindRequest used for pre-authenticated connection or availability check made by load-balancers.
LDAP_CLIENT_AUTHN_BIND_REQUEST_FACTORY - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the BindRequest supplier used for pre-authenticated connection or availability checks made by load-balancers
LDAP_CLIENT_ENABLE_PRE_AUTHENTICATION - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures whether the connection factory must return pre-authenticated connections.
LDAP_CLIENT_KEEP_ALIVE_ENABLED - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the connection factory to periodically send keep-alives to the Directory Server.
LDAP_CLIENT_KEEP_ALIVE_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the time between successive keep-alives (default interval is 300 seconds).
LDAP_CLIENT_KEEP_ALIVE_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically sending keep-alives.
LDAP_CLIENT_KEEP_ALIVE_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the parameters of the search request that will be used for keep-alives.
LDAP_CLIENT_KEEP_ALIVE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the timeout for keep-alives, after which the remote Directory Server will be deemed to be disconnected (default timeout is 3 seconds).
LDAP_CLIENT_REQUEST_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the operation timeout.
LDAP_CLIENT_SSL_USE_STARTTLS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies whether SSL or StartTLS should be used for securing connections when an SSL context is specified.
LDAP_FILTER - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a LDAPFilterCondition to define the ldap filter that should be satisfied by the ldap entry of the user for the condition to be satisifed The value should be a Set with only one element.
LdapClient - Interface in org.forgerock.opendj.ldap
An LDAP client provides an interface for obtaining a connection to a Directory Server.
LdapClients - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating LDAP clients and connections.
ldapClientSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an LDAP client layer to an underlying socket.
LdapClientSocket - Interface in org.forgerock.opendj.ldap
A connection with a Directory Server over which read and update operations may be performed.
LdapConnectionFactory - Class in org.forgerock.opendj.ldap
A factory class which can be used to obtain connections to an LDAP Directory Server.
LdapConnectionFactory(String, int) - Constructor for class org.forgerock.opendj.ldap.LdapConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LdapConnectionFactory(String, int, Options) - Constructor for class org.forgerock.opendj.ldap.LdapConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LdapConnectionFactory(LdapClient) - Constructor for class org.forgerock.opendj.ldap.LdapConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LdapException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was unsuccessful.
LdapException(Result) - Constructor for exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception using the provided result.
ldapMemoryTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns an in-memory reactive LDAP transport.
LdapMessage - Class in org.forgerock.opendj.ldap.messages
Encapsulates a ProtocolOp with LDAP specific message information.
LdapPromise<S> - Interface in org.forgerock.opendj.ldap
A handle which can be used to retrieve the Result of an asynchronous Request.
LdapReader - Class in org.forgerock.opendj.io
Reads LDAP messages from an underlying ASN.1 reader.
LdapResultHandler<S> - Interface in org.forgerock.opendj.ldap
A completion handler for consuming the result of an asynchronous operation or connection attempts.
LdapServer - Class in org.forgerock.opendj.ldap
An LDAP server connection listener which waits for LDAP connection requests to come in over the network and binds them to a server connection created using the provided server connection factory.
LdapServer(int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>, Options) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(String, int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(String, int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>, Options) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(Set<InetSocketAddress>, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(Set<InetSocketAddress>, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>, Options) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
ldapServerSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an LDAP server layer to an underlying socket.
LdapSession - Interface in org.forgerock.opendj.ldap
Server side representation of a connected LDAP client.
LdapSocket - Interface in org.forgerock.opendj.io
A reactive socket implementation representing a stream of LDAP messages.
ldapTransport(RxTransport<ByteBuffer, ? extends RxSocket<ByteBuffer>>) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that adds an LDAP layer to an underlying transport.
ldapTransportFromOptions(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a new LDAP RxTransport configured using the provided options.
LdapUrl - Class in org.forgerock.opendj.ldap
An LDAP URL as defined in RFC 4516.
LdapUrl(boolean, String, Integer, Dn) - Constructor for class org.forgerock.opendj.ldap.LdapUrl
Creates a new LDAP URL referring to a single entry on the specified server.
LdapUrl(boolean, String, Integer, Dn, SearchScope, Filter, String...) - Constructor for class org.forgerock.opendj.ldap.LdapUrl
Creates a new LDAP URL including the full set of parameters for a search request.
LDAPUtils - Class in org.forgerock.openam.ldap
Utility methods to help interaction with the OpenDJ LDAP SDK.
LDAPUtils.CachedPoolOptions - Class in org.forgerock.openam.ldap
A model object that contains the settings used for cached connection pools.
LDAPUtils.FailoverLdapClient - Class in org.forgerock.openam.ldap
Simple failover Ldap Client.
LdapWriter - Class in org.forgerock.opendj.io
Writes LDAP messages to an underlying ASN.1 writer.
Ldif - Class in org.forgerock.opendj.ldif
This class contains common utility methods for creating and manipulating readers and writers.
LdifChangeRecordReader - Class in org.forgerock.opendj.ldif
An LDIF change record reader reads change records using the LDAP Data Interchange Format (LDIF) from a user defined source.
LdifChangeRecordReader(InputStream) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader whose source is the provided input stream.
LdifChangeRecordReader(Reader) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader whose source is the provided character stream reader.
LdifChangeRecordReader(String...) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader which will read lines of LDIF from the provided array of LDIF lines.
LdifChangeRecordReader(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader which will read lines of LDIF from the provided list of LDIF lines.
LdifChangeRecordWriter - Class in org.forgerock.opendj.ldif
An LDIF change record writer writes change records using the LDAP Data Interchange Format (LDIF) to a user defined destination.
LdifChangeRecordWriter(OutputStream) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Creates a new LDIF change record writer whose destination is the provided output stream.
LdifChangeRecordWriter(Writer) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Creates a new LDIF change record writer whose destination is the provided character stream writer.
LdifChangeRecordWriter(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Creates a new LDIF change record writer which will append lines of LDIF to the provided list.
LdifEntryReader - Class in org.forgerock.opendj.ldif
An LDIF entry reader reads attribute value records (entries) using the LDAP Data Interchange Format (LDIF) from a user defined source.
LdifEntryReader(InputStream) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader whose source is the provided input stream.
LdifEntryReader(Reader) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader whose source is the provided character stream reader.
LdifEntryReader(String...) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader which will read lines of LDIF from the provided array of LDIF lines.
LdifEntryReader(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader which will read lines of LDIF from the provided list of LDIF lines.
LdifEntryWriter - Class in org.forgerock.opendj.ldif
An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.
LdifEntryWriter(OutputStream) - Constructor for class org.forgerock.opendj.ldif.LdifEntryWriter
Creates a new LDIF entry writer whose destination is the provided output stream.
LdifEntryWriter(Writer) - Constructor for class org.forgerock.opendj.ldif.LdifEntryWriter
Creates a new LDIF entry writer whose destination is the provided character stream writer.
LdifEntryWriter(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifEntryWriter
Creates a new LDIF entry writer which will append lines of LDIF to the provided list.
LE - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Lesser Than or Equal Relationship.
leaf() - Method in class org.forgerock.json.JsonPointer
Returns the last (leaf) reference token of the JSON pointer, or null if the pointer contains no reference tokens (i.e.
leaf() - Method in class org.forgerock.json.resource.ResourcePath
Returns the last path element in this resource path.
LEASE_EXPIRY_DURATION - Static variable in interface org.forgerock.secrets.SecretStore
Option used to specify how long secrets from a store should be used before being refreshed.
length() - Method in interface org.forgerock.http.io.Buffer
Returns the current length of the buffer.
length() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the length of the String representation of this message in the default locale.
length() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the length of the String representation of this message builder in the default locale.
length() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the length of this byte sequence.
length() - Method in class org.forgerock.opendj.ldap.ByteString
 
length() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
length(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the length of the String representation of this message in the specified locale.
length(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the length of the String representation of this message builder in the specified locale.
LENGTH_REQUIRED - org.forgerock.api.commons.CommonsApi.Errors
The "length required" error.
LENGTH_REQUIRED - Static variable in class org.forgerock.http.protocol.Status
The 411 (Length Required) status code indicates that the server refuses to accept the request without a defined Content-Length (Section 3.3.2 of [RFC7230]).
LENGTH_REQUIRED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.LENGTH_REQUIRED in an API Description.
LESS_EQUAL - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "less-than-or-equal" operator.
LESS_OR_EQUAL - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for less or equal filters.
LESS_OR_EQUAL - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for less or equal filters.
LESS_THAN - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "less-than" operator.
lessOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new less or equal filter using the provided attribute description and assertion value.
lessOrEqualAssertion(String, ByteSequence) - Static method in interface org.forgerock.opendj.ldap.Assertion
Returns an assertion for less than or equal comparisons.
lessThan(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new less than filter using the provided field name and value assertion.
lessThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new less than filter using the provided attribute description and assertion value.
lessThanAssertion(String, ByteSequence) - Static method in interface org.forgerock.opendj.ldap.Assertion
Returns an assertion for less than comparisons.
lessThanOrEqualTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new less than or equal to filter using the provided field name and value assertion.
LEVEL - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The LEVEL index type indicates that the index name given corresponds to a given authentication level.
LIBERTY_REQUEST - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Liberty Request.
LimitExceededException - Exception in com.sun.identity.policy
Exception thrown if any configured limit is exceeded
LimitExceededException(String, String, int) - Constructor for exception com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(String, Throwable, String, int) - Constructor for exception com.sun.identity.policy.LimitExceededException
Constructor
LimitExceededException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.LimitExceededException
Constructor
LINE_BREAK - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Single line-break.
link(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a cross-reference link.
link(String, String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a cross-reference link, with a custom xreflabel.
LINK - com.sun.identity.sm.AttributeSchema.UIType
The LINK attribute type specifies that the attribute should be displayed as a link.
linkAccounts(String, String) - Method in class org.forgerock.am.saml2.impl.Saml2SsoResponseUtils
Sets up a persistent link between the federated account and the local user.
LinkedAttribute - Class in org.forgerock.opendj.ldap
An implementation of the Attribute interface with predictable iteration order.
LinkedAttribute(String) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and no attribute values.
LinkedAttribute(String, Object) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and single attribute value.
LinkedAttribute(String, Object...) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(String, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(Attribute) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the same attribute description and attribute values as attribute.
LinkedAttribute(AttributeDescription) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and no attribute values.
LinkedAttribute(AttributeDescription, Object) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and single attribute value.
LinkedAttribute(AttributeDescription, Object...) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(AttributeDescription, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedHashMapEntry - Class in org.forgerock.opendj.ldap
An implementation of the Entry interface which uses a LinkedHashMap for storing attributes.
LinkedHashMapEntry() - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry with an empty (root) distinguished name and no attributes.
LinkedHashMapEntry(String) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided distinguished name decoded using the default schema.
LinkedHashMapEntry(String...) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates a new entry using the provided lines of LDIF decoded using the default schema.
LinkedHashMapEntry(Dn) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided distinguished name and no attributes.
LinkedInClient - Class in org.forgerock.oauth.clients.linkedin
Oauth 2.0 Client Implementation that supports LinkedIn.
LinkedInClient(Handler, LinkedInClientConfiguration, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.linkedin.LinkedInClient
Constructs a LinkedInClient.
linkedinClientConfiguration() - Static method in class org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration
Creates a new builder for LinkedInClientConfiguration.
LinkedInClientConfiguration - Class in org.forgerock.oauth.clients.linkedin
Configuration used for LinkedInClient Implementation.
LinkedInClientConfiguration(LinkedInClientConfiguration.Builder) - Constructor for class org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration
Creates an LinkedInClientConfiguration instance.
LinkedInClientConfiguration.Builder - Class in org.forgerock.oauth.clients.linkedin
Builder used to create LinkedInClientConfiguration instance.
list - Variable in class org.forgerock.util.ListDecorator
The list wrapped by this decorator.
LIST - com.sun.identity.sm.AttributeSchema.Type
The LIST attribute type specifies that the attribute can have multiple values, i.e., multi-valued attribute.
LIST - org.forgerock.config.util.CoercionFunction
A coercion function that processes a list of strings delimited by a "," into a json array.
LIST - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
value is a free form multi list text field
LIST_ACCESS_DENIED - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log listing privilege is denied.
LIST_CONTINUATION - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
List continuation marker, for including complex markup in a list-item.
LIST_NOT_EXISTS - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log list does not exist.
listContinuation() - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a list-continuation, for adding complex formatted content to a list.
ListDecorator<E> - Class in org.forgerock.util
Wraps another map.
ListDecorator(List<E>) - Constructor for class org.forgerock.util.ListDecorator
Constructs a new list decorator, wrapping the specified list.
listen() - Method in class org.forgerock.am.config.Listener
Start the listener.
listen(InetSocketAddress, Options) - Method in interface org.forgerock.opendj.io.RxTransport
Starts listening on the provided address and returns an RxServerSocket which will publish incoming connections via the RxServerSocket.accept() method.
ListenableConfig - Interface in org.forgerock.am.config
Annotated configuration classes implementing this interface will be able to have listeners registered to be invoked on configuration changes.
Listener - Class in org.forgerock.am.config
Builder responsible for providing fluent-like functions for building up Action instances which will respond to changes in Service configuration.
Listener() - Constructor for class org.forgerock.am.config.Listener
 
Listener.Action - Interface in org.forgerock.am.config
A generic listener which will respond to a configuration or schema change event.
Listener.ConfigType - Enum in org.forgerock.am.config
 
Listener.ServiceListenerEvent - Enum in org.forgerock.am.config
Represents an event provided to a service listener.
LISTING - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Pre-formatted listing block.
listingBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a listing-block.
listingBlock(String, String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a listing-block, with the source-code type (e.g., java, json, etc.) noted for formatting purposes.
listIterator() - Method in class org.forgerock.util.LazyList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator() - Method in class org.forgerock.util.ListDecorator
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class org.forgerock.util.LazyList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class org.forgerock.util.ListDecorator
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListMultimap<K,​V> - Interface in org.forgerock.guava.common.collect
Deprecated.
Use ListMultimap instead.
listOf(Function<JsonValue, V, E>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as a List containing objects whose type (and value) is specified by a transformation function.
Lists - Class in org.forgerock.http.util
Provides helper methods for List.
LITERAL - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Literal block.
LITERAL_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Literal block style.
literalBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a literal-block.
LivenessCheck - Interface in org.forgerock.am.health
This interface defines the contract for checking whether an AM service or component is alive and able to function independent of the state of any 3rd party dependencies or whether the service or component has fallen over to the point of being beyond recovery.
LivenessCheckEndpoint - Class in org.forgerock.am.health
CHF endpoint that reports AMs liveness, pertaining to the characteristics laid out in the Kubernetes documentation for the liveness probe.
LivenessCheckEndpoint(HealthCheckService) - Constructor for class org.forgerock.am.health.LivenessCheckEndpoint
Creates a new instance of the liveness endpoint.
load() - Static method in class org.forgerock.openam.entitlement.EntitlementRegistry
Loads all available EntitlementModule instances and registers them with a new entitlement registry.
load(Class<S>, Options) - Method in interface org.forgerock.http.spi.Loader
Loads a service of the specified type.
load(Request) - Method in interface org.forgerock.http.session.SessionManager
Deprecated.
Loads a new Session for the given Request.
LOAD_BALANCER_AVAILABILITY_CHECK_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the time between successive availability check requests (default interval is 5 seconds).
LOAD_BALANCER_AVAILABILITY_CHECK_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the parameters of the search request that will be used for availability check.
LOAD_BALANCER_AVAILABILITY_CHECK_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the timeout for availability checks, after which the remote Directory Server will be deemed to be unavailable (default timeout is 3 seconds).
LOAD_BALANCER_BASE_DNS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the base DN(s) for the data that the ldap service handles.
LOAD_BALANCER_EVENT_LISTENER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the event listener which should be notified whenever a load-balanced LDAP client changes state from online to offline or vice-versa.
LOAD_BALANCER_IDLE_SERVER_SELECTOR - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies a function to chose a server when all servers are idle.
LOAD_BALANCER_PARTITION_BASE_DNS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies partition base DNs.
LOAD_BALANCER_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically reconnecting to offline LDAP clients.
loadAsync(Request) - Method in interface org.forgerock.http.session.AsyncSessionManager
Loads a new Session for the given Request.
LoadBalancerEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when an LDAP client associated with a load-balancer changes state from offline to online or vice-versa.
loadBouncyCastle() - Static method in class org.forgerock.json.jose.utils.Utils
Attempts to load the BouncyCastle JCE provider and register it.
loadDefaultServices(OrganizationConfigManager) - Static method in class com.sun.identity.sm.OrganizationConfigManager
Loads default services to a newly created realm
Loader - Class in org.forgerock.util
Provides methods for dynamically loading classes.
Loader - Interface in org.forgerock.http.spi
An SPI interface for implementing alternative service loading strategies.
loadJWKFromJson(JWK.Builder, JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWK
Load the generic JWK attributes from the json, by side effect.
loadKeyStore(String, char[]) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads a key store using the provided type and pin.
loadKeyStore(String, char[], String) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided path, password, type and provider.
loadKeyStore(String, char[], String, String) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided path, password, type and provider.
loadKeyStore(Path, char[], String) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided path, password and type.
loadKeyStore(KeyStore, InputStream, char[]) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads a key store using the provided input stream and pin.
loadList(Class<E>) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a list.
loadList(Class<E>, ClassLoader) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a list.
loadMap(Class<V>) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a map.
loadMap(Class<V>, ClassLoader) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a map.
loadNoOverwrite(EntryReader) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Reads all of the entries from the provided entry reader and adds them to the content of this memory backend.
loadOverwrite(EntryReader) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Reads all of the entries from the provided entry reader and adds them to the content of this memory backend replacing any existing entries having the same name.
loadPropertyUpgrader() - Static method in class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
Attempts to load the configured session property upgrader class.
LOCAL - org.forgerock.selfservice.core.StorageType
State should be preserved locally.
LOCAL_AUTH_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute to be configured in SPSSOConfig for local authentication url.
LOCAL_CLOSE - Static variable in interface org.forgerock.opendj.io.RxSocket
Thrown by read and write when the socket is closed locally.
localAddress(String) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the local server's address.
Locale - Class in com.sun.identity.shared.locale
This class Locale.java is a utility that provides functionality for applications and services to internationalize their messages.
Locale() - Constructor for class com.sun.identity.shared.locale.Locale
 
locales - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The preferred locales for the request.
locales() - Method in annotation type org.forgerock.api.annotations.Operation
The list of supported locales for the operation.
locales(PreferredLocales) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the preferred locales for the request.
LocaleUtils - Class in org.forgerock.selfservice.stages.utils
Utility class for Locales.
LocalizableException - Interface in org.forgerock.i18n
A mix-in interface which can be used to identify exceptions which support localization.
LocalizableMessage - Class in org.forgerock.i18n
A localizable message whose String representation can be retrieved in one or more locales.
LocalizableMessageBuilder - Class in org.forgerock.i18n
A mutable sequence of localizable messages and their parameters.
LocalizableMessageBuilder() - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially empty.
LocalizableMessageBuilder(Object) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the String representation of the provided Object.
LocalizableMessageBuilder(LocalizableMessage) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the provided message.
LocalizableMessageBuilder(LocalizableMessageBuilder) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the provided message builder.
LocalizableMessageDescriptor - Class in org.forgerock.i18n
An opaque handle to a localizable message.
LocalizableMessageDescriptor.Arg0 - Class in org.forgerock.i18n
Subclass for creating messages with no arguments.
LocalizableMessageDescriptor.Arg1<T1> - Class in org.forgerock.i18n
Subclass for creating messages with one argument.
LocalizableMessageDescriptor.Arg2<T1,​T2> - Class in org.forgerock.i18n
Subclass for creating messages with two arguments.
LocalizableMessageDescriptor.Arg3<T1,​T2,​T3> - Class in org.forgerock.i18n
Subclass for creating messages with three arguments.
LocalizableMessageDescriptor.Arg4<T1,​T2,​T3,​T4> - Class in org.forgerock.i18n
Subclass for creating messages with four arguments.
LocalizableMessageDescriptor.Arg5<T1,​T2,​T3,​T4,​T5> - Class in org.forgerock.i18n
Subclass for creating messages with five arguments.
LocalizableMessageDescriptor.Arg6<T1,​T2,​T3,​T4,​T5,​T6> - Class in org.forgerock.i18n
Subclass for creating messages with six arguments.
LocalizableMessageDescriptor.Arg7<T1,​T2,​T3,​T4,​T5,​T6,​T7> - Class in org.forgerock.i18n
Subclass for creating messages with seven arguments.
LocalizableMessageDescriptor.Arg8<T1,​T2,​T3,​T4,​T5,​T6,​T7,​T8> - Class in org.forgerock.i18n
Subclass for creating messages with eight arguments.
LocalizableMessageDescriptor.Arg9<T1,​T2,​T3,​T4,​T5,​T6,​T7,​T8,​T9> - Class in org.forgerock.i18n
Subclass for creating messages with nine arguments.
LocalizableMessageDescriptor.ArgN - Class in org.forgerock.i18n
Subclass for creating messages with an any number of arguments.
LocalizableOperation - Class in org.forgerock.api.transform
Localizable Operation.
LocalizableOperation() - Constructor for class org.forgerock.api.transform.LocalizableOperation
 
LocalizableRefProperty - Class in org.forgerock.api.transform
Localizable RefProperty.
LocalizableRefProperty() - Constructor for class org.forgerock.api.transform.LocalizableRefProperty
Creates a new LocalizableRefProperty.
LocalizableRefProperty(String) - Constructor for class org.forgerock.api.transform.LocalizableRefProperty
Creates a new LocalizableRefProperty with the given JSON Reference.
LocalizableString - Class in org.forgerock.util.i18n
Represents a String which could be localizable.
LocalizableString(String) - Constructor for class org.forgerock.util.i18n.LocalizableString
String only constructor for non-localizable String values.
LocalizableString(String, Class<?>) - Constructor for class org.forgerock.util.i18n.LocalizableString
Constructor for potentially localizable String.
LocalizableString(String, ClassLoader) - Constructor for class org.forgerock.util.i18n.LocalizableString
Constructor for potentially localizable String.
LocalizableString(String, ClassLoader, LocalizableString) - Constructor for class org.forgerock.util.i18n.LocalizableString
Constructor for potentially localizable String.
LocalizableStringModule() - Constructor for class org.forgerock.http.util.Json.LocalizableStringModule
Default constructor.
LocalizableTag - Class in org.forgerock.api.transform
Localizable Tag.
LocalizableTag() - Constructor for class org.forgerock.api.transform.LocalizableTag
 
LocalizedIllegalArgumentException - Exception in org.forgerock.i18n
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
LocalizedIllegalArgumentException(Throwable) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided cause.
LocalizedIllegalArgumentException(LocalizableMessage) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided message.
LocalizedIllegalArgumentException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided message and cause.
LocalizedKeyStoreException - Exception in org.forgerock.opendj.security
A localized KeyStoreException.
LocalizedLogger - Class in org.forgerock.i18n.slf4j
A logger implementation which formats and localizes messages before forwarding them to an underlying SLF4J Logger.
LocalizedLoggerFactory - Class in org.forgerock.i18n.slf4j
A factory of LocalizedLogger instances which obtains a SLF4J Logger by calling the appropriate LoggerFactory method and wrapping it in an instance of LocalizedLogger.
LocalizedMarker - Class in org.forgerock.i18n.slf4j
An implementation of SLF4J marker that contains a LocalizableMessage and does not allow to manage references to other markers.
LocalizedMarker(LocalizableMessage) - Constructor for class org.forgerock.i18n.slf4j.LocalizedMarker
Create a marker with provided localizable message.
localName(int) - Method in class org.forgerock.opendj.ldap.Dn
Returns the DN whose content is the specified number of RDNs from this DN.
localPort(int) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the local server's port.
LocationHeader - Class in org.forgerock.http.header
Processes the Location message header.
LocationHeader() - Constructor for class org.forgerock.http.header.LocationHeader
Constructs a new empty header whose location is null.
LocationHeader(String) - Constructor for class org.forgerock.http.header.LocationHeader
Constructs a new header with the provided location URI.
lockDownFilePermissions(Path) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Ensure that the given file is only readable by ourselves.
LockedSecretStoreProvider - Interface in org.forgerock.openam.secrets
A provider of commons SecretStore instances.
LOCKOUT_MESSAGE_KEY - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
Lockout message key.
lockoutMessage - Variable in class org.forgerock.openam.auth.node.api.Action
The error message to present to the caller when the user is locked out.
log(ILogRecord) - Method in class com.sun.identity.log.Logger
Deprecated.
Log entitlement log record.
log(LogRecord) - Method in class com.sun.identity.log.Logger
Deprecated.
Directs every log call to log(LogRecord, Object) And thus the default authorization check does not allow logging when an application uses this interface.
log(LogRecord, Object) - Method in class com.sun.identity.log.Logger
Deprecated.
Calls super.log after checking authorization.
LOG - Static variable in class org.forgerock.caf.authentication.framework.AuthenticationFramework
Runtime slf4j debug logger.
LOG_EVENTS - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
An event listener implementation which logs events to the LoadBalancingAlgorithm logger.
LOG_FIELDS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the fields currently selected by the administrator to be logged.
LOG_HANDLER_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log handler error.
LOG_LEVEL - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The LogLevel field.
LOG_LOCATION - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the location where the logs go.
LOG_NOT_FOUND - Static variable in exception com.iplanet.log.LogException
Deprecated.
No such log exists.
LOG_STATUS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Property defining whether logging is enabled
LogConstants - Class in com.sun.identity.log
Deprecated.
LogException - Exception in com.iplanet.log
Deprecated.
LogException - Exception in com.sun.identity.plugin.log
Deprecated.
LogException() - Constructor for exception com.iplanet.log.LogException
Deprecated.
Constructs a log exception.
LogException(Exception) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a LogException with an exception.
LogException(String) - Constructor for exception com.iplanet.log.LogException
Deprecated.
Constructs a log exception.
LogException(String) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a LogException with a detailed message.
LogException(String, int) - Constructor for exception com.iplanet.log.LogException
Deprecated.
Constructs a log exception.
LogException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a new LogException without a nested Throwable.
LogException(Throwable) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a LogException with an embedded exception.
LOGGED_BY - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The LoggedBy field.
logger - Static variable in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
 
logger(Logger) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the logger instance that the framework will use to log debug messages.
Logger - Class in com.sun.identity.log
Deprecated.
Logger - Interface in com.sun.identity.plugin.log
Deprecated.
Logger(String, String, MonitoringServices, MonitoringStatusService) - Constructor for class com.sun.identity.log.Logger
Deprecated.
Protected method to construct a logger for a named subsystem.
LOGGER - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
LOGGING_SERVICE - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Defines the LoggingService name.
loggingLevel - Variable in class com.sun.identity.log.LogManager
Deprecated.
 
login() - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object.
login() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Starts the login process for the given AuthContextLocal object.
login(AuthContext.IndexType, String) - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object identified by the index type and index name.
login(AuthContext.IndexType, String) - Method in class com.sun.identity.authentication.server.AuthContextLocal
Start the login process for the AuthContextLocal object identified by the index type and index name.
login(AuthContext.IndexType, String, String[]) - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object identified by the index type and index name with default parameters.
login(AuthContext.IndexType, String, String[], Map) - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object identified by the index type and index name with certain parameters and environment map.
login(Principal, char[]) - Method in class com.sun.identity.authentication.server.AuthContextLocal
Starts the login process for the given AuthContextLocals object for the given Principal and the user's password.
login(Subject) - Method in class com.sun.identity.authentication.server.AuthContextLocal
Starts the login process for the given AuthContextLocal object for the given Subject.
login(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object.
LOGIN_ID - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The LoginID field.
LogManager - Class in com.sun.identity.log
Deprecated.
LogManager(MonitoringServices, MonitoringStatusService) - Constructor for class com.sun.identity.log.LogManager
Deprecated.
 
logout() - Method in class com.sun.identity.authentication.AuthContext
Logs out the user and also invalidates the single sign on token associated with this AuthContext.
logout() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Logs out the user and also invalidates the SSOToken associated with this AuthContextLocal.
LOGOUT_ALL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
LOGOUT_FAILURE - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
Logout status: Failure
LOGOUT_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for LogoutRequest
LOGOUT_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
LOGOUT_RESPONSE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for LogoutResponse
LOGOUT_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
LOGOUT_SESSION_REQUEST_ATTRIBUTE_NAME - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Request attribute for logout requests which will cause this module to delete the session cookie.
LOGOUT_SUCCESS - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
Logout status: Success
LogoutRequest - Interface in com.sun.identity.saml2.protocol
This class represents the LogoutRequest element in SAML protocol schema.
LogoutResponse - Interface in com.sun.identity.saml2.protocol
This class represents the LogoutResponse element in SAML protocol schema.
logoutUsingTokenID() - Method in class com.sun.identity.authentication.AuthContext
Logs out the user and also invalidates the single sign on token associated with this AuthContext.
LogQuery - Class in com.sun.identity.log
Deprecated.
LogQuery() - Constructor for class com.sun.identity.log.LogQuery
Deprecated.
Default constructor It creates the new object and assigns space to them.
LogQuery(int) - Constructor for class com.sun.identity.log.LogQuery
Deprecated.
Customized constructor to set only maxrecord.
LogQuery(int, int, String) - Constructor for class com.sun.identity.log.LogQuery
Deprecated.
Customized constructor.
LogReader - Class in com.sun.identity.log
Deprecated.
LogRecord - Class in com.sun.identity.log
Deprecated.
LogRecord(Level, String) - Constructor for class com.sun.identity.log.LogRecord
Deprecated.
Construct the LogRecord with the given Level and message values.
LogRecord(Level, String, Object) - Constructor for class com.sun.identity.log.LogRecord
Deprecated.
Construct the LogRecord with the given Level and message values.
logResolution(Logger, PropertyResolver, String, boolean) - Static method in class org.forgerock.config.resolvers.Logs
Securely logs resolved value on the given logger.
Logs - Class in org.forgerock.config.resolvers
Helper class for logging securely sensitive values.
logStopLogs() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
lookup(String) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Looks up the provided realm, in either its path or DN format.
lookup(String, KeyType) - Method in class org.forgerock.json.jose.jwk.JWKLookup
Lookup returns the key from the given json, under the assumption it's of the correct keyType.
lookupAsOptional(String) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Looks up the provided realm, in either its path or DN format.
LOOP_DETECT - org.forgerock.opendj.ldap.ResultCode.Enum
 
LOOP_DETECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral or chaining loop was detected while processing the request.
LOWEST - org.forgerock.util.thread.listener.ShutdownPriority
LOWEST is the priority pre-defined in the system.
LT - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Lesser Than Relationship.

M

Macaroon - Class in org.forgerock.macaroons
A macaroon is a cryptographically protected token which can be attenuated by appending caveats.
Macaroon(String, byte[], List<Macaroon.Caveat>, byte[]) - Constructor for class org.forgerock.macaroons.Macaroon
Constructs a Macaroon from constituent parts.
Macaroon.Caveat - Class in org.forgerock.macaroons
Represents a caveat on a macaroon.
MacaroonEncodingException - Exception in org.forgerock.macaroons
Indicates that a macaroon is not well-formed according to a SerializationFormat.
MacaroonEncodingException(String) - Constructor for exception org.forgerock.macaroons.MacaroonEncodingException
Constructs the MacaroonEncodingException with the given detail message.
MacaroonEncodingException(String, Throwable) - Constructor for exception org.forgerock.macaroons.MacaroonEncodingException
Constructs the MacaroonEncodingException with the given detail message and cause.
MacaroonEncodingException(Throwable) - Constructor for exception org.forgerock.macaroons.MacaroonEncodingException
Constructs the MacaroonEncodingException with the given cause.
MacaroonToken<T extends IntrospectableToken> - Class in org.forgerock.openam.oauth2.token.macaroon
An OAuth2 access or refresh token that is represented as a Macaroon.
MacaroonVerifier - Class in org.forgerock.macaroons
A macaroon verifier is used to verify the caveats on a Macaroon.
MacaroonVerifier(SecretsProvider, Purpose<VerificationKey>) - Constructor for class org.forgerock.macaroons.MacaroonVerifier
Constructs the macaroon verifier with the given source of verification keys.
MacaroonVerifierResult - Class in org.forgerock.macaroons
Indicates whether a macaroon was successfully verified or not.
MailAddressValidator - Class in com.sun.identity.sm.validators
Validates mail address This class is constructed using default(noarguments) constructor and mail address is passed to validate function with optional rules The passed mail address is validated for authenticity and boolean value is returned accordingly.
MailAddressValidator() - Constructor for class com.sun.identity.sm.validators.MailAddressValidator
 
MailServer - Interface in org.forgerock.openam.services.email
Pluggable interface for all email sending in OpenAM.
main(String[]) - Static method in class com.iplanet.dpro.parser.WebtopParser
 
main(String[]) - Static method in class com.sun.identity.shared.locale.Locale
 
makeChangeRecord(String...) - Static method in class org.forgerock.opendj.ldif.Ldif
Parses the provided array of LDIF lines as a single LDIF change record.
makeEntries(String...) - Static method in class org.forgerock.opendj.ldap.Entries
Builds a list of entries from the provided lines of LDIF.
makeEntries(String...) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds a list of entries from the provided lines of LDIF.
makeEntries(List<String>) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds a list of entries from the provided lines of LDIF.
makeEntry(String...) - Static method in class org.forgerock.opendj.ldap.Entries
Builds an entry from the provided lines of LDIF.
makeEntry(String...) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds an entry from the provided lines of LDIF.
makeEntry(List<String>) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds an entry from the provided lines of LDIF.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Action
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Advice
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Assertion
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Attribute
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.ConditionAbstract
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Conditions
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Evidence
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Statement
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.Subject
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Makes the object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.Extensions
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.GetComplete
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.IDPList
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Makes this object immutable by making this object unmodifiable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.RequesterID
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.Scoping
Makes this object immutable.
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.Status
Makes the obejct immutable
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.StatusCode
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.StatusDetail
Makes the obejct immutable
makeImmutable() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Action
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Attribute
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Decision
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Environment
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
 
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Request
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Resource
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.ResourceContent
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Response
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Result
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Status
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.StatusCode
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.StatusDetail
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.StatusMessage
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.context.Subject
Makes the object immutable
makeImmutable() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Makes this object immutable
makeImmutable() - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
Makes this object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.policy.Obligation
Makes this object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.policy.Obligations
Makes this object immutable
makeImmutable() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Makes the object immutable
makeImmutable() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Makes the object immutable.
makeLocalizingObjectWriter(ObjectMapper, Request) - Static method in class org.forgerock.http.util.Json
Make an object writer that contains the locales from the request for serialization of LocalizableString instances.
makeLocalizingObjectWriter(ObjectMapper, PreferredLocales) - Static method in class org.forgerock.http.util.Json
Make an object writer that contains the provided locales for serialization of LocalizableString instances.
MALFORMED_URL - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MalformedHeaderException - Exception in org.forgerock.http.header
Thrown when a header string cannot be parsed to a rich Header implementation.
MalformedHeaderException(Exception) - Constructor for exception org.forgerock.http.header.MalformedHeaderException
Constructs a new exception with the given cause.
MalformedHeaderException(String) - Constructor for exception org.forgerock.http.header.MalformedHeaderException
Constructs a new exception with the given message.
MalformedHeaderException(String, Exception) - Constructor for exception org.forgerock.http.header.MalformedHeaderException
Constructs a new exception with the given message and cause.
MANAGE_NAMEID_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
MANAGE_NAMEID_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
ManageDsaItRequestControl - Class in org.forgerock.opendj.ldap.controls
The ManageDsaIT request control as defined in RFC 3296.
ManageNameIDRequest - Interface in com.sun.identity.saml2.protocol
This class represents the ManageNameIDRequestType complex type.
ManageNameIDResponse - Interface in com.sun.identity.saml2.protocol
This class represents the ManageNameIDResponse element declaration.
map - Variable in class org.forgerock.util.MapDecorator
The map wrapped by this decorator.
mapAttributes(Function<Attribute, Attribute>) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Registers a mapping function which should be applied to attributes selected by this attribute filter.
MapDecorator<K,​V> - Class in org.forgerock.util
Wraps another map.
MapDecorator(Map<K, V>) - Constructor for class org.forgerock.util.MapDecorator
Constructs a new map decorator, wrapping the specified map.
MapFilterVisitor<F> - Class in org.forgerock.util.query
A QueryFilterVisitor that produces a Map representation of the filter tree.
MapFilterVisitor() - Constructor for class org.forgerock.util.query.MapFilterVisitor
 
MapKeyStoreParameters - Class in org.forgerock.security.keystore
Configures a keystore based on a key/value map.
MapKeyStoreParameters(Map<String, Object>) - Constructor for class org.forgerock.security.keystore.MapKeyStoreParameters
Create a MapKeyStoreParameters based on the supplied properties.
MAPLIST - com.sun.identity.sm.AttributeSchema.UIType
The MAP_LIST attribute type specifies that the attribute should be displayed as a map list widget.
mappings() - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
Maps Purpose labels to Google SM secret names.
mappings() - Method in interface org.forgerock.openam.secrets.config.KeyStoreBasedSecretStoreProvider
The configured purposes for this key store.
mapSamlAttributes(Realm, String, String, Saml2SsoResult, Assertion) - Method in class org.forgerock.am.saml2.impl.Saml2SsoResponseUtils
Maps the SAML2 attributes from the assertion to local attribute values.
mapToJsonValue() - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
An AsyncFunction that handles a Response from an Auth Server that returns the HTTP entity content as JsonValue, and throws an OAuthException if the response is not successful (200 family status code), or if the content is not a valid JSON.
mapToUserInfo() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a OAuth2UserInfo using a users raw profile.
mapToUserInfo(JwtClaimsSet) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Maps a retrieved raw profile from the user info endpoint to an OpenIDConnectUserInfo object.
marshalFromAttributeMap(Map<String, Set<String>>) - Static method in class org.forgerock.openam.sts.config.user.SAML2Config
Marshals an attribute map into a SAML2Config
marshalToAttributeMap() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Marshals the SAML2Config into an attribute map
MASK_GENERATION_FUNCTION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property that determines which mask generation function algorithm should AM use.
MATCH_ALL_CONDITIONS - Static variable in class com.sun.identity.log.LogQuery
Deprecated.
matching condition, values of globalOperand.
MATCH_ANY_CONDITION - Static variable in class com.sun.identity.log.LogQuery
Deprecated.
 
matched() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
Indicates whether the attribute value assertion in the Compare request matched a value of the attribute or sub-type according to the attribute's equality matching rule.
matchedUri(String) - Method in class org.forgerock.http.routing.UriRouterContext.Builder
Set the matchedUri value.
MatchedValuesRequestControl - Class in org.forgerock.opendj.ldap.controls
The matched values request control as defined in RFC 3876.
matcher() - Method in class org.forgerock.opendj.ldap.Filter
Returns a Matcher which can be used to compare this Filter against entries using the default schema.
matcher(Schema) - Method in class org.forgerock.opendj.ldap.Filter
Returns a Matcher which can be used to compare this Filter against entries using the provided Schema.
Matcher - Class in org.forgerock.opendj.ldap
A compiled search Filter which may be used for matching against entries.
Matcher.MatcherType - Enum in org.forgerock.opendj.ldap
The types of compiled matcher.
matches(String, JsonValue) - Method in class org.forgerock.selfservice.core.crypto.CryptoService
Returns true if the supplied plain text value of a field matches the supplied hashed value.
matches(InetAddress) - Method in class org.forgerock.opendj.ldap.AddressMask
Returns true if this address mask matches the provided address.
matches(Locale, Locale, List<Locale>) - Static method in class org.forgerock.util.i18n.PreferredLocales
Checks if the candidate locale the best match for the requested locale? Exclude Locale.ROOT, as it should be the fallback only when all locales are tried.
matches(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided attribute description matches this attribute description.
matches(ByteSequence) - Method in interface org.forgerock.opendj.ldap.Assertion
Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.
matches(Entry) - Method in class org.forgerock.opendj.ldap.Filter
Indicates whether this Filter matches the provided Entry using the default schema.
matches(Entry) - Method in class org.forgerock.opendj.ldap.Matcher
Indicates whether this filter Matcher matches the provided Entry.
matches(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Implements a place-holder tolerant version of AttributeType.equals(java.lang.Object).
matches(Context, Request) - Method in interface org.forgerock.json.resource.FilterCondition
Returns true if the conditional filter should be invoked, or false if processing should continue directly to the next filter in the filter chain.
matchesAllAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches all attributes, regardless of whether they are user or operational attributes.
matchesAllOperationalAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches all operational attributes.
matchesAllUserAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches all user attributes.
matchesAny(Collection<AddressMask>, InetAddress) - Static method in class org.forgerock.opendj.ldap.AddressMask
Returns true if an address matches any of the provided address masks.
matchesAny(Set<? extends ByteSequence>) - Method in interface org.forgerock.opendj.ldap.Assertion
Indicates whether the provided attribute values should be considered a match for this assertion value according to the matching rule.
matchesAnyAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter may match some attributes, or false if it will never match any attributes.
matchesApproximateAssertion(Assertion, ByteSequence) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesApproximateAssertion(Assertion, ByteSequence) - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this attribute matches the specified assertion using the attribute's default approximate matching rule.
matchesAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches the provided attribute description.
matchesEqualityAssertion(Assertion, ByteSequence) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesEqualityAssertion(Assertion, ByteSequence) - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this attribute matches the specified assertion using the attribute's default equality matching rule.
matchesEqualityAssertion(Assertion, ByteSequence) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
NOTE: it is only possible to optimize for the equality matching rule because the other matching rules may not be compatible with the equality matching rule's normalized representation.
matchesGreaterOrEqualAssertion(Assertion, ByteSequence) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesGreaterOrEqualAssertion(Assertion, ByteSequence) - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching rule.
matchesLessOrEqualAssertion(Assertion, ByteSequence) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesLessOrEqualAssertion(Assertion, ByteSequence) - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching rule.
matchesSubstringAssertion(Assertion, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesSubstringAssertion(Assertion, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching rule.
MatchingRule - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with matching rules, which are used by servers to compare attribute values against assertion values when performing Search and Compare operations.
MatchingRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing matching rules.
MatchingRule.MatchingRuleType - Enum in org.forgerock.opendj.ldap.schema
Represents the types of matching rules, according to RFC 4517 section 4.1.
MatchingRuleImpl - Interface in org.forgerock.opendj.ldap.schema
This interface defines the set of methods that must be implemented to define a new matching rule.
MatchingRuleUse - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with a matching rule use definition, which may be used to restrict the set of attribute types that may be used for a given matching rule.
MatchingRuleUse.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing matching rule uses.
matchRequestType(Set<RequestType>) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose type is contained in types.
matchRequestType(RequestType...) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose type is contained in types.
matchResourcePath(String) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose resource path matches the provided regular expression.
matchResourcePath(Pattern) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose resource path matches the provided regular expression.
matchVersion(Request) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
 
matchVersion(Request) - Method in interface org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.VersionSpecification
Test the request to try to find a match based on version configuration.
MAX_COMPACT_SIZE - Static variable in class org.forgerock.opendj.ldap.ByteStringBuilder
Maximum size in bytes of a compact encoded value.
MAX_CONCURRENT_REQUESTS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the maximum number of concurrent requests per connection.
MAX_DEPLOYMENT_ID_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The maximum deployment ID validity duration, approximately 90 years.
MAX_FIELDS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The maximum number of fields in a "regular" record.
MAX_FILE_SIZE - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the maximum (flat) file size, above which the files are either archived or rotated.
MAX_INT_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Maximum value of unsigned integer/short type.
MAX_SESSION_TIME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in SessionCondition to define the maximum session time in minutes for which a policy applies.
MAX_SESSION_TIME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
MAX_TOKEN_LIFE_IN_MINUTES_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Token Maximum life configuration property key in minutes.
MAX_TOKEN_LIFE_IN_SECONDS_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Token Maximum life configuration property key in seconds.
maxAge(Duration) - Method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Sets a maximum age for user-agent to cache for valid pre-flight responses.
maxCaveats(int) - Method in class org.forgerock.macaroons.MacaroonVerifier
Sets the maximum number of caveats that can be verified before the verifier rejects a macaroon as invalid.
MAXIMUM - org.forgerock.am.saml2.api.AuthComparison
The returned authentication context MUST be as strong as possible without exceeding the strength of at least one of the requested authentication contexts.
maxKey(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the provided attribute type and a set of options which sorts after any other set of options.
maxValue() - Static method in class org.forgerock.opendj.ldap.Rdn
Returns a constant containing a special RDN which sorts after any RDN other than itself.
mdcAwareAction(Action) - Static method in class org.forgerock.http.protocol.MdcAwareAction
Wraps the delegate Action with another Action instance that will capture the current MDC context, and will use it when delegating the calls to the delegated Action.
mdcAwareAction(Map<String, String>, Action) - Static method in class org.forgerock.http.protocol.MdcAwareAction
Wraps the delegate Action with another Action instance that will use the provided MDC context when delegating the calls to the delegated Action.
MdcAwareAction - Class in org.forgerock.http.protocol
An implementation of Action that will preserve the SLF4J MDC.
mdcAwareConsumer(Consumer<T>) - Static method in class org.forgerock.http.protocol.MdcAwareConsumer
Wraps the delegate Consumer with another Consumer instance that will capture the current MDC context, and will use it when delegating the calls to the delegated Consumer.
mdcAwareConsumer(Map<String, String>, Consumer<T>) - Static method in class org.forgerock.http.protocol.MdcAwareConsumer
Wraps the delegate Consumer with another Consumer instance that will use the provided MDC context when delegating the calls to the delegated Consumer.
MdcAwareConsumer<T> - Class in org.forgerock.http.protocol
An implementation of Consumer that will preserve the SLF4J MDC.
mdcAwareSubscriber(Map<String, String>, Subscriber<T>) - Static method in class org.forgerock.http.protocol.MdcAwareSubscriber
Wraps the delegate Subscriber with another Subscriber instance that will use the provided MDC context when delegating the calls to the delegated Subscriber.
mdcAwareSubscriber(Subscriber<T>) - Static method in class org.forgerock.http.protocol.MdcAwareSubscriber
Wraps the delegate Subscriber with another Subscriber instance that will capture the current MDC context, and will use it when delegating the calls to the delegated Subscriber.
MdcAwareSubscriber<T> - Class in org.forgerock.http.protocol
An implementation of Subscriber that will preserve the SLF4J MDC.
MdcExecutorServiceDelegate - Class in org.forgerock.util.thread
Store SLF4J Mapped Diagnosed Context (aka MDC) when tasks are submitted, and re-inject it when tasks are executed.
MdcExecutorServiceDelegate(ExecutorService) - Constructor for class org.forgerock.util.thread.MdcExecutorServiceDelegate
Constructs an instance of ExecutorService that will forward the SLF4J Mapped Diagnosed Context to submitted tasks, and will execute these on the provided delegate.
MdcScheduledExecutorServiceDelegate - Class in org.forgerock.util.thread
Store SLF4J Mapped Diagnosed Context (aka MDC) when tasks are submitted, and re-inject it when tasks are executed.
MdcScheduledExecutorServiceDelegate(ScheduledExecutorService) - Constructor for class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
Constructs an instance of ScheduledExecutorService that will forward the SLF4J Mapped Diagnosed Context to submitted tasks, and will execute these on the provided delegate.
MEDIA_TYPE - Static variable in class org.forgerock.json.JsonPatch
Internet media type for the JSON Patch format.
MemoryBackend - Class in org.forgerock.json.resource
A simple in-memory collection resource provider which uses a Map to store resources.
MemoryBackend - Class in org.forgerock.opendj.ldap
A simple in-memory back-end which can be used for testing.
MemoryBackend() - Constructor for class org.forgerock.json.resource.MemoryBackend
Creates a new in-memory collection containing no resources.
MemoryBackend() - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the default schema.
MemoryBackend(Schema) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the provided schema.
MemoryBackend(Schema, EntryReader) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new memory backend which will use the provided schema, and will contain the entries read from the provided entry reader.
MemoryBackend(EntryReader) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new memory backend which will use the default schema, and will contain the entries read from the provided entry reader.
memoryByteBufferTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that uses in-memory sockets for all communication.
memoryTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that uses in-memory sockets for all communication.
merge(String, VersionedPath) - Method in class org.forgerock.api.models.Paths.Builder
Merge the path definition into the existing path definitions.
merge(List<D>) - Method in interface org.forgerock.http.ApiProducer
Merge the provided descriptors into a single descriptor.
merge(List<ApiDescription>) - Method in class org.forgerock.api.CrestApiProducer
 
merge(JsonValue) - Method in class org.forgerock.json.JsonValue
Creates a new JSON value which combines the contents this JSON value with another.
merge(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Creates a new JSON value which combines the contents two JSON values.
mergeAttribute(Attribute, BiFunction<? super Attribute, ? super Attribute, ? extends Attribute>) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
mergeAttribute(Attribute, BiFunction<? super Attribute, ? super Attribute, ? extends Attribute>) - Method in interface org.forgerock.opendj.ldap.Entry
Adds the provided attribute if it is not already present in this Entry.
mergeParameters(List<Parameter>, Parameter...) - Static method in class org.forgerock.api.util.PathUtil
Merges Parameter values into the given parameterList, where conflicting parameter-names will be replaced, and new parameters will otherwise be added.
message(String) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Prints messages only when the debug state is either Debug.MESSAGE or Debug.ON.
message(String, Object...) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
A convenience method for message debug statements.
message(String, Throwable) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Prints debug and exception messages only when the debug state is either Debug.MESSAGE or Debug.ON.
Message - Class in com.sun.identity.liberty.ws.soapbinding
The Message class is used by web service client and server to construct request or response.
Message<M extends Message<M>> - Interface in org.forgerock.http.protocol
Elements common to requests and responses.
Message() - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
Default Constructor.
Message(SOAPFault) - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
This constructor is to create a SOAP fault message.
Message(InputStream) - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
This constructor takes an InputStream.
Message(SOAPMessage) - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
This constructor takes a SOAP message which is received from a SOAP connection.
MESSAGE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
MESSAGE - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
This state enables debugging of messages, warnings and errors.
MESSAGE_ID - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS Request messageID attribute name.
MESSAGE_ID - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The MessageID field.
MESSAGE_INFO_CONTEXT_KEY - Static variable in class org.forgerock.caf.authentication.framework.JaspiAdapters
Message Info Map Key for MessageContext.
MessageContext - Interface in org.forgerock.caf.authentication.api
The authentication framework uses this MessageContext to pass messages and message processing state to authentication contexts for processing by authentication modules.
MessageContextImpl - Class in org.forgerock.caf.authentication.framework
An implementation of MessageContext that holds contextual information and state for a given request and response message exchange.
MessageContextImpl(JsonValue, ClassLoader) - Constructor for class org.forgerock.caf.authentication.framework.MessageContextImpl
Creates a new context from the JSON representation of a previously persisted context.
messageEnabled() - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Checks if message debugging is enabled.
MessageImpl<T extends MessageImpl<T>> - Class in org.forgerock.http.protocol
Abstract message base class.
MessageInfoContext - Interface in org.forgerock.caf.authentication.api
The authentication framework uses this MessageContextInfo to pass messages and message processing state to authentication modules for processing of messages.
METAALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
METHOD_DELETE - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP DELETE method.
METHOD_GET - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP GET method.
METHOD_HEAD - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP HEAD method.
METHOD_NOT_ALLOWED - org.forgerock.api.commons.CommonsApi.Errors
The "method not allowed" error.
METHOD_NOT_ALLOWED - Static variable in class org.forgerock.http.protocol.Status
The 405 (Method Not Allowed) status code indicates that the method received in the request-line is known by the origin server but not supported by the target resource.
METHOD_NOT_ALLOWED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.METHOD_NOT_ALLOWED in an API Description.
METHOD_OPTIONS - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP OPTIONS method.
METHOD_PATCH - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP PATCH method.
METHOD_POST - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP POST method.
METHOD_PUT - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP PUT method.
METHOD_TRACE - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP TRACE method.
MethodCallStatisticsMXBean - Interface in org.forgerock.bloomfilter.monitoring
Exposes statistics on method call timings and rates to JMX monitoring.
mightContain(E) - Method in interface org.forgerock.bloomfilter.BloomFilter
Checks if the given element might be a member of this set.
mightContain(T) - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
mightContain(T) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
MIN_DEPLOYMENT_ID_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The minimum deployment ID validity duration.
MIN_GENERALIZED_TIME - Static variable in class org.forgerock.opendj.ldap.GeneralizedTime
The smallest time representable using the generalized time syntax.
MIN_GENERALIZED_TIME_MS - Static variable in class org.forgerock.opendj.ldap.GeneralizedTime
The smallest time in milli-seconds representable using the generalized time syntax.
MINIMUM - org.forgerock.am.saml2.api.AuthComparison
The returned authentication context MUST be at least as strong as one of the requested authentication contexts.
minLength() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
Specify that the attribute value cannot be empty.
minValue() - Static method in class org.forgerock.opendj.ldap.Rdn
Returns a constant containing a special RDN which sorts before any RDN other than itself.
MISCELLANEOUS_PERSISTENT_WARNING - Static variable in class org.forgerock.http.header.WarningHeader
299 Miscellaneous persistent warning The warning text MAY include arbitrary information to be presented to a human user, or logged.
MISCELLANEOUS_PERSISTENT_WARNING - Static variable in class org.forgerock.json.resource.AdviceWarning
299 Miscellaneous persistent warning The warning text MAY include arbitrary information to be presented to a human user, or logged.
MISCELLANEOUS_WARNING - Static variable in class org.forgerock.http.header.WarningHeader
199 Miscellaneous warning The warning text MAY include arbitrary information to be presented to a human user, or logged.
MISCELLANEOUS_WARNING - Static variable in class org.forgerock.json.resource.AdviceWarning
199 Miscellaneous warning The warning text MAY include arbitrary information to be presented to a human user, or logged.
MISSING_APPLICATION_NAME - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MISSING_CLIENT_ID - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MISSING_PRIVILEGE_JSON - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MISSING_PRIVILEGE_NAME - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MISSING_RESOURCE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MISSING_RESOURCE_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MISSING_RESOURCE_TYPE_NAME - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MissingAttributeDetail - Interface in com.sun.identity.xacml.context
The StatusCode element is a container of one or more Statuss issuded by authorization authority.
MNI_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
ManageNameID service.
mode(CreateMode) - Method in class org.forgerock.api.models.Create.Builder
Setter for create-mode.
modes() - Method in annotation type org.forgerock.api.annotations.Create
Specify the types of create request that are supported.
Modification - Class in org.forgerock.opendj.ldap
A modification to be performed on an entry during a Modify operation.
Modification(ModificationType, Attribute) - Constructor for class org.forgerock.opendj.ldap.Modification
Creates a new modification having the provided modification type and attribute values to be updated.
ModificationType - Class in org.forgerock.opendj.ldap
A Modify operation change type as defined in RFC 4511 section 4.6 is used to specify the type of modification being performed on an attribute.
ModificationType.Enum - Enum in org.forgerock.opendj.ldap
Contains equivalent values for the ModificationType values.
MODIFIED - org.forgerock.am.config.Listener.ServiceListenerEvent
 
MODIFIED - Static variable in interface com.sun.identity.plugin.configuration.ConfigurationActionEvent
Modify configuration.
MODIFIED - Static variable in interface com.sun.identity.sm.ServiceListener
The change type specifies that the entry has been modified.
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided lines of LDIF.
modify(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided lines of LDIF.
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided modify request.
modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided modify request.
modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Modifies an entry in the Directory Server using the provided modify request.
MODIFY - org.forgerock.am.cts.continuous.ChangeType
An existing token was changed.
MODIFY - org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Modify operation triggered the entry change notification.
MODIFY - org.forgerock.opendj.ldap.messages.Request.RequestType
 
MODIFY_APPLICATION_FAIL - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
MODIFY_DN - org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Modify DN operation triggered the entry change notification.
MODIFY_RESOURCE_TYPE_FAIL - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
modifyAccessToken(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.AccessTokenModifier
An extension point that allows modification of the OAuth2 access token before the token is persisted/returned to the client.
modifyAccessToken(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
modifyAsync(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyAsync(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyDn(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDn(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames the named entry in the Directory Server using the provided new RDN.
modifyDn(String, String) - Method in interface org.forgerock.opendj.ldap.Connection
Renames the named entry in the Directory Server using the provided new RDN.
modifyDn(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
modifyDn(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames an entry in the Directory Server using the provided modify DN request.
modifyDn(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Renames an entry in the Directory Server using the provided modify DN request.
modifyDn(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Renames an entry in the Directory Server using the provided modify DN request.
MODIFYDN - org.forgerock.opendj.ldap.messages.Request.RequestType
 
modifyDnAsync(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDnAsync(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDnAsync(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDnAsync(ModifyDnRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDnAsync(ModifyDnRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
modifyDnAsync(ModifyDnRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
ModifyDnRequest - Interface in org.forgerock.opendj.ldap.messages
The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.
modifyEntry(Entry, ModifyRequest) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification request to an entry.
modifyEntry(Entry, Modification) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification to an entry.
modifyEntry(Entry, Modification, Collection<? super ByteString>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification to an entry.
modifyEntryPermissive(Entry, Collection<Modification>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modifications to an entry using "permissive" modify semantics.
modifyEntryStrict(Entry, Collection<Modification>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modifications to an entry using "strict" modify semantics.
modifyHeaders(Consumer<Headers>) - Method in interface org.forgerock.http.protocol.Message
Interact with the Headers object from the Message.getHeaders() in a fluent way.
modifyHeaders(Consumer<Headers>) - Method in class org.forgerock.http.protocol.MessageImpl
 
modifyMemberShip(SSOToken, IdType, String, Set<String>, IdType, int) - Method in class com.sun.identity.idm.IdRepo
Modify membership of the identity.
ModifyRequest - Interface in org.forgerock.opendj.ldap.messages
The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.
modifyService(SSOToken, IdType, String, String, SchemaType, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
Modifies the attribute values of the service attributes.
modifyService(String, ConfigurationAttributes) - Method in class com.sun.identity.idm.AMIdentity
Set attributes related to a specific service.
modifyService(String, ConfigurationAttributes) - Method in class com.sun.identity.sm.OrganizationConfigManager
Sets the attributes related to provided service.
MODULE_INSTANCE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The MODULE_INSTANCE index type indicates that the index name given corresponds to one of the authentication modules.
MODULE_NAME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The ModuleName field.
mono(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts monospaced (e.g., code) text.
MONO - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
MONO_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Monospaced font.
MOST_RECENT_MAX_RECORDS - Static variable in class com.sun.identity.log.LogQuery
Deprecated.
when maximum records asked Most recent maximum number of records to be collected.
move(String, String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "move" patch operation which will move the value found at `from` to `path`.
move(JsonPointer, JsonPointer) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "move" patch operation which will move the value found at `from` to `path`.
MOVE - org.forgerock.api.enums.PatchOperation
Moves a field.
MOVED_PERMANENTLY - Static variable in class org.forgerock.http.protocol.Status
The 301 (Moved Permanently) status code indicates that the target resource has been assigned a new permanent URI and any future references to this resource ought to use one of the enclosed URIs.
MULTI_STRING_ONE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token multi value String one field name.
MULTI_STRING_THREE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token multi value String three field name.
MULTI_STRING_TWO - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token multi value String two field name.
Multimap<K,​V> - Interface in org.forgerock.guava.common.collect
Deprecated.
Use Multimap instead.
multipartCrestApplication(ConnectionFactory, String, String) - Static method in class org.forgerock.json.resource.Applications
Create a simple CrestApplication that allows multipart/form-data requests using the provided factory, id and version.
MULTIPLE_CHOICE - com.sun.identity.sm.AttributeSchema.Type
The MULTIPLE_CHOICE attribute type specifies that the attribute can have multiple values defined by the getChoiceValues method of AttributeSchema.
MULTIPLE_CHOICE - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
value is multiple choice from list
MULTIPLE_CHOICES - Static variable in class org.forgerock.http.protocol.Status
The 300 (Multiple Choices) status code indicates that the target resource has more than one representation, each with its own more specific identifier, and information about the alternatives is being provided so that the user (or user agent) can select a preferred representation by redirecting its request to one or more of those identifiers.
MultipleEntriesFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.
MultipleOf - Annotation Type in org.forgerock.api.annotations
Annotation to mark a numeric JSON Schema property's multipleOf field.
MultipleOfSchema - Interface in org.forgerock.api.jackson
Interface defining support for multipleOf JSON Schema field.
Multiset<E> - Interface in org.forgerock.guava.common.collect
Deprecated.
Use Multiset instead.
Multiset.Entry<E> - Interface in org.forgerock.guava.common.collect
Deprecated.
An unmodifiable element-count pair for a multiset.
MultiValueMap<K,​V> - Class in org.forgerock.http.util
Wraps a map for which the values are lists, providing a set of convenience methods for handling list values.
MultiValueMap(Map<K, List<V>>) - Constructor for class org.forgerock.http.util.MultiValueMap
Creates a new multi-value map, wrapping an existing map with list values.
MUST_SUPPLY_OLD_PASSWORD - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the old password must be supplied in order to modify the password.
MUST_UNDERSTAND - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
SOAP mustUnderstand attribute name.
MUST_UNDERSTAND - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for mustUnderstand attribute
MutableUri - Class in org.forgerock.http
A MutableUri is a modifiable URI substitute.
MutableUri(String) - Constructor for class org.forgerock.http.MutableUri
Builds a new MutableUri using the given URL encoded String URI.
MutableUri(String, String, String, int, String, String, String) - Constructor for class org.forgerock.http.MutableUri
Builds a new MutableUri using the given fields values (decoded values).
MutableUri(URI) - Constructor for class org.forgerock.http.MutableUri
Builds a new MutableUri using the given URI.
MutableUri(MutableUri) - Constructor for class org.forgerock.http.MutableUri
Builds a new MutableUri with deep copy.
mvccSupported() - Method in annotation type org.forgerock.api.annotations.Handler
Whether MVCC style requests are supported.
mvccSupported(Boolean) - Method in class org.forgerock.api.models.Resource.Builder
Setter for MVCC-supported flag.

N

name() - Method in annotation type org.forgerock.api.annotations.Action
The name of the action being exposed.
name() - Method in annotation type org.forgerock.api.annotations.Parameter
The name of the parameter.
name() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
The name of the attribute.
name() - Method in annotation type org.forgerock.openam.annotations.sm.Config
The name of the service.
name() - Method in annotation type org.forgerock.openam.annotations.sm.IdRepoConfig
The name of the Identity Repository.
name() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
The name of the sub-configuration - defaults to the name of the annotated method.
name(String) - Method in class org.forgerock.api.models.Action.Builder
Set the Id.
name(String) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter name.
name(String) - Method in class org.forgerock.api.transform.LocalizableTag
 
name(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableTag
Sets the name of the Tag.
NAME - Static variable in interface org.forgerock.am.cts.continuous.watching.ContinuousWatcherDirectory
 
NAME - Static variable in class org.forgerock.http.header.AcceptApiVersionHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.AcceptLanguageHeader
The name of the header.
NAME - Static variable in class org.forgerock.http.header.authorization.BasicCredentials
The name of the Basic challenge scheme.
NAME - Static variable in class org.forgerock.http.header.authorization.BearerToken
The name of the Bearer challenge scheme.
NAME - Static variable in class org.forgerock.http.header.AuthorizationHeader
A constant for the name of the Authorization header.
NAME - Static variable in class org.forgerock.http.header.ConnectionHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.ContentApiVersionHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.ContentEncodingHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.ContentLengthHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.ContentTypeHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.CookieHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.ForwardedHeader
The name of the header in the HTTP message.
NAME - Static variable in class org.forgerock.http.header.LocationHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.ReferrerHeader
The name of the header in the HTTP message.
NAME - Static variable in class org.forgerock.http.header.SetCookie2Header
Deprecated.
The name of this header.
NAME - Static variable in class org.forgerock.http.header.SetCookieHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.TrailerHeader
The name of the header in the HTTP message.
NAME - Static variable in class org.forgerock.http.header.TransactionIdHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.WarningHeader
The name of this header.
NAME - Static variable in class org.forgerock.http.header.WwwAuthenticateHeader
A constant for the name of the WWW-Authenticate header.
NAME - Static variable in class org.forgerock.http.header.XForwardedForHeader
The name of this header.
NAME - Static variable in class org.forgerock.openam.oauth2.ResourceSetDescription
 
NAME - Static variable in class org.forgerock.secrets.gcpkms.GoogleKmsProvider
The name of the provider - "GoogleKMS".
NAME - Static variable in class org.forgerock.secrets.vault.VaultTransitProvider
The name of the provider.
NAME - Static variable in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.parameters.ParametersConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.UserDetailsConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.UserQueryConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Name of the stage configuration.
NAME_ID - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The NameID field.
NAME_ID_FORMAT - Static variable in class org.forgerock.am.saml2.api.Saml2Options
The NameID Format the IDP should use when constructing the assertion.
NAME_ID_FORMAT_MAP - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
NameID format map configuration.
NAME_ID_MAPPING_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NameIDMappingRequest
NAME_ID_MAPPING_RESPONSE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NameIDMappingResponse
NAME_VALUE_LIST - com.sun.identity.sm.AttributeSchema.UIType
The NAME_VALUE_LIST attribute type specifies that the attribute should be displayed as a name value list widget.
nameAlreadyExists(String) - Static method in exception com.sun.identity.idm.IdRepoDuplicateObjectException
Create an instance using the localized IdRepoErrorCode.NAME_ALREADY_EXISTS error message populated with the provided name.
NameAlreadyExistsException - Exception in com.sun.identity.policy
Exception thrown if a name of an object such as policy, rule or referral already exists (used by another object of the same type)
NameAlreadyExistsException(String, String, int) - Constructor for exception com.sun.identity.policy.NameAlreadyExistsException
Constructs a NameAlreadyExistsException instance.
NameAlreadyExistsException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.NameAlreadyExistsException
Constructs a NameAlreadyExistsException instance.
NameAlreadyExistsException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.NameAlreadyExistsException
Constructs a NameAlreadyExistsException instance.
NameAlreadyExistsException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.NameAlreadyExistsException
Constructs a NameAlreadyExistsException instance.
named(String) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the name of the logger instance that the framework should create and use to log debug messages.
named(SecretsProvider, Purpose<T>, String, Clock) - Static method in class org.forgerock.secrets.SecretReference
Creates a reference to a named secret using the given secrets provider.
namedCurveParams(Key) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the NamedCurveParameters for this key.
nameForm(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Sets the name form associated with the DIT structure rule.
NameForm - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with a name form, which defines the attribute type(s) that must and/or may be used in the RDN of an entry with a given structural objectclass.
NameForm.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing name forms.
NameID - Interface in com.sun.identity.saml2.assertion
The NameID is used in various SAML assertion constructs such as Subject and SubjectConfirmation elements, and in various protocol messages.
NAMEID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NameID
NAMEID - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
NAMEID_FORMAT_NAMESPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Name Identifier Format name space
NAMEID_FORMAT_NAMESPACE_V_1_1 - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Name Identifier Format name space version 1.1
NAMEID_INFO - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
NameID info attribute.
NAMEID_INFO_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
NameID info key attribute.
NAMEID_MAPPING_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
NameIDMapping service.
NAMEID_POLICY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NameIDPolicy Element
NAMEID_POLICY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
NAMEID_POLICY_FORMAT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
NameIDPolicy Format Identifier Parameter
NAMEID_TRANSIENT_FORMAT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
NameIdentifier - Class in com.sun.identity.saml.assertion
The NameIdentifier element specifies a Subject by a combination of a name and a security domain governing the name of the Subject.
NameIdentifier() - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
Default contructor
NameIdentifier(String) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
Constructor
NameIdentifier(String, String) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
Constructs a NameQualifier instance.
NameIdentifier(String, String, String) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
Constructs a NameQualifier instance.
NameIdentifier(Element) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
Constructs a NameIdentifer element from an existing XML block.
nameIdFormat(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the name-id format on the SAML2ConfigBuilder.
NameIDMapping - Class in com.sun.identity.saml2.profile
This class provides methods to send or process NameIDMappingRequest.
NAMEIDMAPPING_REQ - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
NAMEIDMAPPING_RES - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
NameIDMappingRequest - Interface in com.sun.identity.saml2.protocol
This class represents the ManageNameIDRequestType complex type.
NameIDMappingResponse - Interface in com.sun.identity.saml2.protocol
This class represents the NameIDMappingResponseType complex type.
NameIDPolicy - Interface in com.sun.identity.saml2.protocol
This interface defines methods to retrieve name identifier related properties.
NAMEIDPOLICY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NameIDPolicy Element.
NameIDType - Interface in com.sun.identity.saml2.assertion
The NameIDType is used when an element serves to represent an entity by a string-valued name.
NameNotFoundException - Exception in com.sun.identity.policy
Exception thrown if an object such as policy, rule or referral for the given name does not exist.
NameNotFoundException(String, String, int) - Constructor for exception com.sun.identity.policy.NameNotFoundException
Constructor
NameNotFoundException(String, String, Object[], String, int) - Constructor for exception com.sun.identity.policy.NameNotFoundException
Constructor
NameNotFoundException(String, String, Object[], Throwable, String, int) - Constructor for exception com.sun.identity.policy.NameNotFoundException
Constructor
NameNotFoundException(Throwable, String, int) - Constructor for exception com.sun.identity.policy.NameNotFoundException
Constructor
names(String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
namespace() - Method in annotation type org.forgerock.openam.auth.node.api.Node.Metadata
Prepended to a node's name to differentiate it from other nodes with the same name.
namespace(String) - Method in class org.forgerock.secrets.vault.VaultConfig.Builder
Specifies the (optional) namespace to use in calls to Vault.
NAMESPACE_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for xml name space
nameValidationRegex() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
A regular expression for validating the thing name.
NAMING_VIOLATION - org.forgerock.opendj.ldap.ResultCode.Enum
 
NAMING_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have violated the server's naming configuration.
NATURAL - com.sun.identity.sm.AttributeSchema.ListOrder
Orders lists naturally.
nbf(Date) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the time the JWT is not allowed to be processed before, in the Claims Set.
NBF - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Not Before Claim.
NE - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Not Equal Relationship.
needsChecking() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN or REJECT.
NEVER - org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Do not dereference aliases in searching or in locating the base object of a Search operation.
NEVER_EXPIRES - Static variable in class org.forgerock.http.oauth2.AccessTokenInfo
Marker for never ending tokens.
neverThrown() - Static method in exception org.forgerock.util.promise.NeverThrowsException
Utility method returning an empty function, whose goal is to ease the transformation of a Promise type.
neverThrownAsync() - Static method in exception org.forgerock.util.promise.NeverThrowsException
Utility method returning an empty function, whose goal is to ease the transformation of a Promise type.
NeverThrowsException - Exception in org.forgerock.util.promise
The NeverThrowsException class is an uninstantiable placeholder exception which should be used for indicating that a Function or AsyncFunction never throws an exception (i.e.
NEW_ENCRYPTEDID - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
newAbandonRequest(int) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new abandon request using the provided message ID.
newActionRequest(String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource path and action ID.
newActionRequest(String, String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource container path, resource ID, and action ID.
newActionRequest(ResourcePath, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource path and action ID.
newActionRequest(ResourcePath, String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource container path, resource ID, and action ID.
newActionResponse(JsonValue) - Static method in class org.forgerock.json.resource.Responses
Returns a new JsonValue response with the provided JSON content.
newAddRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request using the provided distinguished name decoded using the default schema.
newAddRequest(String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request using the provided lines of LDIF decoded using the default schema.
newAddRequest(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request using the provided distinguished name.
newAddRequest(Entry) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request backed by the provided entry.
newAdviceWarning(String, String, Object...) - Static method in class org.forgerock.json.resource.AdviceWarning
Generate a warning using the builder provided.
newAffinityRequestLoadBalancer(Collection<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new "affinity" load-balancer which will load-balance individual requests across the provided set of LDAP clients, each typically representing a single replica, using an algorithm that ensures that requests targeting a given DN will always be routed to the same replica.
newAnnotatedRequestHandler(Object) - Static method in class org.forgerock.json.resource.Resources
Deprecated.
newAnonymousBindRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new anonymous bind request initialized with an empty distinguished name, SIMPLE authentication type, and an empty password.
newAnonymousSaslBindRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new anonymous SASL bind request as defined in RFC 4505.
newApiRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new API request with the provided path.
newArray(int, RequirementsBuilder) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for array type creation.
newArray(RequirementsBuilder) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for array type creation.
newAssertionControl(boolean, ByteString, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Creates a new virtual list view request control that will identify the target entry by an assertion value.
newAsyncSessionFilter(AsyncSessionManager) - Static method in class org.forgerock.http.filter.Filters
Creates a session Filter that will use the provided AsyncSessionManager to manage the users session.
newAuthorizationServerError(String, String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Returns an OAuth 2.0 error suitable for inclusion in authorization call-back responses and access token and refresh token responses.
newAuthorizationServerError(String, String, String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Returns an OAuth 2.0 error suitable for inclusion in authorization call-back responses and access token and refresh token responses.
newBearerTokenAuthFilter(SecretReference<GenericSecret>) - Static method in class org.forgerock.http.filter.Filters
Creates an authentication Filter that puts a Bearer Authorization header in the request.
newBearerTokenAuthFilterWithoutRetry(SecretReference<GenericSecret>) - Static method in class org.forgerock.http.filter.Filters
Creates an authentication Filter that puts a Bearer Authorization header in the request.
newBindRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new bind request initialized with an empty distinguished name, SIMPLE authentication type, and an empty password.
newBindResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new bind result using the provided result code.
newBranchingInputStream(byte[]) - Static method in class org.forgerock.http.io.IO
Creates a new branching input stream that wraps a byte array.
newBranchingInputStream(InputStream, Factory<Buffer>) - Static method in class org.forgerock.http.io.IO
Creates a new branching input stream to wrap another input stream.
newBuilder() - Static method in class org.forgerock.api.models.Schema
Create a new Builder for Schema.
newBuilder() - Static method in class org.forgerock.selfservice.core.StageResponse
New builder to help construct a stage response.
newBuilder(boolean) - Static method in class com.sun.identity.entitlement.ConditionDecision
New decision builder.
newCachedConnectionPool(LdapClient) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(LdapClient, int, int, long, TimeUnit) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(LdapClient, int, int, long, TimeUnit, ScheduledExecutorService) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(LdapClient, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCancelExtendedRequest(int) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new cancel extended request using the provided message ID.
newCapacityBasedKeyStoreObjectCache(int) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new fixed capacity key store object cache which will evict objects once it reaches the provided capacity.
newChangeRecord(String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new change record (an add, delete, modify, or modify DN request) using the provided lines of LDIF decoded using the default schema.
newChangeRecordPublisher(Supplier<? extends ChangeRecordReader>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a Flowable view of a ChangeRecordReader, creating a new reader for each subscriber.
newChangeRecordReader(Iterable<? extends ChangeRecord>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a change record reader over the provided change record collection.
newChangeRecordReader(Iterator<? extends ChangeRecord>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a change record reader over the provided change record iterator.
newChildProducer(String) - Method in class org.forgerock.api.CrestApiProducer
 
newChildProducer(String) - Method in interface org.forgerock.http.ApiProducer
Create a child producer with the same type, but with the extra ID fragment.
newClearTextPasswordFactory(char[]) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Returns a password factory which will return a copy of the provided password for each invocation of Factory.newInstance(), and which does not provide any protection of the in memory representation of the password.
newClientSslEngine(SslOptions, String, int) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SSLEngine configured to be used by a client application.
newCollection(Object) - Static method in class org.forgerock.json.resource.Resources
Deprecated.
newCompareRequest(String, String, Object) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new compare request using the provided distinguished name, attribute name, and assertion value decoded using the default schema.
newCompareRequest(Dn, AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new compare request using the provided distinguished name, attribute name, and assertion value.
newCompareResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new compare result using the provided result code.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Creates a new Netscape password expired response control.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with no error nor warning.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
Creates a new permissive modify request control.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
Creates a new Active Directory change notification request control.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Creates a new authorization identity request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
Creates a new ManageDsaIT request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Creates a new password policy request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Creates a new permissive modify request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Creates a new tree delete request control having the provided criticality.
newControl(boolean, boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Creates a new sub-entries request control having the provided criticality and sub-entry visibility.
newControl(boolean, boolean, boolean, Collection<PersistentSearchChangeType>) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Creates a new persistent search request control.
newControl(boolean, boolean, boolean, PersistentSearchChangeType...) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Creates a new persistent search request control.
newControl(boolean, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Creates a new simple paged results control with the provided criticality, size, and cookie.
newControl(boolean, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and string representation of a list of sort keys.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Creates a new matched values request control with the provided criticality and list of filters.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Creates a new post-read request control.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(boolean, String, String...) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Creates a new post-read request control.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(boolean, Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Creates a new matched values request control with the provided criticality and list of filters.
newControl(boolean, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and list of sort keys.
newControl(boolean, Dn, Collection<AttributeType>) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.
newControl(boolean, Filter) - Static method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Creates a new assertion using the provided criticality and assertion filter.
newControl(boolean, SortKey...) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and list of sort keys.
newControl(int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Creates a new Netscape password expiring response control with the provided amount of time until expiration.
newControl(int, int, ResultCode, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Creates a new virtual list view response control.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Creates a new authorization identity response control using the provided authorization ID.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new non-critical control having the provided OID and no value.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Creates a new proxy authorization v1 request control with the provided authorization name decoded using the default schema.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Creates a new proxy authorization v2 request control with the provided authorization ID.
newControl(String, boolean) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID and criticality, but no value.
newControl(String, boolean, Object) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID, criticality, and value.
newControl(Control) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the same OID, criticality, and value as the provided control.
newControl(PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided error.
newControl(PasswordPolicyWarningType, int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided warning.
newControl(PasswordPolicyWarningType, int, PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided warning and error.
newControl(PersistentSearchChangeType, String, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.
newControl(PersistentSearchChangeType, Dn, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.
newControl(Dn) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Creates a new authorization identity response control using the provided authorization ID.
newControl(Dn) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Creates a new proxy authorization v1 request control with the provided authorization name.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Creates a new post-read response control.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Creates a new pre-read response control.
newControl(ResultCode) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and no attribute description.
newControl(ResultCode, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and attribute description.
newControl(ResultCode, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and attribute description.
newCookie(String, String) - Static method in class org.forgerock.caf.http.Cookie
Creates a new Cookie with the provided name and value.
newCramMd5SaslBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
newCreateRequest(String, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, new resource ID, and JSON content.
newCreateRequest(String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, and JSON content.
newCreateRequest(ResourcePath, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, new resource ID, and JSON content.
newCreateRequest(ResourcePath, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, and JSON content.
newCsrfFilter(String) - Static method in class org.forgerock.http.filter.Filters
Creates a filter that protects against cross-site request forgery (CSRF) attacks when using cookies for authentication.
newDecodedContentInputStream() - Method in class org.forgerock.http.protocol.Entity
Returns a branched input stream representing the decoded content of this entity.
newDecodedContentReader(Charset) - Method in class org.forgerock.http.protocol.Entity
Returns a branched reader representing the decoded content of this entity.
newDecompressedContentFlowable() - Method in class org.forgerock.http.protocol.Entity
Returns a publisher of bytes representing the decompressed content of this entity, according to the Content-Encoding header.
newDefaultCsrfFilter(String) - Static method in class org.forgerock.http.filter.Filters
Creates a filter that protects against cross-site request forgery (CSRF) attacks when using cookies for authentication.
newDeleteRequest(String) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource path.
newDeleteRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new delete request using the provided distinguished name decoded using the default schema.
newDeleteRequest(String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource container path, and resource ID.
newDeleteRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource path.
newDeleteRequest(ResourcePath, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource container path, and resource ID.
newDeleteRequest(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new delete request using the provided distinguished name.
newDigestMd5SaslBindRequest(String, String, char[], String, String, Map<String, ?>) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new DIGEST-MD5 SASL bind request as defined in RFC 2831.
newDN(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a DN from the specified DN string.
newEcdsaSigningHandler(ECPrivateKey) - Method in class org.forgerock.json.jose.jws.SigningManager
newEcdsaSigningHandler(PrivateKey) - Method in class org.forgerock.json.jose.jws.SigningManager
newEcdsaSigningHandler(SigningKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new handler for signing ES256 signatures.
newEcdsaVerificationHandler(ECPublicKey) - Method in class org.forgerock.json.jose.jws.SigningManager
newEcdsaVerificationHandler(VerificationKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new handler for verifying ES256 signatures.
newEdDsaSigningHandler(byte[]) - Method in class org.forgerock.json.jose.jws.SigningManager
newEdDsaSigningHandler(SigningKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new handler for signing EdDSA signatures.
newEdDsaVerificationHandler(byte[]) - Method in class org.forgerock.json.jose.jws.SigningManager
newEdDsaVerificationHandler(VerificationKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new handler for verifying EdDSA signatures.
newEmptyObject() - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for empty object creation.
newEmptyRequirements() - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates an empty requirements json object.
NewEncryptedID - Interface in com.sun.identity.saml2.protocol
Java content class for NewEncryptedID element declaration.
newEntryPublisher(Supplier<? extends EntryReader>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a Flowable view of a EntryReader, creating a new reader for each subscriber.
newEntryReader(Iterable<? extends Entry>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns an entry reader over the provided entry collection.
newEntryReader(Iterator<? extends Entry>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns an entry reader over the provided entry iterator.
newExceptionPromise(E) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already failed with the provided exception.
newExtendedErrorResult(ResultCode, String, CharSequence) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
 
newExtendedErrorResult(ResultCode, String, CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
Creates a new extended error result using the provided result code, matched DN, and diagnostic message.
newExternalSaslBindRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new External SASL bind request as defined in RFC 4422.
newFailoverConnectionFactory(Set<LDAPURL>, String, char[], int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a new connection factory that is capable to failover to the servers defined in case there is an error.
newFailoverConnectionPool(Set<LDAPURL>, String, char[], int, int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a new connection pool that is capable to failover to the servers defined in case there is an error.
newFailoverConnectionPool(Set<LDAPURL>, Set<LDAPURL>, String, char[], int, int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a new connection pool that is capable to failover from the primary to the secondary servers defined in case there is an error.
newFailoverLoadBalancer(Collection<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new "fail-over" load-balancer which will load-balance connections across the provided set of LDAP clients.
newFailureBuilder() - Static method in class com.sun.identity.entitlement.ConditionDecision
New builder representing a failure.
newFileBuffer(File, int) - Static method in class org.forgerock.http.io.IO
Creates a new file buffer that uses a local file for data storage.
newFixedConnectionPool(LdapClient, int) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which will maintain poolSize connections created using the provided LDAP client.
newFixedSizeDistributionLoadBalancer(Set<Dn>, ConsistentHashMap<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a distribution load balancer which uses consistent hashing to distributes requests across a set of partitions based on a hash of each request's target DN.
newForbidden() - Static method in class org.forgerock.http.protocol.Responses
Generates an empty Forbidden response (403).
newGenericExtendedRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new generic extended request using the provided name and no value.
newGenericExtendedRequest(String, Object) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new generic extended request using the provided name and optional value.
newGenericExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic extended result using the provided result code.
newGenericIntermediateResponse() - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic intermediate response with no name or value.
newGenericIntermediateResponse(String, Object) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic intermediate response using the provided response name and value.
newGssapiSaslBindRequest(String, Subject, String, Map<String, ?>) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new GSSAPI SASL bind request as defined in RFC 2831.
newHandler(Object) - Static method in class org.forgerock.json.resource.Resources
Creates a new RequestHandler backed by the supplied provider.
newHmacSigningHandler(byte[]) - Method in class org.forgerock.json.jose.jws.SigningManager
newHmacSigningHandler(SecretKey) - Method in class org.forgerock.json.jose.jws.SigningManager
newHmacSigningHandler(SigningKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SecretHmacSigningHandler configured for signature validation.
newHmacVerificationHandler(VerificationKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SecretHmacSigningHandler configured for signature validation.
newHttpBasicAuthenticationFilter(String, SecretReference<GenericSecret>) - Static method in class org.forgerock.http.filter.Filters
Creates an authentication Filter that put a Basic Authorization header in the request.
newHttpBasicAuthenticationFilter(String, SecretReference<GenericSecret>, Charset) - Static method in class org.forgerock.http.filter.Filters
Creates an authentication Filter that put a Basic Authorization header in the request.
newHttpClient(Options) - Method in interface org.forgerock.http.spi.HttpClientProvider
Returns a new HttpClient configured using the provided set of options.
NewID - Interface in com.sun.identity.saml2.protocol
This interface identifies the new identifier in an ManageNameIDRequest message.
NEWID - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
newInstance() - Method in interface org.forgerock.util.Factory
Creates and returns a new object instance.
newInstance(String) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for the json schema.
newInstance(String) - Static method in class org.forgerock.util.Loader
Creates a new instance of a named class.
newInstance(String, Class<T>) - Static method in class org.forgerock.util.Loader
Creates a new instance of a named class.
newInternalClientContext(Context) - Static method in class org.forgerock.services.context.ClientContext
Creates an internal ClientContext instance.
newInternalConnection(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new Connection which will route requests to the provided requestHandler.
newInternalConnection(RequestHandler) - Static method in class org.forgerock.json.resource.Resources
Creates a new connection to a RequestHandler.
newInternalConnectionFactory(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new ConnectionFactory which will route requests to the provided requestHandler.
newInternalConnectionFactory(RequestHandler) - Static method in class org.forgerock.json.resource.Resources
Creates a new connection factory which binds internal client connections to RequestHandlers.
newInternalLdapClient(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LdapClient which will route requests to the provided requestHandler.
newInternalLdapClientSocket(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LdapClientSocket which will route requests to the provided requestHandler.
newInternalServerError() - Static method in class org.forgerock.http.protocol.Responses
Generates an empty Internal Server Error response (500).
newInternalServerError(Exception) - Static method in class org.forgerock.http.protocol.Responses
Generates an Internal Server Error response (500) containing the cause of the error response.
newInvalidRequest(Request.RequestType, String, LdapException) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new invalid request using the provided reason.
newJwksStore(Duration, Duration, URL, JWKSetParser, Clock) - Static method in class org.forgerock.json.jose.jwk.store.JwksStore
Create a new JWKs store asynchronously.
newKeyStoreObjectCacheFromMap(Map<String, KeyStoreObject>) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new key store object cache which will delegate to the provided Map.
newKeyStoreParameters(ConnectionFactory, Dn) - Static method in class org.forgerock.opendj.security.KeyStoreParameters
Creates a set of LDAP key store parameters with default options.
newKeyStoreParameters(ConnectionFactory, Dn, Options) - Static method in class org.forgerock.opendj.security.KeyStoreParameters
Creates a set of LDAP key store parameters with custom options.
newLdapClient(String, int) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP client which can be used to create LDAP connections to the Directory Server at the provided host and port number, and using default options.
newLdapClient(String, int, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP client which can be used to create LDAP connections to the Directory Server at the provided host and port number and custom options.
newLdapClientException(Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP client exception with the provided cause and a result code depending on the class cause original cause.
newLdapException(Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided cause and a result code depending on the class cause original cause.
newLdapException(Result) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception using the provided result.
newLdapException(ResultCode) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and an empty diagnostic message.
newLdapException(ResultCode, CharSequence) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and diagnostic message.
newLdapException(ResultCode, CharSequence, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code, diagnostic message, and cause.
newLdapException(ResultCode, CharSequence, Dn, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided resultCode, diagnosticMessage, matched DN and cause.
newLdapException(ResultCode, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and cause.
newLdapKeyStore(ConnectionFactory, Dn) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDAP key store with default options.
newLdapKeyStore(ConnectionFactory, Dn, Options) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDAP key store with custom options.
newLdapMessage(int, byte, ProtocolOp) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Creates a new ProtocolOp containing a fully decoded LDAP message.
newLdapService(Collection<String>, Supplier<BindRequest>, Options, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP load-balancer able to discover all the replicas in a directory service, load balance across them all, and reconfigure itself according to changes affecting the availability of the replicas.
newLdifKeyStore(File, Dn) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDIF based key store which will read and write key store objects to the provided key store file.
newLdifKeyStore(File, Dn, Options) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDIF based key store which will read and write key store objects to the provided key store file.
newLeastRequestsLoadBalancer(Collection<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new "least requests" load-balancer which will load-balance individual requests across the provided set of LDAP clients, each typically representing a single replica, using an algorithm that ensures that requests are routed to the replica which has the minimum number of active requests.
newline() - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a UNIX newline character, where two adjacent newlines will create a new paragraph.
NEWLINE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
UNIX newline character.
NEWLINE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for newline
newLocalProxyProtocolHeader(int) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns a new proxy protocol header with a local command.
newMemoryBuffer(int, int) - Static method in class org.forgerock.http.io.IO
Creates a new buffer that uses a byte array for data storage.
newModifyDnRequest(String, String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify DN request using the provided distinguished name and new RDN decoded using the default schema.
newModifyDnRequest(Dn, Rdn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify DN request using the provided distinguished name and new RDN.
newModifyRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request using the provided distinguished name decoded using the default schema.
newModifyRequest(String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request using the provided lines of LDIF decoded using the default schema.
newModifyRequest(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request using the provided distinguished name.
newModifyRequest(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
newMurmur3ConsistentHashMap() - Static method in class org.forgerock.opendj.ldap.ConsistentHashMap
Creates a new consistent hash map which will hash keys using Murmur3.
newNamedConnectionFactory(ConnectionFactory, String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a new connection factory which forwards connection requests to the provided factory, but whose toString method will always return name.
newNamedLdapClient(LdapClient, String) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP client which forwards connection requests to the provided client, but whose toString method will always return name.
newNopSigningHandler() - Method in class org.forgerock.json.jose.jws.SigningManager
Deprecated.
This method is inherently insecure and shouldn't be used.
newNotFound() - Static method in class org.forgerock.http.protocol.Responses
Generates an empty Not Found response (404).
newNullLdapClient() - Static method in class org.forgerock.opendj.ldap.LdapClients
Returns an LDAP client which always throws ResultCode.CLIENT_SIDE_CONNECT_ERROR, without any error message.
newNullLdapClient(String, LocalizableMessage) - Static method in class org.forgerock.opendj.ldap.LdapClients
Returns an LDAP client which always throws ResultCode.CLIENT_SIDE_CONNECT_ERROR using the provided error message.
newObject(String) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for object type creation.
newOffsetControl(boolean, int, int, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Creates a new virtual list view request control that will identify the target entry by a positional offset within the complete result set.
newOptionsFilter(String...) - Static method in class org.forgerock.http.filter.Filters
Creates a Filter which handles HTTP OPTIONS method requests.
newPasswordConnectionFactory(Set<LDAPURL>, String, char[], int, int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a new connection pooled connection factory that is capable to failover to the servers defined in case there is an error.
newPasswordConnectionFactory(Set<LDAPURL>, Set<LDAPURL>, String, char[], int, int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Creates a new connection pooled connection factory that is capable to failover to the servers defined in case there is an error.
newPasswordModifyExtendedRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new password modify extended request, with no user identity, old password, or new password.
newPasswordModifyExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new password modify extended result using the provided result code, and no generated password.
newPatchRequest(String, String, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource container path, resource ID, and JSON patch operations.
newPatchRequest(String, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource path and JSON patch operations.
newPatchRequest(ResourcePath, String, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource container path, resource ID, and JSON patch operations.
newPatchRequest(ResourcePath, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource path and JSON patch operations.
newPlainSaslBindRequest(String, char[], String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Plain SASL bind request as defined in RFC 4616.
newPrioritizedFailoverConnectionFactory(Set<String>, String, String, String, char[], int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Based on the incoming parameters prioritizes the LDAP server list, then creates a connection factory that is capable to failover to the servers defined in case there is an error.
newPrioritizedFailoverConnectionPool(Set<String>, String, String, String, char[], int, int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Based on the incoming parameters prioritizes the LDAP server list, then creates a connection pool that is capable to failover to the servers defined in case there is an error.
newPromise(Supplier<V, E>) - Static method in class org.forgerock.util.promise.Promises
Execute a task and return the result as a Promise.
newProxyLdapService(Collection<String>, Options, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP load-balancer able to discover all the replicas in a directory service, load balance across them all, and reconfigure itself according to changes affecting the availability of the replicas.
newProxyProtocolHeader(int, InetSocketAddress, InetSocketAddress) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns a new proxy protocol header with a proxy command: the connection is relayed on behalf of a client.
newProxyProtocolHeader(int, InetSocketAddress, InetSocketAddress, ProxyProtocolHeader.SslTlv) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns a new proxy protocol header with a proxy command: the connection is relayed on behalf of a client.
newQueryRequest(String) - Static method in class org.forgerock.json.resource.Requests
Returns a new query request with the provided resource container path.
newQueryRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new query request with the provided resource container path.
newQueryResponse() - Static method in class org.forgerock.json.resource.Responses
Creates a new query result with a null paged results cookie and no count of the total number of remaining results.
newQueryResponse(String) - Static method in class org.forgerock.json.resource.Responses
Creates a new query result with the provided paged results cookie and no count.
newQueryResponse(String, CountPolicy, int) - Static method in class org.forgerock.json.resource.Responses
Creates a new query result with the provided paged results cookie and a count of the total number of remaining results according to totalPagedResultsPolicy.
newReadRequest(String) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource path.
newReadRequest(String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource container path, and resource ID.
newReadRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource path.
newReadRequest(ResourcePath, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource container path, and resource ID.
newRemainingResultsResponse(String, int) - Static method in class org.forgerock.json.resource.Responses
newRequestHandle() - Static method in class org.forgerock.opendj.ldap.RequestHandle
Creates a new RequestHandle instance.
newRequestMessage(int, Request) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a Request.
newResourceApiVersionBehaviourManager() - Static method in class org.forgerock.http.routing.RouteMatchers
Creates a new ResourceApiVersionBehaviourManager which is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.
newResourceApiVersionBehaviourManager() - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a new ResourceApiVersionBehaviourManager which is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.
newResourceException(int) - Static method in exception org.forgerock.json.resource.ResourceException
Returns an exception with the specified HTTP error code, but no detail message or cause, and a default reason phrase.
newResourceException(int, String) - Static method in exception org.forgerock.json.resource.ResourceException
Returns an exception with the specified HTTP error code and detail message, but no cause, and a default reason phrase.
newResourceException(int, String, Throwable) - Static method in exception org.forgerock.json.resource.ResourceException
Returns an exception with the specified HTTP error code, detail message, and cause, and a default reason phrase.
newResourceResponse(String, String, JsonValue) - Static method in class org.forgerock.json.resource.Responses
Returns a new Resource response with the provided Resource as content.
newResourceServerError(String, List<String>, String, String, String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Returns an OAuth 2.0 error suitable for inclusion in resource server WWW-Authenticate response headers.
newResponseMessage(int, BindResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a BindResult.
newResponseMessage(int, CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a CompareResult.
newResponseMessage(int, ExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a ExtendedResult.
newResponseMessage(int, IntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a IntermediateResponse.
newResponseMessage(int, Request, Response) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a Response.
newResponseMessage(int, SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a SearchResultEntry.
newResponseMessage(int, SearchResultReference) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a SearchResultReference.
newResponseMessage(Response) - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns a new LdapMessage containing the provided Response.
newResponsePromise(Response) - Static method in class org.forgerock.http.protocol.Response
Returns a Promise representing the Response for an asynchronous Request which has already completed.
newResponsePromiseImpl() - Static method in class org.forgerock.http.protocol.Response
Creates a new pending Promise implementation representing the Response for an asynchronous Request.
newResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new result using the provided result code.
newResultPromise(V) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already succeeded with the provided result.
newRsaSigningHandler(Key) - Method in class org.forgerock.json.jose.jws.SigningManager
newRsaSigningHandler(SigningKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SecretRSASigningHandler configured for signature validation.
newRsaVerificationHandler(VerificationKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SecretRSASigningHandler configured for signature validation.
newRuntimeExceptionPromise(RuntimeException) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already failed with the provided runtime exception.
newSaslBindRequest(SaslClient) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new SASL bind request configured to use the provided SaslClient.
newScramCredential(ByteSequence) - Method in class org.forgerock.opendj.security.ScramMechanism
Generates a new SCRAM credential suitable for storage in the server, using an iteration count of 10000.
newScramCredential(ByteSequence, int) - Method in class org.forgerock.opendj.security.ScramMechanism
Generates a new SCRAM credential suitable for storage in the server.
newScramSaslBindRequest(ScramMechanism, String, char[], String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new SCRAM SASL bind request as defined in RFC 5802.
newScramSaslClient(String, CallbackHandler) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns a new SaslClient for this SCRAM mechanism.
newScramSaslServer(CallbackHandler) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns a new SaslServer for this SCRAM mechanism.
newScramSaslServer(CallbackHandler, ByteSequence) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns a new SaslServer for this SCRAM mechanism.
newSearchRequest(String, SearchScope) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name and scope.
newSearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name, scope, and filter, decoded using the default schema.
newSearchRequest(Dn, SearchScope) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name and scope.
newSearchRequest(Dn, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name, scope, and filter.
newSearchResultDoneMessage(int, Result) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage for a search result done operation type.
newSearchResultEntry(String) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry using the provided distinguished name decoded using the default schema.
newSearchResultEntry(String...) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry using the provided lines of LDIF decoded using the default schema.
newSearchResultEntry(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry using the provided distinguished name.
newSearchResultEntry(Entry) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry backed by the provided entry.
newSearchResultReference(String) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result reference using the provided continuation reference URI.
newSearchResultReference(List<String>) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result reference using the provided continuation reference URIs.
newServerSslEngine(SslOptions) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SSLEngine configured to be used by a server application.
newSessionFilter(SessionManager) - Static method in class org.forgerock.http.filter.Filters
Deprecated.
newSigningHandler(Key) - Method in class org.forgerock.json.jose.jws.SigningManager
newSigningHandler(JWK) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns a signing handler from the given JSON Web Key (JWK) which will be used to sign a JWT.
newSigningHandler(JWK, Purpose<SigningKey>) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns a signing handler from the given JSON Web Key (JWK) which will be used to sign a JWT.
newSigningHandler(JWK, Purpose<SigningKey>, Instant) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns a signing handler from the given JSON Web Key (JWK) which will be used to sign a JWT.
newSigningHandler(SigningKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns the signing handler from the given SigningKey which will be used to sign the JWT.
newSigningHandler(Purpose<SigningKey>) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SigningHandler configured for signing with the provided secret purpose.
newSigningHandler(SecretReference<SigningKey>) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SigningHandler configured for signing with the provided secret reference.
newSimpleBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(String, String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(Dn, byte[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(Dn, char[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(Dn, String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSingleEntrySearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request for a single entry, using the provided distinguished name, scope, and filter, decoded using the default schema.
newSingleEntrySearchRequest(Dn, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request for a single entry, using the provided distinguished name, scope, and filter.
newSingleton(Object) - Static method in class org.forgerock.json.resource.Resources
Deprecated.
newSslOptions(KeyManager[], TrustManager[]) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SslOptions for the provided key managers and trust managers.
newSslOptions(KeyManager, TrustManager) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SslOptions for the provided key manager and trust manager.
newStartTlsExtendedRequest(SslOptions) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new start TLS extended request which will use the provided SSL context.
newStartTlsExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new start TLS extended result which will use the provided SSL context.
newSuccessBuilder() - Static method in class com.sun.identity.entitlement.ConditionDecision
New builder representing a satisfied.
newTemporaryBuffer(int, int, int, File) - Static method in class org.forgerock.http.io.IO
Creates a new temporary buffer that first uses memory, then a temporary file for data storage.
newTemporaryStorage() - Static method in class org.forgerock.http.io.IO
Creates a new storage using the system dependent default temporary directory and default sizes.
newTemporaryStorage(File) - Static method in class org.forgerock.http.io.IO
Builds a storage using the given directory (may be null) and default sizes.
newTemporaryStorage(File, int, int, int) - Static method in class org.forgerock.http.io.IO
Builds a storage using the given directory (may be null) and provided sizes.
newThreadFactory(ThreadGroup, String, boolean) - Static method in class org.forgerock.util.Threads
Creates a new thread factory which will create threads using the specified thread group, naming template, and daemon status.
newThreadFactory(ThreadGroup, String, boolean) - Static method in class org.forgerock.util.Utils
newUnbindRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new unbind request.
newUnknownRequest(byte, ByteString) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new unknown request backed by the provided bytes.
newUpdateRequest(String, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource container path, resource ID, and new JSON content.
newUpdateRequest(String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource path and new JSON content.
newUpdateRequest(CreateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request built based on the provided create request.
newUpdateRequest(ResourcePath, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource container path, resource ID, and new JSON content.
newUpdateRequest(ResourcePath, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource path and new JSON content.
newUrlEncodedHttpBasicAuthFilter(String, SecretReference<GenericSecret>) - Static method in class org.forgerock.http.filter.Filters
Creates an authentication Filter that put a Basic Authorization header in the request.
newVerificationHandler(Key) - Method in class org.forgerock.json.jose.jws.SigningManager
newVerificationHandler(JWK) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns the signing handler from the given JSON Web Key (JWK) which will be used to verify the JWT.
newVerificationHandler(JWK, Purpose<VerificationKey>) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns a signing handler from the given JSON Web Key (JWK) which will be used to verify a JWT.
newVerificationHandler(JWK, Purpose<VerificationKey>, Instant) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns a signing handler from the given JSON Web Key (JWK) which will be used to verify a JWT.
newVerificationHandler(VerificationKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns the signing handler from the given VerificationKey which will be used to verify the JWT.
newVerificationHandler(Purpose<VerificationKey>, String) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new SigningHandler configured for verifying with the provided secret purpose.
newVoidResultPromise() - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already succeeded without result.
newWarning(String, String, Object...) - Static method in class org.forgerock.http.header.WarningHeader
Constructs a new warning header with the frequently-used error type: 100.
newWhoAmIExtendedRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Who Am I extended request.
newWhoAmIExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new who am I extended result with the provided result code and no authorization ID.
nextBigInteger() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the next element as a BigInteger.
nextChoiceValueIdentifier() - Method in class org.forgerock.opendj.ldap.GserParser
Return the identifier of the next IdentifiedChoiceValue element.
nextInteger() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the next element as an Integer.
nextNamedValueIdentifier() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the identifier of the next NamedValue element.
nextString() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the next element as a String.
NO_AUTHN_CONTEXT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
NO_CONTENT - Static variable in class org.forgerock.http.protocol.Status
The 204 (No Content) status code indicates that the server has successfully fulfilled the request and that there is no additional content to send in the response payload body.
NO_COUNT - Static variable in interface org.forgerock.json.resource.QueryResponse
The value provided when no count is known or can reasonably be supplied.
NO_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
Deprecated.
The NO_MATCH specifies the resources do not match
NO_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
The NO_MATCH specifies the resources do not match
NO_MOD - Static variable in class com.sun.identity.idm.IdRepo
 
NO_OP - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
An event listener implementation which ignores all events.
NO_OPERATION - org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server did not actually complete processing on the associated operation because the request included the LDAP No-Op control.
NO_REPLACE - org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Requests that the generated changes should use the combination of DELETE then ADD.
NO_RESOURCE_TYPE_EXPECTED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NO_RESOURCE_TYPE_MATCH_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NO_SUCH_APPLICATION - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NO_SUCH_ATTRIBUTE - org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_SUCH_ATTRIBUTE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it targeted an attribute or attribute value that did not exist in the specified entry.
NO_SUCH_OBJECT - org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_SUCH_OBJECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it referenced an entry that does not exist.
NO_SUCH_OPERATION - org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_SUCH_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because the targeted operation did not exist or had already completed.
NO_SUCH_POLICY - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NO_SUCH_REFERRAL_PRIVILEGE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NO_SUCH_RESOURCE_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NO_SUCH_SEGMENT_EXISTS - Static variable in exception com.iplanet.log.LogException
Deprecated.
No such log segment exists.
Node - Interface in org.forgerock.openam.auth.node.api
A node is the core abstraction within an authentication tree.
NODE_ID_KEY - Static variable in interface org.forgerock.openam.auth.node.api.TreeHook
Node ID key.
NODE_TYPE - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The AuthType parameter key.
NODE_TYPE_KEY - Static variable in interface org.forgerock.openam.auth.node.api.TreeHook
Node type key.
Node.Metadata - Annotation Type in org.forgerock.openam.auth.node.api
Annotation that describes the metadata of the node.
NodeProcessException - Exception in org.forgerock.openam.auth.node.api
An Exception to indicate that there was a problem processing a Node that could not be resolved to a Action.
NodeProcessException(String) - Constructor for exception org.forgerock.openam.auth.node.api.NodeProcessException
Construct an exception with a message.
NodeProcessException(String, Throwable) - Constructor for exception org.forgerock.openam.auth.node.api.NodeProcessException
Construct an exception with a message and a cause.
NodeProcessException(Throwable) - Constructor for exception org.forgerock.openam.auth.node.api.NodeProcessException
Construct an exception with a cause.
NodeState - Class in org.forgerock.openam.auth.node.api
Encapsulates all state that is provided by each node and passed between nodes on tree execution.
NON_AUTHORITATIVE_INFO - Static variable in class org.forgerock.http.protocol.Status
The 203 (Non-Authoritative Information) status code indicates that the request was successful but the enclosed payload has been modified from that of the origin server's 200 (OK) response by a transforming proxy (Section 5.7.2 of [RFC7230]).
NON_REPUDIATION - org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify digital signatures other than signatures on certificates and certificate revocation lists, used to provide a non-repudiation service that protects against the signing entity falsely denying some action.
NONCE - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Opaque value used to mitigate replay attacks.
none() - Static method in class org.forgerock.http.filter.cors.CorsPolicy.Builder
Rejects any input value.
NONE - org.forgerock.api.enums.CountPolicy
No count policy is supported.
NONE - org.forgerock.http.protocol.Cookie.SameSite
Some browsers are moving to marking all cookies as SameSite=lax by default and allowing SameSite=none as an option to turn that off.
NONE - org.forgerock.http.routing.DefaultVersionBehaviour
Will not attempt to route to any version of the resource, instead will return an error to the client.
NONE - org.forgerock.json.jose.jwe.CompressionAlgorithm
When no compression is applied.
NONE - org.forgerock.json.jose.jws.JwsAlgorithm
Deprecated.
This algorithm is inherently insecure and should not be used.
NONE - org.forgerock.json.jose.jws.JwsAlgorithmType
Deprecated.
This algorithm is inherently insecure and shouldn't be used.
NONE - org.forgerock.json.resource.CountPolicy
There should be no count returned.
NONE - org.forgerock.oauth.clients.oauth2.PkceMethod
The OAuth 2.0 provider does not support PKCE at all.
NONE - org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Specifies that the request parameter jwt won't be sent.
NONE - org.forgerock.opendj.ldap.ConnectionSecurity
LDAP client connection use no security.
NONE - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
no value is allowed
NONE - Static variable in interface org.forgerock.opendj.security.KeyStoreObjectCache
A cache implementation that does not cache anything.
NonExpiringCache<K,​V> - Class in org.forgerock.util
Allows the Caching of an object.
NonExpiringCache() - Constructor for class org.forgerock.util.NonExpiringCache
 
noopExceptionAsyncFunction() - Static method in class org.forgerock.http.protocol.Responses
Utility method returning an empty async function, whose goal is to ease the transformation of a Promise type.
noopExceptionFunction() - Static method in class org.forgerock.http.protocol.Responses
Utility method returning an empty function, whose goal is to ease the transformation of a Promise type.
NOPASSIVE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
NOPCompressionHandler - Class in org.forgerock.json.jose.jwe.handlers.compression
A NOP implementation of the Compression Handler, which will be used when no compression is to be applied.
NOPCompressionHandler() - Constructor for class org.forgerock.json.jose.jwe.handlers.compression.NOPCompressionHandler
 
NoPermissionException - Exception in com.sun.identity.policy
Exception thrown if a policy operation attempted could not be done due to insufficient permissions
NoPermissionException() - Constructor for exception com.sun.identity.policy.NoPermissionException
No argument constructor
NoPermissionException(String) - Constructor for exception com.sun.identity.policy.NoPermissionException
Constructor
NoPermissionException(String, String, Object[]) - Constructor for exception com.sun.identity.policy.NoPermissionException
Constructor
NoPermissionException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.policy.NoPermissionException
Constructor
NoPermissionException(Throwable) - Constructor for exception com.sun.identity.policy.NoPermissionException
Constructor
NOPSigningHandler - Class in org.forgerock.json.jose.jws.handlers
Deprecated.
This algorithm is inherently insecure and shouldn't be used.
NOPSigningHandler() - Constructor for class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
Deprecated.
 
normaliseAnswer(String) - Static method in class org.forgerock.selfservice.core.util.Answers
Normalises the given answer.
normalizeAttributeValue(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeAttributeValue(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeDN(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Normalizes the DN.
normalizeName(String...) - Static method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Normalizes a name such that it can be used as a unique filename and/or anchor in AsciiDoc.
NoSuchSecretException - Exception in org.forgerock.secrets
Indicates that no secret was configured for the given purpose, or the named secret is not available.
NoSuchSecretException(String) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given purpose and secret stable id.
NoSuchSecretException(Purpose<?>) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given purpose.
NoSuchSecretException(Purpose<?>, String) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given purpose and secret stable id.
not() - Method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical NOT of this condition result, which is TRUE if this condition result is FALSE, TRUE if it is FALSE, and UNDEFINED otherwise.
not(FilterCondition) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will match requests which do not match the provided condition.
not(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical NOT of the provided condition result, which is TRUE if the provided condition result is FALSE, TRUE if it is FALSE, and UNDEFINED otherwise.
not(Filter) - Static method in class org.forgerock.opendj.ldap.Filter
Creates an optimized new not filter using the provided sub-filter.
not(Filter, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new not filter using the provided sub-filter.
not(QueryFilter<FF>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new not filter using the provided sub-filter.
NOT - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for NOT filters.
NOT - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for NOT filters.
NOT - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "or" operator.
NOT_ACCEPTABLE - org.forgerock.api.commons.CommonsApi.Errors
The "not acceptable" error.
NOT_ACCEPTABLE - Static variable in class org.forgerock.http.protocol.Status
The 406 (Not Acceptable) status code indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request (Section 5.3), and the server is unwilling to supply a default representation.
NOT_ACCEPTABLE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.NOT_ACCEPTABLE in an API Description.
NOT_ALLOWED_ON_NONLEAF - org.forgerock.opendj.ldap.ResultCode.Enum
 
NOT_ALLOWED_ON_NONLEAF - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation is not allowed for non-leaf entries.
NOT_ALLOWED_ON_RDN - org.forgerock.opendj.ldap.ResultCode.Enum
 
NOT_ALLOWED_ON_RDN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation is not allowed on an RDN attribute.
NOT_APPLICABLE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for NotApplicable
NOT_FOUND - org.forgerock.api.commons.CommonsApi.Errors
The "not found" error.
NOT_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NOT_FOUND - Static variable in class org.forgerock.http.protocol.Status
The 404 (Not Found) status code indicates that the origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
NOT_FOUND - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource could not be found.
NOT_FOUND_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.NOT_FOUND in an API Description.
NOT_IMPLEMENTED - Static variable in class org.forgerock.http.protocol.Status
The 501 (Not Implemented) status code indicates that the server does not support the functionality required to fulfill the request.
NOT_PRESENT - Static variable in class org.forgerock.http.header.WarningHeader
100 Indicates that there is data missing from the request.
NOT_PRESENT - Static variable in class org.forgerock.json.resource.AdviceWarning
100 Indicates that there is data missing from the request.
NOT_STARTED - Static variable in class com.sun.identity.authentication.AuthContext.Status
The NOT_STARTED status indicates that the login process has not yet started.
NOT_SUPPORTED - org.forgerock.api.commons.CommonsApi.Errors
The "not supported" error.
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.assertion.AuthorityBinding.AuthorityKindType
Unsupported Query.
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
The specified action is not supported.
NOT_SUPPORTED - Static variable in class com.sun.identity.saml.assertion.Statement
The Statement is not supported.
NOT_SUPPORTED - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource does not implement/support the feature to fulfill the request HTTP status: 501 Not Implemented.
NOT_SUPPORTED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.NOT_SUPPORTED in an API Description.
notBefore(Instant) - Method in class org.forgerock.macaroons.JsonCaveatSet
Specifies that the macaroon should be considered invalid before the given time.
NOTBEFORE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NotOnOrAfter
NOTBEFORE_ASSERTION_SKEW_DEFAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
NotFoundException - Exception in org.forgerock.json.resource
An exception that is thrown when a specified resource cannot be found.
NotFoundException() - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with null as its detail message.
NotFoundException(String) - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with the specified detail message.
NotFoundException(String, Throwable) - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with the specified detail message and cause.
NotFoundException(Throwable) - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with the specified cause.
NOTIFICATION - org.forgerock.am.cts.api.tokens.TokenType
Token type for cluster-wide notification system.
notifyDescriptorChange() - Method in interface org.forgerock.services.descriptor.Describable.Listener
Implement this method to handle changes to API Descriptors.
notifyDescriptorChange() - Method in class org.forgerock.services.routing.AbstractRouter
 
NOTONORAFTER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for NotOnOrAfter
NotSupportedException - Exception in org.forgerock.json.resource
An exception that is thrown during an operation on a resource when the resource does not implement/support the feature to fulfill the request.
NotSupportedException() - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with null as its detail message.
NotSupportedException(String) - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with the specified detail message.
NotSupportedException(String, Throwable) - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with the specified detail message and cause.
NotSupportedException(Throwable) - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with the specified cause.
noUserModification(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is "no-user-modification".
now() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the current time in milliseconds from the Clock of this TimeoutScheduler.
NS_SEC - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP security namespace.
NS_SOAP - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAP Envelope URL
NS_SOAP_BINDING - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAPBinding Name Space.
NS_SOAP_BINDING_11 - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAPBinding Name Space.
NS_WSSE - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP utility namespace.
NS_WSU - Static variable in class com.sun.identity.saml.common.SAMLConstants
Liberty security namespace.
NS_XML - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
XML Namespace
NS_XML - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
XML name space URI
NS_XMLENC - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Namespace declaration for XML Encryption
NS_XMLNS - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML schema namespace.
NS_XMLSIG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Namespace declaration for XML Digital Signature
NS_XSI - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
XML Schema Instance namespace URI
NULL_ENTITLEMENT - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
NULL_FIRST - org.forgerock.json.resource.SortKeyComparator.NullPosition
A JsonValue that wraps a null object is considered less than one that is not.
NULL_LAST - org.forgerock.json.resource.SortKeyComparator.NullPosition
A JsonValue that wraps a null object is considered more than one that is not.
NULL_LOCATION - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log JDBC driver loading failed.
NULL_PARTITION - Static variable in class org.forgerock.opendj.discovery.Partition
A partition implementing the null object pattern.
NULL_POINTER - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log JDBC null pointer.
nullEntry() - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only empty entry having the empty distinguished name.
nullEntry(Dn) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only empty entry having the provided distinguished name.
nullInputStream() - Static method in class org.forgerock.http.io.IO
Returns an input stream that holds no data.
NullLocationException - Exception in com.iplanet.log
Deprecated.
NullLocationException() - Constructor for exception com.iplanet.log.NullLocationException
Deprecated.
Constructs a NullLocationException instance.
NullLocationException(String) - Constructor for exception com.iplanet.log.NullLocationException
Deprecated.
Constructs a NullLocationException instance.
nullOutputStream() - Static method in class org.forgerock.http.io.IO
Returns an output stream that discards all data written to it.
nullToFalse(Boolean) - Static method in class org.forgerock.api.util.ValidationUtil
Returns false if the given Boolean parameter is null.
NUM_HISTORY_FILES - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the number of history files a (flat file) log should have.
number(int) - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the byte representation of this tag having the provided tag number.
NUMBER - com.sun.identity.sm.AttributeSchema.Syntax
The NUMBER attribute syntax specifies that the attribute is a number.
NUMBER - org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Number into a double.
NUMBER_RANGE - com.sun.identity.sm.AttributeSchema.Syntax
The NUMBER_RANGE attribute syntax specifies that the attribute is a number within a range.
NumberRange - Annotation Type in org.forgerock.openam.sm.annotations.adapters
An annotation which tags a configuration method as representing a number range.
numberSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
NumberValidator - Class in com.sun.identity.sm.validators
 
NumberValidator() - Constructor for class com.sun.identity.sm.validators.NumberValidator
 
NUMERIC - com.sun.identity.sm.AttributeSchema.Syntax
The NUMERIC attribute syntax specifies that the attribute is numeric, i.e., can have numbers only.
numSubordinates(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries which are immediately subordinate to the named entry, or 0 if the named entry does not exist.
numSubordinates(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries which are immediately subordinate to the named entry, or 0 if the named entry does not exist.
NV - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Invalid Relationship.

O

OAUTH - org.forgerock.am.cts.api.tokens.TokenType
OAuth token type.
OAUTH_BLACKLIST - org.forgerock.am.cts.api.tokens.TokenType
OAuth blacklist token type.
OAUTH_STATELESS - org.forgerock.am.cts.api.tokens.TokenType
Legacy stateless OAuth2 metadata token type.
OAuth2 - Class in org.forgerock.http.oauth2
OAuth2 utility class.
OAUTH2_GRANT_SET - org.forgerock.am.cts.api.tokens.TokenType
OAuth2 GrantSet token type.
OAUTH2_STATELESS_GRANT - org.forgerock.am.cts.api.tokens.TokenType
Stateless OAuth2 token to represent an authorization.
OAuth2Client<T extends OAuth2ClientConfiguration> - Class in org.forgerock.oauth.clients.oauth2
OAuth 2.0 Client Implementation that supports the Authorization Code Grant Flow.
OAuth2Client(Handler, T, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2Client
Constructs an OAuth2Client using a provided Handler and OAuthClientConfiguration.
oauth2ClientConfiguration() - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Creates a new builder for OAuth2ClientConfiguration.
OAuth2ClientConfiguration - Class in org.forgerock.oauth.clients.oauth2
Configuration used for OAuth2 Client Implementations.
OAuth2ClientConfiguration(OAuth2ClientConfiguration.Builder<?, ?>) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Creates an OAuth2ClientConfiguration instance.
OAuth2ClientConfiguration.Builder<T extends OAuth2ClientConfiguration.Builder<T,​C>,​C extends OAuth2ClientConfiguration> - Class in org.forgerock.oauth.clients.oauth2
Builder class for creating the OAuth2ClientConfiguration.
OAuth2Context - Class in org.forgerock.http.oauth2
An OAuth2Context could be used to store and retrieve an AccessTokenInfo.
OAuth2Context(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.oauth2.OAuth2Context
Creates a new context from the JSON representation of a previously persisted context.
OAuth2Context(Context, AccessTokenInfo) - Constructor for class org.forgerock.http.oauth2.OAuth2Context
Creates a new OAuth2 context with the provided AccessTokenInfo.
OAuth2Error - Class in org.forgerock.http.oauth2
Describes an error which occurred during an OAuth 2.0 authorization request or when performing an authorized request.
OAuth2Request - Interface in org.forgerock.oauth2.core
An abstraction of the actual request so as to allow the core of the OAuth2 provider to be agnostic of the library used to translate the HTTP request.
OAuth2SessionInfo - Class in org.forgerock.oauth.clients.oauth2
OAuth2 Session Info Object used to determine if the access token expiry time has passed and to determine if a session is still active.
OAuth2SessionInfo(Clock, DataStore) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
Constructs a OAuth2SessionInfo object.
OAuth2UserInfo - Class in org.forgerock.oauth.clients.oauth2
Information about the current user.
OAuth2UserInfo(String, JsonValue) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2UserInfo
Creates an OAuth2UserInfo object which wraps the raw profile of a user and provides the Subject of a particular user.
OAuthClient - Interface in org.forgerock.oauth
Generic interface for all OAuth-like clients.
OAuthClientConfiguration - Class in org.forgerock.oauth
Base configuration of an OAuth client.
OAuthClientConfiguration(OAuthClientConfiguration.Builder<?, ?>) - Constructor for class org.forgerock.oauth.OAuthClientConfiguration
Creates an OAuthClientConfiguration instance.
OAuthClientConfiguration.Builder<T extends OAuthClientConfiguration.Builder<T,​C>,​C extends OAuthClientConfiguration> - Class in org.forgerock.oauth
Base builder used to create OAuthClientConfiguration instances.
oauthClientName() - Method in interface org.forgerock.am.iot.IotServiceConfig.RealmConfig
 
OAuthConfigException - Exception in org.forgerock.oauth
Exception used when an error has occurred with an OAuth client's configuration.
OAuthConfigException(String) - Constructor for exception org.forgerock.oauth.OAuthConfigException
Builds a OAuthConfigException with a given message.
OAuthConfigException(String, Exception) - Constructor for exception org.forgerock.oauth.OAuthConfigException
Builds a OAuthConfigException with a given message and cause.
OAuthException - Exception in org.forgerock.oauth
An exception that is thrown when an OAuth request has failed.
OAuthException(String) - Constructor for exception org.forgerock.oauth.OAuthException
Builds an OAuthException with a given message.
OAuthException(String, Exception) - Constructor for exception org.forgerock.oauth.OAuthException
Builds an OAuthException with a given message and cause.
oauthJwtIssuerName() - Method in interface org.forgerock.am.iot.IotServiceConfig.RealmConfig
 
oauthSubjectAttribute() - Method in interface org.forgerock.am.iot.IotServiceConfig.RealmConfig
 
object(int) - Static method in class org.forgerock.json.JsonValue
Produces an empty JSON object pre-allocated for size fields.
object(Map.Entry<String, Object>...) - Static method in class org.forgerock.json.JsonValue
Returns a JSON object comprised of the provided JSON fields.
OBJECT - org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified json object into a json object.
OBJECT_ADDED - Static variable in class com.sun.identity.idm.IdRepoListener
Represents an object addition event type.
OBJECT_ATTRIBUTES - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The container for user object attribute data.
OBJECT_CHANGED - Static variable in class com.sun.identity.idm.IdRepoListener
Represents an object change event type.
OBJECT_CLASS - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
 
OBJECT_GUID_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the objectGUID attribute as defined in the Active Directory schema.
OBJECT_IDENTIFIER - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the object identifier type.
OBJECT_MAPPER - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Binding constant for the CTS Jackson Object Mapper.
OBJECT_MAPPER - Static variable in class org.forgerock.api.jackson.JacksonUtils
A public static ObjectMapper instance, so that they do not have to be instantiated all over the place, as they are expensive to construct.
OBJECT_REMOVED - Static variable in class com.sun.identity.idm.IdRepoListener
Represents an object removal event type.
OBJECT_RENAMED - Static variable in class com.sun.identity.idm.IdRepoListener
Represents an object renaming event type.
objectChanged(String, int, Map) - Method in class com.sun.identity.idm.IdRepoListener
Deprecated.
As of Sun Java System Access Manager 7.1.
objectChanged(String, IdType, int, Map) - Method in class com.sun.identity.idm.IdRepoListener
Notification mechanism for IdRepo plugins to specify the identiy name and identity type that has been changed.
objectChanged(String, Map<String, T>, ChangeType) - Method in interface org.forgerock.am.cts.continuous.ContinuousQueryListener
Notify the listener that the following token has been altered.
objectClass() - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description representing the object class attribute type with no options.
ObjectClass - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an objectclass, which contains a collection of attributes that must and/or may be present in an entry with that objectclass.
OBJECTCLASS_MODS_PROHIBITED - org.forgerock.opendj.ldap.ResultCode.Enum
 
OBJECTCLASS_MODS_PROHIBITED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because it would have modified the objectclasses associated with an entry in an illegal manner.
OBJECTCLASS_VIOLATION - org.forgerock.opendj.ldap.ResultCode.Enum
 
OBJECTCLASS_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry that violated the server schema.
ObjectClass.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing object classes.
objectClassPresent() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the objectClass presence filter (objectClass=*).
ObjectClassType - Enum in org.forgerock.opendj.ldap.schema
This enumeration defines the set of possible objectclass types that may be used, as defined in RFC 2252.
ObjectInUseException - Exception in com.sun.identity.policy
Exception thrown to indicate that an object you are trying to remove is in use and therefore can not be removed.
ObjectInUseException(String, String, Object) - Constructor for exception com.sun.identity.policy.ObjectInUseException
Constructs an ObjectInUseException object
ObjectInUseException(String, String, Object[], String, Object) - Constructor for exception com.sun.identity.policy.ObjectInUseException
Constructs an ObjectInUseException object
ObjectInUseException(String, String, Object[], Throwable, String, Object) - Constructor for exception com.sun.identity.policy.ObjectInUseException
Constructs an ObjectInUseException object
ObjectInUseException(Throwable, String, Object) - Constructor for exception com.sun.identity.policy.ObjectInUseException
Constructs an ObjectInUseException object
Objects - Class in org.forgerock.util
Common utility methods for Objects.
objectsChanged(Set<String>) - Method in interface org.forgerock.am.cts.continuous.ContinuousQueryListener
Notify the listener that the following tokens have been altered.
objectSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
Obligation - Interface in com.sun.identity.xacml.policy
The Obligation element is a container of one or more AttributeAssignments issuded by authorization authority.
OBLIGATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Obligation
OBLIGATION_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for ObligationId
ObligationImpl - Class in com.sun.identity.xacml.policy.impl
The Obligation element is a container of one or more AttributeAssignments issuded by authorization authority.
ObligationImpl() - Constructor for class com.sun.identity.xacml.policy.impl.ObligationImpl
Default constructor
ObligationImpl(String) - Constructor for class com.sun.identity.xacml.policy.impl.ObligationImpl
This constructor is used to build Obligation object from an XML string.
ObligationImpl(Element) - Constructor for class com.sun.identity.xacml.policy.impl.ObligationImpl
This constructor is used to build ObligationImpl object from a block of existing XML that has already been built into a DOM.
Obligations - Interface in com.sun.identity.xacml.policy
The Obligations element is a container of one or more Obligations issuded by authorization authority.
OBLIGATIONS - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Obligations
OBLIGATIONS_ELEMENT - Static variable in interface com.sun.identity.xacml.policy.Obligations
 
ObligationsImpl - Class in com.sun.identity.xacml.policy.impl
The Obligations element is a container of one or more Obligations issuded by authorization authority.
ObligationsImpl() - Constructor for class com.sun.identity.xacml.policy.impl.ObligationsImpl
Default constructor
ObligationsImpl(String) - Constructor for class com.sun.identity.xacml.policy.impl.ObligationsImpl
Constructs an ObligationsImpl object from an XML string
ObligationsImpl(Element) - Constructor for class com.sun.identity.xacml.policy.impl.ObligationsImpl
Constructs an ObligationsImpl object from an XML DOM element
observe(ConfigurationListener, String...) - Static method in class com.iplanet.am.util.SystemProperties
Listen for runtime changes to a system property value.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Specifies whether this schema element is obsolete.
OCSPS_SIGNING - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Signing online certificate status protocol responses.
OCT - org.forgerock.json.jose.jwk.KeyType
Octet Key.
OctJWK - Class in org.forgerock.json.jose.jwk
Creates an Octet JWK.
OctJWK(String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.OctJWK
Deprecated.
Use the builder instead.
OctJWK.Builder - Class in org.forgerock.json.jose.jwk
The Octet JWK builder.
of(F, S) - Static method in class org.forgerock.util.Pair
Creates a new Pair.
of(Class<T>, T) - Static method in class org.forgerock.util.Option
Defines an option with the provided type and default value.
of(String) - Static method in class org.forgerock.openam.core.realms.Realms
Uses the realm String to lookup the Realm.
of(PropertyResolver...) - Static method in class org.forgerock.config.resolvers.ChainedPropertyResolver
Constructs a ChainedPropertyResolver given a a list of PropertyResolvers.
of(Realm, String) - Static method in class org.forgerock.openam.core.realms.Realms
Uses the realm as the parent realm and the subRealm as sub-realm to lookup the Realm.
OFF - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the disabled debug state.
OFF - Static variable in class com.sun.identity.shared.stats.Stats
flags the disabled stats state.
OFFSET - org.forgerock.api.enums.PagingMode
Paging mode is supported by offset.
OFFSET_RANGE_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
OFFSET_RANGE_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a search request included a VLV request control with an invalid offset.
ofKey(Key) - Static method in enum org.forgerock.secrets.keys.KeyType
Returns the type of the given key, or null if the input is null or not recognised.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the numeric OID which uniquely identifies this attribute type.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the numeric OID which uniquely identifies this matching rule.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Sets the numeric OID which uniquely identifies this matching rule use definition.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Sets the numeric OID which uniquely identifies this name form.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Sets the numeric OID which uniquely identifies this object class.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Sets the numeric OID which uniquely identifies this syntax.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The OID for the Microsoft Active Directory persistent search request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
The IANA-assigned OID for the LDAP assertion request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
The OID for the authorization identity request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
The OID for the authorization identity response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
The OID for the entry change notification response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
The OID for the get effective rights request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
The OID for the ManageDsaIT request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
The OID for the matched values request control used to specify which particular attribute values should be returned in a search result entry.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
The OID for the Netscape password expired response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
The OID for the Netscape password expiring response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
The OID for the password policy control from draft-behera-ldap-password-policy.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
The OID for the password policy control from draft-behera-ldap-password-policy.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
The OID for the permissive modify request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
The OID for the persistent search request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
The IANA-assigned OID for the LDAP post-read request control used for retrieving an entry in the state it had immediately after an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
The IANA-assigned OID for the LDAP post-read response control used for retrieving an entry in the state it had immediately after an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
The IANA-assigned OID for the LDAP pre-read request control used for retrieving an entry in the state it had immediately before an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
The IANA-assigned OID for the LDAP pre-read response control used for retrieving an entry in the state it had immediately before an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
The OID for the proxied authorization v1 control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
The OID for the proxied authorization v2 control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
The OpenLDAP OID for the Relax Rules request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
The OID for the server-side sort request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
The OID for the server-side sort response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
The OID for the paged results request/response control defined in RFC 2696.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
The OID for the sub-entries request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
The OID for the subtree delete request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
The OID for the virtual list view request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
The OID for the virtual list view request control.
OID - Static variable in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
The OID for the cancel extended operation request.
OID - Static variable in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
The OID for the password modify extended operation request.
OID - Static variable in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
The OID for the start TLS extended operation request.
OID - Static variable in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
The OID for the who am I extended operation request.
OID_GSSAPI_KERBEROS_V - Static variable in class org.forgerock.opendj.io.Ldap
The OID for the Kerberos V GSSAPI mechanism.
OID_NOTICE_OF_DISCONNECTION - Static variable in class org.forgerock.opendj.io.Ldap
The OID for the LDAP notice of disconnection extended operation.
OK - Static variable in class org.forgerock.http.protocol.Status
The 200 (OK) status code indicates that the request has succeeded.
OKP - org.forgerock.json.jose.jwk.KeyType
Octet key-pair.
OkpJWK - Class in org.forgerock.json.jose.jwk
An Octet Key-Pair (OKP) JWK as defined in RFC 8037.
OkpJWK.Builder - Class in org.forgerock.json.jose.jwk
Builder object for Octet Key-Pair (OKP) JWKs.
OLDEST - org.forgerock.http.routing.DefaultVersionBehaviour
Will route to the oldest version of the resource.
ON - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the enabled debug state for warnings, errors and messages.
onAmUpgrade(String, String) - Method in interface org.forgerock.openam.plugins.AmPlugin
Handle AM system upgrade.
onChange(BiConsumer<Path, WatchEvent.Kind<Path>>) - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
Registers a listener to be notified of change events for this directory.
onClose() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns a Completable which will signal onComplete when the client disconnects or onError if the server disconnects the client.
onComplete() - Method in class org.forgerock.http.protocol.MdcAwareSubscriber
 
ONE_TIME_PASSWORD - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The One Time Password.
ONE_TIME_PASSWORD_TIMESTAMP - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The time at which the one time password was created.
ONE_TIME_USE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
oneOf(JsonValue...) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for oneOf keyword.
onError(Throwable) - Method in class org.forgerock.http.protocol.MdcAwareSubscriber
 
ONETIME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
One Time Use.
OneTimeUse - Interface in com.sun.identity.saml2.assertion
The OneTimeUse indicates that the assertion should be used immediately by the relying party and must not be retained for future use.
onExceptionInternalServerError() - Static method in class org.forgerock.http.protocol.Responses
Utility function that returns a Response whose status is Status.INTERNAL_SERVER_ERROR and the exception attached to the response as the cause.
onFedletSLOFailure(HttpServletRequest, HttpServletResponse, LogoutRequest, LogoutResponse, String, String, String) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Invokes after Fedlet receives SLO response from IDP and the SLO status is not success.
onFedletSLOSuccess(HttpServletRequest, HttpServletResponse, LogoutRequest, LogoutResponse, String, String, String) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Invokes after Fedlet receives SLO response from IDP and the SLO status is success.
onGlobalChange(Listener.Action) - Method in class org.forgerock.am.config.Listener
Adds an action to be invoked when the global configuration changes for the service.
onIdleTimeout(SSOToken) - Method in interface org.forgerock.openam.session.service.SessionTimeoutHandler
Executed on idle timeout
onInstall() - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
 
onInstall() - Method in interface org.forgerock.openam.plugins.AmPlugin
Handle plugin installation.
onLoginFailure(Map, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.authentication.spi.AMPostAuthProcessInterface
Post processing on failed authentication.
onLoginSuccess(Map, HttpServletRequest, HttpServletResponse, SSOToken) - Method in interface com.sun.identity.authentication.spi.AMPostAuthProcessInterface
Post processing on successful authentication.
onLogout(HttpServletRequest, HttpServletResponse, SSOToken) - Method in interface com.sun.identity.authentication.spi.AMPostAuthProcessInterface
Post processing on Logout.
onMaxTimeout(SSOToken) - Method in interface org.forgerock.openam.session.service.SessionTimeoutHandler
Executed on max timeout
onNext(T) - Method in class org.forgerock.http.protocol.MdcAwareSubscriber
 
onOverflow(Runnable) - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
Registers a callback to be notified when the underlying watch service lost some change events due to overflow.
onPermissionRequest(ResourceSetDescription, Set<String>, String) - Method in interface org.forgerock.openam.uma.extensions.PermissionRequestFilter
Invoked before a permission request is created.
onRealmChange(Consumer<Realm>) - Method in class org.forgerock.am.config.Listener
Adds an action to be invoked if the requested service changes for a realm.
onRealmChange(Consumer<Realm>, Listener.ServiceListenerEvent...) - Method in class org.forgerock.am.config.Listener
Adds an action to be invoked if the requested service changes for a realm.
onRealmChange(Listener.Action) - Method in class org.forgerock.am.config.Listener
Adds an action to be invoked when the requested service's realm level configuration changes.
onRealmCreation(Consumer<Realm>) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Add a listener for realm creation events.
onRealmCreation(Consumer<Realm>) - Static method in class org.forgerock.openam.core.realms.Realms
Add a listener for realm creation events.
onRealmDeletion(Consumer<Realm>) - Method in interface org.forgerock.openam.core.realms.RealmLookup
Add a listener for realm deletion events.
onRealmDeletion(Consumer<Realm>) - Static method in class org.forgerock.openam.core.realms.Realms
Add a listener for realm deletion events.
onResourceSharedDeletion(UmaPolicy) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
Invoked before a resource "share" is deleted.
onSchemaChange(Listener.Action) - Method in class org.forgerock.am.config.Listener
Adds an action to be invoked when the requested service's schema changes.
onShutdown() - Method in interface org.forgerock.openam.plugins.AmPlugin
Handle plugin shutdown.
onStartup() - Method in interface org.forgerock.openam.plugins.AmPlugin
Deprecated.
onStartup(StartupType) - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
 
onStartup(StartupType) - Method in interface org.forgerock.openam.plugins.AmPlugin
Handle plugin startup.
onSubscribe(Subscription) - Method in class org.forgerock.http.protocol.MdcAwareSubscriber
 
onUnsatisfiedDependency(Set<String>) - Method in interface org.forgerock.openam.plugins.AmPlugin
This method will be called if the plugin has previously been installed, but the dependencies cannot currently be satisfied.
OP_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "op" attribute of a patch entry.
OP_TYPE_ABANDON_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for abandon requests.
OP_TYPE_ADD_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for add requests.
OP_TYPE_ADD_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for add responses.
OP_TYPE_BIND_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for bind requests.
OP_TYPE_BIND_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for bind responses.
OP_TYPE_COMPARE_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for compare requests.
OP_TYPE_COMPARE_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for compare responses.
OP_TYPE_DELETE_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for delete requests.
OP_TYPE_DELETE_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for delete responses.
OP_TYPE_EXTENDED_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for extended requests.
OP_TYPE_EXTENDED_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for extended responses.
OP_TYPE_INTERMEDIATE_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for intermediate responses.
OP_TYPE_MODIFY_DN_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify DN requests.
OP_TYPE_MODIFY_DN_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify DN responses.
OP_TYPE_MODIFY_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify requests.
OP_TYPE_MODIFY_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify responses.
OP_TYPE_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search requests.
OP_TYPE_SEARCH_RESULT_DONE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search result done elements.
OP_TYPE_SEARCH_RESULT_ENTRY - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search result entries.
OP_TYPE_SEARCH_RESULT_REFERENCE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search result references.
OP_TYPE_UNBIND_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for unbind requests.
OpenAmAccessTokenResolver - Class in org.forgerock.http.oauth2.resolver
Deprecated.
The “/oauth2/tokeninfo” endpoint was deprecated in AM 6.5. OpenAmAccessTokenResolver is deprecated and should not be used.
OpenAmAccessTokenResolver(Handler, Clock, String) - Constructor for class org.forgerock.http.oauth2.resolver.OpenAmAccessTokenResolver
Deprecated.
Creates a new OpenAmAccessTokenResolver configured to access the given /oauth2/tokeninfo OpenAm endpoint.
OpenApiHelper - Class in org.forgerock.api.transform
Helper methods for applying commonly needed changes to the Swagger model.
OpenApiHelper.OperationVisitor - Interface in org.forgerock.api.transform
Visits a Swagger Operation.
OpenApiTransformer - Class in org.forgerock.api.transform
Transforms an ApiDescription into an OpenAPI/Swagger model.
OpenDjSecurityProvider - Class in org.forgerock.opendj.security
The OpenDJ LDAP security provider which exposes an LDAP/LDIF based KeyStore service, as well as providing utility methods facilitating construction of LDAP/LDIF based key stores.
OpenDjSecurityProvider() - Constructor for class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a default LDAP security provider with no default key store configuration.
OpenDjSecurityProvider(String) - Constructor for class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a LDAP security provider with provided default key store configuration.
OpenDjSecurityProvider(URI) - Constructor for class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a LDAP security provider with provided default key store configuration.
OpenDjSecurityProviderSchema - Class in org.forgerock.opendj.security
Utility methods for accessing the LDAP schema elements required in order to support the OpenDJ security provider.
OpenIDConnectClient - Class in org.forgerock.oauth.clients.oidc
OpenID Connect Client Implementation that supports the Authorization Code Grant Flow.
OpenIDConnectClient(Handler, OpenIDConnectClientConfiguration, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Constructs an OpenIDConnectClient using a provided Handler and OpenIDConnectClientConfiguration.
OpenIDConnectClient(Handler, OpenIDConnectClientConfiguration, Clock, SecureRandom, OpenIdResolverService, OpenIdResolverServiceConfigurator) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
openIdConnectClientConfiguration() - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Creates a new builder for OpenIDConnectClientConfiguration.
OpenIDConnectClientConfiguration - Class in org.forgerock.oauth.clients.oidc
Configuration used for OpenID Connect Client Implementations.
OpenIDConnectClientConfiguration(OpenIDConnectClientConfiguration.Builder<?, ?>) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Creates an OpenIDConnectClientConfiguration instance.
OpenIDConnectClientConfiguration.Builder<T extends OpenIDConnectClientConfiguration.Builder<T,​C>,​C extends OAuth2ClientConfiguration> - Class in org.forgerock.oauth.clients.oidc
Builder class for creating the OpenIDConnectClientConfiguration.
OpenIdConnectModule - Class in org.forgerock.jaspi.modules.openid
OpenID Connect module that allows access when a valid OpenID Connect JWT which our server trusts is presented in the specific header field.
OpenIdConnectModule() - Constructor for class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Default constructor.
OpenIDConnectSessionInfo - Class in org.forgerock.oauth.clients.oidc
OpenIDSessionInfo object used to determine if the access token or id token expiry time has passed and to determine if a session is still active.
OpenIDConnectSessionInfo(Clock, DataStore, JwtClaimsSet) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectSessionInfo
Constructs a OpenIDConnectSessionInfo object.
OpenIdConnectTokenAuthMethodReferencesMapper - Interface in org.forgerock.openam.sts.rest.token.provider.oidc
An interface which allows soap-sts publishers to generate the amr claim for issued OpenIdConnect tokens on the basis of the validated input token.
OpenIdConnectTokenAuthnContextMapper - Interface in org.forgerock.openam.sts.rest.token.provider.oidc
OpenIdConnect tokens can include an Authentication Context Class Reference (acr) claim which indicates how the subject asserted by the OIDC token was authenticated.
OpenIdConnectTokenClaimMapper - Interface in org.forgerock.openam.sts.tokengeneration.oidc
An instance of this interface will be used to insert any custom claims into issued OpenIdConnect tokens.
OpenIDConnectUserInfo - Class in org.forgerock.oauth.clients.oidc
OpenID Connect user information related to a users current social session.
OpenIDConnectUserInfo(JsonValue, String) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectUserInfo
Creates an OpenIDConnectUserInfo instance.
OpenIDConnectUserInfo(JsonValue, JwtClaimsSet) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectUserInfo
Creates an OpenIDConnectUserInfo instance.
OpenIdConnectVerificationException - Exception in org.forgerock.oauth.resolvers.exceptions
Problem during the verification of an OpenId Connect module.
OpenIdConnectVerificationException() - Constructor for exception org.forgerock.oauth.resolvers.exceptions.OpenIdConnectVerificationException
Construct the exception.
OpenIdConnectVerificationException(String) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.OpenIdConnectVerificationException
Construct the exception with the given message.
OpenIdConnectVerificationException(String, Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.OpenIdConnectVerificationException
Construct the exception with the given message and cause.
OpenIdConnectVerificationException(Throwable) - Constructor for exception org.forgerock.oauth.resolvers.exceptions.OpenIdConnectVerificationException
Construct the exception with the given cause.
OpenIdResolver - Interface in org.forgerock.oauth.resolvers
A resolver that performs validation against a supplied SignedJwt.
OpenIdResolverFactory - Class in org.forgerock.oauth.resolvers
For producing OpenId Resolvers.
OpenIdResolverFactory(int, int) - Constructor for class org.forgerock.oauth.resolvers.OpenIdResolverFactory
Deprecated.
Use org.forgerock.oauth.resolvers.OpenIdResolverFactory#OpenIdResolverFactory (org.forgerock.http.Client) instead
OpenIdResolverFactory(Client) - Constructor for class org.forgerock.oauth.resolvers.OpenIdResolverFactory
For generating an OpenIDResolverFactory with the supplied client which will be used for all HTTP communication originating form this factory.
OpenIdResolverService - Interface in org.forgerock.oauth.resolvers.service
Interface through which OpenIdResolvers are obtained, and the service providing them is configured.
OpenIdResolverServiceConfigurator - Interface in org.forgerock.oauth.resolvers.service
OpenIdResolverServiceConfiguratorImpl - Class in org.forgerock.oauth.resolvers.service
Implementation of the OpenIdResolverServiceConfigurator interface which applies a simple priority ordering when reading a service configuration.
OpenIdResolverServiceConfiguratorImpl() - Constructor for class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceConfiguratorImpl
 
OpenIdResolverServiceImpl - Class in org.forgerock.oauth.resolvers.service
Holds a copy of the current OpenID Resolvers.
OpenIdResolverServiceImpl(int, int) - Constructor for class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Deprecated.
Use org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl#OpenIdResolverServiceImpl (org.forgerock.http.Client) instead.
OpenIdResolverServiceImpl(Client) - Constructor for class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.
OpenIdResolverServiceImpl(Client, SecretsProvider, Purpose<DataDecryptionKey>) - Constructor for class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.
OPENSSO_SESSION_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for opensso-session-id URI
operation(String, String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new patch operation having the specified operation type, field, and value(s).
operation(String, JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new patch operation having the specified operation type, field, and value(s).
Operation - Class in org.forgerock.api.models
Class that represents the Operation type in API descriptor.
Operation - Annotation Type in org.forgerock.api.annotations
The common details of an operation.
Operation(Operation.Builder) - Constructor for class org.forgerock.api.models.Operation
Protected constructor of the Operation.
OPERATION_ADD - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "add" operations.
OPERATION_COPY - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "copy" operations.
OPERATION_INCREMENT - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "increment" operations.
OPERATION_MOVE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "move" operations.
OPERATION_REMOVE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "remove" operations.
OPERATION_REPLACE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "replace" operations.
OPERATION_TRANSFORM - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "transform" operations.
Operation.Builder<T extends Operation.Builder<T>> - Class in org.forgerock.api.models
Builder to help construct the Operation.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Action
Describe the standard operation details of this action.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Create
Describe the standard operation details of this action.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Delete
Describe the standard operation details of this action.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Patch
Describe the standard operation details of this action.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Query
Describe the standard operation details of this action.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Read
Describe the standard operation details of this action.
operationDescription() - Method in annotation type org.forgerock.api.annotations.Update
Describe the standard operation details of this action.
operations() - Method in annotation type org.forgerock.api.annotations.Patch
The set of patch operations supported by this request handler.
operations(PatchOperation...) - Method in class org.forgerock.api.models.Patch.Builder
Setter for supported Patch-operations.
operations(Operation...) - Method in class org.forgerock.api.models.Resource.Builder
Allocates the operations given in the parameter by their type.
OPERATIONS_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
OPERATIONS_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation is not properly sequenced with relation to other operations (of same or different type).
optimumBitSize(long, double) - Static method in class org.forgerock.bloomfilter.BloomFilterStatistics
Calculates the optimum size of a bloom filter (in bits) to achieve the given false positive probability and expected number of insertions (capacity).
optimumRemainingCapacity(long, double, long) - Static method in class org.forgerock.bloomfilter.BloomFilterStatistics
Estimates the remaining capacity in an optimum Bloom Filter.
Option<T> - Class in org.forgerock.util
A configuration option whose value can be stored in a set of Options.
OPTION_CONNECT_TIMEOUT - Static variable in class org.forgerock.http.handler.HttpClientHandler
The TCP connect timeout for new HTTP connections.
OPTION_DISABLE_CONNECTION_STATE - Static variable in class org.forgerock.http.handler.HttpClientHandler
This option is only taken into account when OPTION_REUSE_CONNECTIONS is also set to true.
OPTION_HOSTNAME_VERIFIER - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the SSL host name verification policy.
OPTION_KEY_MANAGER_FACTORY - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the key manager factory that should be used when configuring SSL/TLS connections.
OPTION_KEY_MANAGERS - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the list of key managers that should be used when configuring SSL/TLS connections.
OPTION_LOADER - Static variable in class org.forgerock.http.handler.HttpClientHandler
The strategy which should be used for loading the HttpClientProvider.
OPTION_MAX_CONNECTIONS - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the maximum number of connections that should be pooled by the HTTP client.
OPTION_NON_PROXY_HOSTS - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the list of hosts for which requests should not be proxied.
OPTION_POOLED_CONNECTION_TTL - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the time to live (expiry time) in milliseconds of connections from the pool.
OPTION_PROXY - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies a proxy to use for requests by the HTTP Client.
OPTION_PROXY_SYSTEM - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies that the system defined proxy should be used for requests by the HTTP Client.
OPTION_RETRY_REQUESTS - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies whether requests should be retried if a failure is detected.
OPTION_REUSE_CONNECTIONS - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies whether HTTP connections should be kept alive and reused for additional requests.
OPTION_SO_TIMEOUT - Static variable in class org.forgerock.http.handler.HttpClientHandler
The TCP socket timeout when waiting for HTTP responses.
OPTION_SSL_CIPHER_SUITES - Static variable in class org.forgerock.http.handler.HttpClientHandler
List of JSSE ciphers to be enabled on the HttpClient.
OPTION_SSL_ENABLED_PROTOCOLS - Static variable in class org.forgerock.http.handler.HttpClientHandler
List of SSL protocols to be enabled on the HttpClient.
OPTION_SSLCONTEXT_ALGORITHM - Static variable in class org.forgerock.http.handler.HttpClientHandler
SSLContext algorithm to be used when making SSL/TLS connections.
OPTION_TEMPORARY_STORAGE - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the temporary storage that should be used for storing HTTP responses.
OPTION_TRUST_MANAGER_FACTORY - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the trust manager factory that should be used when configuring SSL/TLS connections.
OPTION_TRUST_MANAGERS - Static variable in class org.forgerock.http.handler.HttpClientHandler
Specifies the list of trust managers that should be used when configuring SSL/TLS connections.
OPTIONAL - org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
If this policy is selected and the client chooses not to provide authentication information about itself, the negotiations will continue.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided optional attributes to the list of attribute types that entries subject to this DIT content rule may contain.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided optional attributes.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided optional attributes.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided optional attributes to the list of attribute types that entries subject to this DIT content rule may contain.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided optional attributes.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided optional attributes.
Options - Class in org.forgerock.util
A set of options which can be used for customizing the behavior of HTTP clients and servers.
OptionsFilter - Class in org.forgerock.http.filter
Filter which handles OPTION HTTP requests to CREST resources.
or() - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
Creates an OR query where the results will match any of the provided filters.
or() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of zero condition results, which is always FALSE.
or(Collection<FilterCondition>) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will match requests which match any of the provided conditions.
or(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates an optimized new or filter using the provided list of sub-filters.
or(Collection<Filter>, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
or(Collection<QueryFilter<FF>>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new or filter using the provided list of sub-filters.
or(FilterCondition...) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will match requests which match any of the provided conditions.
or(ConditionResult) - Method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the this condition result with the provided condition result, which is FALSE if both of the condition results are FALSE, TRUE if at least one of them is TRUE, and UNDEFINED otherwise.
or(ConditionResult...) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if all of the provided condition results are FALSE, TRUE if at least one of them is TRUE, and UNDEFINED otherwise.
or(ConditionResult, ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if both of the provided condition results are FALSE , TRUE if at least one of them is TRUE , and UNDEFINED otherwise.
or(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
or(QueryFilter<FF>...) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new or filter using the provided list of sub-filters.
OR - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for OR filters.
OR - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for OR filters.
OR - Static variable in class com.sun.identity.idm.IdSearchOpModifier
The search modifier which will OR all the search attribute-value pairs passed to IdSearchControl
OR - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "not" operator.
OR_MOD - Static variable in class com.sun.identity.idm.IdRepo
 
order() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
Used to determine the position of the attribute when the service configuration is presented to a user.
ORDEREDLIST - com.sun.identity.sm.AttributeSchema.UIType
The ORDERED_LIST attribute type specifies that the attribute should be displayed as an ordered list widget.
ORDERING - org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
A rule suitable for use as the ordering matching rule (ORDERING) of an attribute type.
orderingMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for ordering with this attribute type.
ordinal() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the ordinal associated with this message, or -1 if undefined.
ORG_MISMATCH - Static variable in class com.sun.identity.authentication.AuthContext.Status
The ORG_MISMATCH indicates that the framework org and the org required by the user do not match.
org.forgerock.am.config - package org.forgerock.am.config
This package contains the config API that is used to retrieve and persist configuration for services.
org.forgerock.am.cts - package org.forgerock.am.cts
 
org.forgerock.am.cts.adapters - package org.forgerock.am.cts.adapters
 
org.forgerock.am.cts.api - package org.forgerock.am.cts.api
 
org.forgerock.am.cts.api.fields - package org.forgerock.am.cts.api.fields
 
org.forgerock.am.cts.api.filter - package org.forgerock.am.cts.api.filter
 
org.forgerock.am.cts.api.query - package org.forgerock.am.cts.api.query
 
org.forgerock.am.cts.api.tokens - package org.forgerock.am.cts.api.tokens
 
org.forgerock.am.cts.continuous - package org.forgerock.am.cts.continuous
 
org.forgerock.am.cts.continuous.watching - package org.forgerock.am.cts.continuous.watching
 
org.forgerock.am.cts.exceptions - package org.forgerock.am.cts.exceptions
 
org.forgerock.am.cts.queue - package org.forgerock.am.cts.queue
 
org.forgerock.am.cts.reaper - package org.forgerock.am.cts.reaper
 
org.forgerock.am.cts.utils - package org.forgerock.am.cts.utils
 
org.forgerock.am.cts.utils.blob - package org.forgerock.am.cts.utils.blob
 
org.forgerock.am.cts.utils.blob.strategies - package org.forgerock.am.cts.utils.blob.strategies
 
org.forgerock.am.health - package org.forgerock.am.health
Contains consumable services and endpoints used for monitoring AMs health.
org.forgerock.am.iot - package org.forgerock.am.iot
This package contains all classes pertaining to AM's IoT functionality.
org.forgerock.am.oauth2 - package org.forgerock.am.oauth2
This package contains the client credentials OAuth2 API.
org.forgerock.am.saml2.api - package org.forgerock.am.saml2.api
This package contains the SAML2 SSO APIs.
org.forgerock.am.saml2.impl - package org.forgerock.am.saml2.impl
This package contains the implementation of the SAML2 client APIs.
org.forgerock.am.saml2.profile - package org.forgerock.am.saml2.profile
 
org.forgerock.api - package org.forgerock.api
ForgeRock API Descriptor models, builders, and utilities.
org.forgerock.api.annotations - package org.forgerock.api.annotations
Annotations that can be used to specify information to be included in the API Descriptor.
org.forgerock.api.commons - package org.forgerock.api.commons
Data related to ForgeRock Commons API Descriptor.
org.forgerock.api.enums - package org.forgerock.api.enums
API descriptor enums.
org.forgerock.api.jackson - package org.forgerock.api.jackson
Extensions to Jackson's JSON Schema to support the API Descriptor extensions to standard JSON Schema.
org.forgerock.api.markup - package org.forgerock.api.markup
Classes that generate CREST API Descriptor documentation.
org.forgerock.api.markup.asciidoc - package org.forgerock.api.markup.asciidoc
AsciiDoc markup builder.
org.forgerock.api.models - package org.forgerock.api.models
ForgeRock API Descriptor models.
org.forgerock.api.transform - package org.forgerock.api.transform
Classes that transform ApiDescription into different API representations.
org.forgerock.api.util - package org.forgerock.api.util
API Descriptor utility classes.
org.forgerock.authz.filter.api - package org.forgerock.authz.filter.api
This package defines the common authorization API interfaces and classes used by both the CREST API and CHF HTTP API.
org.forgerock.authz.filter.crest - package org.forgerock.authz.filter.crest
This package defines the authorization framework implementation classes for use in a CREST environment.
org.forgerock.authz.filter.crest.api - package org.forgerock.authz.filter.crest.api
This package defines the authorization API interfaces for use in a CREST environment.
org.forgerock.bloomfilter - package org.forgerock.bloomfilter
ForgeRock Bloom Filters
org.forgerock.bloomfilter.monitoring - package org.forgerock.bloomfilter.monitoring
 
org.forgerock.caf.authentication.api - package org.forgerock.caf.authentication.api
This package defines the core interfaces and classes to provide an asynchronous and improved JASPI-like message authentication API.
org.forgerock.caf.authentication.framework - package org.forgerock.caf.authentication.framework
This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules.
org.forgerock.caf.http - package org.forgerock.caf.http
HTTP support for CAF.
org.forgerock.config.resolvers - package org.forgerock.config.resolvers
This package contains the common config property resolvers.
org.forgerock.config.util - package org.forgerock.config.util
Contains utility classes for commons config.
org.forgerock.guava.common.collect - package org.forgerock.guava.common.collect
A collection of Guava interfaces that were previously packaged as "forgerock-guava".
org.forgerock.http - package org.forgerock.http
Models and manages elements of the Hypertext Transfer Protocol.
org.forgerock.http.client - package org.forgerock.http.client
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use in scripted modules.
org.forgerock.http.client.request - package org.forgerock.http.client.request
This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use in scripted modules.
org.forgerock.http.client.response - package org.forgerock.http.client.response
This package contains the classes and interfaces related to the responses received by the HTTP client, and their use in scripted modules.
org.forgerock.http.decoder - package org.forgerock.http.decoder
Decodes HTTP entities that are compressed or encoded.
org.forgerock.http.filter - package org.forgerock.http.filter
Core Filter implementations.
org.forgerock.http.filter.cors - package org.forgerock.http.filter.cors
Support for CORS.
org.forgerock.http.handler - package org.forgerock.http.handler
Core Handler implementations.
org.forgerock.http.header - package org.forgerock.http.header
Processes HTTP message header fields.
org.forgerock.http.header.authorization - package org.forgerock.http.header.authorization
Credentials classes for use with the AuthorizationHeader.
org.forgerock.http.io - package org.forgerock.http.io
Provides stream buffering, branching, and storage functions.
org.forgerock.http.oauth2 - package org.forgerock.http.oauth2
This package provides APIs for OAuth 2.0 services implementations.
org.forgerock.http.oauth2.resolver - package org.forgerock.http.oauth2.resolver
This package defines OpenAM specific logic needed to retrieve an AccessTokenInfo.
org.forgerock.http.protocol - package org.forgerock.http.protocol
Models and manages elements of the Hypertext Transfer Protocol.
org.forgerock.http.routing - package org.forgerock.http.routing
Provides routing functionality for HTTP requests.
org.forgerock.http.session - package org.forgerock.http.session
Provides interfaces for managing and interacting with HTTP Sessions.
org.forgerock.http.spi - package org.forgerock.http.spi
HTTP service provider API.
org.forgerock.http.util - package org.forgerock.http.util
Miscellaneous utility classes.
org.forgerock.i18n - package org.forgerock.i18n
A i18n framework for embedding localizable messages in applications.
org.forgerock.i18n.slf4j - package org.forgerock.i18n.slf4j
This package provides an alternative localization mechanism to org.slf4j.cal10n.
org.forgerock.jaspi.modules.openid - package org.forgerock.jaspi.modules.openid
This package contains classes which form the Open ID Connect JASPIc AuthN module.
org.forgerock.jaspi.modules.session.jwt - package org.forgerock.jaspi.modules.session.jwt
This package contains classes for the Jwt Session JASPI Authentication Module.
org.forgerock.json - package org.forgerock.json
Provides an API for the traversal and manipulation of JSON object model structures in Java.
org.forgerock.json.jose.builders - package org.forgerock.json.jose.builders
Classes and interfaces for builder to build JWTs using a fluent API.
org.forgerock.json.jose.common - package org.forgerock.json.jose.common
Common classes and interfaces for all types of JWTs.
org.forgerock.json.jose.exceptions - package org.forgerock.json.jose.exceptions
Exceptions for all possible JWT exception scenarios.
org.forgerock.json.jose.jwe - package org.forgerock.json.jose.jwe
Classes and interfaces for JWT encryption and JWEs.
org.forgerock.json.jose.jwe.handlers.compression - package org.forgerock.json.jose.jwe.handlers.compression
Compression Handler classes for each possible compression algorithm.
org.forgerock.json.jose.jwe.handlers.encryption - package org.forgerock.json.jose.jwe.handlers.encryption
Encryption Handler classes for each possible encryption algorithm.
org.forgerock.json.jose.jwk - package org.forgerock.json.jose.jwk
Classes and interfaces for creating and manipulating JWKs.
org.forgerock.json.jose.jwk.store - package org.forgerock.json.jose.jwk.store
This package contains classes to manage a JWKs URI.
org.forgerock.json.jose.jws - package org.forgerock.json.jose.jws
Classes and interfaces for JWT signing and JWS'.
org.forgerock.json.jose.jws.handlers - package org.forgerock.json.jose.jws.handlers
Signing Handler classes for each possible signing algorithm.
org.forgerock.json.jose.jwt - package org.forgerock.json.jose.jwt
Classes and interfaces for JWTs.
org.forgerock.json.jose.tokenhandler - package org.forgerock.json.jose.tokenhandler
JWT implementation(s) of TokenHandler.
org.forgerock.json.jose.utils - package org.forgerock.json.jose.utils
Utility classes for JWT creation and manipulation.
org.forgerock.json.resource - package org.forgerock.json.resource
Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.
org.forgerock.macaroons - package org.forgerock.macaroons
org.forgerock.monitoring - package org.forgerock.monitoring
Common utility classes for monitoring.
org.forgerock.oauth - package org.forgerock.oauth
Commons OAuth Framework API.
org.forgerock.oauth.clients.apple - package org.forgerock.oauth.clients.apple
Forgerock Apple Client implementation.
org.forgerock.oauth.clients.facebook - package org.forgerock.oauth.clients.facebook
Forgerock Facebook Client Implementation.
org.forgerock.oauth.clients.linkedin - package org.forgerock.oauth.clients.linkedin
Forgerock LinkedIn Client Implementation.
org.forgerock.oauth.clients.oauth2 - package org.forgerock.oauth.clients.oauth2
OAuth 2.0 ForgeRock Client Implementation.
org.forgerock.oauth.clients.oidc - package org.forgerock.oauth.clients.oidc
OpenID Connect ForgeRock Client Implementation.
org.forgerock.oauth.resolvers - package org.forgerock.oauth.resolvers
This package contains classes to generate Open ID Resolvers, which can validate a supplied JWS against an Open ID Connect provider.
org.forgerock.oauth.resolvers.exceptions - package org.forgerock.oauth.resolvers.exceptions
This package contains classes to represent the different exceptions that can be thrown by the OpenID Connect JASPI module.
org.forgerock.oauth.resolvers.service - package org.forgerock.oauth.resolvers.service
This package contains classes for a service which can be configured to produce OpenID Connect Resolvers.
org.forgerock.oauth2 - package org.forgerock.oauth2
 
org.forgerock.oauth2.core - package org.forgerock.oauth2.core
Defines the core classes to implement OAuth2 for OpenAM.
org.forgerock.oauth2.core.exceptions - package org.forgerock.oauth2.core.exceptions
This package contains the exception classes that may be thrown by AM OAuth2 classes.
org.forgerock.oauth2.core.plugins - package org.forgerock.oauth2.core.plugins
This package contains the API for writing OAuth2 plugins.
org.forgerock.oauth2.core.plugins.java - package org.forgerock.oauth2.core.plugins.java
 
org.forgerock.oauth2.core.plugins.registry - package org.forgerock.oauth2.core.plugins.registry
 
org.forgerock.oauth2.core.plugins.router - package org.forgerock.oauth2.core.plugins.router
 
org.forgerock.oauth2.core.plugins.scripted - package org.forgerock.oauth2.core.plugins.scripted
 
org.forgerock.oauth2.core.tokenexchange - package org.forgerock.oauth2.core.tokenexchange
Classes for OAuth2 token exchange.
org.forgerock.oauth2.core.tokenexchange.accesstoken - package org.forgerock.oauth2.core.tokenexchange.accesstoken
Classes for exchanging subject access tokens for other tokens types.
org.forgerock.oauth2.core.tokenexchange.exceptions - package org.forgerock.oauth2.core.tokenexchange.exceptions
 
org.forgerock.oauth2.core.tokenexchange.idtoken - package org.forgerock.oauth2.core.tokenexchange.idtoken
Classes for exchanging OIDC ID tokens for other tokens types.
org.forgerock.oauth2.core.tokenexchange.mayact - package org.forgerock.oauth2.core.tokenexchange.mayact
Classes for managing may_act claim verification.
org.forgerock.oauth2.registration - package org.forgerock.oauth2.registration
 
org.forgerock.oauth2.resources - package org.forgerock.oauth2.resources
 
org.forgerock.oauth2.restlet - package org.forgerock.oauth2.restlet
 
org.forgerock.oauth2.restlet.remoteconsent - package org.forgerock.oauth2.restlet.remoteconsent
Classes pertaining to the OAuth2.0 Remote Consent Service.
org.forgerock.oauth2.restlet.resources - package org.forgerock.oauth2.restlet.resources
 
org.forgerock.openam - package org.forgerock.openam
OpenAM Shared Components and Modules.
org.forgerock.openam.agent - package org.forgerock.openam.agent
 
org.forgerock.openam.annotations - package org.forgerock.openam.annotations
Contains annotations used by AM.
org.forgerock.openam.annotations.sm - package org.forgerock.openam.annotations.sm
Annotations for defining SMS service configurations.
org.forgerock.openam.audit - package org.forgerock.openam.audit
Audit logging based on Commons Audit.
org.forgerock.openam.audit.configuration - package org.forgerock.openam.audit.configuration
Audit logging configuration based on Commons Audit.
org.forgerock.openam.audit.context - package org.forgerock.openam.audit.context
Context for Commons Audit events.
org.forgerock.openam.audit.events.handlers - package org.forgerock.openam.audit.events.handlers
Audit logging event handler classes.
org.forgerock.openam.audit.model - package org.forgerock.openam.audit.model
Audit logging models based on Commons Audit, for consistency between our data structures and what's in Commons.
org.forgerock.openam.audit.rest - package org.forgerock.openam.audit.rest
REST endpoint for Audit logging based on Commons Audit.
org.forgerock.openam.audit.servlet - package org.forgerock.openam.audit.servlet
HTTP servlet filter for auditing access attempts.
org.forgerock.openam.audit.validation - package org.forgerock.openam.audit.validation
SMS validation classes for audit configuration validation.
org.forgerock.openam.auditors - package org.forgerock.openam.auditors
 
org.forgerock.openam.auth.audit - package org.forgerock.openam.auth.audit
This package contains the audit log functionality for nodes and trees.
org.forgerock.openam.auth.node.api - package org.forgerock.openam.auth.node.api
This package contains the API for writing authentication nodes.
org.forgerock.openam.auth.nodes - package org.forgerock.openam.auth.nodes
This package contains the core authentication tree nodes.
org.forgerock.openam.auth.nodes.config - package org.forgerock.openam.auth.nodes.config
This package contains utilities that aid in the configuration of nodes.
org.forgerock.openam.auth.nodes.framework - package org.forgerock.openam.auth.nodes.framework
This package contains nodes that form part of the authentication tree framework.
org.forgerock.openam.auth.nodes.framework.builders - package org.forgerock.openam.auth.nodes.framework.builders
This package contains builders for sample trees that are pre-installed in AM.
org.forgerock.openam.auth.nodes.framework.token - package org.forgerock.openam.auth.nodes.framework.token
Classes in the token package are responsible for storing and representing suspended authentication session tokens.
org.forgerock.openam.auth.nodes.framework.typeadapters - package org.forgerock.openam.auth.nodes.framework.typeadapters
This package contains the type adapter classes and related interfaces for making the drop-down list values available on the UI for the SINGLE_CHOICE type node attributes.
org.forgerock.openam.auth.nodes.framework.validators - package org.forgerock.openam.auth.nodes.framework.validators
This package contains validators for the SMS config for the Auth Trees nodes.
org.forgerock.openam.auth.nodes.framework.valueproviders - package org.forgerock.openam.auth.nodes.framework.valueproviders
This package contains the choice value provider classes and that is used to gather the data for the drop-down on the UI for the SINGLE_CHOICE type node attributes.
org.forgerock.openam.auth.nodes.helpers - package org.forgerock.openam.auth.nodes.helpers
Helper classes for Nodes.
org.forgerock.openam.auth.nodes.jwt - package org.forgerock.openam.auth.nodes.jwt
This package contains operations for creating, updating and handling Jwts.
org.forgerock.openam.auth.nodes.mfa - package org.forgerock.openam.auth.nodes.mfa
Shared classes for the second factor auth nodes.
org.forgerock.openam.auth.nodes.oath - package org.forgerock.openam.auth.nodes.oath
This package contains nodes and support classes related to OATH authentication.
org.forgerock.openam.auth.nodes.oauth - package org.forgerock.openam.auth.nodes.oauth
Shared classes for the social auth nodes.
org.forgerock.openam.auth.nodes.push - package org.forgerock.openam.auth.nodes.push
This package contains nodes and support classes related to push authentication.
org.forgerock.openam.auth.nodes.saml2 - package org.forgerock.openam.auth.nodes.saml2
This package contains nodes and support classes related to SAML2 authentication.
org.forgerock.openam.auth.nodes.script - package org.forgerock.openam.auth.nodes.script
This package contains classes related to authentication node scripts.
org.forgerock.openam.auth.nodes.secrets - package org.forgerock.openam.auth.nodes.secrets
This package contains secrets related to nodes.
org.forgerock.openam.auth.nodes.treehook - package org.forgerock.openam.auth.nodes.treehook
This package contains session hooks.
org.forgerock.openam.auth.nodes.validators - package org.forgerock.openam.auth.nodes.validators
This package contains the core node validators.
org.forgerock.openam.auth.nodes.wait - package org.forgerock.openam.auth.nodes.wait
This package contains a support class to help nodes which want to provide PollingWait functionality.
org.forgerock.openam.auth.nodes.webauthn - package org.forgerock.openam.auth.nodes.webauthn
This package contains the web authentication nodes.
org.forgerock.openam.auth.nodes.webauthn.cose - package org.forgerock.openam.auth.nodes.webauthn.cose
This package contains COSE-related representations.
org.forgerock.openam.auth.nodes.webauthn.data - package org.forgerock.openam.auth.nodes.webauthn.data
This package contains the pojos for representing attestation data.
org.forgerock.openam.auth.nodes.webauthn.flows - package org.forgerock.openam.auth.nodes.webauthn.flows
This package contains the web authentication flows as executable steps.
org.forgerock.openam.auth.nodes.webauthn.flows.encoding - package org.forgerock.openam.auth.nodes.webauthn.flows.encoding
This package contains encoding utilities for webauthn flows.
org.forgerock.openam.auth.nodes.webauthn.flows.exceptions - package org.forgerock.openam.auth.nodes.webauthn.flows.exceptions
This package contains exceptions representing errors during webauthn flows.
org.forgerock.openam.auth.nodes.webauthn.flows.formats - package org.forgerock.openam.auth.nodes.webauthn.flows.formats
This package contains the valid attestation formats.
org.forgerock.openam.auth.nodes.webauthn.flows.formats.tpm - package org.forgerock.openam.auth.nodes.webauthn.flows.formats.tpm
This package contains the TPM attestation verifier and related classes.
org.forgerock.openam.auth.nodes.webauthn.flows.formats.tpm.exceptions - package org.forgerock.openam.auth.nodes.webauthn.flows.formats.tpm.exceptions
This package contains exceptions that may occur when parsing TPM structures.
org.forgerock.openam.auth.nodes.webauthn.flows.formats.tpm.keytypes - package org.forgerock.openam.auth.nodes.webauthn.flows.formats.tpm.keytypes
This package contains type representations and verification methods of various supported public keys.
org.forgerock.openam.auth.nodes.webauthn.trustanchor - package org.forgerock.openam.auth.nodes.webauthn.trustanchor
This package contains classes useful for the manipulation of secrets (AM) and trust anchors (Java) for webAuthn.
org.forgerock.openam.auth.nodes.x509 - package org.forgerock.openam.auth.nodes.x509
This package contains the X509 certificate authentication nodes.
org.forgerock.openam.auth.trees.engine - package org.forgerock.openam.auth.trees.engine
This package contains the implementation of the authentication tree engine.
org.forgerock.openam.authentication - package org.forgerock.openam.authentication
 
org.forgerock.openam.authentication.api - package org.forgerock.openam.authentication.api
 
org.forgerock.openam.authentication.callbacks - package org.forgerock.openam.authentication.callbacks
Callbacks to support Nodes.
org.forgerock.openam.authentication.callbacks.helpers - package org.forgerock.openam.authentication.callbacks.helpers
 
org.forgerock.openam.authentication.modules.accountactivecheck - package org.forgerock.openam.authentication.modules.accountactivecheck
 
org.forgerock.openam.authentication.modules.adaptive - package org.forgerock.openam.authentication.modules.adaptive
 
org.forgerock.openam.authentication.modules.amster - package org.forgerock.openam.authentication.modules.amster
 
org.forgerock.openam.authentication.modules.common - package org.forgerock.openam.authentication.modules.common
This package contains classes that are common for use by all authentication modules.
org.forgerock.openam.authentication.modules.common.mapping - package org.forgerock.openam.authentication.modules.common.mapping
This package contains the mapping interfaces and default implementations that are common for use by all authentication modules.
org.forgerock.openam.authentication.modules.deviceprint - package org.forgerock.openam.authentication.modules.deviceprint
 
org.forgerock.openam.authentication.modules.fr.oath - package org.forgerock.openam.authentication.modules.fr.oath
 
org.forgerock.openam.authentication.modules.fr.oath.validators - package org.forgerock.openam.authentication.modules.fr.oath.validators
 
org.forgerock.openam.authentication.modules.jwtpop - package org.forgerock.openam.authentication.modules.jwtpop
 
org.forgerock.openam.authentication.modules.oath - package org.forgerock.openam.authentication.modules.oath
 
org.forgerock.openam.authentication.modules.oath.plugins - package org.forgerock.openam.authentication.modules.oath.plugins
Classes in this package provide plugin functionality for the oath module.
org.forgerock.openam.authentication.modules.oauth2 - package org.forgerock.openam.authentication.modules.oauth2
 
org.forgerock.openam.authentication.modules.oidc - package org.forgerock.openam.authentication.modules.oidc
 
org.forgerock.openam.authentication.modules.persistentcookie - package org.forgerock.openam.authentication.modules.persistentcookie
This package contains classes Authentication using a Persistent Cookie.
org.forgerock.openam.authentication.modules.persistentcookie.validation - package org.forgerock.openam.authentication.modules.persistentcookie.validation
This package contains classes related to Persistent Cookie configuration validation.
org.forgerock.openam.authentication.modules.push - package org.forgerock.openam.authentication.modules.push
Defines the classes necessary for AuthenticatorPush authentication.
org.forgerock.openam.authentication.modules.push.registration - package org.forgerock.openam.authentication.modules.push.registration
Defines the classes necessary for AuthenticatorPush registration.
org.forgerock.openam.authentication.modules.saml2 - package org.forgerock.openam.authentication.modules.saml2
Defines the classes necessary for SAML2 authentication.
org.forgerock.openam.authentication.modules.scripted - package org.forgerock.openam.authentication.modules.scripted
 
org.forgerock.openam.authentication.modules.social - package org.forgerock.openam.authentication.modules.social
 
org.forgerock.openam.authentication.service - package org.forgerock.openam.authentication.service
A collection of classes which support the authentication service.
org.forgerock.openam.authentication.service.protocol - package org.forgerock.openam.authentication.service.protocol
 
org.forgerock.openam.authz - package org.forgerock.openam.authz
This package contains the common authorization classes used for HTTP and CREST.
org.forgerock.openam.blacklist - package org.forgerock.openam.blacklist
This package contains Blacklisting classes.
org.forgerock.openam.config - package org.forgerock.openam.config
 
org.forgerock.openam.configuration - package org.forgerock.openam.configuration
 
org.forgerock.openam.core - package org.forgerock.openam.core
 
org.forgerock.openam.core.guice - package org.forgerock.openam.core.guice
 
org.forgerock.openam.core.placeholder - package org.forgerock.openam.core.placeholder
A model representation for defining placeholder expression values.
org.forgerock.openam.core.realms - package org.forgerock.openam.core.realms
Classes to model realms within AM.
org.forgerock.openam.core.realms.impl - package org.forgerock.openam.core.realms.impl
Implementations for RealmLookup.
org.forgerock.openam.core.realms.serialization - package org.forgerock.openam.core.realms.serialization
Classes to deal with realm serialisation.
org.forgerock.openam.core.rest - package org.forgerock.openam.core.rest
 
org.forgerock.openam.core.rest.authn - package org.forgerock.openam.core.rest.authn
This package contains classes for the RESTful Authentication endpoint.
org.forgerock.openam.core.rest.authn.callbackhandlers - package org.forgerock.openam.core.rest.authn.callbackhandlers
This package contains Callback handlers for converting Callbacks to and from JSON and completing a Callback from the contents of the Http headers and request objects.
org.forgerock.openam.core.rest.authn.core - package org.forgerock.openam.core.rest.authn.core
This package contains core classes and methods for starting and continuing the authentication process.
org.forgerock.openam.core.rest.authn.core.wrappers - package org.forgerock.openam.core.rest.authn.core.wrappers
This package contains wrapper class around core method calls.
org.forgerock.openam.core.rest.authn.exceptions - package org.forgerock.openam.core.rest.authn.exceptions
This package contains exception classes relating to the RESTful authentication process.
org.forgerock.openam.core.rest.authn.http - package org.forgerock.openam.core.rest.authn.http
 
org.forgerock.openam.core.rest.authn.mobile - package org.forgerock.openam.core.rest.authn.mobile
 
org.forgerock.openam.core.rest.authn.trees - package org.forgerock.openam.core.rest.authn.trees
That package contains classes for the authentication trees modules.
org.forgerock.openam.core.rest.authn.trees.session - package org.forgerock.openam.core.rest.authn.trees.session
That package contains class related to the sessions.
org.forgerock.openam.core.rest.cts - package org.forgerock.openam.core.rest.cts
 
org.forgerock.openam.core.rest.dashboard - package org.forgerock.openam.core.rest.dashboard
This package contains classes for the Dashboad CREST Resource.
org.forgerock.openam.core.rest.devices - package org.forgerock.openam.core.rest.devices
This package contains classes for 2FA resources and DAOs.
org.forgerock.openam.core.rest.devices.deviceprint - package org.forgerock.openam.core.rest.devices.deviceprint
This package contains the DevicePrints device management resource
org.forgerock.openam.core.rest.devices.filters - package org.forgerock.openam.core.rest.devices.filters
This package contains the filters used when communicating with a device resource
org.forgerock.openam.core.rest.devices.oath - package org.forgerock.openam.core.rest.devices.oath
This package contains classes for oath device data storage.
org.forgerock.openam.core.rest.devices.profile - package org.forgerock.openam.core.rest.devices.profile
This package contains classes for device print data storage.
org.forgerock.openam.core.rest.devices.push - package org.forgerock.openam.core.rest.devices.push
This package contains classes for push device data storage.
org.forgerock.openam.core.rest.devices.services - package org.forgerock.openam.core.rest.devices.services
This package contains classes for the OpenAM Authenticator OATH implementation.
org.forgerock.openam.core.rest.devices.services.deviceprint - package org.forgerock.openam.core.rest.devices.services.deviceprint
This package contains classes for device print attribute management.
org.forgerock.openam.core.rest.devices.services.oath - package org.forgerock.openam.core.rest.devices.services.oath
This package contains classes for oath device attribute management.
org.forgerock.openam.core.rest.devices.services.profile - package org.forgerock.openam.core.rest.devices.services.profile
This package contains classes for device print attribute management.
org.forgerock.openam.core.rest.devices.services.push - package org.forgerock.openam.core.rest.devices.services.push
This package contains classes for push device attribute management.
org.forgerock.openam.core.rest.devices.services.webauthn - package org.forgerock.openam.core.rest.devices.services.webauthn
This package contains classes for webauthn device attribute management.
org.forgerock.openam.core.rest.devices.webauthn - package org.forgerock.openam.core.rest.devices.webauthn
This package contains classes for webauthn device data storage.
org.forgerock.openam.core.rest.docs - package org.forgerock.openam.core.rest.docs
This package contains common classes for documentation related endpoints
org.forgerock.openam.core.rest.docs.api - package org.forgerock.openam.core.rest.docs.api
This package contains classes related to API documentation related endpoints
org.forgerock.openam.core.rest.identity.operations - package org.forgerock.openam.core.rest.identity.operations
Classes for managing the different operations for users, groups and agents when being manipulated through the identity resource endpoint.
org.forgerock.openam.core.rest.record - package org.forgerock.openam.core.rest.record
 
org.forgerock.openam.core.rest.server - package org.forgerock.openam.core.rest.server
 
org.forgerock.openam.core.rest.server.models - package org.forgerock.openam.core.rest.server.models
 
org.forgerock.openam.core.rest.session - package org.forgerock.openam.core.rest.session
Session-resource specific classes.
org.forgerock.openam.core.rest.session.action - package org.forgerock.openam.core.rest.session.action
 
org.forgerock.openam.core.rest.sms - package org.forgerock.openam.core.rest.sms
 
org.forgerock.openam.core.rest.sms.tree - package org.forgerock.openam.core.rest.sms.tree
 
org.forgerock.openam.core.sms - package org.forgerock.openam.core.sms
 
org.forgerock.openam.core.sms.converter - package org.forgerock.openam.core.sms.converter
Configuration Attribute converters to and from JSON.
org.forgerock.openam.core.sms.converter.placeholder - package org.forgerock.openam.core.sms.converter.placeholder
Placeholder attribute converters to and from JSON.
org.forgerock.openam.core.sms.converter.placeholder.api - package org.forgerock.openam.core.sms.converter.placeholder.api
Placeholder attribute converters to and from JSON for the API.
org.forgerock.openam.core.sms.converter.placeholder.config - package org.forgerock.openam.core.sms.converter.placeholder.config
Placeholder attribute converters to and from JSON for storage of configuration.
org.forgerock.openam.cors - package org.forgerock.openam.cors
This package contains classes which form the CORS implementation.
org.forgerock.openam.cors.utils - package org.forgerock.openam.cors.utils
This package contains classes which act as utilities for the CORS filtering system.
org.forgerock.openam.cts - package org.forgerock.openam.cts
Defines the main CTSPersistentStore interface to the Core Token Service, CRUDPAQ operations, and configuration options.
org.forgerock.openam.cts.adapters - package org.forgerock.openam.cts.adapters
The Core Token Service depends on the ability to convert one token type into another token type.
org.forgerock.openam.cts.api.fields - package org.forgerock.openam.cts.api.fields
Fields of the Core Token Service.
org.forgerock.openam.cts.api.tokens - package org.forgerock.openam.cts.api.tokens
The Tokens of the Core Token Service.
org.forgerock.openam.cts.continuous.watching - package org.forgerock.openam.cts.continuous.watching
 
org.forgerock.openam.cts.exceptions - package org.forgerock.openam.cts.exceptions
Exceptions that can be thrown during Core Token Service operations.
org.forgerock.openam.cts.impl - package org.forgerock.openam.cts.impl
Implementation classes that provide the LDAP code to communicate with LDAP and process the data to and from.
org.forgerock.openam.cts.impl.queue - package org.forgerock.openam.cts.impl.queue
Classes responsible for managing the asynchronous task queue which is used by the CTS to operate on each task.
org.forgerock.openam.cts.impl.queue.config - package org.forgerock.openam.cts.impl.queue.config
Classes responsible for managing the configuration of the asynchronous processing queues.
org.forgerock.openam.cts.monitoring - package org.forgerock.openam.cts.monitoring
Monitoring classes that collect monitoring data about the CTS so that the monitoring framework can access live CTS data.
org.forgerock.openam.cts.monitoring.impl - package org.forgerock.openam.cts.monitoring.impl
Monitoring implementation classes that collect monitoring data about the CTS so that the monitoring framework can access live CTS data.
org.forgerock.openam.cts.monitoring.impl.connections - package org.forgerock.openam.cts.monitoring.impl.connections
 
org.forgerock.openam.cts.monitoring.impl.operations - package org.forgerock.openam.cts.monitoring.impl.operations
Monitoring classes for collecting monitoring data about CTS CRUDL operations.
org.forgerock.openam.cts.monitoring.impl.persistence - package org.forgerock.openam.cts.monitoring.impl.persistence
 
org.forgerock.openam.cts.monitoring.impl.reaper - package org.forgerock.openam.cts.monitoring.impl.reaper
Monitoring classes for collecting monitoring data about CTS Reaper operation.
org.forgerock.openam.cts.reaper - package org.forgerock.openam.cts.reaper
Contains the CTS reaper responsible for removing expired tokens from the CTS persistence store.
org.forgerock.openam.cts.utils - package org.forgerock.openam.cts.utils
Utilities and conversion functions to assist with the Core Token Service.
org.forgerock.openam.cts.utils.blob - package org.forgerock.openam.cts.utils.blob
Strategy Pattern to allow a runtime selected number of operations to be performed on the Token binary object data.
org.forgerock.openam.cts.utils.blob.strategies - package org.forgerock.openam.cts.utils.blob.strategies
Strategy Pattern implementations to provide features like compression and encryption for the Token binary object data.
org.forgerock.openam.cts.utils.blob.strategies.encryption - package org.forgerock.openam.cts.utils.blob.strategies.encryption
Implementation classes that cover the details of encryption and decryption of Token data.
org.forgerock.openam.dashboard - package org.forgerock.openam.dashboard
 
org.forgerock.openam.delegation - package org.forgerock.openam.delegation
 
org.forgerock.openam.discovery - package org.forgerock.openam.discovery
 
org.forgerock.openam.dpro.session - package org.forgerock.openam.dpro.session
 
org.forgerock.openam.entitlement - package org.forgerock.openam.entitlement
Defines classes to handle entitlements.
org.forgerock.openam.entitlement.conditions - package org.forgerock.openam.entitlement.conditions
 
org.forgerock.openam.entitlement.conditions.environment - package org.forgerock.openam.entitlement.conditions.environment
 
org.forgerock.openam.entitlement.conditions.subject - package org.forgerock.openam.entitlement.conditions.subject
 
org.forgerock.openam.entitlement.configuration - package org.forgerock.openam.entitlement.configuration
 
org.forgerock.openam.entitlement.constraints - package org.forgerock.openam.entitlement.constraints
 
org.forgerock.openam.entitlement.guice - package org.forgerock.openam.entitlement.guice
Classes used for defining guice bindings.
org.forgerock.openam.entitlement.indextree - package org.forgerock.openam.entitlement.indextree
This package contains classes for index rule tree implementations of ISaveIndex and ISearchIndex.
org.forgerock.openam.entitlement.indextree.events - package org.forgerock.openam.entitlement.indextree.events
This package contains index change notification and events classes.
org.forgerock.openam.entitlement.monitoring - package org.forgerock.openam.entitlement.monitoring
 
org.forgerock.openam.entitlement.rest - package org.forgerock.openam.entitlement.rest
REST (CREST) endpoint for managing entitlements policies and evaluating policy decisions.
org.forgerock.openam.entitlement.rest.model.json - package org.forgerock.openam.entitlement.rest.model.json
Data model for the entitlements resource.
org.forgerock.openam.entitlement.rest.query - package org.forgerock.openam.entitlement.rest.query
 
org.forgerock.openam.entitlement.rest.wrappers - package org.forgerock.openam.entitlement.rest.wrappers
 
org.forgerock.openam.entitlement.service - package org.forgerock.openam.entitlement.service
 
org.forgerock.openam.entitlement.utils - package org.forgerock.openam.entitlement.utils
This package contains utility classes for entitlements.
org.forgerock.openam.entitlement.utils.indextree - package org.forgerock.openam.entitlement.utils.indextree
This package contains classes detailing the index rule tree structure and algorithm.
org.forgerock.openam.entitlement.utils.indextree.nodecontext - package org.forgerock.openam.entitlement.utils.indextree.nodecontext
 
org.forgerock.openam.entitlement.utils.indextree.nodecreator - package org.forgerock.openam.entitlement.utils.indextree.nodecreator
This package contains node creators used to create a specific tree node type.
org.forgerock.openam.entitlement.utils.indextree.nodefactory - package org.forgerock.openam.entitlement.utils.indextree.nodefactory
This package contains node factories, used to assist with the creation of tree nodes.
org.forgerock.openam.entitlement.utils.indextree.treenodes - package org.forgerock.openam.entitlement.utils.indextree.treenodes
This package contains the different tree node implementations.
org.forgerock.openam.errors - package org.forgerock.openam.errors
 
org.forgerock.openam.federation.config - package org.forgerock.openam.federation.config
 
org.forgerock.openam.federation.guice - package org.forgerock.openam.federation.guice
 
org.forgerock.openam.federation.plugin.rooturl - package org.forgerock.openam.federation.plugin.rooturl
Federation plugin root url classes.
org.forgerock.openam.federation.plugin.rooturl.impl - package org.forgerock.openam.federation.plugin.rooturl.impl
Contains root url provider implementations.
org.forgerock.openam.federation.rest - package org.forgerock.openam.federation.rest
Contains the endpoints for SAML2 entity providers.
org.forgerock.openam.federation.rest.guice - package org.forgerock.openam.federation.rest.guice
This package contains Guice bindings related classes for the federation REST APIs.
org.forgerock.openam.federation.rest.hosted - package org.forgerock.openam.federation.rest.hosted
Contains the endpoints for hosted Identity and Service providers.
org.forgerock.openam.federation.rest.remote - package org.forgerock.openam.federation.rest.remote
Contains the endpoints for remote Identity and Service providers.
org.forgerock.openam.federation.rest.schema - package org.forgerock.openam.federation.rest.schema
Contains the POJOs generated from the json schemas used by the SAML2 endpoints.
org.forgerock.openam.federation.rest.schema.hosted - package org.forgerock.openam.federation.rest.schema.hosted
 
org.forgerock.openam.federation.rest.schema.hosted.identity - package org.forgerock.openam.federation.rest.schema.hosted.identity
 
org.forgerock.openam.federation.rest.schema.hosted.service - package org.forgerock.openam.federation.rest.schema.hosted.service
 
org.forgerock.openam.federation.rest.schema.mappers - package org.forgerock.openam.federation.rest.schema.mappers
Contains implementations of ValueMapper used to map json schema properties to their POJO counterparts.
org.forgerock.openam.federation.rest.schema.remote - package org.forgerock.openam.federation.rest.schema.remote
 
org.forgerock.openam.federation.rest.schema.remote.identity - package org.forgerock.openam.federation.rest.schema.remote.identity
 
org.forgerock.openam.federation.rest.schema.remote.service - package org.forgerock.openam.federation.rest.schema.remote.service
 
org.forgerock.openam.federation.rest.schema.shared - package org.forgerock.openam.federation.rest.schema.shared
 
org.forgerock.openam.federation.rest.secret.manager - package org.forgerock.openam.federation.rest.secret.manager
Contains classes responsible for managing the unused SAML2 secret id mappings when SAML2 entities are deleted on updated.
org.forgerock.openam.federation.saml2 - package org.forgerock.openam.federation.saml2
This package contains SAML2 federation utilities for use throughout the OpenAM codebase.
org.forgerock.openam.federation.util - package org.forgerock.openam.federation.util
Federation utility classes.
org.forgerock.openam.forgerockrest.guice - package org.forgerock.openam.forgerockrest.guice
This package contains the Guice Module class responsible for all the Guice bindings required for the openam-rest maven module.
org.forgerock.openam.forgerockrest.utils - package org.forgerock.openam.forgerockrest.utils
This package contains utility code which can be utilised by all ForgeRock REST based packages.
org.forgerock.openam.guice - package org.forgerock.openam.guice
Guice configuration for legacy monitoring-related components.
org.forgerock.openam.headers - package org.forgerock.openam.headers
 
org.forgerock.openam.homedirectory - package org.forgerock.openam.homedirectory
This package contains AM home directory classes.
org.forgerock.openam.http - package org.forgerock.openam.http
This package contains utilities for HTTP connections.
org.forgerock.openam.http.annotations - package org.forgerock.openam.http.annotations
This package contains annotations that can be used to declare HTTP methods for being handled by methods on a class.
org.forgerock.openam.http.audit - package org.forgerock.openam.http.audit
This package contains classes for auditing requests to Commons HTTP Framework Handlers.
org.forgerock.openam.http.authz - package org.forgerock.openam.http.authz
This package contains the authorization filters for HTTP end points.
org.forgerock.openam.i18n.apidescriptor - package org.forgerock.openam.i18n.apidescriptor
 
org.forgerock.openam.identity.idm - package org.forgerock.openam.identity.idm
 
org.forgerock.openam.idm - package org.forgerock.openam.idm
 
org.forgerock.openam.idrepo.ldap - package org.forgerock.openam.idrepo.ldap
 
org.forgerock.openam.idrepo.ldap.helpers - package org.forgerock.openam.idrepo.ldap.helpers
 
org.forgerock.openam.idrepo.ldap.psearch - package org.forgerock.openam.idrepo.ldap.psearch
 
org.forgerock.openam.integration.idm - package org.forgerock.openam.integration.idm
Classes to support interacting with IDM.
org.forgerock.openam.jwt - package org.forgerock.openam.jwt
This package holds utility classes related to JWTs.
org.forgerock.openam.jwt.exceptions - package org.forgerock.openam.jwt.exceptions
Holds the exception classes related to JWT operations.
org.forgerock.openam.keystore - package org.forgerock.openam.keystore
Keystore Configuaration classes.
org.forgerock.openam.ldap - package org.forgerock.openam.ldap
This package contains utility methods to ease/unify development when using the OpenDJ LDAP SDK.
org.forgerock.openam.license - package org.forgerock.openam.license
Provides common code for looking up click-through license agreements to display to the user during installation or upgrade of OpenAM.
org.forgerock.openam.log.handlers.syslog - package org.forgerock.openam.log.handlers.syslog
 
org.forgerock.openam.logback - package org.forgerock.openam.logback
 
org.forgerock.openam.logback.guice - package org.forgerock.openam.logback.guice
 
org.forgerock.openam.monitoring - package org.forgerock.openam.monitoring
OpenAM monitoring framework core.
org.forgerock.openam.monitoring.configuration - package org.forgerock.openam.monitoring.configuration
OpenAM monitoring framework configuration.
org.forgerock.openam.monitoring.crest - package org.forgerock.openam.monitoring.crest
OpenAM monitoring framework CREST endpoint.
org.forgerock.openam.monitoring.cts - package org.forgerock.openam.monitoring.cts
 
org.forgerock.openam.monitoring.cts.mib - package org.forgerock.openam.monitoring.cts.mib
 
org.forgerock.openam.monitoring.graphite - package org.forgerock.openam.monitoring.graphite
OpenAM monitoring framework Graphite reporter.
org.forgerock.openam.monitoring.jmx - package org.forgerock.openam.monitoring.jmx
OpenAM monitoring framework JMX reporter.
org.forgerock.openam.monitoring.jvm - package org.forgerock.openam.monitoring.jvm
Provides metrics for monitoring the JVM in which OpenAM is running.
org.forgerock.openam.monitoring.policy - package org.forgerock.openam.monitoring.policy
 
org.forgerock.openam.monitoring.policy.mib - package org.forgerock.openam.monitoring.policy.mib
 
org.forgerock.openam.monitoring.session - package org.forgerock.openam.monitoring.session
 
org.forgerock.openam.monitoring.session.mib - package org.forgerock.openam.monitoring.session.mib
 
org.forgerock.openam.network.ipv4 - package org.forgerock.openam.network.ipv4
 
org.forgerock.openam.network.ipv6 - package org.forgerock.openam.network.ipv6
 
org.forgerock.openam.notifications - package org.forgerock.openam.notifications
Contains the notification api.
org.forgerock.openam.notifications.brokers - package org.forgerock.openam.notifications.brokers
Contains NotificationBroker implementations.
org.forgerock.openam.notifications.integration - package org.forgerock.openam.notifications.integration
Contains the glue between notifications and OpenAM.
org.forgerock.openam.notifications.integration.brokers - package org.forgerock.openam.notifications.integration.brokers
Contains OpenAM-specific NotificationBroker implementations.
org.forgerock.openam.notifications.websocket - package org.forgerock.openam.notifications.websocket
Contains implementation to expose notifications over websockets.
org.forgerock.openam.oauth2 - package org.forgerock.openam.oauth2
Classes that provide AM's features as an OAuth 2.0 Authorization Server.
org.forgerock.openam.oauth2.ciba - package org.forgerock.openam.oauth2.ciba
 
org.forgerock.openam.oauth2.ciba.exceptions - package org.forgerock.openam.oauth2.ciba.exceptions
 
org.forgerock.openam.oauth2.cts.adapters - package org.forgerock.openam.oauth2.cts.adapters
 
org.forgerock.openam.oauth2.cts.api.fields - package org.forgerock.openam.oauth2.cts.api.fields
 
org.forgerock.openam.oauth2.extensions - package org.forgerock.openam.oauth2.extensions
Defines the classes and supported interface that customers need to create their own ResourceRegistrationFilter.
org.forgerock.openam.oauth2.guice - package org.forgerock.openam.oauth2.guice
 
org.forgerock.openam.oauth2.idm - package org.forgerock.openam.oauth2.idm
 
org.forgerock.openam.oauth2.impl - package org.forgerock.openam.oauth2.impl
This package contains default implementations of client token services being used by IDM integration.
org.forgerock.openam.oauth2.jar - package org.forgerock.openam.oauth2.jar
 
org.forgerock.openam.oauth2.jwks - package org.forgerock.openam.oauth2.jwks
 
org.forgerock.openam.oauth2.pop - package org.forgerock.openam.oauth2.pop
 
org.forgerock.openam.oauth2.remoteconsent - package org.forgerock.openam.oauth2.remoteconsent
 
org.forgerock.openam.oauth2.requesturis - package org.forgerock.openam.oauth2.requesturis
Request URI classes.
org.forgerock.openam.oauth2.resources - package org.forgerock.openam.oauth2.resources
 
org.forgerock.openam.oauth2.resources.labels - package org.forgerock.openam.oauth2.resources.labels
 
org.forgerock.openam.oauth2.rest - package org.forgerock.openam.oauth2.rest
 
org.forgerock.openam.oauth2.saml2.core - package org.forgerock.openam.oauth2.saml2.core
 
org.forgerock.openam.oauth2.saml2.restlet - package org.forgerock.openam.oauth2.saml2.restlet
 
org.forgerock.openam.oauth2.secrets - package org.forgerock.openam.oauth2.secrets
 
org.forgerock.openam.oauth2.sso - package org.forgerock.openam.oauth2.sso
 
org.forgerock.openam.oauth2.token - package org.forgerock.openam.oauth2.token
Classes in the token package are responsible for storing and representing OAuth2 tokens.
org.forgerock.openam.oauth2.token.cts - package org.forgerock.openam.oauth2.token.cts
Classes in the CTS package are responsible for storing and representing OAuth2 tokens in the CTS (CoreTokenStore) which is a general purpose token store for OpenAM.
org.forgerock.openam.oauth2.token.grantset - package org.forgerock.openam.oauth2.token.grantset
This package contains the classes required to model OAuth2 Authorization Grants using a revised format referred to as the Grant Set model.
org.forgerock.openam.oauth2.token.macaroon - package org.forgerock.openam.oauth2.token.macaroon
Functionality for issuing access and refresh token as Macaroons.
org.forgerock.openam.oauth2.token.stateless - package org.forgerock.openam.oauth2.token.stateless
The stateless package contains classes needed to represent OAuth2 tokens in a stateless way.
org.forgerock.openam.oauth2.validation - package org.forgerock.openam.oauth2.validation
 
org.forgerock.openam.objectenricher - package org.forgerock.openam.objectenricher
Object enricher classes.
org.forgerock.openam.objectenricher.annotations - package org.forgerock.openam.objectenricher.annotations
Package contains all the annotations used by the object enricher.
org.forgerock.openam.objectenricher.exceptions - package org.forgerock.openam.objectenricher.exceptions
Package contains all exceptions used by the object enricher.
org.forgerock.openam.objectenricher.mapper - package org.forgerock.openam.objectenricher.mapper
Package contains basic mapper definitions.
org.forgerock.openam.objectenricher.service - package org.forgerock.openam.objectenricher.service
Package contains the basic annotation based object enricher implementation.
org.forgerock.openam.password - package org.forgerock.openam.password
 
org.forgerock.openam.placeholder.substitution - package org.forgerock.openam.placeholder.substitution
 
org.forgerock.openam.plugin.configuration - package org.forgerock.openam.plugin.configuration
Federation Plugin Configuration classes.
org.forgerock.openam.plugins - package org.forgerock.openam.plugins
This package contains the API for writing AM plugins.
org.forgerock.openam.property.resolver - package org.forgerock.openam.property.resolver
 
org.forgerock.openam.radius.common - package org.forgerock.openam.radius.common
This package in large part contains classes for generating java class representation of RADIUS attribute messages and vice versa.
org.forgerock.openam.radius.common.packet - package org.forgerock.openam.radius.common.packet
This package in large part contains the objects that model the RADIUS protocol specified in RFC 2865.
org.forgerock.openam.radius.server - package org.forgerock.openam.radius.server
Holds directly or via sub-packages mechanism for enabling openAM to be a radius server.
org.forgerock.openam.radius.server.audit - package org.forgerock.openam.radius.server.audit
This package contains classes responsible for listening to RADIUS events and sending them on to the Common Audit framework sub-system.
org.forgerock.openam.radius.server.config - package org.forgerock.openam.radius.server.config
Provides server-side pieces for activating the radius server functionality, handling threading, and loading values configured in openAM's admin console and applying any changes.
org.forgerock.openam.radius.server.events - package org.forgerock.openam.radius.server.events
Events that may be posted to the radius event bus to notify listeners of key events as they occur in the RADIUS server.
org.forgerock.openam.radius.server.monitoring - package org.forgerock.openam.radius.server.monitoring
Subsystem for keeping counts of various radius system events and exposing them to JMX listeners.
org.forgerock.openam.radius.server.spi - package org.forgerock.openam.radius.server.spi
Service provider interfaces that can be implemented to add new flows and extensions to the openAM radius server support.
org.forgerock.openam.radius.server.spi.handlers - package org.forgerock.openam.radius.server.spi.handlers
Implementations of handlers and related context object for receiving and processing radius server traffic including:
org.forgerock.openam.radius.server.spi.handlers.amhandler - package org.forgerock.openam.radius.server.spi.handlers.amhandler
Contains classes used by the OpenAMAuthHandler class to encapsulate behaviour or state.
org.forgerock.openam.rest - package org.forgerock.openam.rest
This package contains classes for all the REST framework classes responsible for determining the location of request REST endpoints.
org.forgerock.openam.rest.audit - package org.forgerock.openam.rest.audit
Classes supporting audit functionality in REST/HTTP endpoints.
org.forgerock.openam.rest.authz - package org.forgerock.openam.rest.authz
This package contains the authorization filters for end points.
org.forgerock.openam.rest.fluent - package org.forgerock.openam.rest.fluent
This package contains classes for the handling of CREST routers in a fluent fashion.
org.forgerock.openam.rest.query - package org.forgerock.openam.rest.query
 
org.forgerock.openam.rest.resource - package org.forgerock.openam.rest.resource
This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms in OpenAM built in.
org.forgerock.openam.rest.router - package org.forgerock.openam.rest.router
This package contains classes for the routing of REST requests for OpenAM.
org.forgerock.openam.saml2 - package org.forgerock.openam.saml2
SAML2 API classes.
org.forgerock.openam.saml2.audit - package org.forgerock.openam.saml2.audit
 
org.forgerock.openam.saml2.config - package org.forgerock.openam.saml2.config
This package contains classes related to SAML2 service configuration.
org.forgerock.openam.saml2.crypto - package org.forgerock.openam.saml2.crypto
This package contains cryptography utilities for the SAML2 implementation.
org.forgerock.openam.saml2.crypto.signing - package org.forgerock.openam.saml2.crypto.signing
This package contains utilities for signing, and verifying signatures for SAML2 documents.
org.forgerock.openam.saml2.meta - package org.forgerock.openam.saml2.meta
SAML2 metadata management classes.
org.forgerock.openam.saml2.plugins - package org.forgerock.openam.saml2.plugins
 
org.forgerock.openam.saml2.secrets - package org.forgerock.openam.saml2.secrets
 
org.forgerock.openam.saml2.service - package org.forgerock.openam.saml2.service
 
org.forgerock.openam.scripting - package org.forgerock.openam.scripting
Common scripting-related components for use in scripted OpenAM modules (e.g., scripted authentication modules).
org.forgerock.openam.scripting.api - package org.forgerock.openam.scripting.api
The classes under this package do not support Localisation.
org.forgerock.openam.scripting.api.http - package org.forgerock.openam.scripting.api.http
 
org.forgerock.openam.scripting.api.secrets - package org.forgerock.openam.scripting.api.secrets
A package containing a set of script-friendly classes and functionality that are intended to simplify use of the Secrets API from within a scripting context.
org.forgerock.openam.scripting.application - package org.forgerock.openam.scripting.application
 
org.forgerock.openam.scripting.datastore - package org.forgerock.openam.scripting.datastore
 
org.forgerock.openam.scripting.domain - package org.forgerock.openam.scripting.domain
 
org.forgerock.openam.scripting.factories - package org.forgerock.openam.scripting.factories
JSR-223 script engine factory implementations for supported scripting languages.
org.forgerock.openam.scripting.guice - package org.forgerock.openam.scripting.guice
Guice configuration for scripting-related components.
org.forgerock.openam.scripting.idrepo - package org.forgerock.openam.scripting.idrepo
 
org.forgerock.openam.scripting.javascript - package org.forgerock.openam.scripting.javascript
 
org.forgerock.openam.scripting.persistence - package org.forgerock.openam.scripting.persistence
 
org.forgerock.openam.scripting.persistence.config.consumer - package org.forgerock.openam.scripting.persistence.config.consumer
 
org.forgerock.openam.scripting.persistence.config.defaults - package org.forgerock.openam.scripting.persistence.config.defaults
 
org.forgerock.openam.scripting.rest - package org.forgerock.openam.scripting.rest
 
org.forgerock.openam.scripting.rest.guice - package org.forgerock.openam.scripting.rest.guice
 
org.forgerock.openam.scripting.sandbox - package org.forgerock.openam.scripting.sandbox
Language-specific implementations of script sandboxing to prevent malicious behaviour.
org.forgerock.openam.scripting.service - package org.forgerock.openam.scripting.service
 
org.forgerock.openam.scripting.timeouts - package org.forgerock.openam.scripting.timeouts
Classes associated with ensuring timeouts perform for all supported script types.
org.forgerock.openam.secrets - package org.forgerock.openam.secrets
The AM supporting classes for centrally configuring secrets.
org.forgerock.openam.secrets.config - package org.forgerock.openam.secrets.config
Classes and interfaces to create configurable secret store backends.
org.forgerock.openam.secrets.guice - package org.forgerock.openam.secrets.guice
Contains Guice bindings for the secrets integration.
org.forgerock.openam.security.whitelist - package org.forgerock.openam.security.whitelist
Whitelisting functions for AM.
org.forgerock.openam.selfservice - package org.forgerock.openam.selfservice
Package contains CREST services for handling user self service functions such as password reset and user registration.
org.forgerock.openam.selfservice.authn - package org.forgerock.openam.selfservice.authn
Contains classes that assist authentication related operations of self service flows.
org.forgerock.openam.selfservice.config - package org.forgerock.openam.selfservice.config
Contains classes for handling self service console configuration.
org.forgerock.openam.selfservice.config.beans - package org.forgerock.openam.selfservice.config.beans
Contains self service configuration beans.
org.forgerock.openam.selfservice.config.flows - package org.forgerock.openam.selfservice.config.flows
Contains the default implementations that detail the self service flows.
org.forgerock.openam.selfservice.stages.audit - package org.forgerock.openam.selfservice.stages.audit
Contains selfservice auditing stage implementations.
org.forgerock.openam.selfservice.stages.reset.whitelist - package org.forgerock.openam.selfservice.stages.reset.whitelist
Contains PasswordResetWhitelist stage implementations.
org.forgerock.openam.service.datastore - package org.forgerock.openam.service.datastore
 
org.forgerock.openam.services - package org.forgerock.openam.services
 
org.forgerock.openam.services.baseurl - package org.forgerock.openam.services.baseurl
 
org.forgerock.openam.services.datastore - package org.forgerock.openam.services.datastore
 
org.forgerock.openam.services.email - package org.forgerock.openam.services.email
Service interface for sending email messages and default implementation.
org.forgerock.openam.services.push - package org.forgerock.openam.services.push
Defines classes for the Push Notification service and framework.
org.forgerock.openam.services.push.dispatch - package org.forgerock.openam.services.push.dispatch
Classes pertaining to the delivery of messages between a PushNotificationDelegate's response service and a generic location in OpenAM.
org.forgerock.openam.services.push.dispatch.handlers - package org.forgerock.openam.services.push.dispatch.handlers
Handlers used to convey messages across the cluster.
org.forgerock.openam.services.push.dispatch.predicates - package org.forgerock.openam.services.push.dispatch.predicates
Classes pertaining to the predicates used by the Push Service's Message Dispatcher.
org.forgerock.openam.services.push.sns - package org.forgerock.openam.services.push.sns
Defines classes for the Amazon Simple Notification Service implementation(s) of Push Notifications.
org.forgerock.openam.services.push.sns.utils - package org.forgerock.openam.services.push.sns.utils
Utilities and helpful functions for the Amazon SNS Push implementation.
org.forgerock.openam.services.push.utils - package org.forgerock.openam.services.push.utils
Utilities useful for various Push purposes.
org.forgerock.openam.session - package org.forgerock.openam.session
 
org.forgerock.openam.session.authentication - package org.forgerock.openam.session.authentication
 
org.forgerock.openam.session.authorisation - package org.forgerock.openam.session.authorisation
 
org.forgerock.openam.session.clientsdk - package org.forgerock.openam.session.clientsdk
 
org.forgerock.openam.session.cts - package org.forgerock.openam.session.cts
This package contains all functionality needed to work with the cts implementation of sessions.
org.forgerock.openam.session.ha.i18n - package org.forgerock.openam.session.ha.i18n
 
org.forgerock.openam.session.listeners - package org.forgerock.openam.session.listeners
 
org.forgerock.openam.session.service - package org.forgerock.openam.session.service
Defines interfaces and classes for the Session Service.
org.forgerock.openam.session.service.access - package org.forgerock.openam.session.service.access
Defines interfaces for handling session access.
org.forgerock.openam.session.service.access.persistence - package org.forgerock.openam.session.service.access.persistence
Defines interfaces for handling session persistence.
org.forgerock.openam.session.stateless - package org.forgerock.openam.session.stateless
This package contains all functionality needed to work with the stateless implementation of sessions.
org.forgerock.openam.session.stateless.config - package org.forgerock.openam.session.stateless.config
 
org.forgerock.openam.session.stateless.whitelist - package org.forgerock.openam.session.stateless.whitelist
 
org.forgerock.openam.setup - package org.forgerock.openam.setup
 
org.forgerock.openam.setup.components - package org.forgerock.openam.setup.components
 
org.forgerock.openam.shared.concurrency - package org.forgerock.openam.shared.concurrency
This package contains concurrency utilities for use throughout the OpenAM codebase.
org.forgerock.openam.shared.guice - package org.forgerock.openam.shared.guice
This package contains Guice module for openam-shared bindings.
org.forgerock.openam.shared.jackson - package org.forgerock.openam.shared.jackson
This package is for common https://github.com/FasterXML/jackson-core modules.
org.forgerock.openam.shared.monitoring - package org.forgerock.openam.shared.monitoring
This package contains monitoring utilities for use throughout the OpenAM codebase.
org.forgerock.openam.shared.resourcename - package org.forgerock.openam.shared.resourcename
This package contains url resource name utilities for use throughout the OpenAM codebase.
org.forgerock.openam.shared.secrets - package org.forgerock.openam.shared.secrets
Shared constants and utilities for using the Secrets API in AM.
org.forgerock.openam.shared.security - package org.forgerock.openam.shared.security
Security-related general purpose utilities.
org.forgerock.openam.shared.security.crypto - package org.forgerock.openam.shared.security.crypto
This package contains security cryptographic utilities for use throughout the OpenAM codebase.
org.forgerock.openam.shared.security.whitelist - package org.forgerock.openam.shared.security.whitelist
This package contains security whitelist utilities for use throughout the OpenAM codebase.
org.forgerock.openam.shared.security.whitelist.wildcard - package org.forgerock.openam.shared.security.whitelist.wildcard
This package contains wildcard set classes used by the glob translater.
org.forgerock.openam.shared.sts - package org.forgerock.openam.shared.sts
This package contains classes defining constants and/or abstractions common to the openam-sts module and the ViewBeans and the associated model class supporting the sts admin console UI elements.
org.forgerock.openam.sm - package org.forgerock.openam.sm
This package contains exception types for service management error scenarios.
org.forgerock.openam.sm.annotations - package org.forgerock.openam.sm.annotations
Contains classes used to define services and their configuration based on annotations.
org.forgerock.openam.sm.annotations.adapters - package org.forgerock.openam.sm.annotations.adapters
Type adapters for converting a type to and from a set of strings, which is the underlying SMS representation for configuration.
org.forgerock.openam.sm.annotations.model - package org.forgerock.openam.sm.annotations.model
Model classes used in the processing of types of annotated methods.
org.forgerock.openam.sm.annotations.subconfigs - package org.forgerock.openam.sm.annotations.subconfigs
 
org.forgerock.openam.sm.annotations.validators - package org.forgerock.openam.sm.annotations.validators
 
org.forgerock.openam.sm.config - package org.forgerock.openam.sm.config
Contains classes used to help construct config beans from SMS configuration.
org.forgerock.openam.sm.datalayer - package org.forgerock.openam.sm.datalayer
All packages relating to the Service Manager Data Layer, a group of classes that provide connections for services that need to access the Service Manager configuration and other operations.
org.forgerock.openam.sm.datalayer.api - package org.forgerock.openam.sm.datalayer.api
The data layer represents a collection of classes for providing connections to services within OpenAM that require LDAP connections.
org.forgerock.openam.sm.datalayer.api.query - package org.forgerock.openam.sm.datalayer.api.query
 
org.forgerock.openam.sm.datalayer.impl - package org.forgerock.openam.sm.datalayer.impl
 
org.forgerock.openam.sm.datalayer.impl.ldap - package org.forgerock.openam.sm.datalayer.impl.ldap
 
org.forgerock.openam.sm.datalayer.impl.tasks - package org.forgerock.openam.sm.datalayer.impl.tasks
Tasks are asynchronous representations of API calls to the CTS.
org.forgerock.openam.sm.datalayer.impl.uma - package org.forgerock.openam.sm.datalayer.impl.uma
 
org.forgerock.openam.sm.datalayer.providers - package org.forgerock.openam.sm.datalayer.providers
Classes to provide instances of ConnectionFactory for callers that need them.
org.forgerock.openam.sm.datalayer.store - package org.forgerock.openam.sm.datalayer.store
 
org.forgerock.openam.sm.datalayer.utils - package org.forgerock.openam.sm.datalayer.utils
A collection of utility classes for the various ConnectionFactory requirements.
org.forgerock.openam.sm.exceptions - package org.forgerock.openam.sm.exceptions
Data Layer based exceptions.
org.forgerock.openam.sm.file - package org.forgerock.openam.sm.file
 
org.forgerock.openam.sm.file.converter - package org.forgerock.openam.sm.file.converter
 
org.forgerock.openam.sm.health - package org.forgerock.openam.sm.health
Contains core related classes that contribute towards diagnosing AMs health.
org.forgerock.openam.sm.utils - package org.forgerock.openam.sm.utils
A collection of utility functions to be used by the service management layer.
org.forgerock.openam.sm.validation - package org.forgerock.openam.sm.validation
 
org.forgerock.openam.social.idp - package org.forgerock.openam.social.idp
This package contains services to enable social use-cases for tree nodes in the platform.
org.forgerock.openam.social.idp.choiceValues - package org.forgerock.openam.social.idp.choiceValues
 
org.forgerock.openam.sso - package org.forgerock.openam.sso
 
org.forgerock.openam.sso.providers.stateless - package org.forgerock.openam.sso.providers.stateless
 
org.forgerock.openam.sts - package org.forgerock.openam.sts
Base package for classes shared between the SOAP and REST STS.
org.forgerock.openam.sts.config.user - package org.forgerock.openam.sts.config.user
Contains the classes which encapsulate the user-provided configuration state necessary to publish a STS instance.
org.forgerock.openam.sts.publish - package org.forgerock.openam.sts.publish
The classes in this package pertain to persisting the configuration state of published STS instances, so that they may be reconstituted following a server restart.
org.forgerock.openam.sts.publish.common - package org.forgerock.openam.sts.publish.common
 
org.forgerock.openam.sts.publish.config - package org.forgerock.openam.sts.publish.config
 
org.forgerock.openam.sts.publish.rest - package org.forgerock.openam.sts.publish.rest
 
org.forgerock.openam.sts.publish.service - package org.forgerock.openam.sts.publish.service
This package contains classes which allow clients to publish and remove rest-sts instances.
org.forgerock.openam.sts.publish.soap - package org.forgerock.openam.sts.publish.soap
 
org.forgerock.openam.sts.rest - package org.forgerock.openam.sts.rest
Contains the classes specific to the REST STS.
org.forgerock.openam.sts.rest.config - package org.forgerock.openam.sts.rest.config
Contains classes related to the configuration of STS instances.
org.forgerock.openam.sts.rest.config.user - package org.forgerock.openam.sts.rest.config.user
Contains the classes with state which configure a STS instance.
org.forgerock.openam.sts.rest.operation - package org.forgerock.openam.sts.rest.operation
 
org.forgerock.openam.sts.rest.operation.cancel - package org.forgerock.openam.sts.rest.operation.cancel
The classes in this package pertain to the top-level cancel operation exposed by the rest-sts.
org.forgerock.openam.sts.rest.operation.translate - package org.forgerock.openam.sts.rest.operation.translate
Contains classes related to the creation and implementation of token transformation operations, factory classes that produce the RestTokenTransformValidator and RestTokenProvider implementations which realize a particular token transform, and marshalling classes that marshal the token transform invocation state into the parameter state needed by the RestTokenTransformValidator and RestTokenProvider implementations.
org.forgerock.openam.sts.rest.operation.validate - package org.forgerock.openam.sts.rest.operation.validate
The classes in this package pertain to the top-level validate operation exposed by the rest-sts.
org.forgerock.openam.sts.rest.service - package org.forgerock.openam.sts.rest.service
 
org.forgerock.openam.sts.rest.token.canceller - package org.forgerock.openam.sts.rest.token.canceller
This package contains classes related to the cancellation of rest-sts-issued tokens
org.forgerock.openam.sts.rest.token.provider - package org.forgerock.openam.sts.rest.token.provider
Contains classes and interface definitions common to all token provider classes.
org.forgerock.openam.sts.rest.token.provider.oidc - package org.forgerock.openam.sts.rest.token.provider.oidc
Classes related to producing OpenIdConnect tokens
org.forgerock.openam.sts.rest.token.provider.saml - package org.forgerock.openam.sts.rest.token.provider.saml
Classes relating to producing SAML2 assertions.
org.forgerock.openam.sts.rest.token.validator - package org.forgerock.openam.sts.rest.token.validator
Token validation occurs in three contexts in the sts: 1.
org.forgerock.openam.sts.rest.token.validator.disp - package org.forgerock.openam.sts.rest.token.validator.disp
Contains the classes relating to dispatching tokens of various types to the OpenAM REST authN context.
org.forgerock.openam.sts.service.invocation - package org.forgerock.openam.sts.service.invocation
The classes in this package encapsulate the state necessary to invoke the token-generation-service.
org.forgerock.openam.sts.soap.config.user - package org.forgerock.openam.sts.soap.config.user
Contains the classes with state which configure a STS instance.
org.forgerock.openam.sts.token - package org.forgerock.openam.sts.token
Contains the classes related to token operations.
org.forgerock.openam.sts.token.model - package org.forgerock.openam.sts.token.model
This package contains classes that represent token types not represented in the wss4j or CXF-STS domain models.
org.forgerock.openam.sts.token.provider - package org.forgerock.openam.sts.token.provider
Contains the classes related to issuing tokens.
org.forgerock.openam.sts.token.validator - package org.forgerock.openam.sts.token.validator
Token validation occurs in three contexts in the sts: 1.
org.forgerock.openam.sts.token.validator.disp - package org.forgerock.openam.sts.token.validator.disp
Contains the classes relating to dispatching tokens of various types to the OpenAM REST authN context.
org.forgerock.openam.sts.token.validator.url - package org.forgerock.openam.sts.token.validator.url
Contains the classes related to obtaining the URLs corresponding to the REST authN targets for the various token types.
org.forgerock.openam.sts.tokengeneration - package org.forgerock.openam.sts.tokengeneration
 
org.forgerock.openam.sts.tokengeneration.config - package org.forgerock.openam.sts.tokengeneration.config
This package contains classes related to the guice configuration of the TokenGenerationService.
org.forgerock.openam.sts.tokengeneration.oidc - package org.forgerock.openam.sts.tokengeneration.oidc
This package contains classes defining OpenId Connect Token generation and claim mapping.
org.forgerock.openam.sts.tokengeneration.oidc.crypto - package org.forgerock.openam.sts.tokengeneration.oidc.crypto
Classes related to the crypto context necessary to sign (and in the future, encrypt) OpenIdConnect tokens.
org.forgerock.openam.sts.tokengeneration.saml2 - package org.forgerock.openam.sts.tokengeneration.saml2
This package contains classes related to generating SAML2 assertions.
org.forgerock.openam.sts.tokengeneration.saml2.statements - package org.forgerock.openam.sts.tokengeneration.saml2.statements
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2 assertions.
org.forgerock.openam.sts.tokengeneration.saml2.xmlsig - package org.forgerock.openam.sts.tokengeneration.saml2.xmlsig
 
org.forgerock.openam.sts.tokengeneration.service - package org.forgerock.openam.sts.tokengeneration.service
This package contains classes defining the CREST interface on the TokenGenerationService, and the object defining the parameters necessary to invoke this service.
org.forgerock.openam.sts.tokengeneration.state - package org.forgerock.openam.sts.tokengeneration.state
The classes in this package pertain to pulling and caching sts-instance state from the SMS, and the registration of ServiceListeners to invalidate cache entries when SMS contents change.
org.forgerock.openam.sts.user.invocation - package org.forgerock.openam.sts.user.invocation
This package contains classes related to creating the json payloads corresponding to REST-STS and TokenGenerationService invocations.
org.forgerock.openam.tokens - package org.forgerock.openam.tokens
A collection of classes is given here for describing how to store a bean-compliant POJO as a token.
org.forgerock.openam.transactions.config.sms - package org.forgerock.openam.transactions.config.sms
Contains SMS based transaction authentication configuration implementation.
org.forgerock.openam.transactions.core - package org.forgerock.openam.transactions.core
Contains the core classes related to Transaction Authentication.
org.forgerock.openam.transactions.core.config - package org.forgerock.openam.transactions.core.config
Contains transaction authentication related configuration interfaces.
org.forgerock.openam.transactions.core.exceptions - package org.forgerock.openam.transactions.core.exceptions
Contains exception classes related to Transaction Authentication.
org.forgerock.openam.transactions.cts - package org.forgerock.openam.transactions.cts
Contains classes related to CTS based transaction management.
org.forgerock.openam.transactions.guice - package org.forgerock.openam.transactions.guice
Contains Guice related classes specific to Transaction Authentication.
org.forgerock.openam.uma - package org.forgerock.openam.uma
Classes that support AM's UMA AS functionality.
org.forgerock.openam.uma.audit - package org.forgerock.openam.uma.audit
 
org.forgerock.openam.uma.extensions - package org.forgerock.openam.uma.extensions
Extension points for integrating with UMA functionality.
org.forgerock.openam.uma.icg - package org.forgerock.openam.uma.icg
 
org.forgerock.openam.uma.policy - package org.forgerock.openam.uma.policy
 
org.forgerock.openam.uma.rest - package org.forgerock.openam.uma.rest
 
org.forgerock.openam.upgrade - package org.forgerock.openam.upgrade
Defines interfaces and classes to perform OpenAM system upgrade.
org.forgerock.openam.upgrade.helpers - package org.forgerock.openam.upgrade.helpers
 
org.forgerock.openam.upgrade.steps - package org.forgerock.openam.upgrade.steps
Defines the upgrade steps necessary to perform an upgrade of OpenAM from an earlier version.
org.forgerock.openam.upgrade.steps.authtrees - package org.forgerock.openam.upgrade.steps.authtrees
 
org.forgerock.openam.upgrade.steps.datastore - package org.forgerock.openam.upgrade.steps.datastore
 
org.forgerock.openam.upgrade.steps.oauth2client - package org.forgerock.openam.upgrade.steps.oauth2client
 
org.forgerock.openam.upgrade.steps.policy - package org.forgerock.openam.upgrade.steps.policy
 
org.forgerock.openam.upgrade.steps.policy.conditions - package org.forgerock.openam.upgrade.steps.policy.conditions
 
org.forgerock.openam.upgrade.steps.policy.policysets - package org.forgerock.openam.upgrade.steps.policy.policysets
 
org.forgerock.openam.upgrade.steps.scripting - package org.forgerock.openam.upgrade.steps.scripting
Groups all upgrade steps for scripting.
org.forgerock.openam.upgrade.steps.secrets - package org.forgerock.openam.upgrade.steps.secrets
 
org.forgerock.openam.upgrade.steps.secrets.saml2 - package org.forgerock.openam.upgrade.steps.secrets.saml2
 
org.forgerock.openam.upgrade.steps.serverdefaults - package org.forgerock.openam.upgrade.steps.serverdefaults
 
org.forgerock.openam.upgrade.steps.servicexml - package org.forgerock.openam.upgrade.steps.servicexml
 
org.forgerock.openam.upgrade.steps.socialauth - package org.forgerock.openam.upgrade.steps.socialauth
 
org.forgerock.openam.upgrade.steps.uma - package org.forgerock.openam.upgrade.steps.uma
 
org.forgerock.openam.utils - package org.forgerock.openam.utils
This package contains general utilities for use throughout the OpenAM codebase.
org.forgerock.openam.utils.collections - package org.forgerock.openam.utils.collections
This package contains general collection utilities for use throughout the OpenAM codebase.
org.forgerock.openam.utils.file - package org.forgerock.openam.utils.file
This package contains general file utilities for use throughout the OpenAM codebase.
org.forgerock.openam.utils.qr - package org.forgerock.openam.utils.qr
 
org.forgerock.openam.validation - package org.forgerock.openam.validation
 
org.forgerock.openam.webhook - package org.forgerock.openam.webhook
Webhook and related resources, endpoint config and handling.
org.forgerock.openam.webhook.node - package org.forgerock.openam.webhook.node
Register logout webhook node related resources for providing data to the UI.
org.forgerock.openam.wsfederation.common - package org.forgerock.openam.wsfederation.common
 
org.forgerock.openam.xacml.v3 - package org.forgerock.openam.xacml.v3
 
org.forgerock.openam.xacml.v3.model - package org.forgerock.openam.xacml.v3.model
 
org.forgerock.openam.xacml.v3.resources - package org.forgerock.openam.xacml.v3.resources
 
org.forgerock.openam.xacml.v3.rest - package org.forgerock.openam.xacml.v3.rest
 
org.forgerock.openam.xui - package org.forgerock.openam.xui
 
org.forgerock.opendj.discovery - package org.forgerock.opendj.discovery
Contains the Service Discovery Mechanisms and APIs.
org.forgerock.opendj.io - package org.forgerock.opendj.io
Classes and interfaces providing I/O functionality.
org.forgerock.opendj.io.rx - package org.forgerock.opendj.io.rx
Classes and interfaces providing Reactive Streams I/O transports.
org.forgerock.opendj.ldap - package org.forgerock.opendj.ldap
Classes and interfaces for core types including connections, entries, and attributes.
org.forgerock.opendj.ldap.controls - package org.forgerock.opendj.ldap.controls
Classes and interfaces for common LDAP controls.
org.forgerock.opendj.ldap.messages - package org.forgerock.opendj.ldap.messages
Classes and interfaces for core LDAP requests/responses.
org.forgerock.opendj.ldap.schema - package org.forgerock.opendj.ldap.schema
Classes and interfaces for constructing and querying LDAP schemas.
org.forgerock.opendj.ldif - package org.forgerock.opendj.ldif
Classes and interfaces for reading and writing LDIF.
org.forgerock.opendj.security - package org.forgerock.opendj.security
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based KeyStore service.
org.forgerock.openidconnect - package org.forgerock.openidconnect
Classes required for the AM OAuth2 OIDC implementation.
org.forgerock.openidconnect.backchannel - package org.forgerock.openidconnect.backchannel
Classes required for openid connect back-channel logout
org.forgerock.openidconnect.exceptions - package org.forgerock.openidconnect.exceptions
 
org.forgerock.openidconnect.restlet - package org.forgerock.openidconnect.restlet
 
org.forgerock.openidconnect.ssoprovider - package org.forgerock.openidconnect.ssoprovider
Implements an SSOProvider that accepts OpenID Connect ID Tokens issued by this instance of OpenAM and treats them as SSOTokens.
org.forgerock.secrets - package org.forgerock.secrets
Provides a unified API for accessing secrets of various kinds.
org.forgerock.secrets.gcp.sm - package org.forgerock.secrets.gcp.sm
Classes for integrating Google Secret Manager into the ForgeRock Secrets API.
org.forgerock.secrets.gcpkms - package org.forgerock.secrets.gcpkms
A secret store implementation that can retrieve keys from a Google Cloud Platform Key Management Service.
org.forgerock.secrets.jwkset - package org.forgerock.secrets.jwkset
Secret store backend for retrieving keys from a local or remote JWK Set.
org.forgerock.secrets.keys - package org.forgerock.secrets.keys
Contains cryptographic key related API objects.
org.forgerock.secrets.keystore - package org.forgerock.secrets.keystore
Implementations of SecretStore for accessing keys stored in Java KeyStores, such as PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores.
org.forgerock.secrets.propertyresolver - package org.forgerock.secrets.propertyresolver
Provides a SecretStore implementation that loads secrets from a Common Configuration PropertyResolver and then decodes it with a SecretPropertyFormat.
org.forgerock.secrets.vault - package org.forgerock.secrets.vault
Secrets backend that reads secrets from a remote Hashicorp Vault server.
org.forgerock.security.keystore - package org.forgerock.security.keystore
This package contains classes that load, initialize, and access a managed keystore.
org.forgerock.selfservice.core - package org.forgerock.selfservice.core
This package contains the core implementation for the anonymous process service.
org.forgerock.selfservice.core.annotations - package org.forgerock.selfservice.core.annotations
This package contains annotations that allow product detection of Self-Service components.
org.forgerock.selfservice.core.config - package org.forgerock.selfservice.core.config
This package contains the service configuration.
org.forgerock.selfservice.core.crypto - package org.forgerock.selfservice.core.crypto
This package contains crypto related implementations for self-service.
org.forgerock.selfservice.core.snapshot - package org.forgerock.selfservice.core.snapshot
This package contains the implementation for creating and management of snapshots.
org.forgerock.selfservice.core.util - package org.forgerock.selfservice.core.util
This package contains core utility methods and classes.
org.forgerock.selfservice.stages - package org.forgerock.selfservice.stages
This package contains common predefined anonymous process service parts.
org.forgerock.selfservice.stages.captcha - package org.forgerock.selfservice.stages.captcha
This package contains captcha stage implementation.
org.forgerock.selfservice.stages.email - package org.forgerock.selfservice.stages.email
This package contains a common email stage implementation.
org.forgerock.selfservice.stages.kba - package org.forgerock.selfservice.stages.kba
This package contains a common user kba stage implementation.
org.forgerock.selfservice.stages.parameters - package org.forgerock.selfservice.stages.parameters
This package contains a parameter passing stage implementation.
org.forgerock.selfservice.stages.registration - package org.forgerock.selfservice.stages.registration
This package contains a common user registration stage implementation.
org.forgerock.selfservice.stages.reset - package org.forgerock.selfservice.stages.reset
This package contains a common reset password stage implementation.
org.forgerock.selfservice.stages.tokenhandlers - package org.forgerock.selfservice.stages.tokenhandlers
This package contains some common snapshot token handler implementations.
org.forgerock.selfservice.stages.user - package org.forgerock.selfservice.stages.user
This package contains a common user related stage implementation.
org.forgerock.selfservice.stages.utils - package org.forgerock.selfservice.stages.utils
This package contains some utility classes helpful for stage creators.
org.forgerock.services - package org.forgerock.services
This package contains the classes classes and interfaces used in the services' implementations.
org.forgerock.services.context - package org.forgerock.services.context
This package contains the Context interface and various common protocol independent implementations.
org.forgerock.services.descriptor - package org.forgerock.services.descriptor
Classes that allow services to be described.
org.forgerock.services.routing - package org.forgerock.services.routing
This package provides a simple framework for implementing routers.
org.forgerock.tokenhandler - package org.forgerock.tokenhandler
Provides token handler definition.
org.forgerock.util - package org.forgerock.util
Provides common interfaces and classes.
org.forgerock.util.annotations - package org.forgerock.util.annotations
Provides common annotations.
org.forgerock.util.crypto - package org.forgerock.util.crypto
Provides common crypto constants and classes.
org.forgerock.util.encode - package org.forgerock.util.encode
Provides fast and memory efficient Base64, Base64Url, and Hex decoding and encoding.
org.forgerock.util.generator - package org.forgerock.util.generator
Provides an abstraction of identifiers generators.
org.forgerock.util.i18n - package org.forgerock.util.i18n
Utility classes for dealing with internationalization (i18n).
org.forgerock.util.promise - package org.forgerock.util.promise
An implementation of the Promise API in Java.
org.forgerock.util.query - package org.forgerock.util.query
Provides a mechanism for implementing query filters.
org.forgerock.util.thread - package org.forgerock.util.thread
Provides a mechanism for handling shutdown of ExecutorService instances.
org.forgerock.util.thread.listener - package org.forgerock.util.thread.listener
Provides interfaces for handling shutdown.
org.forgerock.util.time - package org.forgerock.util.time
Provides a time service abstraction.
org.forgerock.util.xml - package org.forgerock.util.xml
Provides utilities for reading and processing XML.
ORGANISATION - org.forgerock.am.config.Listener.ConfigType
 
ORGANIZATION - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to organization, sub-organization or the container.
ORGANIZATION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ORGANIZATION - Static variable in class com.sun.identity.sm.SchemaType
The ORGANIZATION schema type defines the service configuration information that are organization dependent and could be configured differently for organizations.
ORGANIZATION_ALIAS_ATTR - Static variable in interface com.sun.identity.idm.IdConstants
 
ORGANIZATION_NAME - Static variable in class com.sun.identity.policy.PolicyManager
Deprecated.
The key for the plugins to get the organization name.
ORGANIZATION_STATUS_ATTR - Static variable in interface com.sun.identity.idm.IdConstants
 
OrganizationAlreadyExistsException - Exception in com.sun.identity.sm
The OrganizationAlreadyExistsException is thrown if the organization already exists.
OrganizationAlreadyExistsException() - Constructor for exception com.sun.identity.sm.OrganizationAlreadyExistsException
Constructs an OrganizationAlreadyExistsException with no specified detail message.
OrganizationAlreadyExistsException(String) - Constructor for exception com.sun.identity.sm.OrganizationAlreadyExistsException
Constructs an OrganizationAlreadyExistsException with the specified detail message.
OrganizationAlreadyExistsException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.OrganizationAlreadyExistsException
Constructs an OrganizationAlreadyExistsException with the specified error code.
organizationConfigChanged(String, String, String, String, String, int) - Method in interface com.sun.identity.sm.ServiceListener
This method will be invoked when a service's organization configuration data has been changed.
OrganizationConfigManager - Class in com.sun.identity.sm
The class OrganizationConfigManager provides interfaces to manage an organization's configuration data.
OrganizationConfigManager(SSOToken, String) - Constructor for class com.sun.identity.sm.OrganizationConfigManager
Constructor to obtain an instance of OrganizationConfigManager for an organization by providing an authenticated identity of the user.
originalUri(URI) - Method in class org.forgerock.http.routing.UriRouterContext.Builder
Set the originalUri value (only first UriRouterContext is expected to have that value set).
OTHER - org.forgerock.opendj.ldap.ResultCode.Enum
 
OTHER - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if no other result code is appropriate.
otherPrimesInfo(List<RsaJWK.PrimesInfo>) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA other factors value.
outcome - Variable in class org.forgerock.openam.auth.node.api.Action
Result of the node.
Outcome(String, String) - Constructor for class org.forgerock.openam.auth.node.api.OutcomeProvider.Outcome
 
outcomeProvider() - Method in annotation type org.forgerock.openam.auth.node.api.Node.Metadata
A provider for the possible outcomes of the node.
OutcomeProvider - Interface in org.forgerock.openam.auth.node.api
Describes the outcomes for node instances.
OutcomeProvider() - Constructor for class org.forgerock.openam.auth.node.api.AbstractDecisionNode.OutcomeProvider
 
OutcomeProvider() - Constructor for class org.forgerock.openam.auth.node.api.SingleOutcomeNode.OutcomeProvider
 
OutcomeProvider.Outcome - Class in org.forgerock.openam.auth.node.api
A model object for an outcome.
OUTPUT_DATA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Map key used in SLO request redirect code
OverflowException - Exception in org.forgerock.http.io
An exception that is thrown if a buffer would overflow as a result of a write operation.
OverflowException() - Constructor for exception org.forgerock.http.io.OverflowException
Constructs a new exception with null as its detail message.
OverflowException(String) - Constructor for exception org.forgerock.http.io.OverflowException
Constructs a new exception with the specified detail message.
OverflowException(String, Throwable) - Constructor for exception org.forgerock.http.io.OverflowException
Constructs a new exception with the specified detail message and cause.
OverflowException(Throwable) - Constructor for exception org.forgerock.http.io.OverflowException
Constructs a new exception with the specified cause.
OVERWRITE - Static variable in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
The default handler which ignores changes applied to missing entries and tolerates duplicate entries by overwriting the existing entry with the new entry.

P

P256 - org.forgerock.json.jose.jws.SupportedEllipticCurve
NIST P-256.
P384 - org.forgerock.json.jose.jws.SupportedEllipticCurve
NIST P-384.
P521 - org.forgerock.json.jose.jws.SupportedEllipticCurve
NIST P-521.
PagePropertiesCallback - Class in com.sun.identity.authentication.spi
PagePropertiesCallback class implements Callback and used for exchanging all UI related attributes information such as template name, errorState to indicate whether a template is an error page, page header, image name , page timeout value, name of module.
PagePropertiesCallback(String, String, String, int, String, boolean, String) - Constructor for class com.sun.identity.authentication.spi.PagePropertiesCallback
Creates a PagePropertiesCallback for a given module name, header string, page image, page time out, JSP template name, error state and page state.
PagingMode - Enum in org.forgerock.api.enums
Enum that represents the Query paging mode.
pagingModes() - Method in annotation type org.forgerock.api.annotations.Query
The paging modes that can be used with this query.
pagingModes(PagingMode...) - Method in class org.forgerock.api.models.Query.Builder
Set the paging mode.
Pair<F,​S> - Class in org.forgerock.util
Ordered pair of arbitrary objects.
PAIR_PROPERTY_NOT_DEFINED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
PAOS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to represent PAOS Binding.
PAOS_ECP_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
ECP service name in PAOS header
PAOS_MIME_TYPE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS mime type
PAOS_NAMESPACE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS namespace URI.
PAOS_PREFIX - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
String used to declare PAOS namespace prefix.
PAOSConstants - Interface in com.sun.identity.liberty.ws.paos
This interface defines constants common to all PAOS elements.
PAOSException - Exception in com.sun.identity.liberty.ws.paos
The PAOSException class represents a error while processing SOAP request and response.
PAOSException(String) - Constructor for exception com.sun.identity.liberty.ws.paos.