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(TemplateVisitor<T, C>, C) - Method in class org.forgerock.config.resolvers.template.Template
Apply an operation (the visitor) to this template.
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.
ACCEPTED_CLIENT_VALIDATOR - Static variable in class org.forgerock.opendj.ldap.LdapServer
A consumer which is invoked immediately after a new connection has been accepted in order to determine whether the connection should be accepted or not, in which case it will be closed immediately.
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_DENIED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
AccessTokenSecretStore - Class in org.forgerock.secrets.oauth2
A secret store that can obtain access tokens from an OAuth 2 provider.
AccessTokenSecretStore.Builder - Class in org.forgerock.secrets.oauth2
Builder object for the access token secret store.
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_LOCKED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
ActivityLookupException(String, Throwable) - Constructor for exception org.forgerock.am.identity.application.IdentityActivityService.ActivityLookupException
Creates a new instance of the exception.
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, String) - Method in class org.forgerock.openam.scripting.api.identity.ScriptedIdentity
Adds a new attribute value to the existing set for the named attribute.
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
Add an IdEventListener to the pool of listeners.
addEventListener(IdEventListener) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Add an IdEventListener to the pool of listeners.
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
addInternalRoutes(ResourceRouter) - Method in class org.forgerock.am.mail.rest.MailRouteProvider
 
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
Adds the passed identity as a member of this identity.
addMember(Identity, UniversalId) - Method in interface org.forgerock.am.identity.application.IdentityService
Adds the passed identity as a member of this identity.
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
Adds the passed identities as members of this identity.
addMembers(Identity, Set<UniversalId>) - Method in interface org.forgerock.am.identity.application.IdentityService
Adds the passed identities as members of this identity.
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.
AddressMask(AddressMask.RuleType, String, byte[], byte[]) - Constructor for class org.forgerock.opendj.ldap.AddressMask
 
AddressMask(AddressMask.RuleType, String, byte[], byte[], String[], String, BitSet) - Constructor for class org.forgerock.opendj.ldap.AddressMask
 
AddressMask(AddressMask.RuleType, String, String[], String, BitSet) - Constructor for class org.forgerock.opendj.ldap.AddressMask
 
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
Constructs a new AMIdentity instance from the passed token.
AMIdentity(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentity
Constructs a new AMIdentity instance from the passed universal ID.
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.
Use the other constructor AMIdentityRepository(String, SSOToken)
AMIdentityRepository(String, SSOToken) - Constructor for class com.sun.identity.idm.AMIdentityRepository
Instantiates a new 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.
AMSendMail - Interface in org.forgerock.am.mail.application
Interface for classes which send emails.
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
 
AND_MOD - Static variable in class com.sun.identity.idm.IdSearchOpModifier
 
andThen(Function<? super VOUT, ? extends V, E>) - Method in interface org.forgerock.util.Function
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
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 assertion 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.
assertionSyntaxOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the assertion value syntax OID of this matching rule.
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.
assignService(Identity, String, ConfigurationAttributes) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Assigns the service and service related attributes to the identity.
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.ConfigIdentity
Provides the identity universal id.
asUniversalId() - Method in interface org.forgerock.am.identity.domain.Identity
Return the universal id which represents this identity
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.
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(IdType, Callback[]) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Non-javadoc, non-public methods Returns true if the data store has successfully authenticated the identity with the provided credentials.
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(Callback[]) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Non-javadoc, non-public methods Returns true if the data store has successfully authenticated 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.
AuthorizationCodeGrantTypeHandler - Class in org.forgerock.secrets.oauth2
A handler that can send an authorization code and optional PKCE verifier to the token endpoint to receive an access token.
AuthorizationCodeGrantTypeHandler(String, String) - Constructor for class org.forgerock.secrets.oauth2.AuthorizationCodeGrantTypeHandler
Initialises the grant type handler with the given parameters.
AuthorizationCodeGrantTypeHandler(String, String, String, String) - Constructor for class org.forgerock.secrets.oauth2.AuthorizationCodeGrantTypeHandler
Initialises the grant type handler with the given parameters.
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.
BaseOpenIdResolver(BiPredicate<String, String>, 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.config.resolvers.SubstitutionVisitor.Builder
Returns a new SubstitutionVisitor.
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.oauth2.AccessTokenSecretStore.Builder
Builds the access token secret store.
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(BiPredicate<String, String>, 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.
buildAsync(BiPredicate<String, String>, 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() - Static method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore
Creates a builder for the access token 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() - Constructor for class org.forgerock.secrets.oauth2.AccessTokenSecretStore.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
 
BUNDLE_NAME - Static variable in class org.forgerock.am.identity.presentation.IdRepoBundle
 
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
Deprecated.
This method is deprecated, use Hex.encode(byte[])} instead. 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 class 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.
CANNOT_MODIFY_SERVICE - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
CertificateService - Class in org.forgerock.openam.shared.security.crypto
This service provides operations for querying X509Certificates.
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.
CHANGE_AFTER_RESET - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
CHANGE_PASSWORD_ONLY_FOR_USER - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
CHANGE_USER_PASSWORD_NOT_SUPPORTED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
changePassword(Identity, String, String) - Method in interface org.forgerock.am.identity.application.IdentityService
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 class 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
Clear caches related to Identity repositories.
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 Grant Type.
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.
ClientCredentialsGrantTypeHandler - Class in org.forgerock.secrets.oauth2
A grant type handler that can retrieve an access token using the client_credentials grant type.
ClientCredentialsGrantTypeHandler(String) - Constructor for class org.forgerock.secrets.oauth2.ClientCredentialsGrantTypeHandler
Initialises the grant type handler with the given client id and default scope.
ClientCredentialsGrantTypeHandler(String, Collection<String>) - Constructor for class org.forgerock.secrets.oauth2.ClientCredentialsGrantTypeHandler
Initialises the grant type handler with the given client id and scope.
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 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 class 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.hotp.guice - package com.sun.identity.authentication.modules.hotp.guice
 
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.plugins.scripted.bindings - package com.sun.identity.saml2.plugins.scripted.bindings
 
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.javadocs - package com.sun.identity.tools.javadocs
Contains classes necessary for OpenAM documentation to be correctly generated from OpenAM source.
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.
compile(String) - Static method in class org.forgerock.config.resolvers.template.Template
Build a new Template from the given source value.
compile(String, boolean) - Static method in class org.forgerock.config.resolvers.template.Template
Build a new Template from the given source value, instructing the parser to either escape or not special characters with the help of the escaping parameter.
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.
compose(Function<? super V, ? extends VIN, E>) - Method in interface org.forgerock.util.Function
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
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.
ConfigIdentity - Interface in org.forgerock.am.config
Represents an identity in which annotated service configuration may have its scope bounded by.
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.opendj.ldap.ConnectionPool
 
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.
CONNECT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the connect timeout.
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_EVENT_LISTENER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the event listener which should be notified whenever an event occurs in a connection pool.
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 - Class in org.forgerock.opendj.ldap
A connection pool which maintains a cache of client sockets with a configurable core pool size, maximum size, and expiration policy.
ConnectionPool.Statistics - Class in org.forgerock.opendj.ldap
Statistics for a connection pool.
ConnectionPoolEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a connection pool grows or shrinks.
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.
connectionsIn() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the number of connections which are sitting idle in the connection pool.
connectionsOut() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the number of connections which have been acquired by the application.
connectionsPending() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the number of connections which are in the process of being established.
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 - 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 class 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(SSOToken, UniversalId) - Method in interface org.forgerock.am.identity.application.IdentityFactory
Retrieves an instance of Identity bound to the passed token and universal id.
create(Class<?>) - Method in interface org.forgerock.am.cts.adapters.JavaBeanAdapterFactory
Create method.
create(String) - Method in interface org.forgerock.am.identity.application.IdentityStoreFactory
Returns IdentityStore handle for an organization.
create(String, SSOToken) - Method in interface org.forgerock.am.identity.application.IdentityStoreFactory
Creates a IdentityStore instance.
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(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(Realm) - Method in interface org.forgerock.am.identity.application.IdentityStoreFactory
Returns IdentityStore handle for a realm.
create(Realm) - Method in interface org.forgerock.openam.services.email.MailServerFactory
Create a new MailServer.
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(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.
createCancellableScheduledService(int, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a ScheduledExecutorService which has been pre-registered with the ShutdownManager and has the remove on cancel policy enabled.
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
Create a set of AMIdentitys.
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
Create an AMIdentity object.
createIdentity(IdType, String, Map<String, Set<String>>) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Create an AMIdentity object.
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.
createWithoutValidatingAttributes(SSOToken, IdType, String, Map<String, Set<String>>, String) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Create a new identity without validating the given attributes.
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_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
The name of the general purpose worker pool for the CTS.
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
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.
currentPoolSize() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the current size of the pool.
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_INVALID_FOR_SERVICE - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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 class org.forgerock.oauth.resolvers.IssuerComparators
Compares issuer values by exact string comparison.
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(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.api.TokenStorageAdapter
Performs a delete against the Token ID provided.
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
Delete a set of identities by IdType.
deleteIdentities(Set<AMIdentity>) - Method in class com.sun.identity.idm.AMIdentityRepository
Delete a set of AMIdentitys.
deleteIdentity(AMIdentity) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Delete an AMIdentitys.
deleteIdentity(Realm, SSOToken, IdType, String) - Method in interface org.forgerock.am.identity.application.IdRepoService
Deletes an identity from the repository.
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.
deleteOnQuery(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.
deleteOnQuery(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
The outcome display name.
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.
doesIdentityExist(String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Checks whether a given non-null universal ID exists.
doFedletSLO(HttpServletRequest, HttpServletResponse, LogoutRequest, String, String, List, String, String) - Method in interface org.forgerock.openam.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.
EmailGateway - Interface in org.forgerock.openam.authentication.modules.oauth2
 
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.config.resolvers.template.Template
Constructs a new empty template.
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
 
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.am.identity.domain.UniversalId
 
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_DURING_SEARCH - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
ERROR_SETTING_ATTRIBUTES - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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_CODE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
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 interface org.forgerock.openam.saml2.plugins.SPAdapter
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
Deprecated, for removal: This API element is subject to removal in a future version.
since AM 7.3.0 Implement use-case specific FedletAdapter implementations instead.
FedletAdapter - Interface in org.forgerock.openam.saml2.plugins
The FedletAdapterPlugin 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
Deprecated.
 
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.
finalize() - Method in class org.forgerock.opendj.ldap.ConnectionPool
Provide a finalizer because connection pools are expensive resources to accidentally leave around.
findActiveIdentities(Realm, IdType, Map<String, Set<String>>, IdSearchOpModifier) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Searches for AM identities with the given attributes in the given realm.
findActiveIdentity(Realm, IdType, Map<String, Set<String>>) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Searches for an AM identity with the given attributes in the given realm.
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.
findIdentityByUsername(String, IdType) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Searches for the identity using the username.
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(Predicate<JWK>) - Method in class org.forgerock.json.jose.jwk.JWKSet
Return a JWK that matches the JWK predicate.
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(Predicate<JWK>) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Return the JWK matching the keyID with the algorithm and keyUse.
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.
findJwks(Predicate<JWK>) - Method in class org.forgerock.json.jose.jwk.JWKSet
Return a stream of JWK that matches the JWK predicate.
findJwtSessionCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Find a session cookie in the given message info.
findUserByUsernameOrAlias(String, Set<String>) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Searches for the user using the username, then uses the search attributes if nothing is found.
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.
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Performs the provided action for each value and its associated normalized value in this attribute.
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
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).
forPurpose(Purpose<GenericSecret>) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the purpose for which this access token store is to be used.
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_ADDRESS - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service SMTP from address attribute name.
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.oauth2.AccessTokenSecretStore
 
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
Get allowed identity operations.
getAllowedIdOperations(IdType) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Get allowed identity operations.
getAllowedKeyUsages() - Method in class org.forgerock.secrets.SecretBuilder
The allowed key usages of this key.
getAllowedSubjects() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
The set of subject identifiers that are allowed to be asserted by this JWT issuer.
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.
getAmIdentity(SSOToken, String, IdType, String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Create an AMIdentity using the specified information.
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
getAssertionSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID of the assertion value syntax with which this matching rule is associated.
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.
getAssignableServices(Identity) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Returns all services which can be assigned to this entity.
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.
getAssignedServices(Identity) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Returns the set of services already 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 interface org.forgerock.am.identity.domain.Identity
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 class 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 class 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 interface org.forgerock.am.identity.domain.Identity
Returns all attributes and values of this identity.
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.
getAttributes(Set<String>) - Method in interface org.forgerock.am.identity.domain.Identity
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
getAttributeValues(String) - Method in class org.forgerock.openam.scripting.api.identity.ScriptedIdentity
Retrieves a particular attribute's value
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.
 
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.
getBinaryAttributes(Identity, Set<String>) - Method in interface org.forgerock.am.identity.application.IdentityService
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 class 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.
getClientId() - Method in class org.forgerock.secrets.oauth2.GrantTypeHandler
The client id of the client using this grant type.
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.
getConsentedScopesClaim() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
The claim in the JWT that indicates which scopes have been consented by the resource owner.
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 class 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 class 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 class 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.
getGrantType() - Method in class org.forgerock.secrets.oauth2.GrantTypeHandler
The name of the grant type implemented by this handler.
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.
getGroup(String) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Gets the AMIdentity of a group with groupname equal to groupName that exists in realm.
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.
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) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
getIdentity(String) - Method in class org.forgerock.openam.scripting.api.identity.ScriptedIdentityRepository
Retrieves the attributes associated with a particular user
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(String, Set<String>) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
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.
getIdentityName(String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Determines the name of the identity based on the provided universal 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.
getIdentityUniversalId(String, String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Convert an identity subject to an AMIdentity universal id.
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 of 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.
getIssuer() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
The allowed issuer of the JWT.
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.
getJwksCacheMissTimeout() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
The duration to retain the failure to obtain a JWK Set from the TrustedJwtIssuerConfig.getJwksUri() in the cache.
getJwksCacheTimeout() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
The duration to retain the JWK Set obtained from the TrustedJwtIssuerConfig.getJwksUri() in the cache.
getJwkSet() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
A JWK encoded set of public keys that are valid for the JWT issuer to use in signing JWTs.
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.
getJwksUri() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
A URI for a JWK encoded set of public keys that are valid for the JWT issuer to use in signing JWTs.
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.
getLdapEndpoints() - Method in class org.forgerock.opendj.discovery.Partition.Server
Returns the host ports for this server.
getLdapEndpointToUse() - Method in class org.forgerock.opendj.discovery.Partition.Server
Returns the host port that should be used to contact this server.
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.
getMembers(Identity, IdType) - Method in interface org.forgerock.am.identity.application.IdentityService
Return all members of a given identity type of this identity as a Set of Identity 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.
getMemberships(Identity, IdType) - Method in interface org.forgerock.am.identity.application.IdentityService
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.
getMimeMessage(String, String, String, String, String, Session, String...) - Method in interface org.forgerock.am.mail.application.AMSendMail
Create a MimeMessage representing an email with the input values.
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 class 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.am.identity.domain.UniversalId
Returns the name of the identity.
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.oauth2.AccessTokenSecretStore
 
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.
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 org.forgerock.openam.saml2.plugins.IDPFinder
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.
getRealmDn() - Method in class org.forgerock.am.identity.domain.UniversalId
Returns the realm for this identity.
getRealmIdentity() - Method in class com.sun.identity.idm.AMIdentityRepository
Get the realm AMIdentity object.
getRealmIdentity() - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Get the realm AMIdentity object.
getRealmMultiInstanceSecretIds(SSOToken, Realm) - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by realm level multi-instance services, e.g.
getRealmName() - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Returns the realm for the identity repository.
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 interface org.forgerock.opendj.ldap.LdapSession
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.
getRepoSearchResultsAttributes(Realm, SSOToken, IdType) - Method in interface org.forgerock.am.identity.application.IdRepoService
Gets a repository search results attributes.
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.
getResourceOwnerIdentityClaim() - Method in class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
The claim in the JWT that will contain the resource owner identifier.
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.
getServiceAttributes(Identity, String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Returns attributes related to a service, if the service is assigned to the identity.
getServiceAttributesAscending(String) - Method in class com.sun.identity.idm.AMIdentity
Returns attributes related to a service, if the service is assigned to the identity.
getServiceAttributesAscending(Identity, String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
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.
getSpAdapterEnv(String, String) - Method in class com.sun.identity.saml2.plugins.scripted.SpAdapterScriptHelper
Returns a map of the SP Adapter environment.
getSpecialIdentities(SSOToken, IdType, String) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Return the special identities for this realm for a given type.
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.
getSSOToken() - Method in interface org.forgerock.am.identity.domain.Identity
Get the SSOToken which should be used to authorize operations against this identity.
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
 
getStatistics() - Method in class org.forgerock.opendj.ldap.ConnectionPool
Retrieves the statistics for this connection pool.
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.oauth2.AccessTokenSecretStore
 
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) - Static method in class org.forgerock.am.identity.presentation.IdRepoBundle
 
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, Object[]) - Static method in class org.forgerock.am.identity.presentation.IdRepoBundle
 
getString(String, Object[], String) - Static method in class org.forgerock.am.identity.presentation.IdRepoBundle
 
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) - Static method in class org.forgerock.am.identity.presentation.IdRepoBundle
 
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
Get supported identity types.
getSupportedIdTypes() - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Get supported identity types.
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(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 class 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.openam.secrets.SecretsProviderFacade
 
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 class org.forgerock.am.cts.api.tokens.Token
 
getType() - Method in class org.forgerock.am.identity.domain.UniversalId
Returns the type of the identity.
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.
getType(String) - Method in interface org.forgerock.am.identity.application.IdTypeService
Returns an IdType given a type.
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.identity.domain.UniversalId
Returns the universal identifier for this identity.
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
 
getUniversalId(String, IdType, String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Determines the universal ID of the user based on the provided details.
getUniversalId(String, String, IdType) - Method in interface org.forgerock.am.identity.application.LegacyIdentityService
Determines the universal ID of the user based on the username and the realm.
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 class 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.
getUsername(String) - Static method in class org.forgerock.am.identity.application.UsernameExtractor
Deprecated.
Returns the username when given a string which may be a username, universal ID, or special user DN.
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.oauth2.AccessTokenSecretStore
 
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 class 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.
GrantTypeHandler - Class in org.forgerock.secrets.oauth2
Abstract base class for OAuth 2 grant type handlers for calling the token endpoint.
GrantTypeHandler(String, String) - Constructor for class org.forgerock.secrets.oauth2.GrantTypeHandler
Initialises the grant type handler with the given grant type name and client id.
GrantTypeHandler(String, String, Collection<String>) - Constructor for class org.forgerock.secrets.oauth2.GrantTypeHandler
Initialises the grant type handler with the given grant type name and client id.
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.
handlePoolGrowing(ConnectionPool) - Method in interface org.forgerock.opendj.ldap.ConnectionPoolEventListener
Invoked when the connection pool is growing, i.e.
handlePoolShrinking(ConnectionPool) - Method in interface org.forgerock.opendj.ldap.ConnectionPoolEventListener
Invoked when the connection pool is shrinking, i.e.
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.am.identity.domain.UniversalId
 
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.
hasProperty() - Static method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
Returns a new HasPropertyVisitor.
HasPropertyVisitor - Class in org.forgerock.config.resolvers.template
This visitor detects if there is any token/placeholder inside the given Template.
HasPropertyVisitor() - Constructor for class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
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
Deprecated.
This method is deprecated, use Hex.decode(String) instead. 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 interface org.forgerock.openam.saml2.plugins.InitializablePlugin
Constants for hosted entity id parameter
HOSTED_ENTITY_ID - Static variable in interface org.forgerock.openam.saml2.plugins.SAMLPlugin
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_CLIENT - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
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
The outcome id.
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_REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
ID_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
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
Deprecated.
use JsonValue::copy directly instead
identity() - Static method in interface org.forgerock.util.Function
Returns an identity function that returns the input as output.
identity(M) - Static method in class org.forgerock.opendj.ldap.Functions
Returns the provided value.
identity(ConfigIdentity) - 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.identity.domain
Models an identity.
IDENTITY - org.forgerock.openam.annotations.sm.Config.Scope
This scope means the service will be defined in a service assignable.
IDENTITY_ATTRIBUTE_INVALID - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
IDENTITY_OF_TYPE_ALREADY_EXISTS - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
IDENTITY_SEARCH_TYPES - Static variable in interface com.sun.identity.idm.IdConstants
A list of user and agent identity types only.
IdentityActivityService - Interface in org.forgerock.am.identity.application
Service informs the caller of an identity's active status.
IdentityActivityService.ActivityLookupException - Exception in org.forgerock.am.identity.application
Exception that represents an error on looking up an identity's active status.
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.
IdentityException - Exception in org.forgerock.am.identity.application
Exception encapsulates an error from trying to interact with an underlying identity.
IdentityException(String, Throwable) - Constructor for exception org.forgerock.am.identity.application.IdentityException
Constructs a basic identity exception.
IdentityFactory - Interface in org.forgerock.am.identity.application
Factory that helps with the creation of Identity instances.
IdentityNotFoundException - Exception in org.forgerock.am.identity.application
Exception that signifies that the requested identity was not found.
IdentityNotFoundException(String) - Constructor for exception org.forgerock.am.identity.application.IdentityNotFoundException
Creates a new instance of the exception.
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.
IdentityService - Interface in org.forgerock.am.identity.application
An identity service that allows performing updates to Identity instances.
IdentityService.IdentityAttributeUpdater - Interface in org.forgerock.am.identity.application
A builder which allows several changes to the attributes to be combined into a single update operation per attribute type.
IdentityServicesInitializer - Interface in org.forgerock.am.identity.application
Interface for initializing Identity services.
IdentityStore - Interface in org.forgerock.am.identity.persistence
Represents an identity store in which user/role/group and other identity data is configured.
IdentityStoreFactory - Interface in org.forgerock.am.identity.application
Factory for creating IdentityStore instances.
IdEventListener - Interface in com.sun.identity.idm
Represents the event listener interface that consumers of this API should implement and register with the IdentityStore 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 Delegation Grant Type.
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
Identity Provider Attribute Mapper Script.
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_ENTITY_ID - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
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.
IDPAdapter - Interface in org.forgerock.openam.saml2.plugins
This interface IDPAdapter is used to perform specific tasks in the IdP.
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
 
IDPFinder - Interface in org.forgerock.openam.saml2.plugins
This interface IDPFinder is used to find a list of preferred Identity Authenticating providers to service the authentication request.
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
 
IdRepoBundle - Class in org.forgerock.am.identity.presentation
 
IdRepoBundle() - Constructor for class org.forgerock.am.identity.presentation.IdRepoBundle
 
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.
IdRepoErrorCode - Class in org.forgerock.am.identity.application
Class is representing error code for different error states
IdRepoErrorCode() - Constructor for class org.forgerock.am.identity.application.IdRepoErrorCode
 
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
 
IdRepoService - Interface in org.forgerock.am.identity.application
Service for managing an identity repository.
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 IdentityStore 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.
IdTypeService - Interface in org.forgerock.am.identity.application
Allows performing operations related to IdType
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.
ILLEGAL_ARGUMENTS - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
ILLEGAL_UNIVERSAL_IDENTIFIER - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
IMPLEMENTATION_CLASS - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service Implementation Class Name
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.
InitializablePlugin - Interface in org.forgerock.openam.saml2.plugins
All the SAML federation plugins that need to be initialized should extend this.
INITIALIZATION_ERROR - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
initialize() - Static method in class com.iplanet.am.util.AdminUtils
 
initialize(String, String) - Method in interface org.forgerock.openam.saml2.plugins.InitializablePlugin
Deprecated, for removal: This API element is subject to removal in a future version.
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 interface org.forgerock.openam.saml2.plugins.InitializablePlugin
Initializes the federation plugin, this method will only be executed once after creation of the plugin 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.
INSUFFICIENT_PASSWORD_QUALITY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
INT - org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Integer into an int.
intAt(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the big-endian int value at the specified index.
intAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
 
intAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
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 interface org.forgerock.openam.saml2.plugins.SPAdapter
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, LegacyIdentityService, 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, LegacyIdentityService, JwtProofOfPossessionVerifier.Factory, IdmIntegrationConfig, IdmIntegrationService, IdentityStoreFactory, 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_FEDERATION - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
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(IdType, String, String) - Method in interface org.forgerock.am.identity.application.IdentityActivityService
Informs the caller of the passed identity's active status for a given identity type.
isActive(String) - Method in interface org.forgerock.am.identity.application.IdentityActivityService
Informs the caller of the passed identity's active status.
isActive(String, String) - Method in interface org.forgerock.am.identity.application.IdentityActivityService
Informs the caller of the passed identity's active status.
isActive(Identity) - Method in interface org.forgerock.am.identity.application.IdentityService
If there is a status attribute configured, then verifies if the identity is active and returns true.
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.
isAvailable() - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Checks whether this storage adapter is available and ready to process.
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() - Method in interface org.forgerock.am.identity.domain.Identity
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 class 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(Identity, UniversalId) - Method in interface org.forgerock.am.identity.application.IdentityService
Verifies if this identity is a member of the identity being passed.
isMember(UniversalId) - 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".
isSpecialUserDn(String) - Method in interface org.forgerock.am.identity.application.SpecialUserService
Returns true if distinguished user name is a special user DN.
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.
IssuerComparators - Class in org.forgerock.oauth.resolvers
Comparators for comparing "issuer" values.
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.
isSuperOrDsameUserUniversalIdOrDn(String) - Method in interface org.forgerock.am.identity.application.SpecialUserService
Returns true if the user is superuser
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.
isSuperUserOrSpecialUserDn(String) - Method in interface org.forgerock.am.identity.application.SpecialUserService
Returns true if distinguished user name is a super administrator DN.
isSuperUserUniversalId(String) - Method in interface org.forgerock.am.identity.application.SpecialUserService
Returns true if and only if the user name belongs to a super user
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.
isUniversalIdOrSpecialUserDn(Dn) - Static method in class org.forgerock.am.identity.domain.UniversalId
Check if dn is a universalId or a special user dn.
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.
javaApi() - Method in annotation type org.forgerock.openam.annotations.Evolving
Setting this parameter to false for a Supported annotation allows this method to be excluded from the published java API.
javaApi() - Method in annotation type org.forgerock.openam.annotations.EvolvingAll
Setting this parameter to false for a Supported annotation allows this method to be excluded from the published java API.
javaApi() - Method in annotation type org.forgerock.openam.annotations.Supported
Setting this parameter to false for a Supported annotation allows this method to be excluded from the published java API.
javaApi() - Method in annotation type org.forgerock.openam.annotations.SupportedAll
Setting this parameter to false for a Supported annotation allows this method to be excluded from the published java API.
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 - Static variable in class org.forgerock.opendj.security.KeyManagers
JCEKS 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.
JWKOpenIdResolverImpl(BiPredicate<String, String>, 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.
JwtBearerGrantTypeHandler - Class in org.forgerock.secrets.oauth2
JwtBearerGrantTypeHandler(SecretReference<GenericSecret>) - Constructor for class org.forgerock.secrets.oauth2.JwtBearerGrantTypeHandler
Constructs the handler with the given source of JWTs.
JwtBearerGrantTypeHandler(SecretReference<GenericSecret>, String, Collection<String>) - Constructor for class org.forgerock.secrets.oauth2.JwtBearerGrantTypeHandler
Constructs the handler with the given source of JWTs, for the given client and scope.
JwtBearerGrantTypeHandler(SecretReference<GenericSecret>, Collection<String>) - Constructor for class org.forgerock.secrets.oauth2.JwtBearerGrantTypeHandler
Constructs the handler with the given source of JWTs, for the given scope.
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.
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_EXCEPTION - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
LDAP_EXCEPTION_OCCURRED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
LegacyIdentityService - Interface in org.forgerock.am.identity.application
This is a collection of identity related methods which either should not exist, or belong elsewhere.
LegacyIdentityServiceStore - Interface in org.forgerock.am.identity.application
This allows reading and writing service config which is related to a specific identity.
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(String) - Method in interface org.forgerock.am.mail.application.MailServerLoader
Load the mail server implementation based on the class name and realm.
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
Deprecated.
For internal use only. This option will be removed in future version and will not be replaced.
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.SAML2Constants.ScriptParams
 
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.SAML2Constants.ScriptParams
 
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
LOGOUT_USER - org.forgerock.am.cts.api.tokens.TokenType
Logout User token type.
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.
 
longAt(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the big-endian long value at the specified index.
longAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
 
longAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
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
 
MailConstants - Class in org.forgerock.am.mail.application
Constants representing the names of the mail server configuration attributes.
MailConstants() - Constructor for class org.forgerock.am.mail.application.MailConstants
 
MailRouteProvider - Class in org.forgerock.am.mail.rest
A RestRouteProvider that add routes for all email endpoints.
MailRouteProvider() - Constructor for class org.forgerock.am.mail.rest.MailRouteProvider
 
MailServer - Interface in org.forgerock.openam.services.email
Pluggable interface for all email sending in OpenAM.
MailServerFactory<T extends MailServer> - Interface in org.forgerock.openam.services.email
Factory interface for creating instances of MailServer.
MailServerImpl - Class in org.forgerock.openam.services.email
Default MailServer implementation that sends email via the configured SMTP server.
MailServerLoader - Interface in org.forgerock.am.mail.application
Interface which loads MailServer.
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.
maxPoolSize() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the maximum size of the pool.
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.
MEMBERSHIP_CANNOT_BE_MODIFIED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MEMBERSHIP_NOT_SUPPORTED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MEMBERSHIP_TO_USERS_AND_AGENTS_NOT_ALLOWED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MEMBERSHIPS_FOR_NOT_USERS_NOT_ALLOWED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MEMBERSHIPS_OTHER_THAN_AGENTS_NOT_ALLOWED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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 - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service message attribute name.
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.
MICROSOFT_REST_INSTANCE_NAME - Static variable in class org.forgerock.am.mail.application.MailConstants
 
MicrosoftRestMailServer - Class in org.forgerock.openam.services.email.rest
Sends emails over REST using the OAuth2 client credentials grant type for authentication.
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
 
MIGRATION_AGENT_ATTRIBUTES - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MIGRATION_COMPLETED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MIGRATION_GETTING_SUBREALMS - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MIGRATION_IDNAME - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MIGRATION_START - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
MIGRATION_TO_FAM80_FAILED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
MINIMUM_PASSWORD_LENGTH - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
modifyService(Identity, String, ConfigurationAttributes) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Set attributes related to a specific 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.
MORE_THAN_ONE_MATCH_FOUND - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
MULTIPLE_MAPPINGS_FOUND - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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_SUPPLY_OLD_PASSWORD - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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_ALREADY_EXISTS - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
newPreSizedLinkedAttribute(AttributeDescription, int) - Static method in class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and expected number of values.
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_MAPPING_FOUND - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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_MOD - Static variable in class com.sun.identity.idm.IdSearchOpModifier
 
NO_OP - Static variable in interface org.forgerock.opendj.ldap.ConnectionPoolEventListener
An event listener implementation which ignores all events.
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_PLUGINS_CONFIGURED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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_SPACE_IDENTITY_NAMES - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
normalizeValue(Attribute, ByteString) - Static method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the normalized form of value normalized using attribute's equality matching rule.
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_DIRECTORY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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.
NOT_SUPPORTED_TYPE - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
NOT_VALID_ENTRY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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(SSOToken) - Static method in class org.forgerock.am.identity.domain.UniversalId
Creates a new UniversalId instance based of the passed token.
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(String, IdType, Realm) - Static method in class org.forgerock.am.identity.domain.UniversalId
Creates a new UniversalId instance based of the passed individual parts that represent a unique identity.
of(String, IdType, Dn) - Static method in class org.forgerock.am.identity.domain.UniversalId
Creates a new UniversalId instance based of the passed individual parts that represent a unique identity.
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.
of(Dn) - Static method in class org.forgerock.am.identity.domain.UniversalId
Creates a new UniversalId instance based of the passed universal ID.
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.
OLD_PASSWORD_INCORRECT - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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 interface org.forgerock.openam.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 interface org.forgerock.openam.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.
OpenIdResolverFactory(Client, BiPredicate<String, String>) - 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, BiPredicate<String, String>) - 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, BiPredicate<String, String>, 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.
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_NOT_SUPPORTED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
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
 
OR_MOD - Static variable in class com.sun.identity.idm.IdSearchOpModifier
 
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.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.identity.application - package org.forgerock.am.identity.application
 
org.forgerock.am.identity.domain - package org.forgerock.am.identity.domain
 
org.forgerock.am.identity.persistence - package org.forgerock.am.identity.persistence
 
org.forgerock.am.identity.presentation - package org.forgerock.am.identity.presentation
 
org.forgerock.am.iot - package org.forgerock.am.iot
This package contains all classes pertaining to AM's IoT functionality.
org.forgerock.am.mail.application - package org.forgerock.am.mail.application
 
org.forgerock.am.mail.rest - package org.forgerock.am.mail.rest
 
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.resolvers.template - package org.forgerock.config.resolvers.template
This package contains the template parser used in property substitution.
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.oauth.secrets - package org.forgerock.openam.auth.nodes.oauth.secrets
This package contains classes related OIDC RP Custom TrustStore Secrets.
org.forgerock.openam.auth.nodes.oidc - package org.forgerock.openam.auth.nodes.oidc
Shared classes for the oidc node.
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
Provides classes for the OAuth 2.0 authentication module.
org.forgerock.openam.authentication.modules.oauth2.guice - package org.forgerock.openam.authentication.modules.oauth2.guice
 
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
Session-resource specific classes.
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.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.exception - package org.forgerock.openam.exception
 
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.mail - package org.forgerock.openam.mail
 
org.forgerock.openam.mail.config - package org.forgerock.openam.mail.config
 
org.forgerock.openam.mail.guice - package org.forgerock.openam.mail.guice
 
org.forgerock.openam.mail.service - package org.forgerock.openam.mail.service
 
org.forgerock.openam.mail.util - package org.forgerock.openam.mail.util
 
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
This package contains the API for writing SAML federation 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.identity - package org.forgerock.openam.scripting.api.identity
Classes to help scripts interact with identities obtained from identity repositories.
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.library - package org.forgerock.openam.scripting.library
 
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.email.rest - package org.forgerock.openam.services.email.rest
REST implementation for sending email messages.
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.logout - package org.forgerock.openam.session.stateless.logout
This package contains functionality relating to the logout of a User's sessions.
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.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.social.idp.guice - package org.forgerock.openam.social.idp.guice
 
org.forgerock.openam.social.idp.handler - package org.forgerock.openam.social.idp.handler
 
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.idmintegration - package org.forgerock.openam.upgrade.steps.idmintegration
 
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.oauth2 - package org.forgerock.secrets.oauth2
A Secrets API backend that can obtain OAuth 2 access tokens from a token endpoint, along with a collection of grant type handlers.
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.
OUT - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
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.
pagingRequested() - Method in interface org.forgerock.json.resource.QueryRequest
Returns whether paged results are requested.
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.PAOSException
Constructs a new PAOSException with the given message.
PAOSException(String, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.paos.PAOSException
Constructs a new PAOSException without a nested Throwable.
PAOSException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.paos.PAOSException
Constructs an PAOSException with given Throwable.
PAOSHeader - Class in com.sun.identity.liberty.ws.paos
The PAOSHeader class is used by a web application on HTTP server side to parse a PAOS header in an HTTP request from the user agent side.
PAOSHeader(String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSHeader
This constructor accepts a PAOS header string and tries to parse it.
PAOSHeader(HttpServletRequest) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSHeader
This constructor accepts an HttpServletRequest and tries to parse the PAOS header string if there is one inside.
PAOSRequest - Class in com.sun.identity.liberty.ws.paos
The PAOSRequest class is used by a web application on HTTP server side to construct a PAOS request message and send it via an HTTP response to the user agent side.
PAOSRequest(String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSRequest
Constructs the PAOSRequest Object.
PAOSRequest(String, String, String, Boolean, String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSRequest
Constructs the PAOSRequest Object.
PAOSRequest(Element) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSRequest
Constructs the PAOSRequest Object.
PAOSUtils - Class in com.sun.identity.liberty.ws.paos
The PAOSUtils contains utility methods for PAOS implementation.
PAOSUtils() - Constructor for class com.sun.identity.liberty.ws.paos.PAOSUtils
 
PARAGRAPH - com.sun.identity.sm.AttributeSchema.Syntax
The PARAGRAPH attribute syntax specifies that the attribute is of multi-lined text type.
parameter() - Static method in class org.forgerock.api.models.Parameter
New parameter builder.
parameter(Parameter) - Method in class org.forgerock.api.models.Operation.Builder
Sets a single supported parameters.
parameter(Parameter) - Method in class org.forgerock.api.models.Resource.Builder
Sets a single supported parameter.
Parameter - Class in org.forgerock.api.models
Class that represents the Parameter type in API descriptor.
Parameter - Annotation Type in org.forgerock.api.annotations
A extra parameter to an operation.
Parameter.Builder - Class in org.forgerock.api.models
Builder to construct Parameter object.
parameters - Variable in class org.forgerock.http.header.WwwAuthenticateHeader.Challenge
Any additional options that the type requires.
parameters - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The parameters of the request.
parameters() - Method in annotation type org.forgerock.api.annotations.Handler
Parameters on service paths and/or endpoints.
parameters() - Method in annotation type org.forgerock.api.annotations.Operation
Parameters on operation paths and/or endpoints.
parameters(List<Parameter>) - Method in class org.forgerock.api.models.Operation.Builder
Set multiple supported parameters.
parameters(List<Parameter>) - Method in class org.forgerock.api.models.Resource.Builder
Set multiple supported parameters.
parameters(Map<String, String[]>) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the parameterMap of the request.
ParametersConfig - Class in org.forgerock.selfservice.stages.parameters
Configuration for parameter passing stage.
ParametersConfig() - Constructor for class org.forgerock.selfservice.stages.parameters.ParametersConfig
 
ParameterSource - Enum in org.forgerock.api.enums
Enum that represents where the Parameter comes from.
ParametersStage - Class in org.forgerock.selfservice.stages.parameters
Captures input parameters to be passed back out at the end of the process.
ParametersStage() - Constructor for class org.forgerock.selfservice.stages.parameters.ParametersStage
 
parent() - Method in class org.forgerock.http.io.BranchingInputStream
Returns the parent branching input stream from which this branch was created, or null if this is the trunk.
parent() - Method in class org.forgerock.json.JsonPointer
Returns a pointer to the parent of the JSON value identified by this JSON pointer, or null if the pointer has no parent JSON value (i.e.
parent() - Method in class org.forgerock.json.resource.ResourcePath
Returns the resource path which is the immediate parent of this resource path, or null if this resource path is empty.
parent() - Method in class org.forgerock.opendj.ldap.Dn
Returns the DN which is the immediate parent of this DN, or null if this DN is the empty DN.
parent(int) - Method in class org.forgerock.opendj.ldap.Dn
Returns the DN which is equal to this DN with the specified number of RDNs removed.
parse() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
parse() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns a parser for this attribute which can be used for decoding values as different types of object.
parse(InputStream) - Method in class com.iplanet.dpro.parser.WebtopParser
Parses an XML document.
parse(Object) - Method in class org.forgerock.http.header.HeaderFactory
Create a header instance from a provided object representation.
parse(String) - Method in class com.iplanet.dpro.parser.WebtopParser
Parses an XML document from a String variable.
parse(String) - Method in interface org.forgerock.http.header.authorization.CredentialsParser
Parse the provided credentials into a rich representation.
parse(String) - Method in class org.forgerock.http.header.AuthorizationHeader.Factory
 
parse(String) - Method in class org.forgerock.http.header.HeaderFactory
Create a header instance from String representation, which may contain multiple values if the header supports them.
parse(String) - Static method in enum org.forgerock.http.protocol.Cookie.SameSite
Parses the given SameSite value.
parse(String) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Parses a JWK from a string json object.
parse(String) - Static method in class org.forgerock.json.jose.jwk.JWK
Parses a String into the proper JWK type.
parse(String) - Static method in class org.forgerock.json.jose.jwk.JWKSet
Parses a JWKSet object from a string json object.
parse(String) - Static method in class org.forgerock.json.jose.jwk.OctJWK
Parses a OctJWK object from a string json object.
parse(String) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Parses a RsaJWK from a json string.
parse(String) - Static method in class org.forgerock.json.resource.QueryFilters
Parses the provided query string into a QueryFilter.
parse(String) - Static method in class org.forgerock.oauth.clients.oidc.ClaimsMapper
Parses incoming claims string.
parse(String, boolean) - Method in class org.forgerock.config.resolvers.template.TemplateParser
Parse the input source into a Template honoring the escaping attribute.
parse(List<String>) - Method in class org.forgerock.http.header.HeaderFactory
Create a header instance from a list of String representations, each of which may in turn contain multiple values if the header supports them.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Parses a JWK from a JsonValue json object.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWK
Parses a JsonValue into the proper JWK type.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWKSet
Parses a JWKSet object from a jsonValue object.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.OctJWK
Parses a OctJWK object from a jsonValue object.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.OkpJWK
Parses a JWK from a JsonValue json object.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Parses a RsaJWK from a jsonValue Object.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Parses a PrimesInfo from a jsonValue Object.
parseAlgorithm(String) - Static method in enum org.forgerock.json.jose.jwe.CompressionAlgorithm
Parses the given algorithm string to find the matching CompressionAlgorithm enum constant.
parseAlgorithm(String) - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Parses the given algorithm string to find the matching Jwe algorithm enum constant.
parseAlgorithm(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Parses the given algorithm string to find the matching JwsAlgorithm enum constant.
parseAssertionElement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
parseAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
parseAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.AttributeParser
Returns an attribute parser for the provided attribute.
parseAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
parseBoolean() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Boolean by converting the JsonValue using JsonValue.asLong(), or by parsing the JsonValue string using Boolean.parseBoolean(String).
parseCredentials(CredentialsParser<C>) - Method in class org.forgerock.http.header.AuthorizationHeader
Parse the credentials to a rich type.
parseCryptographicAlgorithm(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Parses the given algorithm string to find the matching Java Cryptographic algorithm name.
parseDate(String) - Static method in class org.forgerock.http.header.HeaderUtil
Parses the supported HTTP-date formats as specified in RFC 2616.
parseDateString(String, Locale) - Static method in class com.sun.identity.shared.locale.Locale
Gets Date object from date string with specified locale.
parseDateString(String, Locale, String) - Static method in class com.sun.identity.shared.locale.Locale
Gets Date object from date string with specified locale.
parseDirective(String) - Static method in class org.forgerock.http.header.HeaderUtil
Splits a single HTTP directive name and value from an input string value.
parseDirectives(Collection<String>) - Static method in class org.forgerock.http.header.HeaderUtil
Parses a set of HTTP directives from a collection of values.
parseDirectivesAsDirectiveMap(Collection<String>) - Static method in class org.forgerock.http.header.HeaderUtil
Parses a set of HTTP directives from a collection of values.
parseDOMElement(Element) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
 
parseField(String) - Method in class org.forgerock.util.query.QueryFilterParser
Parses the field description from the current filter token into the type of field description the QueryFilter uses.
parseFilter(String, Filter) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Parses the incoming filter, and in case of failure falls back to the default filter.
parseJson(String) - Static method in class org.forgerock.json.jose.utils.Utils
Parses the given JSON string into a NoDuplicatesMap.
parseLong() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Long by converting the JsonValue using JsonValue.asLong(), or by parsing the JsonValue string using Long.parseLong(String).
parseMethod(String) - Static method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Parses the given algorithm string to find the matching EncryptionMethod enum constant.
parseMultiValuedHeader(String) - Static method in class org.forgerock.http.header.HeaderUtil
Parses the header content as a multi-valued comma separated value.
parseMultiValuedHeader(Message<?>, String) - Static method in class org.forgerock.http.header.HeaderUtil
Parses the named header from the message as a multi-valued comma separated value.
parseNormalizedDateString(String) - Static method in class com.sun.identity.shared.locale.Locale
Returns the Date object from the date string in ISO-8601 format.
PARSER - Static variable in class org.forgerock.http.header.authorization.BasicCredentials
The parser for Basic credentials.
PARSER - Static variable in class org.forgerock.http.header.authorization.BearerToken
The parser for Bearer credentials.
parseSingleValuedHeader(Message<?>, String) - Static method in class org.forgerock.http.header.HeaderUtil
Parses the named single-valued header from the message.
partiallyEscapeAssertionValue(String, boolean) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Escapes the provided assertion value according to the LDAP standard.
partialQuery(TokenFilter, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Performs a partial query using the provided filter.
PartialToken - Class in org.forgerock.am.cts.api.query
Represents a partial CTS Token.
PartialToken(Map<CoreTokenField, Object>) - Constructor for class org.forgerock.am.cts.api.query.PartialToken
Initialise the PartialToken with the specific fields returned from the query.
PartialToken(PartialToken, CoreTokenField, Object) - Constructor for class org.forgerock.am.cts.api.query.PartialToken
Copy constructor allowing the caller to modify a field.
Partition - Class in org.forgerock.opendj.discovery
Named set of servers defining a distributed service.
Partition.Server - Class in org.forgerock.opendj.discovery
A server from a partition.
partitionsChanged(ServiceDiscoveryMechanism) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryChangeListener
Invoked when the service discovery mechanism detected that the servers have changed.
PARTNERS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Key used to save session partners in a map
PASSTHROUGH - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
passthroughBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a pass-through-block.
password(char[]) - Static method in class org.forgerock.secrets.GenericSecret
A helper utility for constructing a Generic Secret from a password that never expires.
password(char[]) - Method in class org.forgerock.secrets.SecretBuilder
Sets the raw data of this secret object to the UTF-8 bytes of the given password.
password(String, char[]) - Static method in class org.forgerock.secrets.GenericSecret
A helper utility for constructing a Generic Secret from a password that never expires.
password(String, char[], Clock) - Static method in class org.forgerock.secrets.GenericSecret
A helper utility for constructing a Generic Secret from a password with a default expiry time.
Password - Interface in org.forgerock.opendj.ldap
An encoded password.
Password - Annotation Type in org.forgerock.openam.sm.annotations.adapters
An annotation which tags a configuration method as representing a "secret" value that is encrypted.
PASSWORD - com.sun.identity.sm.AttributeSchema.Syntax
The PASSWORD attribute syntax specifies that the attribute is of password type, will be used by UI to mask the password typed.
PASSWORD - org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
Populates the raw data of a secret as a UTF-8 password using the string value of the JSON.
PASSWORD - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The user's password.
PASSWORD - Static variable in class org.forgerock.secrets.Purpose
Indicates a secret intended to be used as a password for authentication to some service.
PASSWORD_CHANGE - Static variable in interface com.sun.identity.authentication.spi.AMAuthCallBack
The constant for the PASSWORD CHANGE event type.
PASSWORD_EXPIRED - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the password has expired and must be reset.
PASSWORD_EXPIRED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PASSWORD_IN_HISTORY - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a password has already been used and the user must choose a different one.
PASSWORD_IN_HISTORY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PASSWORD_MOD_NOT_ALLOWED - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a user is restricted from changing her password.
PASSWORD_MOD_NOT_ALLOWED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PASSWORD_POLICY_FAILED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PASSWORD_TOO_SHORT - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a password is not long enough.
PASSWORD_TOO_SHORT - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PASSWORD_TOO_YOUNG - org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the age of the password to be modified is not yet old enough.
PASSWORD_TOO_YOUNG - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PasswordDecoder - Interface in com.sun.identity.saml.xmlsig
The class PasswordDecoder is an interface that is implemented to decode password.
PasswordExpiredResponseControl - Class in org.forgerock.opendj.ldap.controls
The Netscape password expired response control as defined in draft-vchu-ldap-pwd-policy.
PasswordExpiringResponseControl - Class in org.forgerock.opendj.ldap.controls
The Netscape password expiring response control as defined in draft-vchu-ldap-pwd-policy.
passwordMatches(ScramCredential, ByteSequence) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns true if the password matches the stored SCRAM credentials.
PasswordModifyExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
The password modify extended request as defined in RFC 3062.
PasswordModifyExtendedResult - Interface in org.forgerock.opendj.ldap.messages
The password modify extended result as defined in RFC 3062.
PasswordPolicyErrorType - Enum in org.forgerock.opendj.ldap.controls
A password policy error type as defined in draft-behera-ldap-password-policy is used to indicate problems concerning a user's account or password.
PasswordPolicyException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error related with password issue.
PasswordPolicyException(IdRepoException) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a password policy exception from an id repo exception.
PasswordPolicyException(IdRepoException, Object[]) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a password policy exception from an id repo exception.
PasswordPolicyException(String) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a new password policy exception with a custom error message
PasswordPolicyException(String, Object[]) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a new Password policy exception
PasswordPolicyException(ResultCode, String, Object...) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a new Password policy exception
PasswordPolicyRequestControl - Class in org.forgerock.opendj.ldap.controls
The password policy request control as defined in draft-behera-ldap-password-policy.
PasswordPolicyResponseControl - Class in org.forgerock.opendj.ldap.controls
The password policy response control as defined in draft-behera-ldap-password-policy.
PasswordPolicyWarningType - Enum in org.forgerock.opendj.ldap.controls
A password policy warning type as defined in draft-behera-ldap-password-policy is used to indicate the current state of a user's password.
patch() - Static method in class org.forgerock.api.models.Patch
Creates a new builder for Patch.
patch(String, TokenModifications, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Applies a patch to the database entry using the instructions contained within the TokenModification.
patch(String, TokenType, TokenModifications) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Patches a token which already exists in the persistent store with modifications.
patch(String, TokenType, TokenModifications, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Patches a token which already exists in the persistent store with modifications.
patch(Patch) - Method in class org.forgerock.api.models.Items.Builder
Set Patch.
patch(Patch) - Method in class org.forgerock.api.models.Resource.Builder
Set Patch.
patch(JsonValue) - Method in class org.forgerock.json.JsonValue
Applies a set of modifications in a JSON patch value to the current object, resulting in the intended target value.
patch(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Applies a set of modifications in a JSON patch value to an original value, resulting in the intended target value.
patch(JsonValue, JsonValue, JsonPatchValueTransformer) - Static method in class org.forgerock.json.JsonPatch
Applies a set of modifications in a JSON patch value to an original value, resulting in the intended target value.
patch(EntryReader, ChangeRecordReader) - Static method in class org.forgerock.opendj.ldif.Ldif
Applies the set of changes contained in patch to the content of input and returns the result in an entry reader.
patch(EntryReader, ChangeRecordReader, RejectedChangeRecordListener) - Static method in class org.forgerock.opendj.ldif.Ldif
Applies the set of changes contained in patch to the content of input and returns the result in an entry reader.
patch(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
patch(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Updates a JSON resource by applying a set of changes to its existing content.
patch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.Connection
Updates a JSON resource by applying a set of changes to its existing content.
Patch - Class in org.forgerock.api.models
Class that represents the Patch operation type in API descriptor.
Patch - Annotation Type in org.forgerock.api.annotations
Indicates an CREST patch method on an annotated POJO.
PATCH - org.forgerock.json.resource.RequestType
A patch request.
Patch.Builder - Class in org.forgerock.api.models
Builder to help construct the Patch.
patchAsync(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously updates a JSON resource by applying a set of changes to its existing content.
patchAsync(Context, PatchRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously updates a JSON resource by applying a set of changes to its existing content.
patchInstance(Context, String, PatchRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Patches an existing resource within the collection.
patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Patches an existing resource within the collection.
patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
 
patchInstance(Context, PatchRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Patches the single resource instance.
PatchOperation - Class in org.forgerock.json.resource
An individual patch operation which is to be performed against a field within a resource.
PatchOperation - Enum in org.forgerock.api.enums
Represents all Patch operations.
PatchRequest - Interface in org.forgerock.json.resource
A request to update a JSON resource by applying a set of changes to its existing content.
path(String) - Method in class org.forgerock.secrets.vault.VaultConfig.Builder
Specifies the path on the server of the secret engine to use.
Path - Annotation Type in org.forgerock.api.annotations
Allocate a path to a component.
PATH - org.forgerock.api.enums.ParameterSource
Parameter comes from the path.
PATH_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "path" attribute of a patch entry.
pathParam() - Method in annotation type org.forgerock.api.annotations.CollectionProvider
The name of the path parameter to use in the path descriptors.
pathParameter(Parameter) - Method in class org.forgerock.api.models.Items.Builder
Sets the path parameter for this resource.
pathPropertyResolver(Map<String, Path>) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a path resolver to expose paths and associated URLs.
paths() - Static method in class org.forgerock.api.models.Paths
Create a new Builder for Paths.
paths(Paths) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the paths.
Paths - Class in org.forgerock.api.models
Class that represents the Paths type in API descriptor.
Paths - Class in org.forgerock.http.util
Utilities for manipulating paths.
Paths.Builder - Class in org.forgerock.api.models
Builder to help construct the Paths.
PathsModule - Class in org.forgerock.api.jackson
Jackson Module that adds a serializer modifier for Paths.
PathsModule() - Constructor for class org.forgerock.api.jackson.PathsModule
Default constructor.
PathUtil - Class in org.forgerock.api.util
Utilities for working with API Description paths and path-parameters.
pattern() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a regular expression pattern.
PATTR_ACTOR - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
actor Attribute Prefix.
PATTR_MUSTUNDERSTAND - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
mustUnderstand Attribute Prefix.
Payload - Interface in org.forgerock.json.jose.jwt
The interface represents the body of a JWT.
PAYLOAD_TOO_LARGE - Static variable in class org.forgerock.http.protocol.Status
The 413 (Payload Too Large) status code indicates that the server is refusing to process a request because the request payload is larger than the server is willing or able to process.
PAYMENT_REQUIRED - org.forgerock.api.commons.CommonsApi.Errors
The "payment required" error.
PAYMENT_REQUIRED - Static variable in class org.forgerock.http.protocol.Status
The 402 (Payment Required) status code is reserved for future use.
PAYMENT_REQUIRED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.PAYMENT_REQUIRED in an API Description.
PBKDF2_ITERATIONS - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The number of iterations to use when deriving encryption keys from passwords using PBKDF2.
PBKDF2_SALT_SIZE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The number of random bytes to use as the salt when deriving encryption keys from passwords using PBKDF2.
PDP_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Policy Decision Point Role
peek() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns the byte situated at the current position.
peek(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns the byte situated at the given offset from current position.
peekLength() - Method in class org.forgerock.opendj.io.Asn1Reader
Returns the data length of the next element without actually reading it.
peekType() - Method in class org.forgerock.opendj.io.Asn1Reader
Returns the type of the next element without actually reading it.
PEM - org.forgerock.openam.secrets.config.PropertyFormat
Certificates, keys, and passwords in Privacy Enhanced Mail (PEM) format.
PEM - org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
The PEM property format can populate multiple fields of a SecretBuilder using the Privacy Enhanced Mail (PEM) format for keys and certificates.
PemPropertyFormat - Class in org.forgerock.secrets.propertyresolver
Supports decoding keys and certificates in PEM format.
PemPropertyFormat() - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format without any support for decrypting private key files.
PemPropertyFormat(Supplier<SecretBuilder>) - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format without any support for decrypting private key files.
PemPropertyFormat(SecretsProvider, Purpose<GenericSecret>) - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format with the given secrets provider and purpose for decrypting password-encrypted PEM files.
PemPropertyFormat(SecretsProvider, Purpose<GenericSecret>, Supplier<SecretBuilder>) - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format with the given secrets provider and purpose for decrypting password-encrypted PEM files.
PEP_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Policy Enforcement Point Role
PERCENT - com.sun.identity.sm.AttributeSchema.Syntax
The PERCENT attribute syntax specifies that the attribute is a percentage.
perform(byte[]) - Method in interface org.forgerock.am.cts.utils.blob.BlobStrategy
Perform the operation on the Token.
perform(byte[]) - Method in interface org.forgerock.am.cts.utils.blob.TokenBlobStrategy
Perform the strategy on the byte array.
perform(JsonValue) - Method in interface org.forgerock.openam.services.push.dispatch.predicates.Predicate
Execute the predicate against the given Json content and return the predicate's success/failure.
performUpdate() - Method in interface org.forgerock.am.config.Listener.Action
 
perIdentity() - Method in annotation type org.forgerock.am.config.Dynamic
Allows this to be set on a per identity basis.
PerItemEvictionStrategyCache<K,​V> - Class in org.forgerock.util
PerItemEvictionStrategyCache is a thread-safe write-through cache.
PerItemEvictionStrategyCache(ScheduledExecutorService, AsyncFunction<V, Duration, Exception>) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
Build a new PerItemEvictionStrategyCache using the given scheduled executor.
PerItemEvictionStrategyCache(ScheduledExecutorService, Duration) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
Build a new PerItemEvictionStrategyCache using the given scheduled executor.
PermanentException - Exception in org.forgerock.json.resource
An exception that indicates that a failure is permanent, i.e.
PermanentException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.PermanentException
Constructs a new exception with the specified detail message and cause.
PERMISSION_DENIED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
PERMISSION_DENIED_SETTING_ATTRIBUTES - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PERMISSION_TICKET - org.forgerock.am.cts.api.tokens.TokenType
UMA Permission ticket token type.
PermissionRequestFilter - Interface in org.forgerock.openam.uma.extensions
Extension filter that will be called before permission request creation.
PermissionTicket - Class in org.forgerock.openam.uma
A POJO to represent the UMA Permission Ticket.
PermissionTicket() - Constructor for class org.forgerock.openam.uma.PermissionTicket
 
PermissionTicket(String, JsonValue, String, String, Boolean) - Constructor for class org.forgerock.openam.uma.PermissionTicket
 
PERMISSIVE - org.forgerock.opendj.ldap.Entries.DiffStrategy
Compute a minimal set of modifications optimized for use with the permissive modify request control.
PermissiveModifyRequestControl - Class in org.forgerock.opendj.ldap.controls
The Microsoft defined permissive modify request control.
PERMIT - Static variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
The specified action is permitted.
PERMIT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Permit
PERSISTENT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Persitent Name Identifier
PersistentSearchChangeType - Enum in org.forgerock.opendj.ldap.controls
A persistent search change type as defined in draft-ietf-ldapext-psearch is used to indicate the type of update operation that caused an entry change notification to occur.
PersistentSearchRequestControl - Class in org.forgerock.opendj.ldap.controls
The persistent search request control as defined in draft-ietf-ldapext-psearch.
pimpl - Variable in class org.forgerock.util.query.QueryFilter
the filter implementation.
PipeBufferedStream - Class in org.forgerock.http.io
Represents a pipe for transferring bytes from an OutputStream to a InputStream.
PipeBufferedStream() - Constructor for class org.forgerock.http.io.PipeBufferedStream
Deprecated.
Since 25.0.0. Prefer using PipeBufferedStream(Factory) to provide your own Buffer Factory
PipeBufferedStream(Factory<Buffer>) - Constructor for class org.forgerock.http.io.PipeBufferedStream
Constructs a new PipeBufferedStream with the given Factory.
PKCE_CODE_CHALLENGE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
PKCE code challenge parameter.
PKCE_CODE_CHALLENGE_METHOD - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
PKCE code challenge method.
PKCE_CODE_VERIFIER - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
PKCE code verifier parameter.
PkceMethod - Enum in org.forgerock.oauth.clients.oauth2
Proof Key for Code Exchange (PKCE) transformation method.
PKCS11 - Static variable in class org.forgerock.opendj.security.KeyManagers
PKCS11 keystore type.
PKCS12 - Static variable in class org.forgerock.opendj.security.KeyManagers
PKCS12 keystore type.
PKCS7 - Static variable in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
The PKCS7 value type indicates that the value name given corresponds to a PKCS7 object.
PKIPath - Static variable in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
The PKIPATH value type indicates that the value name given corresponds to a PKI Path object.
PLAIN - org.forgerock.oauth.clients.oauth2.PkceMethod
The code challenge is identical to the code verifier.
PLAIN - org.forgerock.openam.secrets.config.PropertyFormat
A plain text value.
PLUGIN_DOESNT_EXIST_FOR_REALM - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PLUGIN_NOT_CONFIGURED_CORRECTLY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PLUGIN_OPERATION_NOT_SUPPORTED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
PluginException - Exception in org.forgerock.openam.plugins
An exception for an error in plugin operation.
PluginException(String) - Constructor for exception org.forgerock.openam.plugins.PluginException
Standard exception constructor with a message.
PluginException(String, Throwable) - Constructor for exception org.forgerock.openam.plugins.PluginException
Standard exception constructor with a message and a cause.
pluginTools - Variable in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
An instance of the PluginTools for use when setting up the plugin.
PluginTools - Interface in org.forgerock.openam.plugins
A collection of simple tools for interacting with the SMS (Service Management Service).
pointer() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a JSON pointer.
Policy - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use Entitlement instead as Entitlement has replaced Policy.
Policy(String) - Constructor for class com.sun.identity.policy.Policy
Deprecated.
Constructs a policy given the policy name.
Policy(String, String) - Constructor for class com.sun.identity.policy.Policy
Deprecated.
Constructs a policy given the policy name and description.
Policy(String, String, boolean) - Constructor for class com.sun.identity.policy.Policy
Deprecated.
Constructs a policy given the policy name,description and a referralPolicy flag.
Policy(String, String, boolean, boolean) - Constructor for class com.sun.identity.policy.Policy
Deprecated.
Constructs a policy given the policy name , description, referralPolicy flag, and active flag
POLICY - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to policy.
POLICY - Static variable in class com.sun.identity.sm.SchemaType
The POLICY schema type defines the service's privilege information that are service dependent.
POLICY_ADDED - Static variable in class com.sun.identity.policy.PolicyEvent
Deprecated.
constant to indicate change type policy added
POLICY_ALREADY_EXISTS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_CLASS_CAST_EXCEPTION - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_CLASS_NOT_ACCESSIBLE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_CLASS_NOT_INSTANTIABLE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_DEFINES_INVALID_RESOURCE_TYPE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_MODIFIED - Static variable in class com.sun.identity.policy.PolicyEvent
Deprecated.
constant to indicate change type policy modified
POLICY_NAME_MISMATCH - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_REMOVED - Static variable in class com.sun.identity.policy.PolicyEvent
Deprecated.
constant to indicate change type policy removed
POLICY_RESOURCE_TYPE_NOT_DEFINED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
POLICY_SERVICE_NAME - Static variable in class com.sun.identity.policy.PolicyManager
Deprecated.
The service name for Policy component.
policyChanged(PolicyEvent) - Method in interface com.sun.identity.policy.interfaces.PolicyListener
Deprecated.
This method is called by the policy framework whenever a policy is added, removed or changed.
PolicyDecision - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
PolicyDecision() - Constructor for class com.sun.identity.policy.PolicyDecision
Deprecated.
Default constructor.
PolicyEvaluationException - Exception in com.sun.identity.policy.remote
The class PolicyEvaluationException is the exception for the error happening in policy request XML parsing and policy request evaluation.
PolicyEvaluationException(String) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException.
PolicyEvaluationException(String, String) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException class.
PolicyEvaluationException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of PolicyEvaluationException 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.
PolicyEvaluationException(String, String, Object[], Throwable, String) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of PolicyEvaluationException 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.
PolicyEvaluationException(String, Throwable) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException class.
PolicyEvaluationException(String, Throwable, String) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException class.
PolicyEvaluationException(Throwable) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException
PolicyEvaluationException(Throwable, String) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException class.
PolicyEvaluator - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use Evaluator instead as Entitlement has replaced Policy.
PolicyEvaluator(String) - Constructor for class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Constructor to create a PolicyEvaluator given the ServiceType name.
PolicyEvent - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
PolicyException - Exception in com.sun.identity.policy
The class PolicyException is the basic exception for the the policy component.
PolicyException(String) - Constructor for exception com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.policy.PolicyException
Constructs an instance of PolicyException 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.
PolicyException(String, Throwable) - Constructor for exception com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyException(Throwable) - Constructor for exception com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyFactory - Class in com.sun.identity.xacml.policy
This is the factory class to obtain instances of the objects defined in xacml context schema.
PolicyListener - Interface in com.sun.identity.policy.interfaces
Deprecated.
PolicyManager - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
PolicyManager(SSOToken) - Constructor for class com.sun.identity.policy.PolicyManager
Deprecated.
Constructor for PolicyManager for the top (or root) organization.
PolicyManager(SSOToken, String) - Constructor for class com.sun.identity.policy.PolicyManager
Deprecated.
Constructor for PolicyManager for the specified organization, sub organization or a container object.
POP_WITH_CERTIFICATE - org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
Register using a Proof of Possession JWT that includes an X.509 certificate for providing trust.
POP_WITH_SOFTWARE_STATEMENT - org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
Register using a Proof of Possession JWT and a Software Statement for providing trust.
POP_WITHOUT_TRUST - org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
Register using a Proof of Possession JWT without using a trusted third party.
populateProperties(Session, SessionBuilder, boolean) - Method in class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
Entry point for LoginState.
position() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns this reader's position.
position(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Sets this reader's position.
POST_ASSERTION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
POST_PROCESS_LOGIN_FAILURE_URL - Static variable in interface com.sun.identity.authentication.spi.AMPostAuthProcessInterface
Constant to represent SPI redirect URL on login failure.
POST_PROCESS_LOGIN_SUCCESS_URL - Static variable in interface com.sun.identity.authentication.spi.AMPostAuthProcessInterface
Constant to represent SPI redirect URL on login success.
POST_PROCESS_LOGOUT_URL - Static variable in interface com.sun.identity.authentication.spi.AMPostAuthProcessInterface
Constant to represent SPI redirect URL on logout.
postMail(String[], String, String, String) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postMail(String[], String, String, String, String) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postMail(String[], String, String, String, String, String) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postMail(String[], String, String, String, String, String, String, String, String, boolean) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postMail(String[], String, String, String, String, String, String, String, String, boolean, boolean) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postMail(String[], String, String, String, String, String, String, String, String, String, boolean) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postMail(String[], String, String, String, String, String, String, String, String, String, boolean, boolean) - Method in interface org.forgerock.am.mail.application.AMSendMail
Posts e-mail messages to users.
postNewNameIDSuccess(String, String, HttpServletRequest, HttpServletResponse, String, ManageNameIDRequest, ManageNameIDResponse, String) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes after new Name Identifier processing succeeded.
PostReadRequestControl - Class in org.forgerock.opendj.ldap.controls
The post-read request control as defined in RFC 4527.
PostReadResponseControl - Class in org.forgerock.opendj.ldap.controls
The post-read response control as defined in RFC 4527.
postSingleLogoutSuccess(String, String, HttpServletRequest, HttpServletResponse, String, LogoutRequest, LogoutResponse, String) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes after single logout process succeeded, i.e.
postSingleSignOnFailure(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, Response, String, int) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes after Single Sign-On processing failed.
postSingleSignOnSuccess(String, String, HttpServletRequest, HttpServletResponse, PrintWriter, Object, AuthnRequest, Response, String, boolean) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes after Single-Sign-On processing succeeded.
postTerminateNameIDSuccess(String, String, HttpServletRequest, HttpServletResponse, String, ManageNameIDRequest, ManageNameIDResponse, String) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes after Terminate Name Identifier processing succeeded.
PP2_CLIENT_CERT_CONN - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Indicates that the client provided a certificate (used mTLS).
PP2_CLIENT_CERT_SESS - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Indicates that the client provided a certificate at least once during the TLS session.
PP2_CLIENT_SSL - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Indicates that the client used SSL/TLS.
PP2_SUBTYPE_SSL_CIPHER - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string name of the used cipher, for example "ECDHE-RSA-AES128-GCM-SHA256".
PP2_SUBTYPE_SSL_CN - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The string representation (in UTF8) of the Common Name field (OID: 2.5.4.3) of the client certificate's Distinguished Name.
PP2_SUBTYPE_SSL_KEY_ALG - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string name of the algorithm used to generate the key of the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer, for example "RSA2048".
PP2_SUBTYPE_SSL_SIG_ALG - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string name of the algorithm used to sign the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer, for example "SHA256".
PP2_SUBTYPE_SSL_VERSION - org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string representation of the TLS version.
PP2_TYPE_ALPN - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Application-Layer Protocol Negotiation (ALPN).
PP2_TYPE_AUTHORITY - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Contains the host name value passed by the client, as an UTF8-encoded string.
PP2_TYPE_CRC32C - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The value of the type PP2_TYPE_CRC32C is a 32-bit number storing the CRC32c checksum of the PROXY protocol header.
PP2_TYPE_NETNS - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The type PP2_TYPE_NETNS defines the value as the US-ASCII string representation of the namespace's name.
PP2_TYPE_NOOP - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The TLV of this type should be ignored when parsed.
PP2_TYPE_SSL - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Type of the SSL TLV.
PP2_TYPE_UNIQUE_ID - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The value of the type PP2_TYPE_UNIQUE_ID is an opaque byte sequence of up to 128 bytes generated by the upstream proxy that uniquely identifies the connection.
PRE_DELETE_READ_OPTION - Static variable in class org.forgerock.am.cts.api.CTSOptions
Signals the CTS to perform a read of a CTS token on delete.
preAuthentication(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, Object, String, String) - Method in interface org.forgerock.openam.saml2.plugins.IDPAdapter
Invokes when OpenAM has received the authn request, processed it, and is ready to redirect to authentication.
PRECONDITION_FAILED - org.forgerock.api.commons.CommonsApi.Errors
The "precondition failed" error.
PRECONDITION_FAILED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.PRECONDITION_FAILED in an API Description.
PRECONDITION_REQUIRED - org.forgerock.api.commons.CommonsApi.Errors
The "precondition required" error.
PRECONDITION_REQUIRED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.PRECONDITION_REQUIRED in an API Description.
PreconditionFailedException - Exception in org.forgerock.json.resource
An exception that is thrown to indicate that a resource's current version does not match the version provided.
PreconditionFailedException() - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with null as its detail message.
PreconditionFailedException(String) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with the specified detail message.
PreconditionFailedException(String, Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with the specified detail message and cause.
PreconditionFailedException(Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with the specified cause.
PreconditionRequiredException - Exception in org.forgerock.json.resource
An exception that is thrown to indicate that a resource requires a version, but no version was supplied in the request.
PreconditionRequiredException() - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with null as its detail message.
PreconditionRequiredException(String) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with the specified detail message.
PreconditionRequiredException(String, Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with the specified detail message and cause.
PreconditionRequiredException(Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with the specified cause.
Predicate - Interface in org.forgerock.openam.services.push.dispatch.predicates
An interface for a basic, stand-alone predicate which can be evaluated given some JsonValue input and serialized for storage.
Predicate<T,​E extends Exception> - Interface in org.forgerock.util
A Predicate functional interface which can thrown a checked Exception.
PreferredLocales - Class in org.forgerock.util.i18n
This class encapsulates an ordered list of preferred locales, and the logic to use those to retrieve i18n ResourceBundles.
PreferredLocales() - Constructor for class org.forgerock.util.i18n.PreferredLocales
Create a new, empty preference of locales.
PreferredLocales(List<Locale>) - Constructor for class org.forgerock.util.i18n.PreferredLocales
Create a new preference of locales by copying the provided locales list.
PREFIX_SOAP - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAP Prefix.
PREFIX_SOAP_BINDING - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAPBinding Prefix.
PREFIX_SOAP_BINDING_11 - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Extended SOAPBinding Prefix.
prefixed(String, PropertyResolver) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a prefixed PropertyResolver.
prepareForRequest(Macaroon...) - Method in class org.forgerock.macaroons.Macaroon
Prepares this macaroon to be sent with a request by binding any discharge macaroons to it.
PreReadRequestControl - Class in org.forgerock.opendj.ldap.controls
The pre-read request control as defined in RFC 4527.
PreReadResponseControl - Class in org.forgerock.opendj.ldap.controls
The pre-read response control as defined in RFC 4527.
preSendFailureResponse(String, String, HttpServletRequest, HttpServletResponse, String, String) - Method in interface org.forgerock.openam.saml2.plugins.IDPAdapter
Called before a SAML error message is returned.
preSendFailureResponse(HttpServletRequest, HttpServletResponse, String, String) - Method in interface org.forgerock.openam.saml2.plugins.IDPAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
preSendResponse(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse, Object, String, String) - Method in interface org.forgerock.openam.saml2.plugins.IDPAdapter
This method is invoked before sending a non-error SAML2 Response, but before the SAML Response object is constructed.
present(FF) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new presence filter using the provided field name.
present(String) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new present filter using the provided attribute description.
PRESENT - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for presence filters.
PRESENT - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for presence filters.
PRESENT - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "present" operator.
preSignResponse(AuthnRequest, Response, String, String, HttpServletRequest, Object, String) - Method in interface org.forgerock.openam.saml2.plugins.IDPAdapter
Called after the SAML Response object is created, but before the Response is signed/encrypted.
preSingleLogoutProcess(String, String, HttpServletRequest, HttpServletResponse, String, LogoutRequest, LogoutResponse, String) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes before single logout process started on SP side.
preSingleSignOn(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, String) - Method in interface org.forgerock.openam.saml2.plugins.IDPAdapter
Invokes when OpenAM receives the authentication request for the first time from the SP, and is called before any processing started on the IDP side.
preSingleSignOnProcess(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, Response, String) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invokes when the FAM received the Single-Sign-On response from the IDP, this is called before any processing started on SP side.
preSingleSignOnRequest(String, String, String, HttpServletRequest, HttpServletResponse, AuthnRequest) - Method in interface org.forgerock.openam.saml2.plugins.SPAdapter
Invoked before AM sends the Single-Sign-On request to IDP.
PRIMARY_GROUP_ID - Static variable in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
Replication domain group ID of preferred directory server replicas.
PRIMARY_SERVERS - Static variable in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
Specifies a list of servers that will be used in preference to secondary servers when available.
primeP(String) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA First Prime Factor value.
primePExponent(String) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA First Factor CRT Exponent value.
primeQ(String) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA Second Prime Factor value.
primeQExponent(String) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA Second factor CRT Exponent value.
PrimesInfo(String, String, String) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Creates the other prime factors.
PrimesInfo(RSAOtherPrimeInfo) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Create other prime factors.
PRINCIPAL_NAME - 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 a principal name in a map.
printStackTrace() - Method in exception com.iplanet.services.ldap.event.EventException
Prints a stack trace for this EventException to System.out;
printStackTrace(PrintStream) - Method in exception com.iplanet.services.ldap.event.EventException
Prints a stack trace for this EventException to the given PrintStream;
printStackTrace(PrintWriter) - Method in exception com.iplanet.services.ldap.event.EventException
Prints a stack trace for this EventException to the given PrintWriter;
prioritizeServers(Set<String>, String, String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Prioritizes the incoming LDAP servers based on their assigned servers/sites.
PRIVATE - org.forgerock.opendj.io.Asn1Tag.Class
The Private class.
PRIVATE - org.forgerock.secrets.keys.KeyType
An asymmetric private key.
PRIVATE_KEY_PASSWORD_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Private Key password configuration property key.
privateExponent(String) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Set the RSA Private Exponent value.
privateKey(ECPrivateKey) - 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.
privateKey(PrivateKey) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the private key d-value from the given private key.
privateKeyJwtClientAuthenticationFilter() - Static method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter
Creates a new builder for PrivateKeyJwtClientAuthenticationFilter.
PrivateKeyJwtClientAuthenticationFilter - Class in org.forgerock.http.oauth2
A Filter implementation for adding the client credentials to request as signed private key jwt as per the OpenID Connect Client Authentication specification.
PrivateKeyJwtClientAuthenticationFilter.Builder<T extends PrivateKeyJwtClientAuthenticationFilter.Builder<T>> - Class in org.forgerock.http.oauth2
Builder class for creating the PrivateKey Jwt ClientAuthentication Filter.
privateScalarValue(PrivateKey) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the private scalar value for the given XECPrivateKey.
privateTag() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the private tag class.
PrivilegeEvaluatorContext - Class in org.forgerock.openam.entitlement
Holds the context of the policy evaluation making it available to policy conditions.
PrivilegeEvaluatorContext(String, String, String) - Constructor for class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Creates a new Privilege Evaluator Context
PROC_CTX_UNWILLING - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
PROC_CTX_URI_NOT_UNSTD - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
process(Callback[], int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Abstract method must be implemented by each login module to control the flow of the login process.
process(TreeContext) - Method in interface org.forgerock.openam.auth.node.api.Node
Performs processing on the given shared state, which holds all the data gathered by nodes that have already executed as part of this authentication session in the tree.
ProcessContext - Interface in org.forgerock.selfservice.core
Process context represents the current state of the workflow.
processError(Exception) - Method in interface org.forgerock.am.cts.api.ResultHandler
 
processError(DataLayerException) - Method in interface org.forgerock.am.cts.continuous.ContinuousQueryListener
If an error occurred initiating the task from the DataLayer (e.g.
ProcessInstanceConfig - Class in org.forgerock.selfservice.core.config
Represents the configuration for an instance of the anonymous process service.
ProcessInstanceConfig() - Constructor for class org.forgerock.selfservice.core.config.ProcessInstanceConfig
 
processRequest(Request, String, String) - Method in class com.sun.identity.xacml.client.XACMLRequestProcessor
Processes an XACML context Request and returns an XACML context Response.
processResponseForFedlet(HttpServletRequest, HttpServletResponse, PrintWriter) - Static method in class com.sun.identity.saml2.profile.SPACSUtils
Processes response from Identity Provider to Fedlet (SP).
processResults(T) - Method in interface org.forgerock.am.cts.api.ResultHandler
 
processSamlResponse(HttpServletRequest, HttpServletResponse) - Static method in class org.forgerock.am.saml2.impl.Saml2Proxy
Processes the SAML response for the SAML2 authentication module and then directs the user back to the authentication process differently for XUI and non-XUI cases.
ProcessStore - Interface in org.forgerock.selfservice.core
Process store is used to persist state throughout a given flow cycle.
processUnknownElement(Element) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
 
processUnknownElement(Element) - Method in class com.sun.identity.saml.assertion.Assertion
 
produced(AtomicLong, long) - Static method in class com.forgerock.rxjava3.intern.util.BackpressureHelper
Atomically subtract the given number (positive, not validated) from the target field unless it contains Long.MAX_VALUE.
produceDelegateFor(PushNotificationServiceConfig.Realm, String, MessageDispatcher) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegateFactory
Produce a delegate for a given configuration.
productPathPropertyResolver(String, Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a path resolver to expose a product instance directory.
ProductPathResolver - Class in org.forgerock.config.resolvers
A property accessor for product paths.
PROFILE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
PROFILE_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log profile error.
ProgressStage<C extends StageConfig> - Interface in org.forgerock.selfservice.core
Progress stage represents a single stage within the overall advance flow.
ProgressStageBinder - Class in org.forgerock.selfservice.core
Progress stage binder is responsible for creating bindings between the stage configs and their consuming stages.
ProgressStageBinder(ProgressStageProvider, ClassLoader) - Constructor for class org.forgerock.selfservice.core.ProgressStageBinder
binder - that which binds.
ProgressStageBinding<C extends StageConfig> - Class in org.forgerock.selfservice.core
Binds together the progress stage with its config.
ProgressStageProvider - Interface in org.forgerock.selfservice.core
Progress stage provider.
prohibitedAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided prohibited attributes to the list of attribute types that entries subject to this DIT content rule must not contain.
prohibitedAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided prohibited attributes to the list of attribute types that entries subject to this DIT content rule must not contain.
project() - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
The Google Cloud Platform project that the instance of Secret Manager lives in.
project(String) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Specifies the GCP project name that contains the secrets.
Promise<V,​E extends Exception> - Interface in org.forgerock.util.promise
A Promise represents the result of an asynchronous task.
PromiseImpl<V,​E extends Exception> - Class in org.forgerock.util.promise
An implementation of Promise which can be used as is, or as the basis for more complex asynchronous behavior.
PromiseImpl() - Constructor for class org.forgerock.util.promise.PromiseImpl
Creates a new pending Promise implementation.
Promises - Class in org.forgerock.util.promise
Utility methods for creating and composing Promises.
Promises.Results - Class in org.forgerock.util.promise
Ordered list of joined asynchronous results.
PROOF_OF_POSSESSION - org.forgerock.am.iot.IotAuthenticationNode.JwtAuthenticationMethod
Prove that the signer of the JWT is the owner of the key by including a challenge nonce in the JWT.
ProofTokenState - Class in org.forgerock.openam.sts.user.invocation
When issuing SAML2 Holder-of-Key assertions, the proof token is usually an X509Certificate.
ProofTokenState.ProofTokenStateBuilder - Class in org.forgerock.openam.sts.user.invocation
Builder class for ProofTokenState
PROPERTIES - Static variable in class com.iplanet.am.util.SystemProperties
New configuration file extension
propertiesResolver(File) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file object.
propertiesResolver(String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file location.
propertiesResolver(String, Properties) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a Properties object.
propertiesResolver(Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file location.
propertiesResolver(Properties) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a Properties object.
PropertiesResolver - Class in org.forgerock.config.resolvers
Given a file path this will load the properties within the file as a PropertyResolver.
property(Template) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new property template with the given name Template.
property(Template, Template) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new property template with the given name and defaultValue templates.
PROPERTY_CONTAINS_BLANK_VALUE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
PROPERTY_IS_NOT_A_SET - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
PROPERTY_IS_NOT_AN_INTEGER - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
PROPERTY_VALUE_NOT_DEFINED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
PropertyFormat - Enum in org.forgerock.openam.secrets.config
Supported property formats for file-based and system/environment variable properties.
PropertyFormatBase64 - Enum in org.forgerock.secrets.propertyresolver
Decodes secrets in raw base64 format.
PropertyOrder - Annotation Type in org.forgerock.api.annotations
Annotation to provide a property order for a given object property.
PropertyPolicies - Annotation Type in org.forgerock.api.annotations
An annotation to declare the policies for property access in the CREST API Descriptor schema elements.
PropertyResolver - Interface in org.forgerock.config.resolvers
A property resolver attempt to get the value of a given config property.
PropertyResolvers - Class in org.forgerock.config.resolvers
A utility class that gives access to the default property resolvers for a product.
PropertyResolverSecretStore - Class in org.forgerock.secrets.propertyresolver
A SecretStore implementation that resolves secrets as base64-encoded strings from an underlying PropertyResolver.
PropertyResolverSecretStore(PropertyResolver) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store using base64-encoded properties.
PropertyResolverSecretStore(PropertyResolver, SecretPropertyFormat) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store.
PropertyResolverSecretStore(PropertyResolver, SecretPropertyFormat, Map<String, SecretPropertyFormat>) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store with a mapping of purpose to format.
ProtectedResource - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
PROTOBINDING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for ProtocolBinding attribute
PROTOCOL - Static variable in class org.forgerock.http.header.AcceptApiVersionHeader
The name of the protocol value component.
PROTOCOL_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SAMLv2 protocol namespace.
PROTOCOL_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
PROTOCOL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the client sent a malformed or illegal request to the server.
PROTOCOL_NAMESPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SAMLv2 protocol namespace.
PROTOCOL_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SAMLv2 protocol namespace prefix.
ProtocolFactory - Class in com.sun.identity.saml2.protocol
This is the factory class to obtain object instances for concrete elements in the protocol schema.
ProtocolOp - Interface in org.forgerock.opendj.ldap.messages
The base class of all requests and responses provides methods for querying and manipulating the set of Controls.
provide(Map<String, Token>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.AuthorizeEndpointDataProvider
Provided as an extension point to allow the OAuth2 provider to return additional data from an authorization request.
provide(Map<String, Token>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Deprecated.
 
provider(Provider) - Method in class org.forgerock.secrets.SecretBuilder
Sets the provider associated with this secret.
PROVIDER - Static variable in class org.forgerock.oauth.OAuthClientConfiguration
Name of the provider.
PROVIDER_ATTR_PREFIX - Static variable in class com.sun.identity.plugin.datastore.DataStoreProviderManager
Prefix for provider attribute.
PROVIDER_ID_NOT_VALID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
PROVIDER_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for ProviderName attribute
provisionUser(IdentityStore, Map<String, Set<String>>) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AccountProvider
Provisions a user with the specified attributes.
PROXIED_AUTHZ_DENIED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
ProxiedAuthV1RequestControl - Class in org.forgerock.opendj.ldap.controls
The proxy authorization v1 request control as defined in draft-weltman-ldapv3-proxy-04.
ProxiedAuthV2RequestControl - Class in org.forgerock.opendj.ldap.controls
The proxy authorization v2 request control as defined in RFC 4370.
PROXY_AUTH_REQUIRED - org.forgerock.api.commons.CommonsApi.Errors
The "proxy auth required" error.
PROXY_AUTH_REQUIRED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.PROXY_AUTH_REQUIRED in an API Description.
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.forgerock.http.protocol.Status
The 407 (Proxy Authentication Required) status code is similar to 401 (Unauthorized), but it indicates that the client needs to authenticate itself in order to use a proxy.
PROXY_IDP_FINDER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Proxy finder implmentation classe attribute name in the IDP Extended metadata
PROXY_IDP_FINDER_JSP - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Name in the extended metadata that takes the value of the JSP that will present the list of IdPs to the user
PROXY_PROTOCOL_HEADER_CLIENT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Enables the proxy protocol for client connections using the provided proxy header.
PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the clients that are allowed to access the server and that should use proxy protocol.
PROXY_PROTOCOL_SERVER_ENABLED - Static variable in class org.forgerock.opendj.ldap.LdapServer
Indicates if the proxy protocol is enabled on the server .
PROXY_RESTRICTION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
proxyInfo(URI) - Static method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Creates an instance of ProxyInfo for a proxy that does not require authentication.
proxyInfo(URI, String, String) - Static method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Creates an instance of ProxyInfo for a proxy that requires authentication.
ProxyPolicyEvaluator - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use Evaluator instead as Entitlement has replaced Policy.
ProxyPolicyEvaluatorFactory - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use Evaluator instead as Entitlement has replaced Policy.
ProxyProtocolHeader - Class in org.forgerock.opendj.io.rx
This class defines the proxy protocol header as it is described in the proxy protocol documentation.
ProxyProtocolHeader.SslTlv - Class in org.forgerock.opendj.io.rx
Exposes the content of the "pp2_tlv_ssl" structure present in the ProxyProtocolHeader.PP2_TYPE_SSL TLV header.
ProxyProtocolHeader.SslTlv.ClientBit - Enum in org.forgerock.opendj.io.rx
Represents the possible values for the client property of the "pp2_tlv_ssl" structure.
ProxyProtocolHeader.SslTlv.SslSubType - Enum in org.forgerock.opendj.io.rx
Represents the possible types of the "sub_tlv" contained in the "pp2_tlv_ssl" structure present in the ProxyProtocolHeader.PP2_TYPE_SSL TLV header.
ProxyRestriction - Interface in com.sun.identity.saml2.assertion
The ProxyRestriction specifies limitations that the asserting party imposes on relying parties that in turn wish to act as asserting parties and issue subsequent assertions of their own on the basis of the information contained in the original assertion.
PS256 - org.forgerock.json.jose.jws.JwsAlgorithm
RSA-PSS with SHA-256 hash algorithm.
PS384 - org.forgerock.json.jose.jws.JwsAlgorithm
RSA-PSS with SHA-384 hash algorithm.
PS512 - org.forgerock.json.jose.jws.JwsAlgorithm
RSA-PSS with SHA-512 hash algorithm.
PTAG_BODY - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Body Prefix.
PTAG_CONSENT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Consent Prefix.
PTAG_CORRELATION - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Correlation Prefix.
PTAG_CREDENTIAL - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Credential Prefix.
PTAG_ENDPOINT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
EndPoint Prefix.
PTAG_ENVELOPE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
 
PTAG_FAULT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAP Fault Prefix.
PTAG_HEADER - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Header Prefix.
PTAG_PROCESSING_CONTEXT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
ProcessingContext Prefix.
PTAG_PROVIDER - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Provider Prefix.
PTAG_SECURITY_MECH_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SecurityMechID Prefix.
PTAG_SERVICE_INSTANCE_UPDATE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Service Instance Update Prefix.
PTAG_STATUS - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Status Prefix.
PTAG_USAGE_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Usage Directive Prefix.
ptr(Iterable<String>) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
ptr(String) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer, identifying the specified pointer value.
ptr(String...) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an array of reference tokens.
PUBLIC - org.forgerock.secrets.keys.KeyType
An asymmetric public key.
publicKey(PublicKey) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the public x-coordinate from the given public key.
publicKey(PublicKey) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate public key.
publicKey(PublicKey) - Method in class org.forgerock.secrets.SecretBuilder
Sets the public key associated with this secret.
publicKeyCacheDuration(Duration) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
The amount of time to cache public keys retrieved from the KMS.
publicKeyCacheMaxSize(long) - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore.Builder
The maximum size of the cache for public keys retrieved from the KMS.
PublicKeyOpenIdResolverImpl - Class in org.forgerock.oauth.resolvers
This class exists to allow functionality for those Open ID Connect providers which supply their signatures through asymmetric key algorithms (e.g.
PublicKeyOpenIdResolverImpl(String, PublicKey) - Constructor for class org.forgerock.oauth.resolvers.PublicKeyOpenIdResolverImpl
Constructor for PublicKeyOpenIdResolverImpl.
PublicKeyOpenIdResolverImpl(BiPredicate<String, String>, String, PublicKey) - Constructor for class org.forgerock.oauth.resolvers.PublicKeyOpenIdResolverImpl
Constructor for PublicKeyOpenIdResolverImpl.
publicUCoordinate(PublicKey) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the little-endian bytes of the public u-coordinate of the given XECPublicKey.
purpose(String, Class<T>) - Static method in class org.forgerock.secrets.Purpose
Constructs a purpose object.
purpose(String, Class<T>, SecretConstraint<? super T>...) - Static method in class org.forgerock.secrets.Purpose
Constructs a purpose object.
Purpose<T extends Secret> - Class in org.forgerock.secrets
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as to the intended usage of those secrets.
PURPOSE_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the purpose of the key used to crypt the data.
purposeMapping(String, List<String>) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Create a purpose mapping for the label and alias valid from the current time.
purposeMapping(Function<Purpose<?>, String>) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Specifies the GCP secret name to use for the given purpose.
purposeMapping(Function<Purpose<?>, String>) - Method in class org.forgerock.secrets.vault.VaultConfig.Builder
Configures the mapping from purposes to named entries in a Vault secret engine.
purposeMapping(Map<Purpose<?>, String>) - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore.Builder
Specifies the GCP secret name to use for the given purpose.
purposeMapping(Map<Purpose<?>, String>) - Method in class org.forgerock.secrets.vault.VaultConfig.Builder
Configures the mapping from purposes to named entries in a Vault secret engine.
PurposeMapping - Interface in org.forgerock.openam.secrets.config
A mapping of purpose to alias with a valid-from date.
PurposeMappingValidator - Class in org.forgerock.openam.secrets.config
This validator makes sure that the secret mappings have both the alias and the secret ID specified, and additionally it verifies that there is no other secret mapping in the configuration already for the same secret ID.
PurposeMappingValidator(AnnotatedServiceRegistry) - Constructor for class org.forgerock.openam.secrets.config.PurposeMappingValidator
 
PUSH - org.forgerock.am.cts.api.tokens.TokenType
Push Notification System token type.
PushNotificationDelegate - Interface in org.forgerock.openam.services.push
A PushNotificationDelegate is an implementation of OpenAM's Push Notification Service PushNotificationService specific to a realm as generated by a PushNotificationDelegateFactory.
PushNotificationDelegateFactory - Interface in org.forgerock.openam.services.push
Defines how PushNotificationDelegates should be created.
put(int, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified child list element.
put(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).
put(String, Object) - Method in class org.forgerock.http.protocol.Headers
A script compatible put method that will accept a Header, String, Collection<String> and String[] value.
put(String, Object) - Method in class org.forgerock.json.jose.jwt.JWObject
Sets or removes the value of the specified member.
put(String, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified member.
put(String, ApiError) - Method in class org.forgerock.api.models.Errors.Builder
Adds a ApiError.
put(String, Resource) - Method in class org.forgerock.api.models.Services.Builder
Adds a Resource.
put(String, Resource) - Method in class org.forgerock.api.models.SubResources.Builder
Adds a sub-resource.
put(String, Resource) - Method in class org.forgerock.api.models.VersionedPath.Builder
Adds a resource-version.
put(String, Schema) - Method in class org.forgerock.api.models.Definitions.Builder
Adds a Schema.
put(String, VersionedPath) - Method in class org.forgerock.api.models.Paths.Builder
Adds a Path.
put(String, P) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Puts a partition into this consistent hash map using the default weight which is sufficiently high to ensure a reasonably uniform distribution among all partitions having the same weight.
put(String, P, int) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Puts a partition into this consistent hash map using the specified weight.
put(String, V) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
put(K, V) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Stores a key-value pair in this multimap.
put(K, V) - Method in class org.forgerock.util.LazyMap
Associates the specified value with the specified key in the map.
put(K, V) - Method in class org.forgerock.util.MapDecorator
Associates the specified value with the specified key in the map.
put(Header) - Method in class org.forgerock.http.protocol.Headers
A put method to add a particular Header instance.
put(Version, Resource) - Method in class org.forgerock.api.models.VersionedPath.Builder
Adds a resource-version.
put(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Sets the value identified by the specified pointer, relative to this value as root.
put(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds value to this attribute if it is not already present (optional operation).
put(KeyStoreObject) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
Puts a key store object in the cache replacing any existing key store object with the same alias.
putAdvice(String, String...) - Method in class org.forgerock.json.resource.AdviceContext
Adds advice to the context, which can be retrieved and later returned to the user.
putAll(Map<? extends String, ? extends Object>) - Method in class org.forgerock.http.protocol.Headers
A script compatible putAll method that will accept Header, String, Collection<String> and String[] values.
putAll(Map<? extends String, ? extends V>) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.forgerock.util.LazyMap
Copies all of the mappings from the specified map to the map.
putAll(Map<? extends K, ? extends V>) - Method in class org.forgerock.util.MapDecorator
Copies all of the mappings from the specified map to the map.
putAll(Map<String, P>) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Copies all the partitions from the specified map to this consistent hash map..
putAll(K, Iterable<? extends V>) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Stores a key-value pair in this multimap for each of values, all using the same key, key.
putAll(Multimap<? extends K, ? extends V>) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Stores all key-value pairs of multimap in this multimap, in the order returned by multimap.entries().
putField(JsonValue, String, Object) - Method in class org.forgerock.json.jose.jwk.JWK
Add a string value into a json only if it's not null.
putHeaders(Header...) - Method in interface org.forgerock.http.protocol.Message
Put one or more headers to the message.
putHeaders(Header...) - Method in class org.forgerock.http.protocol.MessageImpl
 
putIfNotNull(String, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified member, only if it is not null.
putPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Sets the value identified by the specified pointer, relative to this value as root.
putSessionProperty(String, String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Add a new session property.
putShared(String, Object) - Method in class org.forgerock.openam.auth.node.api.NodeState
Puts the given key/value pair in the shared state.
putSingle(K, V) - Method in class org.forgerock.http.util.MultiValueMap
Maps a single value to the specified key, replacing any value(s) that are already mapped to that key.
putState(String, Object) - Method in interface org.forgerock.selfservice.core.ProcessContext
Puts a value into the state referenced by the json pointer.
putSuccessAddition(String, Object) - Method in interface org.forgerock.selfservice.core.ProcessContext
Puts a value into the additions referenced by the json pointer.
putTrailers(Header...) - Method in class org.forgerock.http.protocol.Response
Put one or more trailers, aka trailing headers, to the response.
putTransient(String, Object) - Method in class org.forgerock.openam.auth.node.api.NodeState
Puts the given key/value pair in the transient state.

Q

queries(List<Query>) - Method in class org.forgerock.api.models.Resource.Builder
Set Queries.
Queries - Annotation Type in org.forgerock.api.annotations
Declare an array of Query operations from a single method.
query() - Static method in class org.forgerock.api.models.Query
Creates a new builder for Query.
query(TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a synchronous query against the persistent store using the provided TokenFilter.
query(TokenFilter, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Performs a full-token query using the provided filter.
query(TokenFilter, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Performs a synchronous query against the persistent store using the provided TokenFilter.
query(Query) - Method in class org.forgerock.api.models.Resource.Builder
Adds one Query to the list of queries.
query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Searches for all JSON resources matching a user specified set of criteria, and places the results in the provided collection.
query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in interface org.forgerock.json.resource.Connection
Searches for all JSON resources matching a user specified set of criteria, and places the results in the provided collection.
query(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
query(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
query(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.Connection
Searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
Query - Class in org.forgerock.api.models
Class that represents the Create Operation type in API descriptor.
Query - Annotation Type in org.forgerock.api.annotations
Indicates an CREST query method on an annotated POJO.
QUERY - org.forgerock.json.resource.RequestType
A query request.
QUERY_ID_MISSING_UID - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
QUERY_SIGNATURE_ALGORITHM_DSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name for the global default query signature algorithm for DSA keys.
QUERY_SIGNATURE_ALGORITHM_EC - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name for the global default query signature algorithm for EC keys.
QUERY_SIGNATURE_ALGORITHM_RSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name for the global default query signature algorithm for RSA keys.
Query.Builder - Class in org.forgerock.api.models
Builder to help construct the Read.
queryableFields() - Method in annotation type org.forgerock.api.annotations.Query
The set of fields that can be used in a query filter.
queryableFields(String...) - Method in class org.forgerock.api.models.Query.Builder
Set the queryable fields.
queryAsync(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
queryAsync(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.Connection
Asynchronously searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
queryCollection(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Searches the collection for all resources which match the query request criteria.
queryCollection(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.MemoryBackend
Searches the collection for all resources which match the query request criteria.
queryCollection(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
 
QueryElement - Class in com.sun.identity.log
Deprecated.
QueryElement() - Constructor for class com.sun.identity.log.QueryElement
Deprecated.
Default constructor.
QueryElement(String, String, int) - Constructor for class com.sun.identity.log.QueryElement
Deprecated.
Constructor.
queryFilter() - Static method in class org.forgerock.json.resource.JsonValueFunctions
Parses and returns the JSON string value as a QueryFilter.
QueryFilter<F> - Class in org.forgerock.util.query
A filter which can be used to select resources, which is compatible with the CREST query filters.
QueryFilter(QueryFilter.Impl<F>) - Constructor for class org.forgerock.util.query.QueryFilter
Construct a QueryFilter from a base filter implementation.
QueryFilter(QueryFilter.Impl<F>, QueryFilterVisitor<StringBuilder, StringBuilder, F>) - Constructor for class org.forgerock.util.query.QueryFilter
Construct a QueryFilter from a base filter implementation and a custom toString implementation.
QueryFilterOperators - Class in org.forgerock.util.query
QueryFilter constants.
QueryFilterParser<F> - Class in org.forgerock.util.query
A query string has the following string representation:
QueryFilterParser() - Constructor for class org.forgerock.util.query.QueryFilterParser
 
QueryFilters - Class in org.forgerock.json.resource
Convenience methods to create QueryFilter that specify fields in terms of JsonPointer instances.
QueryFilterVisitor<R,​P,​F> - Interface in org.forgerock.util.query
A visitor of QueryFilters, in the style of the visitor design pattern.
queryId(String) - Method in class org.forgerock.api.models.Query.Builder
Set the query id.
QueryRequest - Interface in org.forgerock.json.resource
A request to search for all JSON resources matching a user specified set of criteria.
QueryResourceHandler - Interface in org.forgerock.json.resource
A completion handler for consuming the results of a query request.
QueryResponse - Interface in org.forgerock.json.resource
The final result of a query request returned after all resources matching the request have been returned.
QueryType - Enum in org.forgerock.api.enums
Enum that represents the Query type.
QuotaExhaustionAction - Interface in com.iplanet.dpro.session.service
Interface to define the resulting behavior when the session quota is exhausted.
quote(String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
quote(String) - Static method in class org.forgerock.http.header.HeaderUtil
Encloses a string in quotation marks.
QUOTE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for quote

R

RADIO - com.sun.identity.sm.AttributeSchema.UIType
The RADIO attribute type specifies that the attribute should be displayed as radio button.
random - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
random - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
SecureRandom used to generate opaque, cryptographically secure strings.
RANGE_NOT_SATISFIABLE - org.forgerock.api.commons.CommonsApi.Errors
The "range not satisfiable" error.
RANGE_NOT_SATISFIABLE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.RANGE_NOT_SATISFIABLE in an API Description.
rangeEnd() - Method in annotation type org.forgerock.openam.sm.annotations.adapters.NumberRange
Returns the maximum value of the attribute.
RangeSet - Class in org.forgerock.util
Exposes a range of integer values as a set.
RangeSet(int) - Constructor for class org.forgerock.util.RangeSet
Constructs a range set for a sequence of numbers, starting at 0 with the value to stop.
RangeSet(int, int) - Constructor for class org.forgerock.util.RangeSet
Constructs a range set for the specified range of integers with a step of 1.
RangeSet(int, int, int) - Constructor for class org.forgerock.util.RangeSet
Constructs a range set for the specified range of integers and increment.
rangeStart() - Method in annotation type org.forgerock.openam.sm.annotations.adapters.NumberRange
Returns the minimum value of the attribute.
RATE_LIMIT_SECONDS - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service rate limit attribute name.
raw(CharSequence) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates an non-localizable message whose String representation is always the same regardless of the requested locale.
raw(CharSequence, Object...) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates an non-localizable message whose String representation is always the same regardless of the requested locale.
RAW - Static variable in interface org.forgerock.secrets.SecretDecoder
A decoder that populates the raw data of the secret.
RAW_DATA_BASE64 - org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
Populates the raw data of a secret as the binary data resulting from Base64-decoding the string JSON value.
rawData(byte[]) - Method in class org.forgerock.secrets.SecretBuilder
Sets the raw data of the secret object.
rawLine(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts raw line (may contain markup), and will insert one newline-characters above and below, if those newlines do not already exist.
rawParagraph(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts raw paragraph (may contain markup), and will insert two newline-characters above and below, if those newlines do not already exist [ref].
rawText(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts raw text (may contain markup or only whitespace).
rdn() - Method in class org.forgerock.opendj.ldap.Dn
Returns the RDN of this DN, or null if this DN is the empty DN.
rdn(int) - Method in class org.forgerock.opendj.ldap.Dn
Returns the RDN at the specified index for this DN, or null if no such RDN exists.
Rdn - Class in org.forgerock.opendj.ldap
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the name of an entry relative to its immediate superior.
Rdn(String, Object) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided attribute type and value decoded using the default schema.
Rdn(Collection<Ava>) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided AVAs.
Rdn(Ava...) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided AVAs.
Rdn(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided attribute type and value.
rdnType(Rdn) - Static method in class org.forgerock.openam.ldap.LDAPUtils
When provided an RDN, returns the attribute type name.
rdnTypeFromDn(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
When provided a DN, returns the attribute type name of the first RDN.
rdnTypeFromDn(Dn) - Static method in class org.forgerock.openam.ldap.LDAPUtils
When provided a DN, returns the attribute type name of the first RDN.
rdnValue(Rdn) - Static method in class org.forgerock.openam.ldap.LDAPUtils
When provided an RDN, returns the value part.
rdnValueFromDn(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
When provided a DN, returns the value part of the first RDN.
rdnValueFromDn(Dn) - Static method in class org.forgerock.openam.ldap.LDAPUtils
When provided a DN, returns the value part of the first RDN.
read() - Method in annotation type org.forgerock.api.annotations.PropertyPolicies
The read policy for the property.
read() - Static method in class org.forgerock.api.models.Read
Creates a new builder for Operation.
read() - Method in class org.forgerock.http.io.FailableInputStream
 
read() - Method in class org.forgerock.http.io.FileBranchingStream
 
read() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns a "cold" Flowable representing the stream of LDAP messages read from the network.
read(byte[]) - Method in class org.forgerock.http.io.FailableInputStream
 
read(byte[], int, int) - Method in class org.forgerock.http.io.FailableInputStream
 
read(int) - Method in interface org.forgerock.http.io.Buffer
Reads a single byte of data from the buffer.
read(int, byte[], int, int) - Method in interface org.forgerock.http.io.Buffer
Reads up to len bytes of data from the buffer into an array of bytes.
read(String) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Read a Token from the persistent store synchronously.
read(String, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Retrieves specific records in a given sorted order on specific field (if user specifies valid sorting by field).
read(String, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Reads the specified log file provided the user has the authorization.
read(String, String, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Retrieves records from log file provided it has the required authorization.
read(String, String, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Retrieves records from a log file provided the user has the required authorization.
read(String, String, String, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Reads a log file provided it has the required authorization.
read(String, String, String, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Reads a log file provided the user has the authorization.
read(String, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Performs a read against the database and converts the result into a Token.
read(String, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Read a Token from the persistent store synchronously.
read(Supplier<ByteBuffer>) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
read(Supplier<ByteBuffer>) - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
read(Supplier<M>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
 
read(Supplier<M>) - Method in interface org.forgerock.opendj.io.RxSocket
Returns a "cold" Single which will read the next message from the network each time it is subscribed.
read(Supplier<U>) - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
read(Set, LogQuery, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Retrieves specific records in a given sorted order on specific field (if user specifies valid sorting by field).
read(Read) - Method in class org.forgerock.api.models.Items.Builder
Set Read.
read(Read) - Method in class org.forgerock.api.models.Resource.Builder
Set Read.
read(Context, ReadRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
read(Context, ReadRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Reads a JSON resource.
read(Context, ReadRequest) - Method in interface org.forgerock.json.resource.Connection
Reads a JSON resource.
Read - Class in org.forgerock.api.models
Class that represents the Read Operation type in API descriptor.
Read - Annotation Type in org.forgerock.api.annotations
Indicates an CREST read method on an annotated POJO.
READ - org.forgerock.json.resource.RequestType
A read request.
READ - Static variable in class com.sun.identity.idm.IdOperation
The READ operation is supported by default for all supported identities for all the plugins.
READ_ACCESS_DENIED - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log retrieval privilege is denied.
READ_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log Retrieval error.
READ_EXCEEDS_MAX - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log retrieval size (in bytes) exceeds the maximum allowed.
READ_TIMEOUT_KEY - Static variable in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Lookup key for the configured HTTP connection's read timeout for this module.
Read.Builder - Class in org.forgerock.api.models
Builder to help construct the Read.
readAsn1Element() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element and returns its full encoding, which includes tag and length bytes.
readAsn1Element(ByteStringBuilder) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element and appends its full encoding, which includes tag and length bytes, to the provided ByteStringBuilder.
readAsync(Context, ReadRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously reads a JSON resource.
readAsync(Context, ReadRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously reads a JSON resource.
readAtMost(InputStream, int) - Static method in class org.forgerock.util.Streams
Reads at most the given number of bytes from the input stream.
readAttribute(Asn1Reader, DecodeOptions, Schema) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as an Attribute.
readBerLength() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading a multi-byte BER length.
readBigInteger() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a BigInteger having the Universal Integer ASN.1 type tag.
readBigInteger(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a BigInteger having the provided type tag.
readBoolean() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a boolean having the Universal Boolean ASN.1 type tag.
readBoolean(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a boolean having the provided type tag.
readByte() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method.
readBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk read method.
readBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk read method.
readByteSequence(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk read method.
readByteString(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk read method.
readChangeRecord() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Reads the next change record, blocking if necessary until a change record is available.
readChangeRecord() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Reads the next change record, blocking if necessary until a change record is available.
readCompactUnsignedInt() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading a compacted int value.
readCompactUnsignedLong() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading a compacted long value.
readConfiguration() - Method in class com.sun.identity.log.LogManager
Deprecated.
This method overrides the readConfiguration method in JDK LogManager class.
readControl(Asn1Reader) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Control.
readEndExplicitTag() - Method in class org.forgerock.opendj.io.Asn1Reader
Finishes reading an explicit tag and discards any unread elements.
readEndSequence() - Method in class org.forgerock.opendj.io.Asn1Reader
Finishes reading a sequence and discards any unread elements.
readEndSequence() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the end of a sequence and preceding space characters.
readEndSet() - Method in class org.forgerock.opendj.io.Asn1Reader
Finishes reading a set and discards any unread elements.
readEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and, if it is an entry, returns it as a SearchResultEntry.
readEntry() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
readEntry() - Method in interface org.forgerock.opendj.ldif.EntryReader
Reads the next entry, blocking if necessary until an entry is available.
readEntry() - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Reads the next entry, blocking if necessary until an entry is available.
readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Reads the named entry from the Directory Server.
readEntry(String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Reads the named entry from the Directory Server.
readEntry(Asn1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as an Entry.
readEntry(Dn, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntry(Dn, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Reads the named entry from the Directory Server.
readEntry(Dn, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Reads the named entry from the Directory Server.
readEntry(Dn, String...) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Reads the named entry from the Directory Server.
readEntryAsync(Dn, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntryAsync(Dn, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously reads the named entry from the Directory Server.
readEntryAsync(Dn, Collection<String>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously reads the named entry from the Directory Server.
readEnumerated() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an enumerated having the Universal Enumerated ASN.1 type tag.
readEnumerated(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an enumerated having the provided type tag.
readFilter(Asn1Reader) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Filter using a maximum filter depth of 100.
readFilter(Asn1Reader, int) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Filter using the provided maximum filter depth.
ReadinessCheck - Interface in org.forgerock.am.health
This interface defines the contract for checking whether an AM service or component is ready to service requests successfully, independent of the state of any 3rd party dependencies.
ReadinessCheckEndpoint - Class in org.forgerock.am.health
CHF endpoint that reports AMs readiness, pertaining to the characteristics laid out in the Kubernetes documentation for the readiness probe.
ReadinessCheckEndpoint(HealthCheckService) - Constructor for class org.forgerock.am.health.ReadinessCheckEndpoint
Creates a new instance of the readiness endpoint.
readInstance(Context, String, ReadRequest) - Method in class org.forgerock.am.iot.ThingsResource
 
readInstance(Context, String, ReadRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Reads an existing resource within the collection.
readInstance(Context, String, ReadRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Reads an existing resource within the collection.
readInstance(Context, String, ReadRequest) - Method in class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
 
readInstance(Context, ReadRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Reads the single resource instance.
readInt() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading an integer value.
readInteger() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an integer having the Universal Integer ASN.1 type tag.
readInteger(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an integer having the provided type tag.
readJson(Reader) - Static method in class org.forgerock.http.util.Json
Parses to json the provided reader.
readJson(String) - Static method in class org.forgerock.http.util.Json
Parses to json the provided data.
readJsonLenient(InputStream) - Static method in class org.forgerock.http.util.Json
This function it's only used to read our configuration files and allows JSON files to contain non strict JSON such as comments or single quotes.
readJsonLenient(Reader) - Static method in class org.forgerock.http.util.Json
This function it's only used to read our configuration files and allows JSON files to contain non strict JSON such as comments or single quotes.
readLdapMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP message from the underlying ASN.1 reader.
readLdapRequestMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP request message from the underlying ASN.1 reader.
readLdapResponseMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP response message from the underlying ASN.1 reader.
readLength(ByteBuffer) - Static method in class org.forgerock.json.jose.utils.DerUtils
Reads a DER-encoded length field from the given byte buffer.
readLong() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading a long value.
readModification(Asn1Reader, DecodeOptions, Schema) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Modification.
readNull() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a null element having the Universal Null ASN.1 type tag.
readNull(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a null element having the provided type tag.
readOctetString() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having any tag.
readOctetString(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag.
readOctetString(byte, ByteStringBuilder) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag and appends it to the provided ByteStringBuilder.
readOctetString(ByteStringBuilder) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and appends it to the provided ByteStringBuilder.
readOctetStringAsString() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and decodes the value as a UTF-8 encoded string.
readOctetStringAsString(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag and decodes the value as a UTF-8 encoded string.
ReadOnly - Annotation Type in org.forgerock.api.annotations
Annotation to mark a JSON Schema property as read-only.
ReadPolicy - Enum in org.forgerock.api.enums
Enum that represents the Schema read policies.
readReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and, if it is a reference, returns it as a SearchResultReference.
ReadRequest - Interface in org.forgerock.json.resource
A request to read a single identified JSON resource.
readResult() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search response to become available and returns it if it is a search result indicating that the search completed successfully.
readRootDse(Connection) - Static method in class org.forgerock.opendj.ldap.RootDse
Reads the Root DSE from the Directory Server using the provided connection.
readRootDse(LdapClientSocket) - Static method in class org.forgerock.opendj.ldap.RootDse
Reads the Root DSE from the Directory Server using the provided socket.
readRootDseAsync(Connection) - Static method in class org.forgerock.opendj.ldap.RootDse
Asynchronously reads the Root DSE from the Directory Server using the provided connection.
readSaml2ResponseData(String) - Method in class org.forgerock.am.saml2.impl.Saml2SsoResponseUtils
Reads the SAML2 response data from the SAML SFO.
readSchema(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the named subschema sub-entry.
readSchema(LdapClientSocket, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the named subschema sub-entry.
readSchemaAsync(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Asynchronously reads the schema contained in the named subschema sub-entry.
readSchemaForEntry(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the subschema sub-entry which applies to the named entry.
readSchemaForEntry(LdapClientSocket, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the subschema sub-entry which applies to the named entry.
readSchemaForEntryAsync(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Asynchronously reads the schema contained in the subschema sub-entry which applies to the named entry.
readShort() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading an short value.
readStartExplicitTag() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit ignoring the ASN.1 type tag.
readStartExplicitTag(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit tag having the provided tag type.
readStartSequence() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a sequence having the Universal Sequence ASN.1 type tag.
readStartSequence() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the start of a sequence and subsequent space characters.
readStartSequence(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a sequence having the provided type tag.
readStartSet() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a set having the Universal Set ASN.1 type tag.
readStartSet(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a set having the provided type tag.
readStringUtf8(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative read method for reading a UTF-8 encoded string.
readUnsignedInteger(ByteBuffer, byte[], int, int) - Static method in class org.forgerock.json.jose.utils.DerUtils
Reads an unsigned integer value into the given byte array.
realm - Variable in class org.forgerock.http.header.WwwAuthenticateHeader.Challenge
The realm of the authentication option.
realm(Realm) - Method in interface org.forgerock.am.config.RealmConfiguration
Gets the configuration instances for the given realm.
realm(Realm) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Sets the realm context in which an access token should be produced.
realm(Realm, String) - Method in interface org.forgerock.am.config.RealmConfiguration
Gets the configuration instance for the given realm with the given id.
Realm - Interface in org.forgerock.openam.core.realms
Models a valid realm within OpenAM.
REALM - org.forgerock.openam.annotations.sm.Config.Scope
This scope means the service will be defined at the Realm level of AM.
REALM - Static variable in class com.sun.identity.idm.IdType
 
REALM - 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 a realm name in a map.
REALM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Realm Parameter
REALM - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
REALM - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The Realm.
REALM - Static variable in interface org.forgerock.openam.saml2.plugins.InitializablePlugin
Constants for the realm of the hosted entity parameter.
REALM - Static variable in interface org.forgerock.openam.saml2.plugins.SAMLPlugin
Constants for the realm of the hosted entity parameter.
REALM_AND_GLOBAL - org.forgerock.openam.annotations.sm.Config.Scope
This scope means the service can be created at the Global level and at the Realm level.
REALM_DOESNT_EXIST - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
REALM_KEY - Static variable in interface com.sun.identity.authentication.spi.AMAuthCallBack
The key for the value of the module's realm, for which the callback was triggered.
REALM_NAME_NOT_MATCH_AUTHENTICATION_REALM - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
REALM_NOT_FOUND - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
realmActions - Variable in class org.forgerock.am.config.Listener
 
RealmConfiguration<T> - Interface in org.forgerock.am.config
This interface identifies the ServiceComponentConfig as containing configuration that is applied to a realm.
realmDefaults() - Method in interface org.forgerock.am.config.RealmConfiguration
Gets the configurations realm defaults.
RealmLookup - Interface in org.forgerock.openam.core.realms
API for looking up realms and determining if they are active or not.
RealmLookupException - Exception in org.forgerock.openam.core.realms
Signals that the realm String used to lookup a realm failed due to it being an invalid realm identifier or the lookup operation failed.
RealmLookupException(String, String) - Constructor for exception org.forgerock.openam.core.realms.RealmLookupException
Constructs a new exception with the specified detail message and cause.
RealmLookupException(Throwable) - Constructor for exception org.forgerock.openam.core.realms.RealmLookupException
Constructs a new exception with the specified Throwable.
realmQualifiedEncryptionPurpose(String, String) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Returns the purpose to use at the global scope for looking up a realm-specific encryption key.
realmQualifiedPurposeLabel(String, String) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Creates a variant of the given purpose label that is qualified to the given realm.
Realms - Class in org.forgerock.openam.core.realms
A class to statically obtain Realm instances.
realmSingleton(Realm) - Method in interface org.forgerock.am.config.RealmConfiguration
Gets the single configuration instance for the given realm.
REASON - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Reason
rebase(URI) - Method in class org.forgerock.http.MutableUri
Changes the base scheme, host and port of this MutableUri to that specified in a base URI, or leaves them unchanged if the base URI is null.
rebase(URI, URI) - Static method in class org.forgerock.http.util.Uris
Changes the base scheme, host and port of a request to that specified in a base URI, or leaves them unchanged if the base URI is null.
rebase(MutableUri) - Method in class org.forgerock.http.MutableUri
Changes the base scheme, host and port of this MutableUri to that specified in a base URI, or leaves them unchanged if the base URI is null.
rebuildEncryptedJwt(Jwt) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Recreates the Encrypted Session Jwt.
recognizedHeaders(String...) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Configures additional application-specific header values that are understood and processed by the application.
recognizedHeaders(String...) - Method in class org.forgerock.json.jose.common.JwtReconstruction
Configures additional application-specific header values that are understood and processed by the application.
reconstruct(String, Class<T>) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Reconstructs the given JWT string into a JWT object of the specified type.
reconstructJwt(String, Class<T>) - Method in class org.forgerock.json.jose.common.JwtReconstruction
Reconstructs the given JWT string into a JWT object of the specified type.
record(String) - Method in class com.sun.identity.shared.stats.Stats
Prints messages only when the stats state is either Stats.FILE or Stats.CONSOLE.
RecoveryCodeGenerator - Class in org.forgerock.openam.utils
Generates codes of a specified length using a given Alphabet as valid characters.
RecoveryCodeGenerator(SecureRandom) - Constructor for class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a new CodeUtils which can be used to generate a plethora of codes suited to fit your needs.
RecoveryCodeGenerator(SecureRandom, int) - Constructor for class org.forgerock.openam.utils.RecoveryCodeGenerator
Generates a new CodeUtils which can be used to generate a plethora of codes suited to fit your needs.
recursive(TemplateParser) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor.Builder
Specify if the substitution is going to be recursive (substituted property values are parsed and evaluated until there is no token left).
REDIRECT_URI - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Uri to redirect the user agent back to from the authorization server.
REDIRECTION - org.forgerock.http.protocol.Status.Family
The 3xx (Redirection) class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request.
REF_TO_MESSAGE_ID - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS Response refToMessageID attribute name.
reference() - Static method in class org.forgerock.api.models.Reference
Create a new Builder for Reference.
reference(Reference) - Method in class org.forgerock.api.models.ApiError.Builder
Set the error as a reference to another definition.
reference(Reference) - Method in class org.forgerock.api.models.Resource.Builder
Set a reference.
reference(Reference) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema reference.
Reference - Class in org.forgerock.api.models
Class that represents the Reference type in API descriptor.
REFERENCE - org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Specifies that the requests parameter jwt would be passed by reference.
Reference.Builder - Class in org.forgerock.api.models
Builder to help construct the Reference.
ReferenceResolver - Class in org.forgerock.api.util
Helper that registers one or more ApiDescription instances and provides a means to resolve References.
ReferenceResolver(ApiDescription) - Constructor for class org.forgerock.api.util.ReferenceResolver
Creates a reference-resolver and defines the one ApiDescription that can be used for local (non-namespaced) reference lookups.
Referral - Interface in com.sun.identity.policy.interfaces
Deprecated.
REFERRAL - org.forgerock.opendj.ldap.ResultCode.Enum
 
REFERRAL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral was encountered.
REFERRAL_COLLECTION - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to referral collection.
REFERRAL_TYPE - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to Referral Type
ReferralException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request could not be processed by the Directory Server because the target entry is located on another server.
ReferralTypeManager - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
ReferralTypeManager() - Constructor for class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Creates a ReferralTypeManager object
ReferralTypeManager(PolicyManager) - Constructor for class com.sun.identity.policy.ReferralTypeManager
Deprecated.
Creates a ReferralTypeManager object
ReferrerHeader - Class in org.forgerock.http.header
A Header representation of the Referrer HTTP header.
ReferrerHeader() - Constructor for class org.forgerock.http.header.ReferrerHeader
 
refresh() - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
 
refresh() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
 
refresh() - Method in class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
 
refresh() - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
refresh() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
refresh() - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore
 
refresh() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
refresh() - Method in interface org.forgerock.secrets.SecretStore
Indicates that the store should refresh its secrets from the backing storage mechanism.
refresh() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
refresh() - Method in class org.forgerock.secrets.vault.VaultKeyValueSecretStore
 
refresh(DataStore) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
 
refresh(DataStore) - Method in interface org.forgerock.oauth.OAuthClient
Refreshes a token if it has expired.
REFRESH - org.forgerock.oauth2.core.GrantType
Refresh Token.
REFRESH_TOKEN - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Token used specifically to retrieve access tokens.
refreshSession(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Refresh the Session corresponding to the single sign on token from the Session Server.
RefreshTokenGrantTypeHandler - Class in org.forgerock.secrets.oauth2
A grant type handler that can obtain an access token using a previously obtained refresh token.
RefreshTokenGrantTypeHandler(String, String) - Constructor for class org.forgerock.secrets.oauth2.RefreshTokenGrantTypeHandler
Initialises the grant type handler for the given client id and refresh token.
register() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
register(String, String) - Method in class com.iplanet.dpro.parser.WebtopParser
Registers a call back function.
register(MBeanServer) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
register(MBeanServer, String, String) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
register(ApiDescription) - Method in class org.forgerock.api.util.ReferenceResolver
Registers an external ApiDescription, for Reference lookup, and must not have previously been registered.
registerAll(ApiDescription...) - Method in class org.forgerock.api.util.ReferenceResolver
Registers external ApiDescriptions, for Reference lookup, and each must not have previously been registered.
registerAttributeType(Class<? extends ResourceAttribute>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers a resource attribute type using a short name generated from the type name.
registerAttributeType(String, Class<? extends ResourceAttribute>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers a resource attribute type with the given short name (used in RESTful API calls and in the UI).
registerAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
registerChangeListener(ServiceDiscoveryChangeListener) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
Registers a listener to be notified when changes in the service occur.
registerConditionType(Class<? extends EntitlementCondition>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers an entitlement condition type using a short name generated from the type name.
registerConditionType(String, Class<? extends EntitlementCondition>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers an entitlement condition type with the given short name (used in RESTful API calls and in the UI).
registerCustomTypes(EntitlementRegistry) - Method in interface org.forgerock.openam.entitlement.EntitlementModule
Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.
registerDecisionCombiner(Class<? extends EntitlementCombiner>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers an entitlement combiner.
registerDecisionCombiner(String, Class<? extends EntitlementCombiner>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers an entitlement combiner with a given name.
registerListener(ContinuousListener) - Method in interface org.forgerock.am.cts.continuous.watching.ContinuousWatcherDirectory
Register a ContinuousListener to its associated watchers.
registerSecretStore(Class<? extends BaseSecretStoreProvider>) - Method in class org.forgerock.openam.secrets.Secrets
Register a secret store type.
registerService(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
registerServices(InputStream) - Method in class com.sun.identity.sm.ServiceManager
Registers one or more services, defined by the XML input stream that follows the SMS DTD.
registerSubjectType(Class<? extends EntitlementSubject>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers an entitlement subject type using a short name generated from the type name.
registerSubjectType(String, Class<? extends EntitlementSubject>) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Registers an entitlement subject type with the given short name (used in RESTful API calls and in the UI).
RegistrationOutcomeProvider() - Constructor for class org.forgerock.am.iot.IotRegistrationNode.RegistrationOutcomeProvider
 
Reject - Class in org.forgerock.util
A input parameter-validating utility class using fluent invocation:
REJECT - org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Schema validation will be performed and failures will cause the overall validation to fail.
RejectedChangeRecordListener - Interface in org.forgerock.opendj.ldif
A listener interface which is notified whenever a change record cannot be applied to an entry.
RejectedLdifListener - Interface in org.forgerock.opendj.ldif
A listener interface which is notified whenever LDIF records are skipped, malformed, or fail schema validation.
RejectedMacaroonException - Exception in org.forgerock.macaroons
Indicates that a macaroon has been rejected by a MacaroonVerifier for a reason other than being invalid.
rejectStateIfTrue(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalStateException with a custom message if the condition parameter is true.
relativePointer() - Method in class org.forgerock.json.JsonPointer
Returns a pointer containing all but the first reference token contained in this pointer, or / if this pointer contains less than 2 reference tokens.
relativePointer(int) - Method in class org.forgerock.json.JsonPointer
Returns a pointer containing the last sz reference tokens contained in this pointer.
relativize(MutableUri) - Method in class org.forgerock.http.MutableUri
Relativizes the given URI against this URI.
RelaxRulesRequestControl - Class in org.forgerock.opendj.ldap.controls
The internet-draft defined Relax Rules control.
RELAY_STATE - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
RelayState
RELAY_STATE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
RelayState Parameter
RELAY_STATE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
RELAY_STATE_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
RelayState Alias Parameter
RELAY_STATE_URL_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
List of valid Relay State Urls
reloadJwks() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Deprecated.
reloadJwksAsync() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Communicates with the configured server, attempting to download the latest JWKs for use.
reloadTypeCache() - Method in interface org.forgerock.am.identity.application.IdTypeService
Causes the IdType related configuration to be reloaded from the config store.
remaining() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns the number of bytes between the current position and the end of the underlying byte sequence.
remainingUri(String) - Method in class org.forgerock.http.routing.UriRouterContext.Builder
Set the remainingUri value.
REMOTE_CLOSE - Static variable in interface org.forgerock.opendj.io.RxSocket
Thrown by read and write when the socket is closed remotely.
REMOTE_ENTITY - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
remoteAddress(String) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's remote address.
remotePort(int) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's remote port.
remoteUser(String) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's remote user.
remove(int) - Method in class org.forgerock.json.JsonValue
Removes the specified child value, shifting any subsequent elements to the left.
remove(int) - Method in class org.forgerock.util.LazyList
Removes the element at the specified position in this list.
remove(int) - Method in class org.forgerock.util.ListDecorator
Removes the element at the specified position in this list.
remove(Object) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Removes a single occurrence of the specified element from this multiset, if present.
remove(Object) - Method in class org.forgerock.http.protocol.Headers
Rich-type friendly remove method.
remove(Object) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
remove(Object) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
remove(Object) - Method in class org.forgerock.http.util.SetDecorator
Removes the specified element from the set if it is present (optional operation).
remove(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes value from this attribute if it is present (optional operation).
remove(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
remove(Object) - Method in class org.forgerock.util.LazyList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class org.forgerock.util.LazyMap
Removes the mapping for a key from the map if it is present.
remove(Object) - Method in class org.forgerock.util.ListDecorator
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class org.forgerock.util.MapDecorator
Removes the mapping for a key from the map if it is present.
remove(Object, int) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Removes a number of occurrences of the specified element from this multiset.
remove(Object, Object) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Removes a single key-value pair with the key key and the value value from this multimap, if such exists.
remove(String) - Method in class org.forgerock.json.JsonValue
Removes the specified child value.
remove(String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the specified field.
remove(String) - Method in class org.forgerock.openam.auth.node.api.NodeState
Removes the given key from all states.
remove(String) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Removes the partition that was previously added using the provided partition ID.
remove(String) - Method in interface org.forgerock.selfservice.core.ProcessStore
Removes the state out of the store.
remove(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the provided value(s) from the specified field.
remove(JsonPointer) - Method in class org.forgerock.json.JsonValue
Removes the specified child value with a pointer, relative to this value as root.
remove(JsonPointer) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the specified field.
remove(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the provided value(s) from the specified field.
remove(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
REMOVE - org.forgerock.api.enums.PatchOperation
Removes a field.
REMOVE_APPLICATION_FAIL - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
REMOVE_RESOURCE_TYPE_FAIL - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
removeAll(Object) - Method in interface org.forgerock.guava.common.collect.ListMultimap
Deprecated.
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Removes all values associated with the key key.
removeAll(Collection<?>) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
removeAll(Collection<?>) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
removeAll(Collection<?>) - Method in class org.forgerock.http.util.SetDecorator
Removes from the set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
removeAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAll(Collection<?>) - Method in class org.forgerock.util.LazyList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.forgerock.util.ListDecorator
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
removeAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAllAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes all attribute types the matching rule applies to.
removeAllAuxiliaryObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Removes all user friendly names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all user friendly names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all user defined names.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule may contain.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all optional attributes.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all optional attributes.
removeAllProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule must not contain.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule must contain.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all required attributes.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all required attributes.
removeAllRoutes() - Method in class org.forgerock.services.routing.AbstractRouter
Removes all of the routes from this router.
removeAllSuperiorObjectClass() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all superior object class.
removeAllSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes all superior rules.
removeAssertion(AssertionBase) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Removes an Assertion object from the Evidence object.
removeAssertionIDReference(AssertionIDReference) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Removes an AssertionIDReference object from the Evidence object.
removeAttribute(String) - Method in class com.sun.identity.sm.ServiceConfig
Removes a configuration parameter from the service configuration.
removeAttribute(String) - Method in class com.sun.identity.sm.ServiceInstance
Removes the specified attribute name and its values from the attribute set.
removeAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided attribute type.
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Removes all of the attribute values contained in values from the named attribute in this entry if it is present (optional operation).
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
removeAttribute(String, String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Removes the given organization creation attribute for the service.
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Removes the named attribute from this entry if it is present (optional operation).
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Removes all of the attribute values contained in attribute from this entry if it is present (optional operation).
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttributeDefaults(Set<String>) - Method in class com.sun.identity.sm.ServiceSchema
Removes the default values of attributes in the schema.
removeAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Removes the attributes from the identity.
removeAttributes(Set<String>) - Method in class com.sun.identity.idm.AMIdentity
Removes the attributes from the identity entry.
removeAttributes(Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Removes a configuration parameters from the service configuration.
removeAttributes(Set<String>) - Method in interface org.forgerock.am.identity.application.IdentityService.IdentityAttributeUpdater
Removes the attributes from the identity entry.
removeAttributeSchema(ServiceSchema, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Removes attribute schema from an existing service.
removeAttributeSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Removes the attribute schema from this service.
removeAttributeSchema(String, String, String, String, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Remove an attribute schema from an existing service.
removeAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named attribute type from this schema builder.
removeAttributeValues(String, String, Set<String>) - Method in class com.sun.identity.sm.OrganizationConfigManager
Removes the given organization creation attribute values for the service.
removeAttributeValues(String, Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Removes the specific values for the given configuration parameter.
removeAttributeValues(String, Set<String>) - Method in class com.sun.identity.sm.ServiceInstance
Removes the specified attribute's values.
removeAudience(String) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Removes an audience from the List within this Condition element
removeAudienceRestrictionCondition(String) - Method in class com.sun.identity.saml.assertion.Conditions
Removes an audience restriction condition AudienceRestrictionConditionfrom this Conditions object wherein the specified audience has been defined.
removeAuditTrackingId() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the audit tracking ID from the token.
removeAuthGrantId() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the authorization grant ID from the token.
removeAuthLevel() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the authentication level from the token.
removeAuthTime() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the auth time from the token.
removeAuxiliaryObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided object class in the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
removeBinaryAttributeFlag(String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return the attributeName without the binary flag if it is included.
removeChoiceValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Removes the given value from the set of choice values.
removeClaims() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the claims from the token.
removeClientId() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the client ID from the token.
removeCondition(Condition) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the Condition object identified by object's equals method.
removeCondition(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the condition with the given name.
removeConfirmationKey() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the confirmation key from the token.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeContinuousQueryListener(ContinuousQueryListener) - Method in interface org.forgerock.am.cts.continuous.ContinuousQuery
Removes a generic listener from the set of objects that will be informed of changes according to the queried filter.
removeContinuousQueryListener(ContinuousQueryListener, TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Removes a ContinuousQueryListener from a specified TokenFilter.
REMOVED - org.forgerock.am.config.Listener.ServiceListenerEvent
 
REMOVED - org.forgerock.api.enums.Stability
Removed API, that remains available for some technical reason and may return an error if used.
REMOVED - Static variable in interface com.sun.identity.sm.ServiceListener
The change type specifies that the entry has been removed.
removeDefaultValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Removes the given value from the set of default values.
removeDefaultValues() - Method in class com.sun.identity.sm.AttributeSchema
Removes the all the default values for the attribute.
removeDeployUri(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Removes deployment URI from the pass down string.
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.FilterChain
 
removeDescriptorListener(Describable.Listener) - Method in interface org.forgerock.services.descriptor.Describable
Remove a listener from API Descriptor changes.
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.services.routing.AbstractRouter
 
removeDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named DIT content rule from this schema builder.
removeDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the specified DIT structure rule from this schema builder.
removeEventListener(int) - Method in class com.sun.identity.idm.AMIdentityRepository
Remove an IdEventListener from the pool of listeners.
removeEventListener(int) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Remove an IdEventListener from the pool of listeners.
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
removeGlobalConfiguration(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the global configuration data for the given group name.
removeGrantType() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the grant type from the token.
removeInstance(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Removes the instance form the service
removeJwksStore(String) - Method in class org.forgerock.json.jose.jwk.store.JwksStoreService
Remove the corresponding jwks store if exist.
removeLeadingSlash(String) - Static method in class org.forgerock.http.util.Paths
Removes the leading slash, if present, from the resource name.
removeListener() - Method in class com.sun.identity.idm.IdRepo
Removes the listener added using addListener method.
removeListener(String) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Unregisters the listener from the component for the given listener ID.
removeListener(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
removeListener(String) - Method in class com.sun.identity.sm.ServiceConfigManager
Removes the listener from the service for the given listener ID.
removeListener(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Removes the listener from the service for the given listener ID.
removeMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named matching rule from this schema builder.
removeMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named matching rule use from this schema builder.
removeMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
Removes the passed identity as a member of this identity.
removeMember(Identity, UniversalId) - Method in interface org.forgerock.am.identity.application.IdentityService
Removes the passed identity as a member of this identity.
REMOVEMEMBER - Static variable in class com.sun.identity.idm.IdRepo
 
removeMembers(Set<AMIdentity>) - Method in class com.sun.identity.idm.AMIdentity
Removes the passed identities as members of this identity.
removeMembers(Identity, Set<UniversalId>) - Method in interface org.forgerock.am.identity.application.IdentityService
Removes the passed identities as members of this identity.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Removes the provided user friendly name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the provided user friendly name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided user defined name.
removeNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named name form from this schema builder.
removeNameIdentifier() - Method in class com.sun.identity.saml.assertion.Subject
Removes NameIdentifier from the subject.
removeNonce() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the nonce from the token.
removeObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named object class from this schema builder.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided optional attribute in the list of attribute types that entries subject to this DIT content rule may contain.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the specified optional attribute.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided optional attribute.
removeOrganizationConfiguration(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deprecated.
removeOrganizationConfiguration(String, String, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the organization's group configuration data.
removePermissions() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the UMA permissions from the token.
removePolicy(String) - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Deletes a policy in the organization with the given name.
removePolicyListener(PolicyListener) - Method in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Removes a policy listener that was previously registered to receive notifications whenever a policy is added, removed or changed.
removeProhibitedAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided prohibited attribute in the list of attribute types that entries subject to this DIT content rule must not contain.
removeRealm() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the realm from the token.
removeReferral(Referral) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the Referral object identified by object's equals method.
removeReferral(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the referral with the given name.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided required attribute in the list of attribute types that entries subject to this DIT content rule must contain.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the specified required attribute.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided required attribute.
removeResourceOwnerId() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the resource owner ID from the token.
removeRoute(RouteMatcher<R>...) - Method in class org.forgerock.services.routing.AbstractRouter
Removes one or more routes from this router.
removeRule(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the Rule with the given name.
removeSaml2ResponseData(String) - Method in class org.forgerock.am.saml2.impl.Saml2SsoResponseUtils
Removes the data associated with the specified key from the SAML Failover store.
removeScheduledTask(TimeoutScheduler.TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
De-registers a task for periodic invocation.
removeScopes() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the scopes from the token.
removeService(String, String) - Method in class com.sun.identity.sm.ServiceManager
Removes the service schema and configuration for the given service name.
removeServiceAttributes(String, Set<String>) - Method in class com.sun.identity.idm.AMIdentity
Removes attributes value related to a specific service by setting it to empty.
removeServiceAttributes(Identity, String, Set<String>) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Removes attributes value related to a specific service by setting it to empty.
removeServiceConfig(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Removes the service configuration object for the given service name for this organization.
removeSessionProperty(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Remove a previously set session property.
removeSharedOrganizationNames(Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Removes the organization names from the list of organization names that can import the service configuration.
removeShutdownListener(ShutdownListener) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Removes a ShutdownListener from this ShutdownManager.
removeStaticAttributeFlag(String) - Method in class com.sun.identity.saml2.plugins.scripted.IdpAttributeMapperScriptHelper
Return the attributeName without the flag if it is included.
removeSubConfig(String) - Method in class com.sun.identity.sm.ServiceConfig
Removes the service sub-configuration.
removeSubject(Subject) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the Subject object identified by object's equals method.
removeSubject(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the subject with the given name.
removeSubject(String) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Removes the subject with the given name from the realm.
removeSubject(String, boolean) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Removes the subject with the given name from the realm.
removeSubjectConfirmation() - Method in class com.sun.identity.saml.assertion.Subject
Removes subject confirmation from the subject.
removeSubSchema(String) - Method in class com.sun.identity.sm.ServiceSchema
Removes the service's sub-schema from the service.
removeSuperiorObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided superior object class.
removeSuperiorRule(int) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes the provided superior rule.
removeSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named syntax from this schema builder.
removeTokenName() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the token name from the token.
removeTokenType() - Method in interface org.forgerock.oauth2.core.AccessToken
Removes the token type from the token.
removeTrailingSlash(String) - Static method in class org.forgerock.http.util.Paths
Removes trailing slash (if there is any), returns the same value otherwise.
rename(Dn, Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a copy of this DN whose parent DN, fromDN, has been renamed to the new parent DN, toDN.
rename(Rdn, Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.
renameAttribute(Attribute, String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
renameAttribute(Attribute, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
replace(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "replace" patch operation which will replace the value(s) of the specified field with the provided value(s).
replace(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new modification for replacing all the values of the provided attribute with the provided values.
replace(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "replace" patch operation which will replace the value(s) of the specified field with the provided value(s).
REPLACE - org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
 
REPLACE - org.forgerock.api.enums.PatchOperation
Replaces a field.
REPLACE - org.forgerock.opendj.ldap.ModificationType.Enum
 
REPLACE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Replace all existing values of the attribute with the new values listed in the modification, creating the attribute if it did not already exist.
REPLACE_ALL_ATTRIBUTES - org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Requests that all generated changes should use the REPLACE modification type, rather than a combination of DELETE and ADD.
REPLACE_SINGLE_VALUED_ATTRIBUTES - org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Requests that the generated changes should use the REPLACE modification type when the new attribute contains at most one attribute value.
REPLACE_STRATEGY - Static variable in class org.forgerock.opendj.ldap.Entries
Defines the strategy to use to generate changes.
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Adds all of the attribute values contained in values to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
replaceAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Adds all of the attribute values contained in attribute to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
replaceAttributeSchema(ServiceSchema, String, Node) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Replace an attribute schema from an existing service with the new one
replaceAttributeSchema(String, String, String, String, SSOToken, Node) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Replace an attribute schema from an existing service with the new one
replaceAttributeSchema(String, Node) - Method in class com.sun.identity.sm.ServiceSchema
Removes the attribute schema from this service.
replaceAttributeValue(String, String, String) - Method in class com.sun.identity.sm.ServiceConfig
Replaces old value of the configuration parameter with new value.
replaceAttributeValue(String, String, String) - Method in class com.sun.identity.sm.ServiceInstance
Replaces the attribute's old value with the new value.
replaceAttributeValues(String, Set<String>, Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Replaces the old values of the configuration parameter with the new values.
replaceAttributeValues(String, Set<String>, Set<String>) - Method in class com.sun.identity.sm.ServiceInstance
Replaces the attribute's old values with the new values
replaceCallback(int, int, Callback) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Replace Callback object for a specific state.
replaceCondition(String, Condition) - Method in class com.sun.identity.policy.Policy
Deprecated.
Replaces an existing condition with the same name by the current one.
replacePolicy(Policy) - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Replaces a policy object in the data store with the same policy name
replaceReferral(String, Referral) - Method in class com.sun.identity.policy.Policy
Deprecated.
Replaces an existing referral with the same name by the current one.
replaceRule(Rule) - Method in class com.sun.identity.policy.Policy
Deprecated.
Replaces an existing rule with the same name by the current one.
replaceSchema(InputStream) - Method in class com.sun.identity.sm.ServiceSchemaManager
Replaces the existing service schema with the given schema defined by the XML input stream that follows the SMS DTD.
replaceServerUriPlaceholder(String, String) - Static method in class com.iplanet.am.util.SystemProperties
Deal with the special case where OpenAM is deployed at the ROOT context so that lines containing the %SERVER_URI% placeholder are properly handled.
replaceSharedState(JsonValue) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Replace the shared state.
replaceShutdownListener(ShutdownListener, ShutdownListener, ShutdownPriority) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Replaces an existing ShutdownListener with the new ShutdownListener.
replaceSubject(String, Subject) - Method in class com.sun.identity.policy.Policy
Deprecated.
Replaces an existing subject with the same name by the current one.
replaceSubject(String, Subject) - Method in class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Replaces an existing subject with the same name by the current one at the realm.
replaceSubject(String, Subject, boolean) - Method in class com.sun.identity.policy.Policy
Deprecated.
Replaces an existing subject with the same name by the current one.
replaceSubSchema(String, Document) - Method in class com.sun.identity.sm.ServiceSchema
Replaces the service's sub-schema given the XML document that follows the SMS DTD.
replaceTransientState(JsonValue) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Replace the transient state.
replaceValues(K, Iterable<? extends V>) - Method in interface org.forgerock.guava.common.collect.ListMultimap
Deprecated.
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Stores a collection of values with the same key, replacing any existing values for that key.
ReplicationServiceDiscoveryMechanism - Class in org.forgerock.opendj.discovery
Service Discovery Mechanism retrieving information from a replication topology.
ReplicationServiceDiscoveryMechanism(Options) - Constructor for class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
Initializes the mechanism with the provided options.
REPO_SERVICE - Static variable in interface com.sun.identity.idm.IdConstants
 
reportMoreProduced(long) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Reports to the plugin error handler that there were more values produced than requested, which is a sign of internal backpressure handling bug.
reportSubscriptionSet() - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Reports that the subscription is already set to the RxJavaPlugins error handler, which is an indication of a onSubscribe management bug.
REQ_AUTHN_CONTEXT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for RequestedAuthnContext Element.
REQ_BINDING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for reqBinding parameter name
REQ_ID - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
request - Variable in class org.forgerock.openam.auth.node.api.TreeContext
The HTTP request associated with the current authentication request.
request() - Method in annotation type org.forgerock.api.annotations.Action
Describe the schema of the request payload.
request(long) - Method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
 
request(long) - Method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
 
request(Schema) - Method in class org.forgerock.api.models.Action.Builder
Set the request.
request(Request) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Adds the Request that initialised the access token request.
Request - Class in org.forgerock.http.protocol
A request message.
Request - Interface in com.sun.identity.xacml.context
The Request element is the top-level element in the XACML context scehema.
Request - Interface in org.forgerock.json.resource
Common attributes of all JSON resource requests.
Request - Interface in org.forgerock.opendj.ldap.messages
The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.
Request() - Constructor for class org.forgerock.http.protocol.Request
Creates a new request message.
Request(Request) - Constructor for class org.forgerock.http.protocol.Request
Creates a defensive copy of the given request message.
REQUEST - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS Request element local name.
REQUEST - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
REQUEST - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Request
REQUEST - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Parameter for an authentication request that is passing its parameters by value.
REQUEST_ABSTRACT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for RequestAbstract
REQUEST_AUTH_LEVEL - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define the authentication level of the request.
REQUEST_AUTH_SCHEMES - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define the name of authentication scheme of the request.
REQUEST_AUTHENTICATED_TO_REALMS - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to identify the names of authenticated realms in the request.
REQUEST_AUTHENTICATED_TO_SERVICES - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to identify the names of authentication chains in the request.
REQUEST_BINDING - Static variable in class org.forgerock.am.saml2.api.Saml2Options
The request binding AM should use when sending the authentication request.
REQUEST_DNS_NAME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define request DNS name that is passed in the env parameter while invoking getConditionDecision method of an IPCondition.
REQUEST_ENTITY_TOO_LARGE - org.forgerock.api.commons.CommonsApi.Errors
The "request entity too large" error.
REQUEST_ENTITY_TOO_LARGE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.REQUEST_ENTITY_TOO_LARGE in an API Description.
REQUEST_HANDLER - org.forgerock.api.models.Resource.AnnotatedTypeVariant
A plain request handler (expects all operations).
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.forgerock.http.protocol.Status
The 431 status code indicates that the server is unwilling to process the request because its header fields are too large.
REQUEST_IP - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define request IP address that is passed in the env parameter while invoking getConditionDecision method of an IPCondition.
REQUEST_TIME_ZONE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to define the time zone that is passed in the env parameter while invoking getConditionDecision method of a SimpleTimeCondition Value for the key should be a TimeZone object.
REQUEST_TIMEOUT - org.forgerock.api.commons.CommonsApi.Errors
The "request timeout" error.
REQUEST_TIMEOUT - Static variable in class org.forgerock.http.protocol.Status
The 408 (Request Timeout) status code indicates that the server did not receive a complete request message within the time that it was prepared to wait.
REQUEST_TIMEOUT_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.REQUEST_TIMEOUT in an API Description.
REQUEST_URI - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Parameter for an authentication request that is passing its parameters by reference.
REQUEST_URI_OBJECT - org.forgerock.am.cts.api.tokens.TokenType
A reference to a request object.
REQUEST_URI_TOO_LARGE - org.forgerock.api.commons.CommonsApi.Errors
The "request uri too large" error.
REQUEST_URI_TOO_LARGE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.REQUEST_URI_TOO_LARGE in an API Description.
Request.RequestType - Enum in org.forgerock.opendj.ldap.messages
The type of this request.
RequestAbstract - Interface in com.sun.identity.saml2.protocol
This interface defines methods for setting and retrieving attributes and elements associated with a SAML request message used in SAML protocols.
RequestAuditContext - Class in org.forgerock.services.context
A context for audit information for an incoming request.
RequestAuditContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.RequestAuditContext
Restores a saved context.
RequestAuditContext(Context) - Constructor for class org.forgerock.services.context.RequestAuditContext
Deprecated.
Prefer using RequestAuditContext(Context, Instant) not to rely on the system clock.
RequestAuditContext(Context, Clock) - Constructor for class org.forgerock.services.context.RequestAuditContext
Deprecated.
RequestAuditContext(Context, Instant) - Constructor for class org.forgerock.services.context.RequestAuditContext
Constructs a new context using the specified parent and the current time as the request received time.
RequestAuthorizationFilter - Interface in org.forgerock.openam.uma.extensions
Extension filter that will be called before request authorization and after request authorization.
RequestCookies - Class in org.forgerock.http.protocol
Exposes incoming request cookies.
RequestCookies(Request) - Constructor for class org.forgerock.http.protocol.RequestCookies
Constructs a new request cookies object that reads cookies from the specified request.
requestCopyFilter() - Static method in class org.forgerock.http.filter.Filters
Creates a Filter which creates a defensive copy of the Request - on which the chain of execution will be based on.
REQUESTED_AUTHN_CONTEXT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
RequestedAuthnContext - Interface in com.sun.identity.saml2.protocol
Java content class for RequestedAuthnContext element declaration.
REQUESTER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
RequesterID - Interface in com.sun.identity.saml2.protocol
This interface identifies the requester in an AuthnRequest message.
REQUESTERID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for RequesterID Element.
REQUESTERID - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
RequestHandle - Class in org.forgerock.opendj.ldap
Provides the ability to terminate an asynchronous LDAP request.
RequestHandler - Interface in org.forgerock.json.resource
Represents the contract with a set of resources.
RequestHandler - Annotation Type in org.forgerock.api.annotations
A marker annotation to indicate that the annotated class should be interpreted as an annotated CREST request handler.
RequestImpl - Class in com.sun.identity.xacml.context.impl
The Request element is the top-level element in the XACML context schema.
RequestImpl() - Constructor for class com.sun.identity.xacml.context.impl.RequestImpl
Default constructor
RequestImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.RequestImpl
This constructor is used to build Request object from a XML string.
RequestImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.RequestImpl
This constructor is used to build Request object from a block of existing XML that has already been built into a DOM.
REQUESTING_PARTY - org.forgerock.am.cts.api.tokens.TokenType
UMA Requesting party token type.
requestPolicy(MessagePolicy) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Sets the request MessagePolicy that the auth module should use.
requestResourceApiVersionMatcher(Version) - Static method in class org.forgerock.http.routing.RouteMatchers
Creates a RouteMatcher instance that matches the request resource API version with the provided version.
requestResourceApiVersionMatcher(Version) - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a RouteMatcher instance that matches the request resource API version with the provided version.
Requests - Class in org.forgerock.json.resource
A utility class containing various factory methods for creating and manipulating requests.
Requests - Class in org.forgerock.opendj.ldap.messages
This class contains various methods for creating and manipulating requests.
requestToResponseProtocolOpType(byte) - Static method in class org.forgerock.opendj.io.Ldap
Returns the response protocol operation type associated to the given request protocol op.
RequestType - Enum in org.forgerock.json.resource
An enumeration whose values represent the different types of request.
REQUESTTYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
requestUriMatcher(RoutingMode, String) - Static method in class org.forgerock.http.routing.RouteMatchers
Creates a RouteMatcher instance that matches Requests with the provided mode and template.
requestUriMatcher(RoutingMode, String) - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a RouteMatcher instance that matches Requests with the provided mode and template.
RequestVisitor<R,​P> - Interface in org.forgerock.json.resource
A visitor of Requests, in the style of the visitor design pattern.
RequestVisitor<R,​P,​E extends Exception> - Interface in org.forgerock.opendj.ldap.messages
A visitor of Requests, in the style of the visitor design pattern.
required() - Method in annotation type org.forgerock.api.annotations.Parameter
Whether the parameter is required.
required() - Method in class org.forgerock.json.JsonValue
Throws a JsonValueException if the JSON value is null.
required(Boolean) - Method in class org.forgerock.api.models.Parameter.Builder
Set the required property.
REQUIRED - 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 stop and the engine will begin its closure procedure.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided attribute to the list of attribute types that entries subject to this DIT content rule must contain.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided required attributes.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided attribute to the list of attribute types that entries subject to this DIT content rule must contain.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided required attributes.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
requiredKeyUsages(Set<KeyUsage>) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies all of the given key usage constraints.
requiredKeyUsages(KeyUsage, KeyUsage...) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies all of the given key usage constraints.
requiredValue() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
Specify that the attribute is required to have a value.
REQUIREMENT_PROPERTY_ANSWER - Static variable in class org.forgerock.selfservice.core.util.SecurityAnswer
Represents the answer property.
REQUIREMENT_PROPERTY_CUSTOM_QUESTION - Static variable in class org.forgerock.selfservice.core.util.SecurityAnswer
Represents the customQuestion property.
REQUIREMENT_PROPERTY_ID - Static variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
Represents the id property.
REQUIREMENT_PROPERTY_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
Represents the question property.
REQUIREMENT_PROPERTY_QUESTION_ID - Static variable in class org.forgerock.selfservice.core.util.SecurityAnswer
Represents the questionId property.
REQUIREMENT_PROPERTY_SYSTEM_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
Represents the systemQuestion property.
REQUIREMENT_PROPERTY_USER_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
Represents the userQuestion property.
RequirementsBuilder - Class in org.forgerock.selfservice.core.util
Helper class to assist with the building of requirements.
requireSingleStructuralObjectClass() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that entries have only a single structural object class.
requireSingleStructuralObjectClass(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that entries have only a single structural object class.
requireValue() - Method in class org.forgerock.opendj.ldap.AttributeParser
Throws a LocalizedIllegalArgumentException if the attribute referenced by this parser is null or empty.
RES_BUNDLE_NAME - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RES_INFO_ID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
reset() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
Resets all statistics to zero.
reset() - Method in class org.forgerock.http.io.FailableInputStream
 
reset(Option<T>) - Method in class org.forgerock.util.Options
Resets an option to its default behavior.
RESET - Static variable in class com.sun.identity.authentication.AuthContext.Status
The RESET indicates that the login process has been reset or re-initialized.
RESET_CONTENT - Static variable in class org.forgerock.http.protocol.Status
The 205 (Reset Content) status code indicates that the server has fulfilled the request and desires that the user agent reset the "document view", which caused the request to be sent, to its original state as received from the origin server.
resetCallback(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Reset a Callback instance to the original Callback for the specified state and the specified index.
resetDebug(String) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Allows runtime modification of the backend used by this instance.
ResetStage - Class in org.forgerock.selfservice.stages.reset
The reset password stage.
ResetStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.reset.ResetStage
Constructs a new reset stage.
ResetStageConfig - Class in org.forgerock.selfservice.stages.reset
Configuration for the password reset stage.
ResetStageConfig() - Constructor for class org.forgerock.selfservice.stages.reset.ResetStageConfig
 
resolve(MutableUri) - Method in class org.forgerock.http.MutableUri
Resolves the given URI against this URI.
resolve(Context, String) - Method in interface org.forgerock.http.oauth2.AccessTokenResolver
Deprecated, for removal: This API element is subject to removal in a future version.
resolve(Context, Supplier<Request, IOException>, String) - Method in interface org.forgerock.http.oauth2.AccessTokenResolver
Resolves a given access token against an authorization server.
resolve(Context, Supplier<Request, IOException>, String) - Method in class org.forgerock.http.oauth2.resolver.CachingAccessTokenResolver
 
resolve(Context, Supplier<Request, IOException>, String) - Method in class org.forgerock.http.oauth2.resolver.OpenAmAccessTokenResolver
Deprecated.
 
resolve(Context, Supplier<Request, IOException>, String) - Method in class org.forgerock.http.oauth2.resolver.TokenIntrospectionAccessTokenResolver
 
resolveEntity(String, String) - Method in class org.forgerock.util.xml.XMLHandler
 
resolveInstallationPath(String) - Method in interface org.forgerock.openam.plugins.PluginTools
Resolves a file path relative to the AM installation location.
RESOLVERS_KEY - Static variable in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Lookup key for the configured resolvers which will be used by this module.
resolveSchema(String) - Method in interface org.forgerock.opendj.ldap.SchemaResolver
Finds the appropriate schema for use with the provided distinguished name.
resource() - Static method in class org.forgerock.api.models.Resource
Create a new Builder for Resoruce.
Resource - Class in org.forgerock.api.models
Class that represents the Resource type in API descriptor.
Resource - Interface in com.sun.identity.xacml.context
The Resource element specifies information about the resource to which access is requested by listing a sequence of Attribute elements associated with the resource.
RESOURCE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The RESOURCE index type indicates that the index name given corresponds to a given policy protected resource URL.
RESOURCE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Resource element
RESOURCE - Static variable in class org.forgerock.http.header.AcceptApiVersionHeader
The name of the resource value component.
RESOURCE_COMPARATOR_CASE_SENSITIVE - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
 
RESOURCE_COMPARATOR_DELIMITER - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
 
RESOURCE_COMPARATOR_ONE_LEVEL_WILDCARD - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
 
RESOURCE_COMPARATOR_WILDCARD - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
 
RESOURCE_CONTENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for ResourceContent element
RESOURCE_ENV_NOT_KNOWN - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RESOURCE_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for ResourceId attribute
RESOURCE_ID_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for resource-id URI
RESOURCE_LIST_EMPTY - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RESOURCE_OWNER_PASSWORD_CREDENTIALS - org.forgerock.oauth2.core.GrantType
Resource Owner Password Credentials Grant.
RESOURCE_SET - org.forgerock.am.cts.api.tokens.TokenType
OAuth Resource set token type.
RESOURCE_TYPE_ALREADY_EXISTS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RESOURCE_TYPE_ID_MISMATCH - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RESOURCE_TYPE_IN_USE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RESOURCE_TYPE_REFERENCED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
RESOURCE_TYPE_RETRIEVAL_ERROR - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
Resource.AnnotatedTypeVariant - Enum in org.forgerock.api.models
The variant of the annotated type.
Resource.Builder - Class in org.forgerock.api.models
Builder to help construct the Resource.
ResourceAccess - Interface in org.forgerock.http.oauth2
A ResourceAccess encapsulates the logic of required scope selection.
ResourceApiVersionBehaviourManager - Interface in org.forgerock.http.routing
Implementations of this interface will be responsible for maintaining the behaviour of API Version routing.
resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager) - Static method in class org.forgerock.http.routing.RouteMatchers
Creates a Filter which MUST be placed, in the route, before any API Version routing takes place.
resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager) - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a Filter which MUST be placed, in the route, before any API Version routing takes place.
resourceApiVersionMatcher(Version) - Static method in class org.forgerock.http.routing.RouteMatchers
Creates a RouteMatcher instance that matches the request resource API version with the provided version.
ResourceApiVersionRoutingFilter - Class in org.forgerock.http.routing
API Version routing filter which creates a ApiVersionRouterContext which contains the default routing behaviour when the Accept-API-Version header is set on the request.
ResourceApiVersionRoutingFilter - Class in org.forgerock.json.resource
API Version routing filter which creates a ApiVersionRouterContext which contains the default routing behaviour when the Accept-API-Version header is set on the request.
ResourceApiVersionRoutingFilter(ResourceApiVersionBehaviourManager) - Constructor for class org.forgerock.http.routing.ResourceApiVersionRoutingFilter
Constructs a new ResourceApiVersionRoutingFilter instance.
ResourceApiVersionSpecificationFilter - Class in org.forgerock.json.resource
A Filter supporting the specification of resource API version configuration to be used when a request on a specific endpoint does not contain an Accept-API-Version header.
ResourceApiVersionSpecificationFilter(ResourceApiVersionSpecificationFilter.VersionSpecification) - Constructor for class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
Constructs a new ResourceApiVersionSpecificationFilter instance.
ResourceApiVersionSpecificationFilter.NoApiVersionHandler - Interface in org.forgerock.json.resource
Handler allowing products to extend behaviour when a request has no resource API version supplied.
ResourceApiVersionSpecificationFilter.ResourcePathAndVersion - Class in org.forgerock.json.resource
Class representing a mapping between a ResourcePath and a Version.
ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification - Class in org.forgerock.json.resource
ResourceApiVersionSpecificationFilter.VersionSpecification supporting specification of a request's resource version based on its resource path.
ResourceApiVersionSpecificationFilter.VersionSpecification - Interface in org.forgerock.json.resource
Mechanism supporting specification of a version on the request.
ResourceAttribute - Interface in com.sun.identity.entitlement
Encapsulates a Strategy to derive attributes to be returned with a particular Entitlement when evaluating Privileges.
ResourceContent - Interface in com.sun.identity.xacml.context
The ResourceContent element specifies information about the resource to which access is requested by listing a sequence of Attribute elements associated with the resource.
ResourceDelegationFilter - Interface in org.forgerock.openam.uma.extensions
Extension filter that will be called before a resource is shared, after a resource is shared, before a shared resource is modified and on a resource no longer being shared.
ResourceException - Exception in org.forgerock.json.resource
An exception that is thrown during the processing of a JSON resource request.
ResourceException(int) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code, and null as its detail message.
ResourceException(int, String) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code and detail message.
ResourceException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code, reason phrase, detail message and cause.
ResourceException(int, Throwable) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code and detail message.
ResourceImpl - Class in com.sun.identity.xacml.context.impl
The Resource element specifies information about the resource to which access is requested by listing a sequence of Attribute elements associated with the resource.
ResourceImpl() - Constructor for class com.sun.identity.xacml.context.impl.ResourceImpl
Default constructor
ResourceImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.ResourceImpl
This constructor is used to build Resource object from a XML string.
ResourceImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.ResourceImpl
This constructor is used to build resource object from a block of existing XML that has already been built into a DOM.
ResourceMatch - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use ResourceMatch instead as Entitlement has replaced Policy.
ResourceMatch - Class in com.sun.identity.shared.whitelist
The class ResourceMatch defines the results of a resource match with respect to Policy.
resourceName() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the name of the resource in which this message is defined.
resourceName() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
The resource name of the attribute in the REST endpoints.
resourceName() - Method in annotation type org.forgerock.openam.annotations.sm.Config
The resource name of the service in the REST endpoints.
resourceName() - Method in annotation type org.forgerock.openam.annotations.sm.IdRepoConfig
The resource name of the Identity Repository in the REST endpoints.
resourceName() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
The resource name of the sub configuration - defaults to the name of sub-configuration.
ResourceName - Interface in com.sun.identity.policy.interfaces
Deprecated.
ResourceName - Interface in com.sun.identity.shared.whitelist
The interface ResourceName provides methods to determine the hierarchy of resource names.
ResourceOwnerPasswordGrantTypeHandler - Class in org.forgerock.secrets.oauth2
A grant type handler that can obtain an access token using the Resource Owner Password Credentials (ROPC) grant.
ResourceOwnerPasswordGrantTypeHandler(String, String, SecretReference<GenericSecret>) - Constructor for class org.forgerock.secrets.oauth2.ResourceOwnerPasswordGrantTypeHandler
Initialises the grant type handler with the given credentials and the default scope for this client.
ResourceOwnerPasswordGrantTypeHandler(String, String, SecretReference<GenericSecret>, Collection<String>) - Constructor for class org.forgerock.secrets.oauth2.ResourceOwnerPasswordGrantTypeHandler
Initialises the grant type handler with the given credentials.
resourcePath() - Static method in class org.forgerock.json.resource.JsonValueFunctions
Returns the JSON string value as a ResourcePath.
resourcePath(String) - Static method in class org.forgerock.json.resource.ResourcePath
Parses the provided string representation of a resource path.
ResourcePath - Class in org.forgerock.json.resource
A relative path, or URL, to a resource.
ResourcePath() - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new empty resource path whose string representation is the empty string and which has zero path elements.
ResourcePath(Object...) - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new resource path having the provided path elements.
ResourcePath(Collection<? extends Object>) - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new resource path having the provided path elements.
ResourcePathAndVersion(ResourcePath, Version) - Constructor for class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
resourcePathAndVersionSpecification(JsonValue) - Static method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Create a new ResourcePathAndVersionSpecification configured with resource path to version specification.
ResourceRegistrationFilter - Interface in org.forgerock.openam.oauth2.extensions
Extension filter that will be called before and after resource sets are registered.
ResourceResponse - Interface in org.forgerock.json.resource
A resource, comprising of a resource ID, a revision (etag), and its JSON content.
ResourceResult - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
Resources - Class in org.forgerock.json.resource
This class contains methods for creating and manipulating connection factories and connections.
resourceSchema() - Method in annotation type org.forgerock.api.annotations.Handler
The schema for all the standard resource operations (CRUDPQ) on this endpoint.
resourceSchema(Schema) - Method in class org.forgerock.api.models.Resource.Builder
Set the resource schema.
ResourceServerFilter - Class in org.forgerock.http.oauth2
Validates a Request that contains an OAuth 2.0 access token.
ResourceServerFilter(AccessTokenResolver, Clock, ResourceAccess, String) - Constructor for class org.forgerock.http.oauth2.ResourceServerFilter
Deprecated.
The clock attribute is not used anymore. Use ResourceServerFilter(AccessTokenResolver, ResourceAccess, String) instead. Deprecated in 25.0.0.
ResourceServerFilter(AccessTokenResolver, ResourceAccess, String) - Constructor for class org.forgerock.http.oauth2.ResourceServerFilter
Creates a new ResourceServerFilter.
ResourceSetDescription - Class in org.forgerock.openam.oauth2
Represents a resource set description created by an OAuth2 client (resource server).
ResourceSetDescription() - Constructor for class org.forgerock.openam.oauth2.ResourceSetDescription
Bean-spec compliant constructor
ResourceSetDescription(String, String, String, Map<String, Object>) - Constructor for class org.forgerock.openam.oauth2.ResourceSetDescription
Constructs a new ResourceSetDescription instance.
RESPONDER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
response() - Method in annotation type org.forgerock.api.annotations.Action
Describe the schema of the response payload.
response(Schema) - Method in class org.forgerock.api.models.Action.Builder
Set the response.
Response - Class in org.forgerock.http.protocol
A response message.
Response - Interface in com.sun.identity.saml2.protocol
The Response message element is used when a response consists of a list of zero or more assertions that satisfy the request.
Response - Interface in com.sun.identity.xacml.context
The Response element is a container of one or more Results issued by policy decision point
Response - Interface in org.forgerock.json.resource
Common response object of all resource responses.
Response - Interface in org.forgerock.opendj.ldap.messages
The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.
Response(Response) - Constructor for class org.forgerock.http.protocol.Response
Creates a defensive copy of the given response message.
Response(Status) - Constructor for class org.forgerock.http.protocol.Response
Creates a new response with a default status.
RESPONSE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS Request element local name.
RESPONSE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Key name for Response object
RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
RESPONSE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Response element
RESPONSE_ARTIFACT_MESSAGE_ENCODING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Response Artifact message encoding property
RESPONSE_BINDING - Static variable in class org.forgerock.am.saml2.api.Saml2Options
The binding the IDP should use when returning the SAML response.
RESPONSE_CODE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
RESPONSE_CONSUMER_URL - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS Request responseConsumerURL attribute name.
RESPONSE_KEY - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
Key for looking up the response key in the http query string.
RESPONSE_MODE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Response mode https://openid.net/specs/oauth-v2-form-post-response-mode-1_0.html.
RESPONSE_PROVIDER_COLLECTION - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to response provider collection.
RESPONSE_REDIRECTED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Session Property name indicating if response is redirected or not
RESPONSE_STALE - Static variable in class org.forgerock.http.header.WarningHeader
110 Response is stale MUST be included whenever the returned response is stale.
RESPONSE_STALE - Static variable in class org.forgerock.json.resource.AdviceWarning
110 Response is stale MUST be included whenever the returned response is stale.
RESPONSE_TYPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Value that determines the authorization processing flow to be used.
ResponseCacheControl - Class in org.forgerock.json.resource
Indicates whether a response can be cached and under what conditions.
ResponseException - Exception in org.forgerock.http.protocol
An HTTP Framework Exception that can be used by filters/handlers to simplify control-flow inside async call-backs.
ResponseException(String) - Constructor for exception org.forgerock.http.protocol.ResponseException
Constructs a ResponseException using the given message.
ResponseException(String, Throwable) - Constructor for exception org.forgerock.http.protocol.ResponseException
Constructs a ResponseException using the given message and parent cause.
ResponseException(Response) - Constructor for exception org.forgerock.http.protocol.ResponseException
Constructs a ResponseException using the given response.
ResponseException(Response, String, Throwable) - Constructor for exception org.forgerock.http.protocol.ResponseException
Constructs a ResponseException using the given response, message and parent cause.
responseHandler(ResponseWriter) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Adds an additional response handler instance that adds support for protecting resources which return responses with non-JSON content types.
ResponseMode - Enum in org.forgerock.oauth.clients.oauth2
responsePolicy(MessagePolicy) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Sets the response MessagePolicy that the auth module should use.
ResponseProvider - Interface in com.sun.identity.policy.interfaces
Deprecated.
ResponseProviderTypeManager - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
ResponseProviderTypeManager(PolicyManager) - Constructor for class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Constructs a ResponseProviderTypeManager object
responseProviderTypeName(ResponseProvider) - Static method in class com.sun.identity.policy.ResponseProviderTypeManager
Deprecated.
Returns ResponseProvider type name
Responses - Class in org.forgerock.http.protocol
Provide out-of-the-box, pre-configured Response objects.
Responses - Class in org.forgerock.json.resource
A utility class containing various factory methods for creating and manipulating responses.
Responses - Class in org.forgerock.opendj.ldap.messages
This class contains various methods for creating and manipulating responses.
ResponseTypeHandler - Interface in org.forgerock.oauth2.core
Handles the issuing of Tokens for a response type, i.e.
ResponseWriter - Interface in org.forgerock.caf.authentication.framework
Writes AuthenticationException responses for different media types.
REST - org.forgerock.am.cts.api.tokens.TokenType
REST token type.
RestrictedTokenContextFilter - Class in org.forgerock.openam.rest.resource
A filter that can be applied to a CREST route in order to enter the restricted token context for a request if it contains a requester token as well as subject token.
RestrictedTokenContextFilter() - Constructor for class org.forgerock.openam.rest.resource.RestrictedTokenContextFilter
 
RestTokenProvider<T> - Interface in org.forgerock.openam.sts.rest.token.provider
Interface defining token creators in the rest-sts.
RestTokenProviderParameters<T> - Interface in org.forgerock.openam.sts.rest.token.provider
Parameter state passed to JsonTokenProvider instances.
RestTokenTransformValidator<T> - Interface in org.forgerock.openam.sts.rest.token.validator
Defines the contract for token validators deployed in the context of token transformation.
RestTokenTransformValidatorParameters<T> - Interface in org.forgerock.openam.sts.rest.token.validator
Defines the parameter state which needs to be passed to the RestTokenTransformValidator#validateToken instances.
Result - Interface in com.sun.identity.xacml.context
The Result element is a container of one or more Results issuded by authorization authority.
Result - Interface in org.forgerock.opendj.ldap.messages
A Result is used to indicate the status of an operation performed by the server.
RESULT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Result element
ResultCode - Class in org.forgerock.opendj.ldap
An operation result code as defined in RFC 4511 section 4.1.9 is used to indicate the final status of an operation.
ResultCode.Enum - Enum in org.forgerock.opendj.ldap
Contains equivalent values for the ResultCode values.
ResultHandler<T,​E extends Exception> - Interface in org.forgerock.am.cts.api
ResultHandler is responsible for providing a mechanism of allowing access to the result of an asynchronous operation.
ResultHandler<V> - Interface in org.forgerock.util.promise
A completion handler for consuming the results of asynchronous tasks.
resultsMap - Variable in class com.sun.identity.idm.IdSearchResults
 
resumeReads() - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Resumes reading without replacing the active socket.
resumeReadsAfterSwitchingSocket(RxSocket<M>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Replaces the active socket with a new socket and then resumes reading.
retainAll(Collection<?>) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
retainAll(Collection<?>) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
retainAll(Collection<?>) - Method in class org.forgerock.http.util.SetDecorator
Retains only the elements in the set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
retainAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<?>) - Method in class org.forgerock.util.LazyList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.forgerock.util.ListDecorator
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
retainAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
rethrowBiFunction(BiFunction<T, U, R, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a BiFunction to comply with BiFunction's no checked exception signature.
rethrowConsumer(Consumer<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a Consumer to comply with Consumer's no checked exception signature.
rethrowFunction(Function<T, R, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a throwing Function to comply with Function's no checked exception signature.
rethrowPredicate(Predicate<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a Predicate to comply with Predicate's no checked exception signature.
rethrowSupplier(Supplier<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a Supplier to comply with Supplier's no checked exception signature.
retire(Purpose<? extends CryptoKey>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Retires a key previously used for a given purpose.
retire(Purpose<? extends T>, String) - Method in interface org.forgerock.secrets.SecretStore
Retires the given secret for the given purpose.
retire(Purpose<? extends T>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
RETRIES_REMAINING - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The countdown of number of retries remaining.
retrieveData() - Method in interface org.forgerock.oauth.DataStore
Returns the stored data.
RetrieveEmailConfig - Class in org.forgerock.selfservice.stages.email
Configuration for the retrieve email stage.
RetrieveEmailConfig() - Constructor for class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
 
RetrieveEmailStage - Class in org.forgerock.selfservice.stages.email
Stage is responsible for retrieving the email.
RetrieveEmailStage() - Constructor for class org.forgerock.selfservice.stages.email.RetrieveEmailStage
 
retrieveStateFieldAsString(ProcessContext, String) - Static method in class org.forgerock.selfservice.stages.utils.StageUtils
It returns a String value kept in the ProcessContext state.
RetrieveUsernameConfig - Class in org.forgerock.selfservice.stages.user
Configuration for the retrieve username stage.
RetrieveUsernameConfig() - Constructor for class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
 
RetrieveUsernameStage - Class in org.forgerock.selfservice.stages.user
Stage is responsible for retrieving the username.
RetrieveUsernameStage() - Constructor for class org.forgerock.selfservice.stages.user.RetrieveUsernameStage
 
RETRY_COUNT - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The count of number of retries.
RetryableException - Exception in org.forgerock.json.resource
An exception that indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.
RetryableException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.RetryableException
Constructs a new exception with the specified detail message and cause.
RETURN_CONTEXT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for ReturnContext attribute
returnAttribute(CoreTokenField) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder.FilterAttributeBuilder
If you only require the returned CTS Tokens to contains a subset of the standard CoreTokenField.values() then this method allows the caller to specify the fields they would like in the returned CTS Tokens.
returnAttribute(CoreTokenField) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
If you only require the returned CTS Tokens to contains a subset of the standard CoreTokenField.values() then this method allows the caller to specify the fields they would like in the returned CTS Tokens.
returnOnDemand() - Method in annotation type org.forgerock.api.annotations.PropertyPolicies
true when a field is available, but must be explicitly requested, or false (default) when always returned.
returnProperties - Variable in class org.forgerock.openam.auth.node.api.Action
Properties to return to the client.
returnThread(ThreadPool.WorkerThread) - Method in class com.iplanet.am.util.ThreadPool
 
REV - Static variable in interface com.sun.identity.idm.IdConstants
The field used to transmit the resource revision of an identity between the CREST resource layer and the identity layer.
REVALIDATION_FAILED - Static variable in class org.forgerock.http.header.WarningHeader
111 Revalidation failed MUST be included if a cache returns a stale response because an attempt to revalidate the response failed, due to an inability to reach the server.
REVALIDATION_FAILED - Static variable in class org.forgerock.json.resource.AdviceWarning
111 Revalidation failed MUST be included if a cache returns a stale response because an attempt to revalidate the response failed, due to an inability to reach the server.
reveal(Function<Key, T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Reveals the secret's Key temporarily, allowing it to be used for its intended purpose.
reveal(Function<byte[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily, allowing it to be used for its intended purpose.
revealAndClose(Function<Key, T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Reveals the secret temporarily and then scrubs the secret material from memory.
revealAndDestroy(Function<byte[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily and then scrubs the secret material from memory.
revealAsText(Charset, Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in the given character set.
revealAsTextAndDestroy(Charset, Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in the given character set and then scrubs the secret material from memory.
revealAsUtf8(Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in UTF-8.
revealAsUtf8AndDestroy(Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in UTF-8 and then scrubs the secret from memory.
reverse(byte[]) - Method in interface org.forgerock.am.cts.utils.blob.BlobStrategy
Reverse the operation on the Token.
reverse(byte[]) - Method in interface org.forgerock.am.cts.utils.blob.TokenBlobStrategy
Performs the reverse strategy on the byte array.
reverse(byte[]) - Static method in class org.forgerock.json.jose.utils.Utils
Reverses the given array and returns the reversed copy.
REVERSE_PROXY_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Used when the SAML endpoints are reverse proxied to a non-server/site URL, typically to DAS
reverseOrder(SortKey) - Static method in class org.forgerock.json.resource.SortKey
Creates a new sort key having the same field as the provided key, but in reverse sort order.
REVOCATION_OPTIONS - Static variable in class org.forgerock.secrets.SecretsTrustManager
The options to pass to the revocation checker, if revocation checking is enabled.
revoke(String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Revokes a key from all purposes.
revoke(String) - Method in interface org.forgerock.secrets.SecretStore
Revokes the given secret for all purposes in this store.
revoke(String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
rewind() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Rewinds this reader's position to zero.
ROLE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The ROLE index type indicates that the index name given corresponds to a role.
ROLE - Static variable in class com.sun.identity.idm.IdType
Identity type of ROLE
ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
The entity role
rolling() - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Forces the bloom filter to be a Rolling Bloom Filter, which is a variant on Scalable Bloom Filters where elements in the bloom filter can expire allowing space to be reclaimed.
RollingBloomFilterBuilder(BloomFilters.BloomFilterBuilder<T>) - Constructor for class org.forgerock.bloomfilter.BloomFilters.RollingBloomFilterBuilder
 
root() - Static method in class org.forgerock.openam.core.realms.Realms
Gets the root realm.
RootContext - Class in org.forgerock.services.context
A Context which has an a globally unique ID but no parent.
RootContext() - Constructor for class org.forgerock.services.context.RootContext
Construct a new RootContext with the default IdGenerator.
RootContext(String) - Constructor for class org.forgerock.services.context.RootContext
Construct a new RootContext with the given id (uniqueness is not verified).
RootContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.RootContext
Restore from JSON representation.
rootDn() - Static method in class org.forgerock.opendj.ldap.Dn
Deprecated.
use Dn.emptyDn() instead
RootDse - Class in org.forgerock.opendj.ldap
The root DSE is a DSA-specific Entry (DSE) and not part of any naming context (or any subtree), and which is uniquely identified by the empty DN.
rootPtr() - Static method in class org.forgerock.json.JsonPointer
Returns a JSON pointer identifying the root value of a JSON structure.
RootUrlManager - Enum in org.forgerock.openam.federation.plugin.rooturl
Singleton class used to manage Root URL providers.
RootUrlProvider - Interface in org.forgerock.openam.federation.plugin.rooturl
Interface used for getting a context's root url.
RootUrlProviderException - Exception in org.forgerock.openam.federation.plugin.rooturl
To be used when an exception has occurred in a root url provider.
RootUrlProviderException(Exception) - Constructor for exception org.forgerock.openam.federation.plugin.rooturl.RootUrlProviderException
Constructs a RootUrlProviderException with an exception.
RootUrlProviderException(String) - Constructor for exception org.forgerock.openam.federation.plugin.rooturl.RootUrlProviderException
Constructs a RootUrlProviderException with a detailed message.
RootUrlProviderException(String, String, Object[]) - Constructor for exception org.forgerock.openam.federation.plugin.rooturl.RootUrlProviderException
Constructs a new RootUrlProviderException without a nested Throwable.
RootUrlProviderException(Throwable) - Constructor for exception org.forgerock.openam.federation.plugin.rooturl.RootUrlProviderException
Constructs a RootUrlProviderException with an embedded exception.
rotate(Purpose<? extends CryptoKey>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Rotates the key associated with a given purpose.
rotate(Purpose<? extends T>, String) - Method in interface org.forgerock.secrets.SecretStore
Rotates the active secret for the given purpose.
rotate(Purpose<? extends T>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
RouteMatch - Interface in org.forgerock.services.routing
Contains the result of routing to a particular route.
RouteMatcher<R> - Class in org.forgerock.services.routing
A matcher for evaluating whether a route matches the incoming request.
RouteMatcher() - Constructor for class org.forgerock.services.routing.RouteMatcher
 
RouteMatchers - Class in org.forgerock.http.routing
A utility class that contains methods for creating route matchers.
RouteMatchers - Class in org.forgerock.json.resource
A utility class that contains methods for creating route matchers.
Router - Class in org.forgerock.http.routing
A router which routes requests based on route matchers.
Router - Class in org.forgerock.json.resource
A router which routes requests based on route predicates.
Router() - Constructor for class org.forgerock.http.routing.Router
Creates a new router with no routes defined.
Router() - Constructor for class org.forgerock.json.resource.Router
Creates a new router with no routes defined.
Router(Router) - Constructor for class org.forgerock.http.routing.Router
Creates a new router containing the same routes and default route as the provided router.
Router(AbstractRouter<Router, Request, RequestHandler, ApiDescription>) - Constructor for class org.forgerock.json.resource.Router
Creates a new router containing the same routes and default route as the provided router.
Router.UriTemplate - Class in org.forgerock.json.resource
Represents a URI template string that will be used to match and route incoming requests.
RoutingMode - Enum in org.forgerock.http.routing
The algorithm which should be used when matching URI templates against request resource names.
rowEnd() - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Adds an optional space to visually delineate the end of a row in the generated markup.
RS256 - org.forgerock.json.jose.jws.JwsAlgorithm
RSA using SHA-256 hash algorithm.
RS384 - org.forgerock.json.jose.jws.JwsAlgorithm
RSA using SHA-384 hash algorithm.
RS512 - org.forgerock.json.jose.jws.JwsAlgorithm
RSA using SHA-512 hash algorithm.
RSA - org.forgerock.json.jose.jwe.JweAlgorithmType
RSA encryption algorithm.
RSA - org.forgerock.json.jose.jwk.KeyType
RSA key.
RSA - org.forgerock.json.jose.jws.JwsAlgorithmType
RSA signing algorithm.
RSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
RSA_KEY_TRANSPORT_ALGORITHM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name for the global default RSA key transport algorithm.
RSA_OAEP - org.forgerock.json.jose.jwe.JweAlgorithm
RSA in ECB mode with OAEP with SHA-1 and MGF1 padding.
RSA_OAEP_256 - org.forgerock.json.jose.jwe.JweAlgorithm
RSA in ECB mode with OAEP with SHA-256 and MGF1 with SHA-256 padding.
RSA_OAEP_PARAMETERS - Static variable in class org.forgerock.secrets.vault.VaultCipher
Vault only supports RSA encryption using OAEP and these specific parameters.
RSA15AES128CBCHS256EncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Deprecated.
Use RSAEncryptionHandler and AESCBCHMACSHA2ContentEncryptionHandler instead.
RSA15AES128CBCHS256EncryptionHandler(SigningManager) - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.RSA15AES128CBCHS256EncryptionHandler
Deprecated.
Constructs a new RSA15AES128CBCHS256EncryptionHandler.
RSA15AES256CBCHS512EncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Deprecated.
Use RSAEncryptionHandler and AESCBCHMACSHA2ContentEncryptionHandler instead.
RSA15AES256CBCHS512EncryptionHandler(SigningManager) - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.RSA15AES256CBCHS512EncryptionHandler
Deprecated.
Constructs a new RSA15AES256CBCHS512EncryptionHandler.
RSAEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Abstract base class for implementations of the RSAES-PKCS1-v1_5 and RSA-OAEP encryption schemes.
RSAEncryptionHandler(EncryptionMethod, JweAlgorithm) - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Constructs a new RSAEncryptionHandler instance.
RSAEncryptionHandler(EncryptionMethod, JweAlgorithm, Options) - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Constructs a new RSAEncryptionHandler instance with the given options.
RSAES_PKCS1_V1_5 - org.forgerock.json.jose.jwe.JweAlgorithm
Deprecated.
RSA1_5 is an insecure encryption mode. Use JweAlgorithm.RSA_OAEP_256 instead.
RsaJWK - Class in org.forgerock.json.jose.jwk
Implements a RsaJWK.
RsaJWK(String, String, String, String, String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(String, String, String, String, String, String, String, String, String, String, String, List<RsaJWK.PrimesInfo>, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(RSAPublicKey, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(RSAPublicKey, RSAPrivateCrtKey, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(RSAPublicKey, RSAPrivateKey, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK.Builder - Class in org.forgerock.json.jose.jwk
The RSA JWK builder.
RsaJWK.PrimesInfo - Class in org.forgerock.json.jose.jwk
Holds the other prime factors.
RsaPkcs1Sha256Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.RsaPkcs1Sha256Signature
RSA with SHA-256 and PKCS#1 v1.5 padding.
RsaPkcs1Sha384Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.RsaPkcs1Sha384Signature
RSA with SHA-384 and PKCS#1 v1.5 padding.
RsaPkcs1Sha512Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.RsaPkcs1Sha512Signature
RSA with SHA-512 and PKCS#1 v1.5 padding.
rsaPrivateCrtKey(RSAPrivateCrtKey) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Sets the RSA private certificate key.
rsaPrivateKey(RSAPrivateKey) - Method in class org.forgerock.json.jose.jwk.RsaJWK.Builder
Sets the RSA private key.
RSAPSS() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
 
RsaPssSha256Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.RsaPssSha256Signature
RSA with SHA-256 and PSS padding.
RsaPssSha384Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.RsaPssSha384Signature
RSA with SHA-384 and PSS padding.
RsaPssSha512Signature() - Constructor for class org.forgerock.secrets.vault.VaultSignature.RsaPssSha512Signature
RSA with SHA-512 and PSS padding.
RSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Deprecated.
RSASigningHandler(Key) - Constructor for class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Deprecated.
Constructs a new RSASigningHandler.
RSASigningHandler(Key, SignatureUtil) - Constructor for class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Deprecated.
Rule - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
Rule(String, String, String, Map) - Constructor for class com.sun.identity.policy.Rule
Deprecated.
Constructor to create a rule object with rule name, service name, resource name and actions.
Rule(String, String, Map) - Constructor for class com.sun.identity.policy.Rule
Deprecated.
Constructor to create a rule object with the service name, resource name and actions.
Rule(String, Map) - Constructor for class com.sun.identity.policy.Rule
Deprecated.
Constructor to create a rule object with the service name and actions.
RULE - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to rule.
ruleId(int) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Sets the the numeric ID which uniquely identifies this structure rule.
run() - Method in class com.sun.identity.security.AdminDNAction
 
run() - Method in class com.sun.identity.security.AdminPasswordAction
 
run() - Method in class com.sun.identity.security.AdminTokenAction
 
run() - Method in class com.sun.identity.security.DecodeAction
 
run() - Method in class com.sun.identity.security.DecryptAction
 
run() - Method in class com.sun.identity.security.EncodeAction
 
run() - Method in class com.sun.identity.security.EncryptAction
 
run() - Method in class org.forgerock.http.protocol.MdcAwareAction
 
run() - Method in interface org.forgerock.util.Action
Runs the action, throwing the Exception if necessary.
run(Runnable) - Method in class com.iplanet.am.util.ThreadPool
Runs a user defined task.
RuntimeExceptionHandler - Interface in org.forgerock.util.promise
A completion handler for consuming runtime exceptions which occur during the execution of asynchronous tasks.
rwLock - Static variable in class com.sun.identity.log.Logger
Deprecated.
Lock to prevent parallel writing and reading at the same time.
RxIo - Class in org.forgerock.opendj.io.rx
Utility class for creating reactive transports and sockets.
RxServerSocket<M,​S extends RxSocket<M>> - Interface in org.forgerock.opendj.io
A reactive server socket listens for incoming connections and binds them to a RxSocket.
RxSocket<M> - Interface in org.forgerock.opendj.io
A transport agnostic reactive socket abstraction.
RxTransport<M,​S extends RxSocket<M>> - Interface in org.forgerock.opendj.io
Factory interface for creating reactive client and server sockets.

S

S256 - org.forgerock.oauth.clients.oauth2.PkceMethod
The code challenge is a SHA-256 hash of the code verifier.
SAE_APP_SECRET_LIST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
List of SAE appliation name to encrypted secret mapping.
SAE_CMD_LOGOUT - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE command SAE_PARAM_CMD
SAE_CONFIG_CACHE_KEYS - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Flag to indicate whether keys should be cached in memory once retrieved from the keystore.
SAE_CONFIG_DATA_ENCRYPTION_ALG - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : data encryption algorithm.
SAE_CONFIG_ENCRYPTION_KEY_STRENGTH - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : data encryption key strength.
SAE_CONFIG_KEYSTORE_FILE - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Location of the keystore to access keys from for asymmetric crypto.
SAE_CONFIG_KEYSTORE_PASS - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Password to open the keystrore.
SAE_CONFIG_KEYSTORE_TYPE - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : keystore type.
SAE_CONFIG_PRIVATE_KEY - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Private key for asymmetric signing.
SAE_CONFIG_PRIVATE_KEY_ALIAS - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Private key alias for asymmetric signing.
SAE_CONFIG_PRIVATE_KEY_PASS - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Password to access the private key.
SAE_CONFIG_PUBLIC_KEY_ALIAS - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Public key for asymmetric signature verification.
SAE_CONFIG_SHARED_SECRET - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : shared secret constant - used internally in FM.
SAE_CONFIG_SIG_VALIDITY_DURATION - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Config : Signature validity : since timetamp on signature.
SAE_CRYPTO_TYPE - Static variable in class com.sun.identity.sae.api.SecureAttrs
Crypto types supported.
SAE_CRYPTO_TYPE_ASYM - Static variable in class com.sun.identity.sae.api.SecureAttrs
Crypto type : Symmetric : shared secret based trust between parties.
SAE_CRYPTO_TYPE_SYM - Static variable in class com.sun.identity.sae.api.SecureAttrs
Crypto type : Asymmetric : PKI based trust.
SAE_IDP_ENTITYID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SAE_IDP_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP SAE endpoint url.
SAE_IDPAPP_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SAE_PARAM_APPRETURN - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter used to comunicate to FM where to redirect after a global logout is completed.
SAE_PARAM_APPSLORETURNURL - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter used to communicate to SP to return to specified url upon Logout completion.
SAE_PARAM_AUTHLEVEL - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter representing the session's authentication level.
SAE_PARAM_CMD - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter representing a command.
SAE_PARAM_DATA - Static variable in class com.sun.identity.sae.api.SecureAttrs
HTTP parameter name used to send and receive secure attribute data.
SAE_PARAM_ERROR - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter used to comunicate errors.
SAE_PARAM_IDPAPPURL - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter used to identify the IDP app (Asserting party) IDP : populates this parameter to identify itself.
SAE_PARAM_SIGN - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter internally used by FM for storing signature data.
SAE_PARAM_SPAPPURL - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter representing the requested SP app to be invoked.
SAE_PARAM_TS - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter internally used by FM for storing token timestamp.
SAE_PARAM_USERID - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter representing the authenticated user.
SAE_REALM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
HTTP parameters that will be passed to SAE auth modules.
SAE_SP_LOGOUT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP SAE logout url.
SAE_SP_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP SAE endpoint url.
SAE_XMETA_PKEY_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAE : Derived from SAML2 meta
SAE_XMETA_SECRET - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAE : Extended meta param : shared secret for symmetric crypto
SAE_XMETA_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAE : Extended meta param : SPApp url
SAML_ART - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
Parameter name for SAML artifact in http request.
SAML_ART - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Parameter name for SAML artifact in http request.
SAML_DECRYPTION_DEBUG_MODE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property to determine whether SAML SP Decryption Debug mode has been enabled.
SAML_FAILOVER_ERROR_CODE - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
SAML failover error localisation key.
SAML_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML namespace declaration URI
SAML_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML namespace prefix
SAML_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML namespace URI
SAML_PROXY_IDP_RESPONSE_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name used to store the remote IdP's SAML response as an attribute of the HttpServletRequest.
SAML_REQUEST - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
SAMLRequest query parameter name
SAML_REQUEST - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAMLRequest query parameter name
SAML_RESPONDER - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
Status code: samlp:Responder
SAML_RESPONSE - Static variable in interface com.sun.identity.federation.common.IFSConstants
Deprecated.
SAMLResponse query parameter name
SAML_RESPONSE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAMLResponse query parameter name
SAML_STATEMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML Statement
SAML_TOKEN - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
SAML Token profile is specified.
SAML_VERIFY_ERROR_CODE - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
SAML verification error localisation key.
SAML2 - org.forgerock.am.cts.api.tokens.TokenType
SAML2 token type.
SAML2 - org.forgerock.oauth2.core.GrantType
SAML2 Grant.
SAML2 - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAML2 data store provider name.
SAML2_CLIENT_BUNDLE_NAME - Static variable in class org.forgerock.am.saml2.impl.Saml2ClientConstants
The name of the SAML2 Client resource bundle.
SAML2_CREDENTIAL_RESOLVER_PROPERTY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
The property name for setting custom SAML2 credential resolver implementation.
SAML2_END_TAG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for SAML2 end tag
SAML2_NAMEID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for saml2-nameid URI
SAML2_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
SAML2 Protocol namespace URI.
SAML2_REQUEST_JWT_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
The type (typ) value to set on the SAML2 request JWT claimset.
SAML2_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
Saml2ClientConstants - Class in org.forgerock.am.saml2.impl
Constants used by the SAML2 Client implementation.
Saml2ClientModule - Class in org.forgerock.am.saml2.impl
Guice module containing bindings for SAML2 client APIs.
Saml2ClientModule() - Constructor for class org.forgerock.am.saml2.impl.Saml2ClientModule
 
SAML2Config - Class in org.forgerock.openam.sts.config.user
Encapsulates the configuration state necessary to produce SAML2 assertions.
SAML2Config.SAML2ConfigBuilder - Class in org.forgerock.openam.sts.config.user
Builder used to programmatically create SAML2Config objects
SAML2Constants - Interface in com.sun.identity.saml2.common
This interface defines constants common to all SAMLv2 elements.
SAML2Constants.ScriptParams - Class in com.sun.identity.saml2.common
Constants for SAML2 scripted plugins
SAML2Exception - Exception in com.sun.identity.saml2.common
This class is an extension point for all SAML related exceptions.
SAML2Exception(String) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
Constructs a new SAML2Exception with the given message.
SAML2Exception(String, String, Object...) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
Constructs a new SAML2Exception without a nested Throwable.
SAML2Exception(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
Constructs an SAML2Exception with given Throwable.
SAML2ID_PREFIX - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SAML2IdentityProviderAdapter - Interface in com.sun.identity.saml2.plugins
Deprecated, for removal: This API element is subject to removal in a future version.
since AM 7.3.0 Implement use-case specific IDPAdapter implementations instead.
SAML2IDPFinder - Interface in com.sun.identity.saml2.plugins
Deprecated, for removal: This API element is subject to removal in a future version.
since AM 7.3.0 Implement use-case specific IDPFinder implementations instead.
SAML2InvalidNameIDPolicyException - Exception in com.sun.identity.saml2.common
This class is an extension point for all SAML related exceptions.
SAML2InvalidNameIDPolicyException(String) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
Constructs a new SAML2InvalidNameIDPolicyException with the given message.
SAML2InvalidNameIDPolicyException(String, String, Object[]) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
Constructs a new SAML2InvalidNameIDPolicyException without a nested Throwable.
SAML2InvalidNameIDPolicyException(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
Constructs an SAML2InvalidNameIDPolicyException with given Throwable.
SAML2InvalidUserException - Exception in com.sun.identity.saml2.common
This class is an extension point for invalid usernames in the SAML flow.
SAML2InvalidUserException(String) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidUserException
Constructs a new SAML2InvalidUserException with the given message.
SAML2InvalidUserException(String, String, Object...) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidUserException
Constructs a new SAML2InvalidUserException without a nested Throwable.
SAML2InvalidUserException(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidUserException
Constructs an SAML2InvalidUserException with given Throwable.
SAML2MetaUtils - Class in com.sun.identity.saml2.meta
The SAML2MetaUtils provides metadata related util methods.
Saml2Options - Class in org.forgerock.am.saml2.api
This class contains the currently available options that can control the SAML2 flows.
Saml2Proxy - Class in org.forgerock.am.saml2.impl
Called on the way back into the SAML2 Authentication Module by the saml2AuthAssertionConsumer jsp.
Saml2ResponseData - Class in org.forgerock.am.saml2.impl
Response data from SAML2 IDP, combined here for ease of access.
Saml2ResponseData() - Constructor for class org.forgerock.am.saml2.impl.Saml2ResponseData
Dummy creator, used by databinder to generate this POJO.
Saml2ResponseData(String, Subject, Assertion, ResponseInfo, AuthnRequest) - Constructor for class org.forgerock.am.saml2.impl.Saml2ResponseData
Combine a new set of SAML2 response data as a single object.
SAML2SDKUtils - Class in com.sun.identity.saml2.common
The SAML2SDKUtils contains utility methods for SAML 2.0 implementation.
SAML2SDKUtils() - Constructor for class com.sun.identity.saml2.common.SAML2SDKUtils
Protected contstructor.
SAML2ServiceProviderAdapter - Class in com.sun.identity.saml2.plugins
Deprecated, for removal: This API element is subject to removal in a future version.
since AM 7.3.0 Implement use-case specific SPAdapter implementations instead.
SAML2ServiceProviderAdapter() - Constructor for class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Deprecated.
 
Saml2SpSsoInitiator - Class in org.forgerock.am.saml2.impl
Initiates SAML2 single sign-on on the service provider side.
Saml2SpSsoInitiator(SAML2MetaManager, CookieUtilsWrapper, AuthnRequestUtils) - Constructor for class org.forgerock.am.saml2.impl.Saml2SpSsoInitiator
Constructor.
Saml2SsoException - Exception in org.forgerock.am.saml2.api
An exception type that highlights that an issue has occurred during SAML2 single sign-on.
Saml2SsoException(String) - Constructor for exception org.forgerock.am.saml2.api.Saml2SsoException
Constructor.
Saml2SsoException(String, Throwable) - Constructor for exception org.forgerock.am.saml2.api.Saml2SsoException
Constructor.
Saml2SsoInitiator - Interface in org.forgerock.am.saml2.api
This interface exposes APIs to allow callers to initiate SAML2 Single Sign-on flows when AM acts as a service provider.
Saml2SsoResponseUtils - Class in org.forgerock.am.saml2.impl
Utility methods for working with SAML2 SSO responses.
Saml2SsoResponseUtils(SAML2MetaManager) - Constructor for class org.forgerock.am.saml2.impl.Saml2SsoResponseUtils
Constructor.
Saml2SsoResult - Class in org.forgerock.am.saml2.profile
This POJO contains information collated during SAML2 response processing.
Saml2SsoResult(String, NameID, Set<PrivateKey>, boolean) - Constructor for class org.forgerock.am.saml2.profile.Saml2SsoResult
Constructor.
SAML2SubjectConfirmation - Enum in org.forgerock.openam.sts.token
Enum defining the SAML2 SubjectConfirmation values used in the REST-STS and the TokenGenerationService.
SAML2Utils - Class in com.sun.identity.saml2.common
The SAML2Utils contains utility methods for SAML 2.0 implementation.
SAMLConstants - Class in com.sun.identity.saml.common
This is a common class defining some constants common to all SAML elements.
SAMLException - Exception in com.sun.identity.saml.common
This class is an extension point for all SAML related exceptions.
SAMLException(String) - Constructor for exception com.sun.identity.saml.common.SAMLException
Constructs an SAMLException with a message.
SAMLException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLException
Constructs a new SAMLException without a nested Throwable.
SAMLException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLException
Constructs an SAMLException with given Throwable.
SAMLP_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML2 protocol namespace declaration
SAMLP_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML2 Protocol namespace prefix
SAMLP_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SAML2 protocol namespace URI
SAMLPlugin - Interface in org.forgerock.openam.saml2.plugins
The marker interface that all the federation plugins should extend from.
SAMLRequesterException - Exception in com.sun.identity.saml.common
This exception is thrown when the request could not be performed due to an error in the sender or in the request.
SAMLRequesterException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
Constructs an SAMLRequesterException with a message.
SAMLRequesterException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
Constructs a new SAMLRequesterException without a nested Throwable.
SAMLRequesterException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
Constructs an SAMLRequesterException with given Throwable.
SAMLResponderException - Exception in com.sun.identity.saml.common
This exception is thrown when the request could not be performed due to an error at the receiving end.
SAMLResponderException(String) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
Constructs an SAMLResponderException with a message.
SAMLResponderException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
Constructs a new SAMLResponderException without a nested Throwable.
SAMLResponderException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
Constructs an SAMLResponderException with given Throwable.
SAMLUtils - Class in com.sun.identity.saml.common
This class contains some utility methods for processing SAML protocols.
SAMLVersionMismatchException - Exception in com.sun.identity.saml.common
This exception is thrown when the receiver could not process the request because the version was incorrect.
SAMLVersionMismatchException(String) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
Constructs an SAMLVersionMismatchException with a message.
SAMLVersionMismatchException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
Constructs a new SAMLVersionMismatchException without a nested * Throwable.
SAMLVersionMismatchException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
Constructs an SAMLVersionMismatchException with given Throwable.
sanitisePurposeLabel(String) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Remove illegal characters from a purpose label.
SASL_BIND_IN_PROGRESS - org.forgerock.opendj.ldap.ResultCode.Enum
 
SASL_BIND_IN_PROGRESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used for intermediate responses in multi-stage SASL bind operations.
SASL_MECHANISM_NAME_ANONYMOUS - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses anonymous access and having the name "ANONYMOUS".
SASL_MECHANISM_NAME_CRAM_MD5 - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses CRAM-MD5 authentication and having the name "CRAM-MD5".
SASL_MECHANISM_NAME_DIGEST_MD5 - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses DIGEST-MD5 authentication and having the name "DIGEST-MD5".
SASL_MECHANISM_NAME_EXTERNAL - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses external authentication and having the name "EXTERNAL".
SASL_MECHANISM_NAME_GSSAPI - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses GSS-API authentication and having the name "GSSAPI".
SASL_MECHANISM_NAME_PLAIN - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses PLAIN authentication and having the name "PLAIN".
SASL_MECHANISM_NAME_SCRAM_SHA_256 - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses SCRAM-SHA-256 authentication and having the name "SCRAM-SHA-256".
SASL_MECHANISM_NAME_SCRAM_SHA_512 - Static variable in interface org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses SCRAM-SHA-512 authentication and having the name "SCRAM-SHA-512".
saslClientSocket(RxSocket<ByteBuffer>, SaslClient) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds a SASL QOP client layer to an underlying socket using the provided authenticated SaslClient.
SaslRxSocket - Class in org.forgerock.opendj.io.rx
A reactive socket which adds SASL QOP to an underlying reactive socket..
saslServerSocket(RxSocket<ByteBuffer>, SaslServer) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds a SASL QOP server layer to an underlying socket using the provided authenticated SaslServer.
satisfy(CaveatVerifier) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies a general 1st-party caveat with the given verifier.
satisfyAudience(String...) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Satisfies any audience ("aud") caveat in the macaroon that contains at least one of the given audience values.
satisfyAudience(Collection<String>) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Satisfies any audience ("aud") caveat in the macaroon that contains at least one of the given audience values.
satisfyClientCertificate(X509Certificate) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Satisfies any caveat that requires the macaroon is only used on a channel that has been authenticated with a given X.509 client certificate.
satisfyExact(String) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies any 1st-party caveat whose identifier exactly matches the given string.
satisfyExpiryTime(Instant) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies expiry time caveats of the form time < 2020-01-01T09:32:27Z.
satisfyExpiryTime(Instant, Duration) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Constructs a caveat verifier that will verify any expiry time caveats of the form: "exp": time - checks that the current time is less than the given time.
satisfyExpiryTime(Instant, Duration) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies expiry time caveats of the form time < 2020-01-01T09:32:27Z.
satisfyJsonCaveat(String, Predicate<JsonValue>) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Adds a verifier for a caveat specified as a JSON field.
satisfyNotBeforeTime(Instant, Duration) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Constructs a caveat verifier that will verify any not-before time caveats of the form: "nbf": time - checks that the current time is more than the given time.
satisfyPattern(String) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies any 1st-party caveat that matches the given regular expression.
satisfyPattern(Pattern) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies any 1st-party caveat that matches the given regular expression.
satisfyThirdParty(Iterable<Macaroon>) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies one or more 3rd-party caveats using the given discharge macaroons.
satisfyThirdParty(Macaroon) - Method in class org.forgerock.macaroons.MacaroonVerifier
Satisfies a 3rd-party caveat using the given discharge macaroon.
satisfyTimeOfUse(Instant) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Constructs a caveat verifier that will verify a set of time of use caveats: "exp": time - checks that the current time is less than the given time.
satisfyTimeOfUse(Instant, Duration) - Method in class org.forgerock.macaroons.JsonCaveatVerifier
Constructs a caveat verifier that will verify a set of time of use caveats: "exp": time - checks that the current time is less than the given time.
save(Session, Response) - Method in interface org.forgerock.http.session.SessionManager
Deprecated.
Saves the session into the provided response.
saveAsync(Session, Response) - Method in interface org.forgerock.http.session.AsyncSessionManager
Saves the session into the provided response.
scalable() - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Forces the bloom filter to be a Scalable Bloom Filter which can expand to arbitrary capacity.
schedule(Runnable, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
scheduleAtFixedRate(TimeoutScheduler.TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Schedules the task for periodic invocation.
scheduleTask(Runnable) - Static method in class com.sun.identity.sm.SMSThreadPool
Schedule a task for SMSThreadPool to run.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
schema() - Static method in class org.forgerock.api.models.Schema
Create a new Builder for Schema.
schema(String, Object) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema by json key-value pairs.
schema(Schema) - Method in class org.forgerock.api.models.ApiError.Builder
Set the schema.
schema(JsonValue) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema.
Schema - Class in org.forgerock.api.models
Class that represents the Schema type in API descriptor.
Schema - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure that holds information about the components of the LDAP schema.
Schema - Annotation Type in org.forgerock.api.annotations
Specify a schema for the element that is being described.
SCHEMA - org.forgerock.am.config.Listener.ConfigType
 
SCHEMA_LOCATION_ATTR - Static variable in class com.sun.identity.xacml.common.XACMLConstants
The xsi:schemeLocation attribute name.
Schema.Builder - Class in org.forgerock.api.models
A builder class for Schema instances.
SchemaBuilder - Class in org.forgerock.opendj.ldap.schema
Schema builders should be used for incremental construction of new schemas.
SchemaBuilder() - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default compatibility options.
SchemaBuilder(String) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default compatibility options.
SchemaBuilder(Entry) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder containing all of the schema elements contained in the provided subschema subentry.
SchemaBuilder(Schema) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder containing all of the schema elements from the provided schema and its compatibility options.
SchemaBuilder.SchemaBuilderHook - Interface in org.forgerock.opendj.ldap.schema
Allows to perform modifications on element's builders before adding the result to this schema builder.
schemaChanged(String, String) - Method in interface com.sun.identity.sm.ServiceListener
This method will be invoked when a service's schema has been changed.
SchemaElement - Interface in org.forgerock.opendj.ldap.schema
Interface for schema elements.
SchemaException - Exception in com.sun.identity.sm
The SchemaException is thrown if the error encountered is related to the schema.
SchemaException() - Constructor for exception com.sun.identity.sm.SchemaException
Constructs an SchemaException with no specified detail message.
SchemaException(String) - Constructor for exception com.sun.identity.sm.SchemaException
Constructs an SchemaException with the specified detail message.
SchemaException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.SchemaException
Constructs an SchemaException with the specified error code.
schemaFor(Class<?>) - Static method in class org.forgerock.api.jackson.JacksonUtils
Obtain the JsonSchema for a type, using the extended schema classes that are in this package.
SchemaOptions - Class in org.forgerock.opendj.ldap.schema
Common options for LDAP schemas.
SchemaResolver - Interface in org.forgerock.opendj.ldap
Schema resolvers are included with a set of DecodeOptions in order to allow application to control how Schema instances are selected when decoding requests and responses.
schemaResource() - Method in annotation type org.forgerock.api.annotations.Schema
A classpath resource that contains a JSON Schema structure to be used.
SchemaType - Class in com.sun.identity.sm
The class SchemaType defines the types of schema objects, and provides static constants for these schema objects.
SchemaType(String) - Constructor for class com.sun.identity.sm.SchemaType
 
SchemaValidationPolicy - Class in org.forgerock.opendj.ldap.schema
This class provides various schema validation policy options for controlling how entries should be validated against the directory schema.
SchemaValidationPolicy.Action - Enum in org.forgerock.opendj.ldap.schema
An enumeration of the possible actions which can be performed when a schema validation failure is encountered.
scheme - Variable in class org.forgerock.http.header.WwwAuthenticateHeader.Challenge
The type of the authentication option.
sclient - Static variable in class com.sun.identity.idm.IdRepoListener
 
scope() - Method in annotation type org.forgerock.openam.annotations.sm.Config
The scope of the service configuration.
scope(String) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Adds the scope to the requested set of scopes.
SCOPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
e.g.
ScopeEvaluator - Interface in org.forgerock.oauth2.core.plugins
A plugin or (extension point) that evaluates and returns an OAuth2 access token's scope information.
scopes(Set<String>) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
Adds the set of requested scopes to the request.
scopes(Set<String>) - Method in class org.forgerock.am.oauth2.AccessTokenResponse.Builder
Sets the scopes associated with access token.
SCOPES - Static variable in class org.forgerock.openam.oauth2.ResourceSetDescription
 
ScopeValidator - Interface in org.forgerock.oauth2.core.plugins
A plugin or (extension point) that allows the OAuth2 provider to customise the set of requested scopes for authorize, access token, refresh token and back channel authorize requests.
ScopeValidator - Interface in org.forgerock.oauth2.core
Deprecated.
since 7.2.0
Scoping - Interface in com.sun.identity.saml2.protocol
This interface defines methods to retrieve Identity Providers and context/limitations related to proxying of the request message.
SCOPING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Scoping Element.
SCOPING - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SCRAM_SHA_256 - Static variable in class org.forgerock.opendj.security.ScramMechanism
The SCRAM-SHA-256 algorithm.
SCRAM_SHA_512 - Static variable in class org.forgerock.opendj.security.ScramMechanism
The SCRAM-SHA-512 algorithm.
ScramCredential - Class in org.forgerock.opendj.security
The SCRAM credential data persisted in the server using the representation described in RFC 5803 which is a specialization of RFC 3112.
ScramCredentialCallback - Class in org.forgerock.opendj.security
Server-side callback for obtaining the stored SCRAM credential for a given user and mechanism.
ScramMechanism - Class in org.forgerock.opendj.security
SASL/SCRAM client and server implementations as specified in RFC 5802.
SCRIPT - com.sun.identity.sm.AttributeSchema.Syntax
The SCRIPT attribute syntax specifies that the attribute is of multi-lined text type and more specifically a script.
SCRIPTED_IDP_ADAPTER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name used for binding the scripted IDPAdapter to the guice module.
SCRIPTED_IDP_ATTRIBUTE_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name used for binding the scripted IDPAttributeMapper to the guice module.
SCRIPTED_SP_ADAPTER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name used for binding the scripted SPAdapter to the guice module.
ScriptedIdentity - Class in org.forgerock.openam.scripting.api.identity
A wrapper class to limit an authentication script's exposure to a AmIdentity object
ScriptedIdentityRepository - Class in org.forgerock.openam.scripting.api.identity
A repository to retrieve user information within a scripting module's script
ScriptedSecrets - Class in org.forgerock.openam.scripting.api.secrets
A wrapper around the Secrets API that allows a simplified interface to access secrets from a scripting context.
ScriptedSecrets(Secrets, Realm) - Constructor for class org.forgerock.openam.scripting.api.secrets.ScriptedSecrets
Constructor.
ScriptedSecrets(Secrets, Realm, Set<String>) - Constructor for class org.forgerock.openam.scripting.api.secrets.ScriptedSecrets
Constructor.
ScriptEntitlementInfo - Class in com.sun.identity.saml2.plugins.scripted
This class wraps around an EntitlementInfo object for consumption in scripts.
ScriptEntitlementInfo(EntitlementInfo) - Constructor for class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
Create a new ScriptEntitlementInfo that wraps the provided EntitlementInfo.
scriptingApi() - Method in annotation type org.forgerock.openam.annotations.Evolving
Setting this parameter to true for a Evolving ElementType.METHOD allows this method to be used by scripts when it's ElementType.TYPE is provided as a binding and additional scripting features are enabled.
scriptingApi() - Method in annotation type org.forgerock.openam.annotations.EvolvingAll
When a ElementType.TYPE has this parameter set to true, all of its methods are available for use as script bindings when scripting additional features is enabled.
scriptingApi() - Method in annotation type org.forgerock.openam.annotations.Supported
Setting this parameter to true for a Supported ElementType.METHOD allows this method to be used by scripts when it's ElementType.TYPE is provided as a binding and additional scripting features are enabled.
scriptingApi() - Method in annotation type org.forgerock.openam.annotations.SupportedAll
When a ElementType.TYPE has this parameter set to true, all of its methods are available for use as script bindings when scripting additional features is enabled.
ScriptParams() - Constructor for class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
ScriptPropertyResolver - Interface in org.forgerock.openam.scripting.api
Resolver for getting properties in scripts.
SCRIPTSELECT - com.sun.identity.sm.AttributeSchema.UIType
The SCRIPTSELECT attribute type specifies that the attribute should be displayed as drop down widget.
SDK_CLASS_MAPPING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SDK_CLASS_MAPPING - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant key for XACML SDK class mapping
search(SSOToken, IdType, CrestQuery, int, int, Set<String>, boolean, int, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.idm.IdRepo
Search for specific type of identities using a CrestQuery object instead of a string.
search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search parameters.
search(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(EntryReader, SearchRequest) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a filtered view of input containing only those entries which match the search base DN, scope, and filtered defined in search.
search(EntryReader, SearchRequest, Schema) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a filtered view of input containing only those entries which match the search base DN, scope, and filtered defined in search.
SEARCH - org.forgerock.opendj.ldap.messages.Request.RequestType
 
SEARCH_FAILED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
SEARCH_OPERATION_NOT_SUPPORTED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchForIdentity(IdType, String) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Returns the AMIdentity object for the given type, name and realm.
searchIdentities(IdType, String, IdSearchControl) - Method in class com.sun.identity.idm.AMIdentityRepository
Search for identities of certain types from each plugin and returns a combined result.
searchIdentities(IdType, String, IdSearchControl) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Search for identities of certain types from each plugin and returns a combined result.
searchIdentities(IdType, CrestQuery, IdSearchControl) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Searches for identities of certain types from each plugin and returns a combined result Note: The AMIdentity objects representing IdType.REALM can be used for services related operations only.
searchIdentitiesByUsername(IdType, String, IdSearchControl) - Method in interface org.forgerock.am.identity.persistence.IdentityStore
Search for a single identity based on the identity of certain types from each plugin.
SearchRequest - Interface in org.forgerock.opendj.ldap.messages
The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.
SearchResultEntry - Interface in org.forgerock.opendj.ldap.messages
A Search Result Entry represents an entry found during a Search operation.
SearchResultHandler - Interface in org.forgerock.opendj.ldap
A completion handler for consuming the results of a Search operation.
SearchResultReference - Interface in org.forgerock.opendj.ldap.messages
A Search Result Reference represents an area not yet explored during a Search operation.
SearchResultReferenceIOException - Exception in org.forgerock.opendj.ldap
Thrown when an iteration over a set of search results using a ConnectionEntryReader encounters a SearchResultReference.
SearchResultReferenceIOException(SearchResultReference) - Constructor for exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
Creates a new referral result IO exception with the provided SearchResultReference.
searchResults - Variable in class com.sun.identity.idm.IdSearchResults
 
SearchScope - Class in org.forgerock.opendj.ldap
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is used to specify the scope of a Search operation.
SearchScope.Enum - Enum in org.forgerock.opendj.ldap
Contains equivalent values for the SearchScope values.
searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server for a single entry using the provided search parameters.
searchSingleEntry(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search parameters.
searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntry(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntry(SearchRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server for a single entry using the provided search request.
searchSingleEntryAsync(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server for a single entry using the provided search request.
searchUser(IdentityStore, Map<String, Set<String>>) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AccountProvider
Search for a user given a map of attributes.
SECOND_DELIM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SECONDARY_SERVERS - Static variable in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
Specifies a list of servers that will be used in place of primary servers when all primary servers are unavailable.
Secret - Class in org.forgerock.openam.scripting.api.secrets
Value object that models a secret as a value.
Secret - Class in org.forgerock.secrets
A secret is any piece of data that should be kept confidential.
Secret(GenericSecret) - Constructor for class org.forgerock.openam.scripting.api.secrets.Secret
Default constructor exposing required dependencies.
Secret(SecretBuilder) - Constructor for class org.forgerock.secrets.Secret
Constructs the secret using the given builder.
SECRET - org.forgerock.secrets.keys.KeyType
A symmetric secret key.
SECRET_ID_IDENTIFIER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
This is the unique identifier for assigning secret IDs to an entity role in the secret stores.
SecretBuilder - Class in org.forgerock.secrets
Provides a uniform way for secrets providers to construct secrets and keys.
SecretBuilder() - Constructor for class org.forgerock.secrets.SecretBuilder
 
SecretConfigurationException - Exception in org.forgerock.openam.secrets
An exception that occured when reading the configuration of the secret API.
SecretConfigurationException(String) - Constructor for exception org.forgerock.openam.secrets.SecretConfigurationException
Construct a new exception.
SecretConfigurationException(String, Throwable) - Constructor for exception org.forgerock.openam.secrets.SecretConfigurationException
Constructs the configuration exception with the given message and cause.
SecretConstraint<T extends Secret> - Interface in org.forgerock.secrets
Interface for constraints on a secret that must be satisfied for a given Purpose.
SecretDecoder - Interface in org.forgerock.secrets
Specifies how data retrieved from a SecretStore should be decoded into a secret object.
SecretECDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Elliptic Curve Digital Signature Algorithm (ECDSA) signing and verification.
SecretECDSASigningHandler(SigningKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretECDSASigningHandler
Constructs a new SecretECDSASigningHandler for creating signature with the given signingKey.
SecretECDSASigningHandler(VerificationKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretECDSASigningHandler
Constructs a new SecretECDSASigningHandler for verifying signature with the given verificationKey.
SecretEdDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Signing handler for Edwards Curve DSA (EdDSA) as defined in RFC 8037.
SecretEdDSASigningHandler(SigningKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretEdDSASigningHandler
Initializes the handler for signing with the given key.
SecretEdDSASigningHandler(VerificationKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretEdDSASigningHandler
Initializes the handler for verifying with the given key.
SecretException - Exception in org.forgerock.openam.secrets
A class of exception arising from use of the secrets API.
SecretException(String) - Constructor for exception org.forgerock.openam.secrets.SecretException
Construct a secret exception with the given message.
SecretException(String, Throwable) - Constructor for exception org.forgerock.openam.secrets.SecretException
Construct a secret exception with the given message and cause.
secretFormat() - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
The format of the secret data to use when decoding the secret value.
SecretHmacSigningHandler - Class in org.forgerock.json.jose.jws.handlers
An implementation of the SigningHandler which can sign and verify using algorithms from the HMAC family.
SecretHmacSigningHandler(SigningKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretHmacSigningHandler
Constructs a new SecretHmacSigningHandler for creating signature with the given signingKey.
SecretHmacSigningHandler(VerificationKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretHmacSigningHandler
Constructs a new SecretHmacSigningHandler for verifying signature with the given verificationKey.
secretId() - Method in interface org.forgerock.openam.secrets.config.PurposeMapping
The label of the purpose that this store can provide a secret for.
secretId(String, String) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Returns the secret ID formatted to include the sanitized instance name as well.
SecretIdChoiceValues - Class in org.forgerock.openam.secrets
A ChoiceValues implementation that fetches the names of all known purposes.
SecretIdChoiceValues(SecretIdRegistry) - Constructor for class org.forgerock.openam.secrets.SecretIdChoiceValues
 
SecretIdProvider - Interface in org.forgerock.openam.secrets
This interface allows AM's modules/components to easily expose which secret IDs they are using.
SecretInitialisationException - Exception in org.forgerock.openam.secrets
An exception that occurred when initialising the secret API.
SecretInitialisationException(String, Throwable) - Constructor for exception org.forgerock.openam.secrets.SecretInitialisationException
Construct a new exception.
SecretInstantiationException - Exception in org.forgerock.openam.secrets
An exception that represents an inability to instantiate a secret object.
SecretInstantiationException(String, Throwable) - Constructor for exception org.forgerock.openam.secrets.SecretInstantiationException
Create an instantiation exception.
secretKey(Key) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret key for this object.
SecretKeyPropertyFormat - Class in org.forgerock.secrets.propertyresolver
Wraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys using some algorithm.
SecretKeyPropertyFormat(SecretPropertyFormat, String) - Constructor for class org.forgerock.secrets.propertyresolver.SecretKeyPropertyFormat
Initialises the format with the given raw generic secret format and the given key algorithm.
SecretPropertyFormat - Interface in org.forgerock.secrets.propertyresolver
Defines the format of secrets loaded from configuration properties.
SecretReference<T extends Secret> - Class in org.forgerock.secrets
A long-lived reference to an active or named secret.
SecretReference(SecretsProvider, Purpose<T>) - Constructor for class org.forgerock.secrets.SecretReference
SecretReference(SecretsProvider, Purpose<T>, Clock) - Constructor for class org.forgerock.secrets.SecretReference
SecretRSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
An Secret-based implementation of the SigningHandler which can sign and verify using algorithms from the RSA family.
SecretRSASigningHandler(SigningKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretRSASigningHandler
Constructs a new SecretRSASigningHandler for creating signature with the given signingKey.
SecretRSASigningHandler(VerificationKey) - Constructor for class org.forgerock.json.jose.jws.handlers.SecretRSASigningHandler
Constructs a new SecretRSASigningHandler for verifying signature with the given verificationKey.
Secrets - Class in org.forgerock.openam.secrets
The top-level API to obtain secrets in AM.
Secrets(AnnotatedServiceRegistry, DirectoryWatcher) - Constructor for class org.forgerock.openam.secrets.Secrets
DI constructor for the Secrets class.
SecretsApiBearerTokenCredentials - Class in org.forgerock.secrets.gcpkms
Provides Google SDK credentials from the secrets API.
SecretsApiBearerTokenCredentials(Function<URI, SecretReference<GenericSecret>>) - Constructor for class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
Initialises the credentials with the given mapping from URIs to bearer token references.
SecretsApiBearerTokenCredentials(SecretReference<GenericSecret>) - Constructor for class org.forgerock.secrets.gcpkms.SecretsApiBearerTokenCredentials
Initialises the credentials with a single bearer token to use for all URIs.
SecretSigningHandler - Class in org.forgerock.json.jose.jws.handlers
Provides Secret-based signing and verification code base.
SecretsJwtTokenHandler - Class in org.forgerock.json.jose.tokenhandler
Token handler for creating tokens using a JWT as the store.
SecretsJwtTokenHandler(JweAlgorithm, EncryptionMethod, JwsAlgorithm, Optional<Long>, KeyPair, SigningManager, Purpose<SigningKey>, Purpose<VerificationKey>, Clock) - Constructor for class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler
Deprecated.
SecretsJwtTokenHandler.Builder - Class in org.forgerock.json.jose.tokenhandler
Builder pattern object for configuring a SecretsJwtTokenHandler.
SecretsKeyManager - Class in org.forgerock.secrets
An X509ExtendedKeyManager implementation that gets keys and certificates from a SecretsProvider.
SecretsKeyStoreProvider - Class in org.forgerock.secrets
A Java security provider that exposes a KeyStore view of a secret store.
SecretsKeyStoreProvider() - Constructor for class org.forgerock.secrets.SecretsKeyStoreProvider
Default constructor.
SecretsLoadStoreParameter - Class in org.forgerock.secrets
Class used to initialise the keystore when it is initialised via the standard Java interfaces.
SecretsLoadStoreParameter(SecretsProvider, Purpose<? extends CryptoKey>, Clock) - Constructor for class org.forgerock.secrets.SecretsLoadStoreParameter
Initialises the keystore with the given secrets API objects.
secretsPropertyResolver(SecretsProvider) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a resolver that looks up GenericSecrets from the given SecretsProvider and converts them to UTF-8 strings.
secretsProvider - Variable in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
SecretsProvider capable of providing the secret.
secretsProvider(SecretsProvider) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Configures the SecretsProvider from which to retrieve signing and encryption keys.
SecretsProvider - Class in org.forgerock.secrets
The secrets provider is used to get hold of active, named or valid secret objects.
SecretsProvider() - Constructor for class org.forgerock.secrets.SecretsProvider
Deprecated.
Prefer using SecretsProvider(Clock) and provide your own clock instance.
SecretsProvider(Clock) - Constructor for class org.forgerock.secrets.SecretsProvider
Constructs a SecretsProvider, using the provided clock to check if a secret has expired.
SecretsProviderFacade - Class in org.forgerock.openam.secrets
A facade around SecretsProvider instances from the realm and global levels that will delegate correctly to the global provider when a secret is not found in the realm, and knows how to resolve secrets for a DefaultingPurpose.
SecretsProviderJwtCryptographyHandler - Class in org.forgerock.jaspi.modules.session.jwt
Deprecated.
SecretsProviderJwtCryptographyHandler() - Constructor for class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
Deprecated.
 
SecretsReferenceProvider - Class in org.forgerock.openam.secrets
A class that can provide secret references for a given purpose.
SecretsReferenceProvider(SecretsProvider) - Constructor for class org.forgerock.openam.secrets.SecretsReferenceProvider
 
SecretStore<T extends Secret> - Interface in org.forgerock.secrets
A backend storage mechanism for certain kinds of secrets.
SecretStoreContext - Class in org.forgerock.openam.secrets
Encapsulates the context in which a secret store is being instantiated.
SecretsTrustManager - Class in org.forgerock.secrets
Provides an implementation of a standard Java TLS X509ExtendedTrustManager that will retrieve trusted certificates from the Secrets API.
SecretsUtils - Class in org.forgerock.openam.secrets
Utility methods for dealing with secrets.
SecretsUtils() - Constructor for class org.forgerock.openam.secrets.SecretsUtils
 
SECTION_TITLE_1 - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Section title, level 1.
SECTION_TITLE_2 - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Section title, level 2.
SECTION_TITLE_3 - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Section title, level 3.
SECTION_TITLE_4 - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Section title, level 4.
SECTION_TITLE_5 - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Section title, level 5.
sectionTitle(String, int) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a section title, at a given level.
sectionTitle1(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a section title, level 1.
sectionTitle2(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a section title, level 2.
sectionTitle3(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a section title, level 3.
sectionTitle4(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a section title, level 4.
sectionTitle5(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a section title, level 5.
secure(boolean) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets whether if the client connection is secure.
SECURE_COOKIE_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Whether the JWT should always be encrypted when sent to client browser property key.
SecureAttrs - Class in com.sun.identity.sae.api
SecureAttrs class forms the core api of "Secure Attributes Exchange" (SAE) feature.
secureResponse(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Creates a JWT after a successful authentication and sets it as a Cookie on the response.
secureResponse(MessageInfo, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
secureResponse(MessageContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
Secures the outgoing response message.
secureResponse(MessageContext, Subject) - Method in class org.forgerock.caf.authentication.framework.FallbackAuthContext
Secures the response message using the same AsyncServerAuthModule that authenticated the incoming request message.
secureResponse(MessageInfoContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Secures the outgoing response message.
secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Sends SEND_SUCCESS automatically.
secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
SecurityAnswer - Class in org.forgerock.selfservice.core.util
Utility Class for Security Answers.
SecurityAnswer() - Constructor for class org.forgerock.selfservice.core.util.SecurityAnswer
Constructs a SecurityAnswer object.
SecurityAnswerDefinitionConfig - Class in org.forgerock.selfservice.stages.kba
Configuration for the KBA Security Answer Definition Stage.
SecurityAnswerDefinitionConfig(KbaConfig) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
Creates a new SecurityAnswerDefinitionConfig.
SecurityAnswerDefinitionStage - Class in org.forgerock.selfservice.stages.kba
Stage is responsible for supplying the KBA questions to the user and capturing the answers provided by the user.
SecurityAnswerDefinitionStage(ConnectionFactory, SecurityAnswer) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
Constructs a new security answer definition stage.
SecurityAnswerLockoutManager - Interface in org.forgerock.selfservice.stages.kba
Interface to manage security question answer match failures and subsequent lockout.
SecurityAnswerVerificationConfig - Class in org.forgerock.selfservice.stages.kba
Configuration for the KBA Security Answer Verification Stage.
SecurityAnswerVerificationConfig(KbaConfig) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Creates a new SecurityAnswerVerificationConfig.
SecurityAnswerVerificationStage - Class in org.forgerock.selfservice.stages.kba
Stage is responsible for verifying the answers provided by the user for the KBA questions.
SecurityAnswerVerificationStage(ConnectionFactory, SecurityAnswerLockoutManager) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
Constructs a new security answer verification stage.
SecurityAssertion - Class in com.sun.identity.liberty.ws.security
The SecurityAssertion class provides an extension to Assertion class to support ID-WSF ResourceAccessStatement and SessionContextStatement.
SecurityAssertion(String, String, Date, Conditions, Advice, Set) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
Constructs SecurityAssertion object with 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.
SecurityAssertion(String, String, Date, Conditions, Set) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion and a Set of Statement(s) in the assertion.
SecurityAssertion(String, String, Date, Set) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued and a Set of Statement(s) in the assertion.
SecurityAssertion(Element) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
This constructor creates a SecurityAssertion object from a DOM Element.
SecurityContext - Class in org.forgerock.services.context
A Context containing information about the client performing the request which may be used when performing authorization decisions.
SecurityContext(String, Context, String, Map<String, Object>) - Constructor for class org.forgerock.services.context.SecurityContext
Creates a new security context having the provided ID, and parent.
SecurityContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.SecurityContext
Restore from JSON representation.
SecurityContext(Context, String, Map<String, Object>) - Constructor for class org.forgerock.services.context.SecurityContext
Creates a new security context having the provided parent and an ID automatically generated using UUID.randomUUID().
SecurityUtils - Class in com.sun.identity.liberty.ws.security
This class has common utility methods .
SecurityUtils() - Constructor for class com.sun.identity.liberty.ws.security.SecurityUtils
 
SEE_OTHER - Static variable in class org.forgerock.http.protocol.Status
The 303 (See Other) status code indicates that the server is redirecting the user agent to a different resource, as indicated by a URI in the Location header field, which is intended to provide an indirect response to the original request.
self() - Method in class org.forgerock.api.models.Action.Builder
 
self() - Method in class org.forgerock.api.models.Create.Builder
Returns the builder so this.
self() - Method in class org.forgerock.api.models.Delete.Builder
 
self() - Method in class org.forgerock.api.models.Operation.Builder
Abstract method that returns the instantiated Builder itself.
self() - Method in class org.forgerock.api.models.Patch.Builder
 
self() - Method in class org.forgerock.api.models.Query.Builder
Returns the builder instance.
self() - Method in class org.forgerock.api.models.Read.Builder
Returns the builder instance.
self() - Method in class org.forgerock.api.models.Update.Builder
 
self() - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Returns this object, as its actual type.
self() - Method in class org.forgerock.oauth.OAuthClientConfiguration.Builder
Returns this object, as its actual type.
self() - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Returns this object, as its actual type.
self() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
 
self() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
 
SELF_SCOPE - Static variable in class com.sun.identity.policy.ResourceResult
Deprecated.
Constant to indicate base (self) level scope for ResourceResult evaluation
selfApiMatcher() - Static method in class org.forgerock.http.routing.RouteMatchers
A matcher to check if the request is for all versions of the API descriptor of the current path.
SelfService - Annotation Type in org.forgerock.selfservice.core.annotations
Denotes self service dependencies.
SelfServiceConsoleConfig - Interface in org.forgerock.openam.selfservice.config
Defines the bases for which all self service console configuration should be built on.
SelfServiceContext - Class in org.forgerock.selfservice.core
A Context that indicates the request came from Self-Service.
SelfServiceContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.selfservice.core.SelfServiceContext
Constructs a new SelfServiceContext.
SelfServiceContext(Context) - Constructor for class org.forgerock.selfservice.core.SelfServiceContext
Constructs a new SelfServiceContext.
send(List<? extends Callback>) - Static method in class org.forgerock.openam.auth.node.api.Action
Send the given callbacks to the user for them to interact with.
send(Callback...) - Static method in class org.forgerock.openam.auth.node.api.Action
Send the given callbacks to the user for them to interact with.
send(Request) - Method in class org.forgerock.http.Client
Sends an HTTP request and returns a Promise representing the pending HTTP response.
send(PushMessage) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Used to send a message out to the PushNotificationDelegate to be delivered.
send(Request) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Sends a request to the Directory Server.
send(Request, RequestHandle) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Sends a request to the Directory Server.
send(Context, Request) - Method in class org.forgerock.http.Client
Sends an HTTP request and returns a Promise representing the pending HTTP response.
sendAssertionIDRequest(AssertionIDRequest, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AssertionIDRequestUtil
Sends the AssertionIDRequest to specifiied Assertion ID Request Service and returns Response coming from the Assertion ID Request Service.
sendAssertionIDRequestURI(String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AssertionIDRequestUtil
Sends the Assertion ID to specifiied Assertion ID Request Service and returns Assertion coming from the Assertion ID Request Service.
sendAsync(Request) - Method in interface org.forgerock.http.spi.HttpClient
Returns a Promise representing the asynchronous Response of the given request.
sendAttributeQuery(AttributeQuery, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
Sends the AttributeQuery to specified attribute authority and returns Response coming from the attribute authority.
sendAttributeQuery(AttributeQuery, HttpServletRequest, HttpServletResponse, String, String, String, String, String) - Static method in class com.sun.identity.saml2.profile.AttributeQueryUtil
Sends the AttributeQuery to specified attribute authority and returns Response coming from the attribute authority.
sendAuthnQuery(AuthnQuery, String, String, String) - Static method in class com.sun.identity.saml2.profile.AuthnQueryUtil
This method sends the AuthnQuery to specifiied authentication authority and returns Response coming from the authentication authority.
sendEmail(String, String, String) - Method in interface org.forgerock.openam.services.email.MailServer
Sends an email message using default MailServer settings
sendEmail(String, String, String, String) - Method in interface org.forgerock.openam.services.email.MailServer
Sends an email message using default MailServer settings.
sendEmail(String, String, String, String, String, Map) - Method in interface com.sun.identity.authentication.modules.hotp.SMSGateway
Sends an email message to the mail with the code
sendEmail(String, String, String, String, Map<String, String>) - Method in interface org.forgerock.openam.authentication.modules.oauth2.EmailGateway
Sends an email message to the mail with the code
sendEmail(String, String, String, String, Map<String, Set<String>>) - Method in interface org.forgerock.openam.services.email.MailServer
Sends an email message using specified options given for the MailServer settings
SENDER_VOUCHES - org.forgerock.openam.sts.token.SAML2SubjectConfirmation
 
sendHtmlEmail(String, String, String) - Method in interface org.forgerock.openam.services.email.MailServer
Sends an email message, containing HTML, using default MailServer settings.
sendHtmlEmail(String, String, String, String, Map<String, Set<String>>) - Method in interface org.forgerock.openam.services.email.MailServer
Sends an email message, containing HTML, using specified options given for the MailServer settings.
sendingCallbacks() - Method in class org.forgerock.openam.auth.node.api.Action
Returns true if the action is a request for input.
sendSMSMessage(String, String, String, String, String, Map) - Method in interface com.sun.identity.authentication.modules.hotp.SMSGateway
Sends a SMS message to the phone with the code
sendUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.LdapSession
Sends an unsolicited notification to the client.
sendWithoutClose(Request) - Method in class org.forgerock.http.Client
Sends an HTTP request and returns a Promise representing the pending HTTP response.
sendWithoutClose(Context, Request) - Method in class org.forgerock.http.Client
Sends an HTTP request and returns a Promise representing the pending HTTP response.
sensitive(boolean) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor.Builder
Specify if the property resolver is going to handle sensitive values (false by default).
sequence(List<Template>) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new sequence template from the given templates list.
sequence(Template...) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new sequence template from the given templates list.
SEQUENCE_TAG - Static variable in class org.forgerock.json.jose.utils.DerUtils
DER tag for sequence values.
serialise(T) - Method in interface org.forgerock.am.cts.utils.JSONSerialisation
Serialise an object to JSON.
SerializationFormat - Interface in org.forgerock.macaroons
Determines how to serialize and deserialize macaroons into a string format.
serialize() - Method in class org.forgerock.macaroons.Macaroon
Serializes the macaroon to a string in the default format.
serialize(Macaroon) - Method in interface org.forgerock.macaroons.SerializationFormat
Converts the macaroon to a string.
serialize(SerializationFormat) - Method in class org.forgerock.macaroons.Macaroon
Serializes the macaroon to a string in the given format.
serialNumber(BigInteger) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate serial number.
serialVersionUID - Static variable in exception org.forgerock.authz.filter.api.AuthorizationException
Serial Version UID.
serialVersionUID - Static variable in exception org.forgerock.config.resolvers.SubstitutionException
 
SERVER - org.forgerock.api.enums.ReadPolicy
Property is available internally, but not exposed to client APIs.
SERVER_AUTH - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
TLS WWW server authentication.
SERVER_ERROR - org.forgerock.http.protocol.Status.Family
The 5xx (Server Error) class of status code indicates that the server is aware that it has erred or is incapable of performing the requested method.
SERVER_FAULT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
ServerSideSortRequestControl - Class in org.forgerock.opendj.ldap.controls
The server-side sort request control as defined in RFC 2891.
ServerSideSortResponseControl - Class in org.forgerock.opendj.ldap.controls
The server-side sort response control as defined in RFC 2891.
serverUrl - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The URL of the server.
serverUrl(String) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the serverUrl of the request.
SERVICE - org.forgerock.openam.annotations.sm.Config.Scope
This scope is a special scope only to be used for defining services.
SERVICE - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The SERVICE index type indicates that the index name given corresponds to a service (or application).
SERVICE - Static variable in class com.sun.identity.idm.IdOperation
The SERVICE operation is supported only for service related functions on an identity.
SERVICE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
PAOS Request service attribute name.
SERVICE - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to services.
SERVICE_ALREADY_ASSIGNED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
SERVICE_ATTRS - Static variable in interface com.sun.identity.idm.IdConstants
 
SERVICE_LOADER - Static variable in interface org.forgerock.http.spi.Loader
The default Loader implementation used throughout the HTTP framework.
SERVICE_MANAGER_INITIALIZATION_FAILED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
SERVICE_NAME - Static variable in interface com.sun.identity.idm.IdConstants
 
SERVICE_NAME - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service name.
SERVICE_NOT_ASSIGNED - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
SERVICE_UNAVAILABLE - Static variable in class org.forgerock.http.protocol.Status
The 503 (Service Unavailable) status code indicates that the server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.
SERVICE_VERSION - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service version.
serviceAccount() - Method in interface org.forgerock.openam.secrets.config.GoogleSecretManagerSecretStoreProvider
The GCP service account to use for accessing the Secret Manager.
ServiceAlreadyExistsException - Exception in com.sun.identity.sm
The ServiceAlreadyExistsException is thrown if the service already exists.
ServiceAlreadyExistsException() - Constructor for exception com.sun.identity.sm.ServiceAlreadyExistsException
Constructs an ServiceAlreadyExistsException with no specified detail message.
ServiceAlreadyExistsException(String) - Constructor for exception com.sun.identity.sm.ServiceAlreadyExistsException
Constructs an ServiceAlreadyExistsException with the specified detail message.
ServiceAlreadyExistsException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.ServiceAlreadyExistsException
Constructs an ServiceAlreadyExistsException with the specified error code.
ServiceAttributeValidator - Interface in com.sun.identity.sm
The interface ServiceAttributeValidator should be implemented by the services/applications if validator plugins are required.
ServiceComponentConfig - Interface in org.forgerock.am.config
A marker interface indicating that the sub-type defines configuration for a Service Component.
ServiceConfig - Class in com.sun.identity.sm
The class ServiceConfig provides interfaces to manage the configuration information of a service configuration.
ServiceConfig(ServiceConfigManager, ServiceConfigImpl) - Constructor for class com.sun.identity.sm.ServiceConfig
Protected constructor
ServiceConfigException - Exception in org.forgerock.am.config
An exception that indicates there was a problem when using the Service Component Config API.
ServiceConfigException - Exception in org.forgerock.openam.sm
A sub-exception of SMSException for the ServiceConfigValidator.
ServiceConfigException() - Constructor for exception org.forgerock.am.config.ServiceConfigException
Constructs a new exception with null as its detail message.
ServiceConfigException(String) - Constructor for exception org.forgerock.openam.sm.ServiceConfigException
A constructor with a message.
ServiceConfigException(String, Throwable) - Constructor for exception org.forgerock.am.config.ServiceConfigException
Constructs a new exception with the specified detail message and cause.
ServiceConfigException(String, Throwable) - Constructor for exception org.forgerock.openam.sm.ServiceConfigException
A constructor with a message and a cause.
ServiceConfigException(Throwable) - Constructor for exception org.forgerock.am.config.ServiceConfigException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) .
ServiceConfigManager - Class in com.sun.identity.sm
The class ServiceConfigurationManager provides interfaces to manage the service's configuration data.
ServiceConfigManager(SSOToken, String, String) - Constructor for class com.sun.identity.sm.ServiceConfigManager
Creates an instance of ServiceConfigManager for the given service and version.
ServiceConfigProvider<C extends SelfServiceConsoleConfig> - Interface in org.forgerock.openam.selfservice.config
Provides self service config instances based of the passed console configuration instance.
ServiceConfigValidator - Interface in org.forgerock.openam.sm
This interface provides a means to validate an entire ServiceConfig's attribute values together.
ServiceConfigValidatorV2 - Interface in org.forgerock.openam.sm
This interface provides a means to validate an entire ServiceConfig's attribute values together.
ServiceDiscoveryChangeListener - Interface in org.forgerock.opendj.discovery
This interface defines the methods that a Service Discovery consumer should implement if it wishes to be notified of changes in the service.
ServiceDiscoveryMechanism - Interface in org.forgerock.opendj.discovery
Maintains a set of Partitions keeping it up to date according to a specific discovery mechanism.
ServiceErrorException - Exception in org.forgerock.openam.sm
A sub-exception of SMSException for the ServiceConfigValidator.
ServiceErrorException(String) - Constructor for exception org.forgerock.openam.sm.ServiceErrorException
A constructor with a message.
ServiceErrorException(String, Throwable) - Constructor for exception org.forgerock.openam.sm.ServiceErrorException
A constructor with a message and a cause.
ServiceInstance - Class in com.sun.identity.sm
The class ServiceInstance provides methods to manage service's instance variables.
ServiceInstanceUpdateHeader - Class in com.sun.identity.liberty.ws.soapbinding
The ServiceInstanceUpdateHeader class represents ServiceInstanceUpdate element defined in SOAP binding schema.
ServiceInstanceUpdateHeader() - Constructor for class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Default Constructor.
ServiceInstanceUpdateHeader.Credential - Class in com.sun.identity.liberty.ws.soapbinding
The ServiceInstanceUpdateHeader.Credential class represents Credential element in ServiceInstanceUpdate element defined in SOAP binding schema.
ServiceListener - Interface in com.sun.identity.sm
The interface ServiceListener needs to be implemented by applications in order to receive service data change notifications.
ServiceManager - Class in com.sun.identity.sm
The ServiceManager class provides methods to register/remove services and to list currently registered services.
ServiceManager(SSOToken) - Constructor for class com.sun.identity.sm.ServiceManager
Creates an instance of ServiceManager.
ServiceNotFoundException - Exception in com.sun.identity.sm
The ServiceNotFoundException is thrown if the service does not exist.
ServiceNotFoundException() - Constructor for exception com.sun.identity.sm.ServiceNotFoundException
Constructs an ServiceNotFoundException with no specified detail message.
ServiceNotFoundException(String) - Constructor for exception com.sun.identity.sm.ServiceNotFoundException
Constructs an ServiceNotFoundException with the specified detail message.
ServiceNotFoundException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.ServiceNotFoundException
Constructs an ServiceNotFoundException with the specified error code.
services() - Static method in class org.forgerock.api.models.Services
Create a new Builder for Services.
services(Services) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the services.
Services - Class in org.forgerock.api.models
Class that represents API descriptor's Service Resource definitions.
SERVICES - Static variable in interface org.forgerock.http.decoder.Decoder
Mapping of supported codings to associated decoders.
SERVICES - Static variable in interface org.forgerock.http.decoder.FlowableDecoder
Mapping of supported codings to associated decoders.
SERVICES_NOT_SUPPORTED_FOR_AGENTS_AND_GROUPS - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
Services.Builder - Class in org.forgerock.api.models
Builder to help construct the Services.
ServiceSchema - Class in com.sun.identity.sm
The class ServiceSchema provides interfaces to manage the schema information of a service.
ServiceSchema(ServiceSchemaImpl, String, SchemaType, ServiceSchemaManager) - Constructor for class com.sun.identity.sm.ServiceSchema
 
ServiceSchema(ServiceSchemaImpl, String, SchemaType, ServiceSchemaManager, boolean) - Constructor for class com.sun.identity.sm.ServiceSchema
 
ServiceSchemaManager - Class in com.sun.identity.sm
The class ServiceSchemaManager provides interfaces to manage the service's schema.
ServiceSchemaManager(SSOToken, String, String, DataStoreId, boolean) - Constructor for class com.sun.identity.sm.ServiceSchemaManager
Creates an instance of ServiceSchemaManager for the given service and version pair.
serviceSubject(Subject) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the service Subject that contains credentials, for this framework instance, that auth modules can use to secure response messages.
ServiceUnavailableException - Exception in org.forgerock.json.resource
An exception that is thrown during an operation on a resource when the server is temporarily unable to handle the request.
ServiceUnavailableException() - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with null as its detail message.
ServiceUnavailableException(String) - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with the specified detail message.
ServiceUnavailableException(String, Throwable) - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with the specified detail message and cause.
ServiceUnavailableException(Throwable) - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with the specified cause.
ServiceUtils - Class in org.forgerock.selfservice.core
General utility class.
ServletJwtSessionModule - Class in org.forgerock.jaspi.modules.session.jwt
A JASPI Servlet API Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.
ServletJwtSessionModule() - Constructor for class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Constructs an instance of the ServletJwtSessionModule.
ServletJwtSessionModule(JwtCryptographyHandler) - Constructor for class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Constructs an instance of the ServletJwtSessionModule.
ServletJwtSessionModule(JwtBuilderFactory) - Constructor for class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Constructs an instance of the ServletJwtSessionModule.
ServletJwtSessionModule(JwtBuilderFactory, JwtCryptographyHandler) - Constructor for class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Constructs an instance of the ServletJwtSessionModule.
servletRequest - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The HttpServletRequest of the current authentication context.
servletRequest(HttpServletRequest) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the HttpServletRequest.
servletResponse - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The HttpServletResponse of the current authentication context.
servletResponse(HttpServletResponse) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the HttpServletResponse.
Session - Interface in org.forgerock.http.session
An interface for managing attributes across multiple requests from the same user agent.
SESSION - org.forgerock.am.cts.api.tokens.TokenType
Session token type.
SESSION - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
SESSION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SESSION_BLACKLIST - org.forgerock.am.cts.api.tokens.TokenType
Session blacklist token type.
SESSION_COOKIE_NAME_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Session Cookie Name configuration property key.
SESSION_HAS_EXPIRED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
SESSION_HOOK_CLASS_KEY - Static variable in interface org.forgerock.openam.auth.node.api.TreeHook
Session hook class key.
SESSION_INDEX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for SessionIndex
SESSION_INDEX - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SessionContext - Class in org.forgerock.http.session
A SessionContext is a mechanism for maintaining state between components when processing a successive requests from the same logical client or end-user.
SessionContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.session.SessionContext
Restore from JSON representation.
SessionContext(Context, Session) - Constructor for class org.forgerock.http.session.SessionContext
Constructs a new SessionContext.
SessionException - Exception in com.sun.identity.plugin.session
This class is to handle Session related exceptions.
SessionException(Exception) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a SessionException with an exception.
SessionException(String) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a SessionException with a detailed message.
SessionException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a new SessionException without a nested Throwable.
SessionException(Throwable) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a SessionException with an embedded exception.
sessionHooks - Variable in class org.forgerock.openam.auth.node.api.Action
List of classes implementing TreeHook that run after successful login.
SessionIndex - Interface in com.sun.identity.saml2.protocol
This class represents the SessionIndex element in SAML protocol schema.
SessionInfo - Interface in org.forgerock.oauth
SessionInfo object represents information about an Oauth session.
sessionInvalidated(Object) - Method in interface com.sun.identity.plugin.session.SessionListener
This method is implemented by toolkit, and called by toolkit users.
SessionListener - Interface in com.sun.identity.plugin.session
Interface used for session invalidation notification.
SessionManager - Interface in org.forgerock.http.session
Deprecated.
sessionModule(AuthenticationFilter.AuthenticationModuleBuilder) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Sets the session authentication module that will be used to validate request sessions and maintain sessions on response messages.
sessionProperties - Variable in class org.forgerock.openam.auth.node.api.Action
Properties that will be included in the user's session if/when it is created.
SessionPropertyUpgrader - Class in org.forgerock.openam.authentication.service
This class is used in case of session upgrade for copying session properties from the old session into the new one.
SessionPropertyUpgrader() - Constructor for class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
 
SessionProvider - Interface in com.sun.identity.plugin.session
Interface used for creating sessions, and for accessing session information.
SessionTimeoutHandler - Interface in org.forgerock.openam.session.service
Implementation of this class gets executed every time when an SSO Session times out (either idle or max timeout).
set - Variable in class org.forgerock.http.util.SetDecorator
The set wrapped by this decorator.
set(int, E) - Method in class org.forgerock.util.LazyList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.forgerock.util.ListDecorator
Replaces the element at the specified position in this list with the specified element.
set(AuthorizationContext, T) - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
Sets this attribute in the given authorization context to the given value.
set(Option<T>, T) - Method in class org.forgerock.util.Options
Sets an option to the provided value.
setAccountStatusField(String) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Sets the field name for the account status.
setAct(JsonValue) - Method in interface org.forgerock.oauth2.core.AccessToken
 
setAction(Action) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Sets the instance of Action
setAction(Action) - Method in interface com.sun.identity.xacml.context.Request
Sets the instance of Action
setAction(String) - Method in interface org.forgerock.json.resource.ActionRequest
Sets the ID of the action to be performed by this action request.
setAction(List<Action>) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Sets the Action(s) of the statement.
setActionValues(Map) - Method in class com.sun.identity.policy.Rule
Deprecated.
Sets the action names and their corresponding actions values (or permissions) for the resource or the service.
setActive(boolean) - Method in class com.sun.identity.policy.Policy
Deprecated.
Set the active flag for policy.
setActiveStatus(boolean) - Method in class com.sun.identity.idm.AMIdentity
If there is a status attribute configured, then set its status to true or activated state if the parameter active is true.
setActiveStatus(SSOToken, IdType, String, boolean) - Method in class com.sun.identity.idm.IdRepo
Sets the object's status to active.
setActiveStatus(Identity, boolean) - Method in interface org.forgerock.am.identity.application.IdentityService
If there is a status attribute configured, then set its status to true or activated state if the parameter active is true.
setActiveStore(SecretStore<? super T>, Purpose<? extends T>) - Method in class org.forgerock.secrets.SecretsProvider
Sets the active store to use for the given purpose.
setActiveStore(SecretStore<? super T>, Purpose<? extends T>...) - Method in class org.forgerock.secrets.SecretsProvider
Sets the active store to use for the given purpose.
setActor(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Sets the value of actor attribute.
setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Sets value of actor attribute.
setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Sets value of actor attribute.
setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Sets value of actor attribute.
setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Sets value of actor attribute.
setActor(String) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Sets the value of actor attribute.
setActor(String) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Sets the value of actor attribute.
setActor(String) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Sets the value of actor attribute.
setAdditionalInfo(List) - Method in interface com.sun.identity.saml2.assertion.Advice
Sets a list of additional information
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.ActionRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.CreateRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.PatchRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.QueryRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.ReadRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.Request
Sets an additional parameter which should be used to control the behavior of this action request.
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setAddress(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets the network address/location from which an attesting entity can present the assertion
setAddress(String) - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Sets the value of the Address attribute.
setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies whether user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.
setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies whether user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.
setAdvice(AdviceBase) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the advice for an assertion
setAdvice(Advice) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the advice of the assertion
setAdvice(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
Sets the advice.
setAdvices(Map) - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Sets advices associated with this ActionDecision .
setAdvices(Map) - Method in class com.sun.identity.policy.ConditionDecision
Deprecated.
Sets advices associated with this object
setAgreementPartyUInfo(String) - Method in class org.forgerock.json.jose.jwe.JweHeader
Sets the Agreement PartyUInfo header parameter for this JWE.
setAgreementPartyVInfo(String) - Method in class org.forgerock.json.jose.jwe.JweHeader
Sets the Agreement PartyVInfo header parameter for this JWE.
setAlgorithm(Algorithm) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Sets the algorithm used to perform cryptographic signing and/or encryption on the JWT.
setAllowCreate(boolean) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Sets the value of AllowCreate attribute.
setAllowed(boolean) - Method in class com.sun.identity.policy.ConditionDecision
Deprecated.
Sets boolean result of condition evaluation
setAllReturnAttributes(boolean) - Method in class com.sun.identity.idm.IdSearchControl
Sets the specified boolean value to the variable.
setAny(String) - Method in interface com.sun.identity.saml2.protocol.ArtifactResponse
Sets the any element of the response.
setAny(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the any attribute.
setAny(List) - Method in interface com.sun.identity.saml2.protocol.Extensions
Sets the Extensions object.
setAny(List<String>) - Method in interface com.sun.identity.saml2.protocol.StatusDetail
Sets the value of the Any property.
setAnyAttribute(Map) - Method in interface com.sun.identity.saml2.assertion.Attribute
Sets the anyAttribute of the attribute.
setArtifact(Artifact) - Method in interface com.sun.identity.saml2.protocol.ArtifactResolve
Sets the Artifact of the request.
setAssertion(Assertion) - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Sets the assertion.
setAssertion(List<Assertion>) - Method in interface com.sun.identity.saml2.assertion.Evidence
Sets the Assertion(s) in the element.
setAssertion(List<Assertion>) - Method in interface com.sun.identity.saml2.protocol.Response
Sets Assertion(s) of the response.
setAssertionConsumerServiceIndex(Integer) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the AssertionConsumerServiceIndex attribute.
setAssertionConsumerServiceURL(String) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Sets the value of the AssertionConsumerServiceURL attribute.
setAssertionConsumerServiceURL(String) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the AssertionConsumerServiceURL attribute.
setAssertionID(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
Set the AssertionID for this assertion
setAssertionIDRef(List<AssertionIDRef>) - Method in interface com.sun.identity.saml2.assertion.Evidence
Sets the AssertionIDRef(s) in the element.
setAssertionIDRefs(List<AssertionIDRef>) - Method in interface com.sun.identity.saml2.assertion.Advice
Sets a list of AssertionIDRef
setAssertionIDRefs(List<AssertionIDRef>) - Method in interface com.sun.identity.saml2.protocol.AssertionIDRequest
Sets a list of AssertionIDRef Objects.
setAssertions(List<Assertion>) - Method in interface com.sun.identity.saml2.assertion.Advice
Sets a list of Assertion
setAssertionURIRef(List) - Method in interface com.sun.identity.saml2.assertion.Evidence
Sets the AssertionURIRef(s) in the element.
setAssertionURIRefs(List) - Method in interface com.sun.identity.saml2.assertion.Advice
Sets a list of AssertionURIRef
setAssertionValue(Object) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Sets the assertion value to be compared.
setAttribute(String, Object) - Method in class org.forgerock.authz.filter.api.AuthorizationContext
Sets an attribute in the shared context.
setAttribute(String, Object) - Method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Set an attribute on the context
setAttribute(String, String[]) - Method in class org.forgerock.openam.scripting.api.identity.ScriptedIdentity
Sets the attribute's values.
setAttribute(List) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Sets the list of authentication module data store specific attributes.
setAttribute(List<Attribute>) - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
Sets Attribute(s) of the statement.
setAttribute(CoreTokenField, T) - Method in class org.forgerock.am.cts.api.tokens.Token
Mutator for the non-primary fields of the Token.
setAttributeAssignments(List) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Sets XML elements corresponding to AttributeAssignment elements for this obligation.
setAttributeAssignments(List) - Method in interface com.sun.identity.xacml.policy.Obligation
Sets XML elements corresponding to AttributeAssignment elements for this obligation.
setAttributeConsumingServiceIndex(Integer) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the AttributeConsumingServiceIndex attribute.
setAttributeDescription(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Sets the name of the attribute to be compared.
setAttributeDescription(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Sets the name of the attribute to be compared.
setAttributeFactory(Function<AttributeDescription, Attribute>) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the function which will be used for creating new Attribute instances when decoding attributes.
setAttributeId(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Sets the AttributeIds of this object
setAttributeId(URI) - Method in interface com.sun.identity.xacml.context.Attribute
Sets the attributeId of the Attribute.
setAttributeId(URI) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Sets the attributeId of the Attribute.
setAttributes(SSOToken, IdType, String, Map<String, Set<String>>, boolean) - Method in class com.sun.identity.idm.IdRepo
Set the values of attributes of the identity.
setAttributes(String, Map<String, Set<String>>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Sets user attributes.
setAttributes(String, Map<String, Set<String>>) - Method in class com.sun.identity.sm.OrganizationConfigManager
Sets/Creates organization attributes for the service.
setAttributes(List) - Method in interface com.sun.identity.xacml.context.Action
Sets the Attribute elements of this object
setAttributes(List) - Method in interface com.sun.identity.xacml.context.Environment
Sets the Attribute elements of this object
setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.ActionImpl
Sets the Attribute elements of this object
setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
Sets the Attribute elements of this object
setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Sets the Attribute elements of this object
setAttributes(List) - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Sets the Attribute elements of this object
setAttributes(List) - Method in interface com.sun.identity.xacml.context.Resource
Sets the Attribute elements of this object
setAttributes(List) - Method in interface com.sun.identity.xacml.context.ResourceContent
Sets the Attribute elements of this object
setAttributes(List) - Method in interface com.sun.identity.xacml.context.Subject
Sets the Attribute elements of this object
setAttributes(List<Attribute>) - Method in interface com.sun.identity.saml2.protocol.AttributeQuery
Sets the Attribute objects.
setAttributes(Map) - Method in class com.sun.identity.idm.AMIdentity
Sets the values of attributes.
setAttributes(Map) - Method in class com.sun.identity.sm.ServiceConfig
 
setAttributes(Map) - Method in interface org.forgerock.am.identity.application.IdentityService.IdentityAttributeUpdater
Sets the values of attributes.
setAttributes(ConfigurationAttributes) - Method in class com.sun.identity.sm.ServiceConfig
Sets the service configuration parameters.
setAttributes(ConfigurationAttributes) - Method in class com.sun.identity.sm.ServiceInstance
Sets the attributes that are specific to the service instance.
setAttributeStatements(List<AttributeStatement>) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the attribute statements of the assertion
setAttributeStringValues(List) - Method in interface com.sun.identity.xacml.context.Attribute
Sets the attribute values for this object
setAttributeStringValues(List) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Sets the attribute values for this object
setAttributeValue(List) - Method in interface com.sun.identity.saml2.assertion.Attribute
Sets the AttributeValue(s) of the Attribute.
setAttributeValues(List) - Method in interface com.sun.identity.xacml.context.Attribute
Sets the AttributeValue elements of this object
setAttributeValues(List) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Sets the AttributeValue elements of this object
setAttributeValues(List) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Sets the AttributeValues of this object
setAttributeValueString(List) - Method in interface com.sun.identity.saml2.assertion.Attribute
Sets the value of AttributeValue element(s).
setAudience(List) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Adds a List of audience held within this Condition element
setAudience(List<String>) - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Sets the audiences
setAudience(List<String>) - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
Sets the list of audiences to whom the asserting party permits new assertions to be issued on the basis of this assertion.
setAudienceRestrictions(List<AudienceRestriction>) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets a list of AudienceRestriction
setAuditTrackingId(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's audit tracking ID.
setAuthenticaionMethod(String) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Sets AuthenticationMethod for AuthenticationStatement.
setAuthenticatingAuthority(List<String>) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Sets the value of the AuthenticatingAuthority property.
setAuthenticationInstant(Date) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Sets AuthenticationInstant for AuthenticationStatement.
setAuthenticationTypeAndValue(byte, byte[]) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Sets the authentication type and value.
setAuthGrantId(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the grant ID associated with this token.
setAuthLevel(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the AuthLevel for this session.
setAuthLevel(Integer) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the authentication level associated with this access token.
setAuthnContext(AuthnContext) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the AuthnContext property.
setAuthnContextClassRef(String) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Sets the value of the AuthnContextClassRef property.
setAuthnContextClassRef(List) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Sets authentication context class references.
setAuthnContextDecl(String) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Sets the value of the AuthnContextDecl property.
setAuthnContextDeclRef(String) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Sets the value of the AuthnContextDeclRef property.
setAuthnContextDeclRef(List) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Sets authentication context declaration class references.
setAuthnInstant(Date) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the AuthnInstant attribute.
setAuthnStatements(List<AuthnStatement>) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the AuthnStatements of the assertion
setAuthorityBinding(List) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Sets the AuthorityBinding for AuthenticationStatement.
setAuthorization(String) - Method in class com.sun.identity.authentication.spi.HttpCallback
Set the authorization string to a HttpCallback object.
setAuthorizationId(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
Sets the authorization ID of the user.
setAuthTime(long) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets when this access token was created.
setAuthzDecisionStatements(List<AuthzDecisionStatement>) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the AuthzDecisionStatements of the assertion
setBaseID(BaseID) - Method in interface com.sun.identity.saml2.assertion.Subject
Sets the identifier in BaseID format
setBaseID(BaseID) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Sets the base ID
setBaseID(BaseID) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Sets the value of the baseID property.
setBaseID(BaseID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Sets the value of the baseID property.
setBinaryAttributes(SSOToken, IdType, String, Map<String, byte[][]>, boolean) - Method in class com.sun.identity.idm.IdRepo
Set the values of binary attributes the identity.
setBinaryAttributes(Map) - Method in class com.sun.identity.idm.AMIdentity
Set the values of binary attributes.
setBinaryAttributes(Map) - Method in interface org.forgerock.am.identity.application.IdentityService.IdentityAttributeUpdater
Set the values of binary attributes.
setBlob(byte[]) - Method in class org.forgerock.am.cts.api.tokens.Token
 
setBlobFromString(Token, String) - Method in class org.forgerock.am.cts.utils.blob.TokenBlobUtils
Assign the given String to the Token by converting it to a byte[] first.
setBooleanValues(String, String, String, String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the boolean values of the attribute.
setByte(int, byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the byte value at the specified index.
setBytes(byte[]) - Method in class org.forgerock.http.protocol.Entity
Sets the content of this entity to the raw data contained in the provided byte array.
setCacheControl(ResponseCacheControl) - Method in interface org.forgerock.json.resource.QueryResponse
Sets the cache control for this response.
setCacheControl(ResponseCacheControl) - Method in interface org.forgerock.json.resource.ResourceResponse
Sets the cache control for this response.
setCacheMissCacheTime(Duration) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Update the cache time before reloading the cache in case of cache miss.
setCacheTimeout(Duration) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Update the cache timeout.
setCallback(SnapshotTokenCallback) - Method in interface org.forgerock.selfservice.core.StageResponse.RequirementsBuilder
Sets the snapshot token callback.
setCaptchaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets whether captcha is enabled.
setCaptchaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets whether captcha is enabled.
setCaptchaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets whether captcha is enabled.
setCause(Exception) - Method in class org.forgerock.http.protocol.Response
Link a 'caused by' exception to this response.
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the throwable cause associated with this result if available.
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setChild(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Sets the child element.
setClaim(String, Object) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets a claim with the specified name and value.
setClaims(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's claims.
setClaims(Map<String, Object>) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets claims using the values contained in the specified map.
setClient(Client) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Sets the client associated with this request.
setClientClientId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setClientHostName(String) - Method in class com.sun.identity.authentication.AuthContext
Sets the client's hostname or IP address.This could be used by the policy component to restrict access to resources.
setClientId(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the client ID for this access token.
setClientId(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setClientRegistration(ClientRegistration) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Set the OAuth2 client registration.
setColumns(ArrayList) - Method in class com.sun.identity.log.LogQuery
Deprecated.
Set the columns to be selected.
setComment(String) - Method in class org.forgerock.caf.http.Cookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - 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.
setCommentURL(String) - 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.
setComparison(String) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Sets the value of the Comparison property.
setCompressionAlgorithm(CompressionAlgorithm) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the Compression Algorithm header parameter for this JWE.
setConditions(Conditions) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the Conditions information for an assertion
setConditions(Conditions) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the conditions of the assertion
setConditions(Conditions) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the Conditions object.
setConditions(List<Condition>) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets a list of Condition
setConfigMap(Map) - Method in class com.sun.identity.idm.IdRepoListener
 
setConfigProviderClass(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the config provider class.
setConfigProviderClass(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets the config provider class.
setConfigProviderClass(String) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the config provider class.
setConfiguration(String, String, Map) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Sets Configurations.
setConfirmationKey(JsonValue) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's confirmation claim.
setConsent(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the value of the Consent attribute.
setConsent(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the consent property.
setConsentHeader(ConsentHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets ConsentHeader.
setConsentResponseJwt(SignedJwt) - Method in interface org.forgerock.oauth2.core.OAuth2Request
 
setConstant(String, Object) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets a constant to use in template file.
setContent(List) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets a list of arbitrary XML elements to be added to this SubjectConfirmationData object.
setContent(JsonValue) - Method in interface org.forgerock.json.resource.ActionRequest
Sets the content of this action request.
setContent(JsonValue) - Method in interface org.forgerock.json.resource.CreateRequest
Sets the content of the JSON resource to be created.
setContent(JsonValue) - Method in interface org.forgerock.json.resource.UpdateRequest
Sets the content of the JSON resource to be replaced.
setContent(Publisher<ByteBuffer>) - Method in class org.forgerock.http.protocol.Entity
Sets the content of this entity to the provided publisher.
setContents(JsonValue) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setContentType(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets the content type attribute
setContentType(String) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the content type header parameter for this JWS.
SetCookie2Header - Class in org.forgerock.http.header
Deprecated, for removal: This API element is subject to removal in a future version.
This header is no longer supported by browsers. Use SetCookieHeader instead.
SetCookie2Header(List<Cookie>) - Constructor for class org.forgerock.http.header.SetCookie2Header
Deprecated.
Constructs a new Set-Cookie2 with the provided cookies.
SetCookieHeader - Class in org.forgerock.http.header
Processes the Set-Cookie request message header.
SetCookieHeader(List<Cookie>) - Constructor for class org.forgerock.http.header.SetCookieHeader
Constructs a new header with the provided cookies.
SetCookieSupport - Class in org.forgerock.caf.http
Support class for generating Set-Cookie header values.
SetCookieSupport() - Constructor for class org.forgerock.caf.http.SetCookieSupport
 
setCorrelationHeader(CorrelationHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets the value of CorrelationHeader.
setCosQualifier(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the cosQualifier attribute
setCount(int) - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
Sets 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.
setCount(E, int) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Adds or removes the necessary occurrences of an element such that the element attains the desired count.
setCount(E, int, int) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Conditionally sets the count of an element to a new value, as described in Multiset.setCount(Object, int), provided that the element has the expected current count.
setCountOnly(boolean) - Method in interface org.forgerock.json.resource.QueryRequest
Sets whether the request was to only provide a count of the query results.
setCredentials(List) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Sets a list of value of Credential element.
setCriticalHeaders(List<String>) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the critical header parameters for this JWS.
setCurrent(PrivilegeEvaluatorContext) - Static method in class org.forgerock.openam.entitlement.PrivilegeEvaluatorContext
Set the current context of the running thread
setCurrentFile(String) - Method in class com.sun.identity.log.Logger
Deprecated.
Set the current file to which the logger's handler is writing.
setDataType(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Sets the DataTypes of this object
setDataType(URI) - Method in interface com.sun.identity.xacml.context.Attribute
Sets the data type of the contents of the AttributeValue elements.
setDataType(URI) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Sets the data type of the contents of the AttributeValue elements.
setDebug(int) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Sets the debug capabilities based on the values of the debugType argument.
setDebug(String) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Sets the debug capabilities based on the values of the debugType argument.
setDecision(Decision) - Method in interface com.sun.identity.xacml.context.Result
Sets the Decision of this object
setDecision(String) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Sets the Decision attribute.
SetDecorator<E> - Class in org.forgerock.http.util
Contains another set, which is uses as its basic source of data, possibly transforming the data along the way.
SetDecorator(Set<E>) - Constructor for class org.forgerock.http.util.SetDecorator
Constructs a new set decorator, wrapping the specified set.
setDefaultRoute(H) - Method in class org.forgerock.services.routing.AbstractRouter
Sets the handler to be used as the default route for requests which do not match any of the other defined routes.
setDefaultSchema(Schema) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Sets the default schema which should be used by this application.
setDefaultStores(SecretStore<?>, SecretStore<?>...) - Method in class org.forgerock.secrets.SecretsProvider
Sets the default store(s) to use if there is no specific store configured for a particular purpose.
setDefaultValues(Set<String>) - Method in class com.sun.identity.sm.AttributeSchema
Sets the default values of the attribute.
setDefaultVersion(Version) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Set a default Version to use if no matching resource path found for request.
setDefaultVersionBehaviour(DefaultVersionBehaviour) - Method in interface org.forgerock.http.routing.ResourceApiVersionBehaviourManager
Sets the default routing behaviour to use when the request does not contain the Accept-API-Version header.
setDeleteOldRdn(boolean) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Specifies whether the old RDN attribute values are to be retained as attributes of the entry or deleted from the entry.
setDereferenceAliasesPolicy(DereferenceAliasesPolicy) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the alias dereferencing policy to be used during the search.
setDescription(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Sets the description for the policy.
setDescription(String) - Method in class org.forgerock.api.transform.LocalizableOperation
 
setDescription(String) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
setDescription(String) - Method in class org.forgerock.api.transform.LocalizableTag
 
setDescription(JsonValue) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setDestination(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the value of the Destination attribute.
setDestination(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the destination property.
setDetail(SOAPFaultDetail) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Sets a SOAP Fault Detail.
setDetail(JsonValue) - Method in exception org.forgerock.json.resource.ResourceException
Sets the additional detail which can be evaluated by applications.
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the diagnostic message associated with this result.
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setDiscard(Boolean) - 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.
setDisplayType(String) - Method in interface com.sun.identity.entitlement.EntitlementCondition
Sets display type.
setDNSAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
Sets the DNS address for SubjectLocality locality.
setDNSName(String) - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Sets the value of the DNSName attribute.
setDomain(String) - Method in class org.forgerock.caf.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in class org.forgerock.http.protocol.Cookie
Sets the domain for which the cookie is valid.
setDoNotCacheCondition(DoNotCacheCondition) - Method in class com.sun.identity.saml.assertion.Conditions
Sets DoNotCacheCondition elements held within this Conditions element.
setElement(Element) - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
 
setElement(Element) - Method in interface com.sun.identity.xacml.context.StatusDetail
 
setElements(List) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Sets a list of child elements.
setEmailEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets whether email is enabled.
setEmailEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets whether email is enabled.
setEmailEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets whether email is enabled.
setEmailServiceParameters(Map<String, String>) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets any parameters for the email service.
setEmailServiceParameters(Map<String, String>) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets any parameters for the email service.
setEmailServiceUrl(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the URL for the email service.
setEmailServiceUrl(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets the URL for the email service.
setEmailVerificationFirstEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets whether email verification before user detail option is enabled.
setEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the email verification url.
setEmailVerificationUrl(String) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the email verification URL.
setEmpty() - Method in class org.forgerock.http.protocol.Entity
Mark this entity as being empty.
setEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets whether the service is enabled.
setEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets whether the service is enabled.
setEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets whether the service is enabled.
setEncryptedAssertion(List<EncryptedAssertion>) - Method in interface com.sun.identity.saml2.assertion.Evidence
Sets the EncryptedAssertion(s) in the element.
setEncryptedAssertion(List<EncryptedAssertion>) - Method in interface com.sun.identity.saml2.protocol.Response
Sets EncryptedAssertion(s) of the response.
setEncryptedAssertions(List<EncryptedAssertion>) - Method in interface com.sun.identity.saml2.assertion.Advice
Sets a list of EncryptedAssertion
setEncryptedAttribute(List<EncryptedAttribute>) - Method in interface com.sun.identity.saml2.assertion.AttributeStatement
Sets EncryptedAttribute(s) of the statement.
setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.assertion.Subject
Sets the encrypted identifier
setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Sets the encrypted ID
setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Sets the value of the encryptedID property.
setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Sets the value of the encryptedID property.
setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Sets the value of the encryptedID property.
setEncryptedID(EncryptedID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
Sets the value of the encryptedID property.
setEncryptionMethod(EncryptionMethod) - Method in class org.forgerock.json.jose.jwe.JweHeader
Sets the Encryption Method header parameter for this JWE.
setEncryptionMethod(EncryptionMethod) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the encryption method.
setEndpoint(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Sets value of Endpoint element.
setEndRange(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the end range Attribute.
setEntity(Object) - Method in interface org.forgerock.http.protocol.Message
Sets the content of the entity to the provided value.
setEntity(Object) - Method in class org.forgerock.http.protocol.Request
 
setEntity(Object) - Method in class org.forgerock.http.protocol.Response
 
setEntity(String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
Set the message entity.
setEntity(String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Set the message entity.
setEntryFactory(Function<Dn, Entry>) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the function which will be used for creating new Entry instances when decoding entries.
setEnvironment(Environment) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Sets the instance of the Environment
setEnvironment(Environment) - Method in interface com.sun.identity.xacml.context.Request
Sets the instance of Environment
setEphemeralPublicKey(JWK) - Method in class org.forgerock.json.jose.jwe.JweHeader
Sets the Ephemeral Public Key header parameter for this JWE.
setErrCode(int) - Method in exception com.sun.identity.plugin.session.SessionException
Sets an error code by an implementation of the SessionProvider to indicate a specific error condition which could be retrieved by the caller of a SessionProvider method.
setErrorCode(int) - Method in class com.sun.identity.idm.IdSearchResults
Set the error code for this Search Result
setErrorOnWritePolicyFailure(Boolean) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
setErrorOnWritePolicyFailure(Boolean) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
setErrorOnWritePolicyFailure(Boolean) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
setErrorOnWritePolicyFailure(Boolean) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setEvidence(Evidence) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Sets the Evidence of the statement.
setExample(String) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
setExample(String) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
setExample(String) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
setExample(String) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setExample(String) - Method in interface org.forgerock.api.jackson.WithExampleSchema
Sets example JSON Schema field.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Specifies whether all operational attributes should be excluded from any change records that are read from LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies whether all operational attributes should be excluded from any change records that are written to LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Specifies whether all operational attributes should be excluded from any entries that are read from LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies whether all operational attributes should be excluded from any entries that are written to LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Specifies whether all user attributes should be excluded from any change records that are read from LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies whether all user attributes should be excluded from any change records that are written to LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Specifies whether all user attributes should be excluded from any entries that are read from LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies whether all user attributes should be excluded from any entries that are written to LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Excludes the named attribute from any change records that are read from LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Excludes the named attribute from any change records that are written to LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Excludes the named attribute from any entries that are read from LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Excludes the named attribute from any entries that are written to LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Excludes all change records which target entries beneath the named entry (inclusive) from being read from LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Excludes all change records which target entries beneath the named entry (inclusive) from being written to LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Excludes all entries beneath the named entry (inclusive) from being read from LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Excludes all entries beneath the named entry (inclusive) from being written to LDIF.
setExpirationTime(Date) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the expiration time of the JWT in the Claims Set.
setExpires(Date) - Method in class org.forgerock.http.protocol.Cookie
Sets the lifetime of the cookie, expressed as the date and time of expiration.
setExpiryTime(long) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the expiration time.
setExpiryTime(Long) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setExpiryTimestamp(Calendar) - Method in class org.forgerock.am.cts.api.tokens.Token
 
setExportable(boolean) - Method in class com.sun.identity.sm.ServiceSchema
Sets the exportable nature of the service configurations created for this schema.
setExportedOrganizationNames(Set<String>) - Method in class com.sun.identity.sm.ServiceConfig
Sets the organization names that can import the service configuration.
setExtensions(Extensions) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the Extensions Object.
setExtensions(Extensions) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the extensions property.
setFailed(Throwable) - Method in class org.forgerock.http.io.FailableInputStream
Sets this stream into a failed state.
setFailureID(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the userID of user who failed authentication.
setFaultActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Sets value of faultactor element.
setFaultCode(QName) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Sets value of faultcode element.
setFaultString(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Sets value of faultstring element.
setField(String, Object) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets a field on this access token that will be either stored in CTS, or will be part of the client-side JWT.
setFieldName(String) - Method in class com.sun.identity.log.QueryElement
Deprecated.
Sets the field name for this query element.
setFields(Map<String, Object>) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets multiple fields on this access token in one go.
setFieldValue(String) - Method in class com.sun.identity.log.QueryElement
Deprecated.
Sets the value for the field name in this query element.
setFilter(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
setFilter(Filter) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
setForceAuthn(Boolean) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the ForceAuthn attribute.
setForm(Form) - Method in class org.forgerock.http.protocol.Entity
Sets the content of this entity to the String representation of the provided Form.
setFormat(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Sets the format attribute.
setFormat(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
Sets the format
setFormat(String) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Sets the value of the Format attribute.
setFragment(String) - Method in class org.forgerock.http.MutableUri
Update the fragment (not encoded) of this MutableUri.
setFriendlyName(String) - Method in interface com.sun.identity.saml2.assertion.Attribute
Sets the FriendlyName of the attribute.
setFrom(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the from part for the verification email.
setFrom(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets the from part for the verification email.
setFulfillOn(String) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Sets the FullFillOn effect type of this obligation
setFulfillOn(String) - Method in interface com.sun.identity.xacml.policy.Obligation
Sets the FullFillOn effect type of this obligation
setGenerateBranches(boolean) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the flag which indicates whether branch entries should be generated.
setGeneratedPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
Sets the generated password.
setGeneratedPassword(char[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
Sets the generated password.
setGetComplete(GetComplete) - Method in interface com.sun.identity.saml2.protocol.IDPList
Sets the GetComplete Object.
setGlobalOperand(int) - Method in class com.sun.identity.log.LogQuery
Deprecated.
Sets the globalOperand field to either any query criteria match or to match all the criteria.
setGrantId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setGrantType(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's grant type.
setGroup(String) - Method in class com.sun.identity.sm.ServiceInstance
Sets the group name for this instance.
setHeader(String) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Sets the authentication module header string display.
setHost(String) - Method in class org.forgerock.http.MutableUri
Update the host name of this MutableUri.
setHttpOnly(boolean) - Method in class org.forgerock.caf.http.Cookie
Marks or unmarks this Cookie as HttpOnly.
setHttpOnly(Boolean) - Method in class org.forgerock.http.protocol.Cookie
Sets the value indicating whether the user agent should make the cookie inaccessible to client side script.
setI18NFileName(String) - Method in class com.sun.identity.sm.ServiceSchema
Sets the I18N properties file name for the service schema
setI18NFileName(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the I18N properties file name for the service
setI18NJarURL(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the URL of the JAR file that contains the I18N properties
setI18Nkey(String) - Method in class com.sun.identity.sm.ServiceSchema
Sets the value of the I18N key in the service schema.
setI18NKey(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the I18N key to describe the configuration attribute.
setI18NKey(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the i18nKey of the schema.
setId(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token ID for this access token.
setId(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setID(String) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the id of the assertion
setID(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the value of the ID attribute.
setID(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the id property.
setIdentityAccountStatusField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the field name for the identity account status.
setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
Sets the field name for the identity email address.
setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the field name for the identity email address.
setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
Sets the field name for the identity email address.
setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the field name for the identity email address.
setIdentityIdField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the field name for the identity id.
setIdentityPasswordField(String) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Sets the password field identifier.
setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Sets the URL for the identity service.
setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
Sets the URL for the identity service.
setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Sets the URL for the identity service.
setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the URL for the identity service.
setIdentityUsernameField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the field name for the identity username.
setIDPEntries(List<IDPEntry>) - Method in interface com.sun.identity.saml2.protocol.IDPList
Sets the IDPEntry Object.
setIDPList(IDPList) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Sets the IDPList Object.
setIDPList(IDPList) - Method in interface com.sun.identity.saml2.protocol.Scoping
Sets the IDPList Object.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Ensures that the named attribute is not excluded from any change records that are read from LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Ensures that the named attribute is not excluded from any change records that are written to LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Ensures that the named attribute is not excluded from any entries that are read from LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Ensures that the named attribute is not excluded from any entries that are written to LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Ensures that all change records which target entries beneath the named entry (inclusive) are read from LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Ensures that all change records which target entries beneath the named entry (inclusive) are written to LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Ensures that all entries beneath the named entry (inclusive) are read from LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Ensures that all entries beneath the named entry (inclusive) are written to LDIF.
setIncludeExcludeFilters(Collection<Filter>, Collection<Filter>) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Sets the filters to include / exclude entries.
setIncludeExcludeFilters(Collection<Filter>, Collection<Filter>) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Sets the filters to include / exclude entries.
setInfoText(List<String>) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
 
setInheritance(String) - Method in class com.sun.identity.sm.ServiceSchema
Set the value of inheritance attribute in service schema.
setInputContextOnly(boolean) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Sets the XML attribute boolean value which governs the source of information that the PDP is allowed to use in making an authorization decision.
setInputContextOnly(boolean) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Sets the XML attribute boolean value which governs the source of information that the PDP is allowed to use in making an authorization decision.
setInResponseTo(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets the ID of a SAML protocol message in response to which an attesting entity can present the assertion
setInResponseTo(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the inResponseTo property.
setIPAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
Sets the IP address for SubjectLocality locality.
setIsPassive(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Sets the value of the IsPassive attribute.
setIsPassive(Boolean) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the IsPassive attribute.
setIssued(Boolean) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setIssuedAtTime(Date) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the time the JWT was issued at, in the Claims Set.
setIssueInstant(Date) - Method in class com.sun.identity.saml.assertion.AssertionBase
Set the time when the assertion was issued
setIssueInstant(Date) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the time when the assertion was issued
setIssueInstant(Date) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the value of IssueInstant attribute.
setIssueInstant(Date) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the issueInstant property.
setIssuer(Issuer) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the issuer of the assertion
setIssuer(Issuer) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Sets the value of the issuer attribute.
setIssuer(Issuer) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the Issuer object.
setIssuer(Issuer) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the issuer property.
setIssuer(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the issuer for an assertion
setIssuer(String) - Method in interface com.sun.identity.xacml.context.Attribute
Sets the issuer of the Attribute.
setIssuer(String) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Sets the issuer of the Attribute.
setIssuer(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Sets the Issuers of this object
setIssuer(String) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the issuer this JWT was issued by.
setIssuer(URI) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the issuer this JWT was issued by.
setJson(Object) - Method in class org.forgerock.http.protocol.Entity
Sets the content of this entity to the JSON representation of the provided object.
setJsonWebKey(JWK) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the JSON Web Key header parameter for this JWS.
setJweAlgorithm(JweAlgorithm) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the Jwe algorithm.
setJwkSetUrl(URL) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the JWK Set URL header parameter for this JWS.
setJwkUrl(URL) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Deprecated.
setJwkUrlAsync(URL) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Update the JWKs URI.
setJwsAlgorithm(JwsAlgorithm) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the Jws algorithm.
setJwtId(String) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the unique ID of the JWT.
setKbaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets whether KBA is enabled.
setKbaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets whether KBA is enabled.
setKbaEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets whether KBA is enabled.
setKbaPropertyName(String) - Method in class org.forgerock.selfservice.core.config.KbaConfig
Sets the property name in user json instance where kba details will be set.
setKbaPropertyName(String) - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Sets the property name in user json instance where kba details will be set.
setKey(String, String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Set the key to access key store database.
setKeyId(String) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the Key ID header parameter for this JWS.
setKeyInfo(List) - Method in interface com.sun.identity.saml2.assertion.KeyInfoConfirmationData
Sets the key info
setKeyInfo(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Sets the key info.
setKeyPairAlgorithm(String) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the key pair algorithm.
setKeyPairSize(int) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the key pair size..
setKeysForPurposes(Map<String, List<KeyStoreSecretStore.AliasSpec>>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Set the keys that are used for different purposes.
setLabeledUri(String) - Method in class com.sun.identity.sm.ServiceConfig
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
setLDAPErrorCode(String) - Method in exception com.sun.identity.idm.IdRepoException
Replace the LDAP error code associated with this error message.
setLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder.
setLoadBalancerCookie(HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.plugin.session.SessionProvider
Sets a load balancer cookie in the suppled HTTP response.
setLoc(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Sets the value of Loc attribute.
setLoginFailureURL(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the the login failure URL for the user.
setLogInfoMap(Map) - Method in class com.sun.identity.log.LogRecord
Deprecated.
Convenience method to set the log information map.
setLoginSuccessURL(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets the the login successful URL for the user.
setMajorVersion(int) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the major version number of an assertion.
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the matched DN associated with this result.
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the matched DN associated with this result.
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setMaxAge(int) - Method in class org.forgerock.caf.http.Cookie
Sets the maximum age in seconds for this Cookie.
setMaxAge(Integer) - Method in class org.forgerock.http.protocol.Cookie
Sets the lifetime of the cookie, expressed in seconds.
setMaxRecord(int) - Method in class com.sun.identity.log.LogQuery
Deprecated.
 
setMaxResults(int) - Method in class com.sun.identity.idm.IdSearchControl
Sets the maximum number of search results to return; 0 means there is no limit.
setMaxTimeout(Duration) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Sets the maximum timeout.
setMaxValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the maximum value attribute.
setMayAct(JsonValue) - Method in interface org.forgerock.oauth2.core.AccessToken
 
setMessageID(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Sets the value of the messageID attribute.
setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the email body translations.
setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets the email body translations.
setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the email body translations.
setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the message map for the verification email.
setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets the message map for the verification email.
setMethod(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Sets the confirmation method
setMethod(String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
Set the method the request will use.
setMethod(String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Set the method the request will use.
setMethod(String) - Method in class org.forgerock.http.protocol.Request
Sets the method to be performed on the resource.
setMimeType(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the message mime-type.
setMimeType(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets the message mime-type.
setMinimumAnswersToDefine(int) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the minimum number of answers to be defined.
setMinimumAnswersToVerify(int) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the minimum number of answers to be verified.
setMinimumAnswersToVerify(int) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets the minimum number of answers to be verified.
setMinorCodeValue(String) - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Sets the minorCodeValue of this object
setMinorCodeValue(String) - Method in interface com.sun.identity.xacml.context.StatusCode
Sets the minorCodeValue of this object
setMinorVersion(int) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the minor version number of an assertion.
setMinValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the minimum value attribute.
setMultiAttribute(CoreTokenField, T) - Method in class org.forgerock.am.cts.api.tokens.Token
Mutator for the fields of the Token.
setMultipleOf(Double) - Method in interface org.forgerock.api.jackson.MultipleOfSchema
Sets multipleOf JSON Schema field.
setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Sets the value of the mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Sets value of mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Sets value of mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Sets value of mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Sets value of mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Sets the value of the mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Sets the value of the mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Sets the value of the mustUnderstand attribute.
setName(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Sets the name of the policy.
setName(String) - Method in class com.sun.identity.policy.Rule
Deprecated.
Sets the name for the rule.
setName(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Sets the name attribute.
setName(String) - Method in interface com.sun.identity.saml2.assertion.Attribute
Sets the Name of the attribute.
setName(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Sets the value of Name attribute.
setName(String) - Method in class org.forgerock.api.transform.LocalizableTag
 
setName(String) - Method in class org.forgerock.http.protocol.Cookie
Sets the name of the cookie.
setName(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setName(String) - Method in interface org.forgerock.opendj.ldap.Entry
Sets the distinguished name of this entry (optional operation).
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Sets the distinguished name of the entry to be compared.
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
Sets the distinguished name of the entry to be deleted.
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of the entry to be renamed.
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Sets the distinguished name of the entry to be modified.
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the distinguished name of the base entry relative to which the search is to be performed.
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
setName(String) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Sets the distinguished name of the entry to be updated.
setName(Dn) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
setName(Dn) - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
setName(Dn) - Method in interface org.forgerock.opendj.ldap.Entry
Sets the distinguished name of this entry (optional operation).
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Sets the name of the Directory object that the client wishes to bind as.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Sets the distinguished name of the entry to be compared.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.DeleteRequest
Sets the distinguished name of the entry to be deleted.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of the entry to be renamed.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Sets the distinguished name of the entry to be modified.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the distinguished name of the base entry relative to which the search is to be performed.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
setName(Dn) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Sets the distinguished name of the entry to be updated.
setNameFormat(String) - Method in interface com.sun.identity.saml2.assertion.Attribute
Sets the NameFormat of the attribute.
setNameID(NameID) - Method in interface com.sun.identity.saml2.assertion.Subject
Sets the identifier in NameID format
setNameID(NameID) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Sets the name identifier
setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Sets the value of the nameID property.
setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Sets the value of the nameID property.
setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Sets the value of the nameID property.
setNameID(NameID) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingResponse
Sets the value of the nameID property.
setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.saml.assertion.Subject
Sets the NameIdentifier to the subject.
setNameIDPolicy(NameIDPolicy) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the NameIDPolicy object.
setNameIDPolicy(NameIDPolicy) - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Sets the NameIDPolicy object.
setNameQualifier(String) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Sets nameQualifier attribute.
setNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
Sets the name qualifier
setNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
Sets the name qualifier
setNamespace(String) - Method in interface com.sun.identity.saml2.assertion.Action
Sets the value of the Namespace attribute.
setNewEncryptedID(NewEncryptedID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Sets the value of the newEncryptedID property.
setNewID(NewID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Sets the value of the NewID property.
setNewPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the desired password for the user.
setNewPassword(char[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the desired password for the user.
setNewRdn(String) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the new RDN of the entry to be renamed.
setNewRdn(Rdn) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the new RDN of the entry to be renamed.
setNewResourceId(String) - Method in interface org.forgerock.json.resource.CreateRequest
Sets the client provided ID of the resource to be created.
setNewSuperior(String) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
setNewSuperior(Dn) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
setNoAvailableVersionHandler(ResourceApiVersionSpecificationFilter.NoApiVersionHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Indicate what should happen if no resource API version supplied on the request.
setNonce(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's nonce.
setNotBefore(Date) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets the time instant before which the subject cannot be confirmed.
setNotBefore(Date) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets the time instant before which the subject cannot be confirmed
setNotBeforeTime(Date) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the time the JWT is not allowed to be processed before, in the Claims Set.
setNotOnOrAfter(Date) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Sets value of notOnOrAfter attribute.
setNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets the time instant at which the subject can no longer be confirmed.
setNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets the time instant at which the subject can no longer be confirmed
setNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Sets the value of the notOnOrAfter property.
setNumberOfAllowedAttempts(int) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the number of allowed attempts before the forgotten password feature is locked for a user.
setNumberOfAnswersUserMustSet(int) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
Sets the number of answers that user must set.
setNumberOfAttemptsEnforced(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets whether there is a limit on the number of attempts to answer security questions when a user attempts to reset their password.
setNumberOfQuestionsUserMustAnswer(int) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Sets the number of questions that user must answer.
setObject(Object) - Method in class org.forgerock.json.JsonValue
Sets the Java object representing this JSON value.
setObligationId(URI) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Sets the ObligationId of the Obligation
setObligationId(URI) - Method in interface com.sun.identity.xacml.policy.Obligation
Sets the ObligationId of the Obligation
setObligations(Obligations) - Method in interface com.sun.identity.xacml.context.Result
Sets the Obligations of this object
setObligations(List) - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
Sets the Obligation objects of this Obligations
setObligations(List) - Method in interface com.sun.identity.xacml.policy.Obligations
Sets the Obligation objects of this Obligations
setOf(Class<V>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as a Set containing objects whose type (and value) is specified by the parameter type.
setOf(Function<JsonValue, V, E>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as a Set containing objects whose type (and value) is specified by a transformation function.
setOid(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
Sets the numeric OID associated with this extended request.
setOid(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
Sets the numeric OID, if any, associated with this extended result.
setOid(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
Sets the numeric OID, if any, associated with this intermediate response.
setOldPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the current password for the user.
setOldPassword(char[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the current password for the user.
setOnce(AtomicReference<Subscription>, Subscription) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Atomically sets the subscription on the field if it is still null.
setOneTimeUses(List<OneTimeUse>) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets a list of OneTimeUse
setOps(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Sets the user's session public reference for this request.
setOption(Option<T>, T) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Sets a schema option overriding any previous values for the option.
setOptions(Options) - Method in interface org.forgerock.opendj.io.RxServerSocket
Updates the options of this server socket.
setOptions(Options) - Method in class org.forgerock.opendj.ldap.LdapServer
Updates the options of this LDAP listener.
setOrder(Integer) - Method in class com.sun.identity.sm.AttributeSchema
Sets the order of this attribute.
setOtherChild(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets a child except Status element, CorrelationHeader, ProviderHeader, ConsentHeader, UsageDirectiveHeader and ProcessingContextHeader and ServiceInstanceUpdateHeader.
setOtherChildren(List) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets a list of children except Status element, CorrelationHeader, ProviderHeader ConsentHeader, UsageDirectiveHeader, ProcessingContextHeader and ServiceInstanceUpdateHeader.
setPagedResultsCookie(String) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the opaque cookie which is used by the resource provider to track its position in the set of query results.
setPagedResultsOffset(int) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the zero-based index of the first resource which should be included in the query results.
setPageSize(int) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the requested page results page size or 0 if paged results are not required.
setPageState(String) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Sets the authentication module display page state.
setParameter(String, Object) - Method in class org.forgerock.json.jose.jwe.JweHeader
 
setParameter(String, Object) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets a header parameter with the specified key and value.
setParameter(String, Object) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Sets a header parameter with the specified key and value.
setParameterNames(List<String>) - Method in class org.forgerock.selfservice.stages.parameters.ParametersConfig
Set the list of passed parameter names.
setParameters(Map<String, Object>) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Sets header parameters using the values contained in the specified map.
setPath(String) - Method in class org.forgerock.caf.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in class org.forgerock.http.MutableUri
Update the path (not encoded) of this MutableUri.
setPath(String) - Method in class org.forgerock.http.protocol.Cookie
Sets the subset of URLs on the origin server to which this cookie applies.
setPermissions(JsonValue) - Method in interface org.forgerock.oauth2.core.AccessToken
Set the UMA permissions contained in the token.
setPluginTools(PluginTools) - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
Guice setter for pluginTools.
setPolicy(JsonValue) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setPolicyUri(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setPort(int) - Method in class org.forgerock.http.MutableUri
Update the port of this MutableUri.
setPort(List<Integer>) - 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.
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.ActionRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.CreateRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.PatchRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.QueryRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.ReadRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.Request
Set the locale preference for the request.
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setPResponseProviderName(String) - Method in interface com.sun.identity.entitlement.ResourceAttribute
Deprecated. 
setPriority(int) - Method in class com.sun.identity.sm.ServiceConfig
Sets the priority to the service configuration.
setPrivateKey(PrivateKey) - Method in class com.sun.identity.sae.api.SecureAttrs
This interface allows to set the private to be used for signing as an alternative to passing down SAE_CONFIG_PRIVATE_KEY_ALIAS via init.
setProperties(Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Sets the properties of the responseProvider plugin.
setProperties(Map<String, Set<String>>) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Sets the properties of the condition.
setPropertiesViewBeanUR(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the URL of the view bean for the attribute.
setPropertiesViewBeanURL(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the URL of the view bean for the service.
setProperty(Object, String, String[]) - Method in interface com.sun.identity.plugin.session.SessionProvider
Stores a property in the session object.
setProperty(String, String) - Method in interface com.iplanet.sso.SSOToken
Sets a property for this token.
setPropertyName(String) - Method in interface com.sun.identity.entitlement.ResourceAttribute
Sets property name.
setPropertyOrder(Integer) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
setPropertyOrder(Integer) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
setPropertyOrder(Integer) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
setPropertyOrder(Integer) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setProtocolBinding(String) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the ProtocolBinding attribute.
setProtocolVersion(Version) - Method in class org.forgerock.http.routing.ApiVersionRouterContext
Sets the protocol API version of the framework used to handle the request.
setProviderID(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Sets the ProviderID attribute value.
setProviderName(String) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Sets the ProviderName attribute value.
setProviderName(String) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the ProviderName attribute value.
setProxyCount(Integer) - Method in interface com.sun.identity.saml2.protocol.Scoping
Sets the value of ProxyCount attribute.
setProxyRestrictions(List<ProxyRestriction>) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets a list of ProxyRestriction
setQuery(String) - Method in class org.forgerock.http.MutableUri
Update the query string (not encoded) of this MutableUri.
setQuery(QueryFilter<CoreTokenField>) - Method in class org.forgerock.am.cts.api.filter.TokenFilter
Set the query component to the Filter.
setQueryExpression(String) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the native query expression which will be used for processing the query request.
setQueryFilter(QueryFilter<JsonPointer>) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the query filter which will be used for selecting which JSON resources will be returned.
setQueryId(String) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the query identifier for pre-defined queries.
setQuestions(Map<String, Map<String, String>>) - Method in class org.forgerock.selfservice.core.config.KbaConfig
Sets the kba questions.
setQuestions(Map<String, Map<String, String>>) - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Sets the kba questions.
setRandomSeed(int) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the random seed to use when generating entries.
setRawContentInputStream(BranchingInputStream) - Method in class org.forgerock.http.protocol.Entity
Sets the content of this entity to the provided input stream.
setRawFragment(String) - Method in class org.forgerock.http.MutableUri
Update the fragment (encoded) of this MutableUri.
setRawPath(String) - Method in class org.forgerock.http.MutableUri
Update the path (encoded) of this MutableUri.
setRawQuery(String) - Method in class org.forgerock.http.MutableUri
Update the query (encoded) of this MutableUri.
setRawUserInfo(String) - Method in class org.forgerock.http.MutableUri
Update the user info (encoded) of this MutableUri.
setRawValue(String) - Method in class org.forgerock.http.header.AuthorizationHeader
Set the raw value of the header.
setReadPolicy(ReadPolicy) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
setReadPolicy(ReadPolicy) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
setReadPolicy(ReadPolicy) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
setReadPolicy(ReadPolicy) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setRealm(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the realm for this access token.
setRealm(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Sets the realm for the Resource Set Description.
setRealm(String) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setReason(String) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Sets the value of the reason property.
setReason(String) - Method in exception org.forgerock.json.resource.ResourceException
Sets/overrides the short reason phrase of the exception.
setRecaptchaSecretKey(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Sets the secret key for re-captcha.
setRecaptchaSiteKey(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Sets the site key for re-captcha.
setRecaptchaUri(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
Sets the uri for verifying recaptcha.
setRecipient(String) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Sets the URI specifying the entity or location to which an attesting entity can present the assertion
setRecursive(boolean) - 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.
setRedirectionDone(boolean) - Method in exception com.sun.identity.saml2.common.SAML2Exception
Sets redirection done flag.
setRef(String) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Sets value of ref attribute.
setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.soapbinding.CorrelationHeader
Sets value of refToMessageID attribute.
setRejectedLdifListener(RejectedLdifListener) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.
setRejectedLdifListener(RejectedLdifListener) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.
setRelation(int) - Method in class com.sun.identity.log.QueryElement
Deprecated.
This method modifies/sets the relation between the field name and value in this query element.
setRequest(Request) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Sets the xacml-context:Request element of this object
setRequest(Request) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Sets the xacml-context:Request element of this object
setRequest(Request) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Sets Request element of this object
setRequest(Request) - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
Sets the request object for this MessageContextInfo.
setRequest(Request) - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
setRequestedAuthnContext(RequestedAuthnContext) - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
Sets the RequestedAuthnContext object.
setRequestedAuthnContext(RequestedAuthnContext) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the RequestedAuthnContext.
setRequesterIDs(List<RequesterID>) - Method in interface com.sun.identity.saml2.protocol.Scoping
Sets a list of RequesterID Objects.
setRequestId(int) - Method in interface org.forgerock.opendj.ldap.messages.AbandonRequest
Sets the request ID of the request to be abandoned.
setRequestId(int) - Method in interface org.forgerock.opendj.ldap.messages.CancelExtendedRequest
Sets the request ID of the request to be abandoned.
setRequire(List) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Sets the list of authentication module display attributes which are required to be entered by the end user.
setRequiredFields(Set<String>) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setRequirements(JsonValue) - Method in class org.forgerock.selfservice.core.StageResponse.Builder
Sets the json requirements.
setResource(String) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Sets the Resource of the statement.
setResourceApiVersion(Version) - Method in exception org.forgerock.json.resource.ResourceException
 
setResourceApiVersion(Version) - Method in interface org.forgerock.json.resource.Response
Sets the API version of the resource that the request was routed to.
setResourceContent(String) - Method in interface com.sun.identity.xacml.context.ResourceContent
Sets the resource content of this object
setResourceContent(Element) - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Sets the ResourceContent of this Resource
setResourceContent(Element) - Method in interface com.sun.identity.xacml.context.Resource
Sets the resource content of this object
setResourceId(String) - Method in interface com.sun.identity.xacml.context.Result
Sets the Resourceids of this object
setResourceName(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the CREST representation name for the attribute.
setResourceName(String) - Method in class com.sun.identity.sm.ServiceSchema
Sets the CREST resource name for the service schema.
setResourceName(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the service's resource name for CREST representation.
setResourceNames(Set<String>) - Method in class com.sun.identity.policy.Rule
Deprecated.
Sets the resource names for which the rule has been created.
setResourceOwnerId(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the resource owner ID for this access token.
setResourceOwnerId(String) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.ActionRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.CreateRequest
Sets the path of the JSON resource container beneath which the new resource should be created.
setResourcePath(String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.ReadRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.Request
Sets the non-null path of the JSON resource to which this request should be targeted.
setResourcePath(String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResourcePath(String) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.
setResourcePath(Path) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.ActionRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.CreateRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.ReadRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.Request
Sets the non-null path of the JSON resource to which this request should be targeted.
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResources(List) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Sets the one to many Resource elements of this object
setResources(List) - Method in interface com.sun.identity.xacml.context.Request
Sets the one to many Resource elements of this object
setResourceServerClientId(String) - Method in class org.forgerock.openam.uma.PermissionTicket
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.ActionRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.CreateRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.ReadRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.Request
Sets the requested API version of the resource.
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResourceVersion(Version) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Sets the Resource Version to use for the identity service.
setResourceVersion(Version) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the resource version fields to be used when looking up the user.
setResponse(Response) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Sets Response element of this object
setResponse(Response) - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
Sets the response object for this MessageContextInfo.
setResponse(Response) - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
setResponseAttributes(Map<String, Set<String>>) - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
Sets the response attributes.
setResponseConsumerURL(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Sets the value of the responseConsumerURL attribute.
setResponseInfo(ResponseInfo) - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Sets the responseInfo value.
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the result code associated with this result.
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setResults(List) - Method in interface com.sun.identity.xacml.context.Response
Sets the Results of this object
setReturnAttributes(Set) - Method in class com.sun.identity.idm.IdSearchControl
Set the return attribute names, if attributes of the entries need to be obtained as part of the search.
setReturnContext(boolean) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Sets the boolean value for this XML attribute
setReturnContext(boolean) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Sets the boolean value for this XML attribute
setReturnOnDemand(Boolean) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
setReturnOnDemand(Boolean) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
setReturnOnDemand(Boolean) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
setReturnOnDemand(Boolean) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setRevision(String) - Method in interface org.forgerock.json.resource.DeleteRequest
Sets the expected version information associated with the JSON resource to be deleted.
setRevision(String) - Method in interface org.forgerock.json.resource.PatchRequest
Sets the expected version information associated with the JSON resource to be patched.
setRevision(String) - Method in interface org.forgerock.json.resource.UpdateRequest
Sets the expected version information associated with the JSON resource to be updated.
setSameSite(Cookie.SameSite) - Method in class org.forgerock.http.protocol.Cookie
Sets the value of the SameSite attribute.
setSaslMechanismAndCredentials(String, byte[]) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Sets the authentication type to BindRequest.AUTHENTICATION_TYPE_SASL, the SASL mechanism name, and the optional SASL credentials.
setSaslMechanismAndCredentials(SaslClient) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Configures this bind request for SASL authentication using the provided SaslClient.
setSaslServer(SaslServer) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Sets the SaslServer to use by the underlying connection.
setSchema(Schema) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the Schema which will be used for decoding distinguished names, attribute descriptions, and other objects which require a schema in order to be decoded.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the schema which should be when generating entries.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Sets the schema which should be used for decoding change records that are read from LDIF.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Sets the schema which should be used for decoding entries that are read from LDIF.
setSchemaResolver(SchemaResolver) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets 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.
setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Specifies the schema validation which should be used when reading LDIF change records.
setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Specifies the schema validation which should be used when reading LDIF entry records.
setScheme(String) - Method in class org.forgerock.http.MutableUri
Update the scheme of this MutableUri.
setScope(Set<String>) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the scopes for this access token.
setScope(SearchScope) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the scope of the search.
setScoping(Scoping) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the Scoping object.
setScramCredential(ScramCredential) - Method in class org.forgerock.opendj.security.ScramCredentialCallback
Sets the SCRAM credential associated with the authenticating user.
setSearchable(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the attribute isSearchable, if value is set to true , or false.
setSearchModifiers(IdSearchOpModifier, Map) - Method in class com.sun.identity.idm.IdSearchControl
Set the options for modifying the basic search filter in each plugin.
setSecure(boolean) - Method in class org.forgerock.caf.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(Boolean) - Method in class org.forgerock.http.protocol.Cookie
Sets the value indicating whether the user agent should use only secure means to send back this cookie.
setSecureHash(Map<String, Object>) - Method in class org.forgerock.selfservice.core.config.KbaConfig
Sets the kba secureHash.
setSecureHash(Map<String, Object>) - Method in class org.forgerock.selfservice.stages.kba.AbstractKbaStageConfig
Sets the kba secureHash.
setSecurityMechIDs(List) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Sets a list of value of SecurityMechID element.
setServerInstanceName(String) - Static method in class com.iplanet.am.util.SystemProperties
Sets the server instance name of which properties are retrieved to initialized this object.
setServerSaslCredentials(ByteString) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Sets the server SASL credentials associated with this bind result.
setService(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Sets the value of the service attribute.
setServiceAttributes(String, Map) - Method in class com.sun.identity.idm.IdRepoListener
Stores service's dynamic attributes within the IdRepo plugin configuration.
setServiceHierarchy(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Sets the service's hierarchy
setServiceInstanceUpdateHeader(ServiceInstanceUpdateHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets ServiceInstanceUpdateHeader.
setSession(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Sets the user's session for this request.
setSession(Session) - Method in class org.forgerock.http.session.SessionContext
Sets the Session associated with the remote client.
setSessionId(String) - Method in class org.forgerock.caf.authentication.framework.AuditTrail
Sets the session id on the audit record, if a session has been created.
setSessionIndex(String) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the SessionIndex attribute.
setSessionIndex(String) - Method in interface com.sun.identity.saml2.protocol.AuthnQuery
Sets the value of SessionIndex attribute.
setSessionIndex(String) - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Sets the sessionIndex value.
setSessionIndex(List<String>) - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Sets the value of the SessionIndex property.
setSessionNotOnOrAfter(Date) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the SessionNotOnOrAfter attribute.
setShowUsernameEnabled(boolean) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets whether show username is enabled.
setSid(String) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Sets the session's OIDC Session ID for this request.
setSignature(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the signature for the Request
setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Sets the value of the signFlag.
setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
Sets the sign flag.
setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Sets the sign flag.
setSimplePassword(byte[]) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Sets the authentication type to BindRequest.AUTHENTICATION_TYPE_SIMPLE and the authentication value to a copy of the provided password.
setSizeLimit(int) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the size limit that should be used in order to restrict the maximum number of entries returned by the search.
setSnapshotTokenConfig(SnapshotTokenConfig) - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Sets the snapshot token type to use.
setSOAPBody(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a SOAP body.
setSocket(RxSocket<M>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Sets the active socket.
setSortingField(String) - Method in class com.sun.identity.log.LogQuery
Deprecated.
Set the field name on which records to be sorted.
setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.BaseIDAbstract
Sets the SP name qualifier
setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
Sets the SP name qualifier
setSPNameQualifier(String) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Sets the value of SPNameQualifier attribute.
setSPProvidedID(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
Sets the SP provided ID
setSslOptions(SslOptions) - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
Sets the SslOptions that should be used when installing the TLS layer.
setSslOptions(SslOptions) - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedResult
Sets the SslOptions used to install the TLS layer.
setStageConfigs(List<StageConfig>) - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Sets the list of stage configs.
setStageTag(String) - Method in class org.forgerock.selfservice.core.StageResponse.Builder
Sets the stage tag.
setStartRange(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the start range attribute.
setState(String) - Method in interface com.sun.identity.entitlement.EntitlementCondition
Sets state of this object from a JSON string.
setState(String) - Method in interface com.sun.identity.entitlement.EntitlementSubject
Sets state of this object from a JSON string.
setState(String) - Method in interface com.sun.identity.entitlement.ResourceAttribute
Sets state of this object from a JSON string.
setStatements(List<Object>) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the statements of the assertion
setStats(int) - Method in class com.sun.identity.shared.stats.Stats
Sets the stats capabilities based on the values of the statsType argument.
setStats(String) - Method in class com.sun.identity.shared.stats.Stats
Sets the stats capabilities based on the values of the statsType argument.
setStatus(Status) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the status property.
setStatus(Status) - Method in interface com.sun.identity.xacml.context.Result
Sets the Status of this object
setStatus(Status) - Method in class org.forgerock.http.protocol.Response
Sets the response status code.
setStatusCode(StatusCode) - Method in interface com.sun.identity.saml2.protocol.Status
Sets the value of the statusCode property.
setStatusCode(StatusCode) - Method in interface com.sun.identity.saml2.protocol.StatusCode
Sets the value of the statusCode property.
setStatusCode(StatusCode) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Sets the StatusCode of this object
setStatusCode(StatusCode) - Method in interface com.sun.identity.xacml.context.Status
Sets the StatusCode of this object
setStatusCode(QName) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets value of code attribute of Status element.
setStatusComment(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets value of comment attribute of Status element.
setStatusDetail(StatusDetail) - Method in interface com.sun.identity.saml2.protocol.Status
Sets the value of the statusDetail property.
setStatusDetail(StatusDetail) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Sets the StatusDetail of this object
setStatusDetail(StatusDetail) - Method in interface com.sun.identity.xacml.context.Status
Sets the StatusDetail of this object
setStatusMessage(StatusMessage) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Sets the StatusMessage of this object
setStatusMessage(StatusMessage) - Method in interface com.sun.identity.xacml.context.Status
Sets the StatusMessage of this object
setStatusMessage(String) - Method in interface com.sun.identity.saml2.protocol.Status
Sets the value of the statusMessage property.
setStatusRef(String) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets value of ref attribute of Status element.
setStorageType(StorageType) - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Sets the storage type to use.
setStreamingContent(boolean) - Method in class org.forgerock.http.protocol.Response
Set that the response's content has to be considered as a streaming and thus some special treatments may apply on it.
setString(String) - Method in class org.forgerock.http.protocol.Entity
Sets the content of this entity to the provided string.
setSubject(Subject) - Method in class com.sun.identity.saml.assertion.SubjectStatement
Set the Subject for the SubjectStatement.
setSubject(Subject) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the subject of the assertion
setSubject(Subject) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the Subject object.
setSubject(Subject) - Method in interface com.sun.identity.saml2.protocol.SubjectQueryAbstract
Sets the Subject object.
setSubject(Subject) - Method in class org.forgerock.am.saml2.impl.Saml2ResponseData
Sets the subject value.
setSubject(String) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the subject this JWT is issued to.
setSubject(URI) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets the subject this JWT is issued to.
setSubjectCategory(URI) - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Sets the SubjectCategory of this object
setSubjectCategory(URI) - Method in interface com.sun.identity.xacml.context.Subject
Sets the SubjectCategory of this object
setSubjectConfirmation(SubjectConfirmation) - Method in class com.sun.identity.saml.assertion.Subject
Sets the subject confirmation to the subject
setSubjectConfirmation(List<SubjectConfirmation>) - Method in interface com.sun.identity.saml2.assertion.Subject
Sets a list of subject confirmations
setSubjectConfirmationData(SubjectConfirmationData) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Sets the subject confirmation data
setSubjectConfirmationData(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Sets the SubjectConfirmationData.
setSubjectConfirmationData(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Sets the SubjectConfirmationData
setSubjectLocality(SubjectLocality) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Sets the SubjectLocality for AuthenticationStatement.
setSubjectLocality(SubjectLocality) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the SubjectLocality property.
setSubjects(List) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Sets the one to many Subject elements of this object
setSubjects(List) - Method in interface com.sun.identity.xacml.context.Request
Sets the one to many Subject elements of this object
setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the email subject translations.
setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets the email subject translations.
setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the email subject translations.
setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the subject map for the verification email.
setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets the subject map for the verification email.
setSyntax(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the Syntax attribute.
setTags(List<String>) - Method in class org.forgerock.api.transform.LocalizableOperation
 
setTarget(RequestHandler) - Method in class org.forgerock.json.resource.FilterChain
Sets the target request handler which will be invoked once processing has reached the end of the filter chain.
setTerminate(boolean) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Set this request as terminating request.
setTimeLimit(int) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Sets the time limit that should be used in order to restrict the maximum time (in seconds) allowed for the search.
setTimeLimit(Duration) - Method in class org.forgerock.am.cts.api.filter.TokenFilter
Set the time limit of the query.
setTimeOut(int) - Method in class com.sun.identity.idm.IdSearchControl
Sets the maximum number of milliseconds to wait for any operation for the search.
setTimeToLive(long) - Method in class com.sun.identity.entitlement.ConditionDecision.Builder
Sets the time to live.
setTimeToLive(long) - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Sets the GMT time in milliseconds since epoch when this object is to be treated as expired.
setTimeToLive(long) - Method in class com.sun.identity.policy.ConditionDecision
Deprecated.
Sets timeToLive associated with this object
setTitle(String) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
setToken(Class<T>, T) - Method in interface org.forgerock.oauth2.core.OAuth2Request
Set a Token that is in play for this request.
setTokenExpiry(long) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the token expiry time.
setTokenExpiry(long) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets the token expiry time.
setTokenExpiry(long) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the token expiry time.
setTokenLifeTimeInSeconds(long) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the token life (seconds).
setTokenName(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token name for this token.
setTokenStatePaddingLength(int) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the desired length of JWT's state claim to achieve with padding.
setTokenType(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's type.
setTotalPagedResultsPolicy(CountPolicy) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the policy for calculating the total number of paged results.
setType(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the type.
setType(String) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the type of the contents of the Claims Set.
setType(JwtType) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Sets the type of JWT this header represents.
setTypesOnly(boolean) - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Specifies whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
setUIType(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the UIType attribute.
setUpdateIntervalMillis(long) - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
Sets the interval at which to poll for updates from the underlying performance monitoring framework.
setupModule(Module.SetupContext) - Method in class org.forgerock.http.util.Json.JsonValueModule
 
setUri(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Sets value of uri attribute.
setUri(String) - Method in interface org.forgerock.http.client.request.HttpClientRequest
Set the URI that the request targets.
setUri(String) - Method in class org.forgerock.http.client.request.SimpleHttpClientRequest
Set the URI that the request targets.
setUri(String) - Method in class org.forgerock.http.protocol.Request
Sets the fully-qualified string URI of the resource being accessed.
setUri(URI) - Method in class org.forgerock.http.protocol.Request
Sets the fully-qualified URI of the resource being accessed.
setUri(MutableUri) - Method in class org.forgerock.http.header.ReferrerHeader
Set the URI value of the Referrer header.
setURI(String) - Method in class com.sun.identity.sm.ServiceInstance
Sets the URI for the service instance.
setUsageDirectiveHeaders(List) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets a list of UsageDirectiveHeader.
setUserAttributes(Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets a Map of attribute value pairs to be used when the authentication service is configured to dynamically create a user.
setUserId(String) - Method in class org.forgerock.am.cts.api.tokens.Token
 
setUserId(String) - Method in class org.forgerock.services.context.RequestAuditContext
Set the user ID on the context.
setUserIdentity(Object) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the identity of the user whose password is to be modified.
setUserInfo(String) - Method in class org.forgerock.http.MutableUri
Update the user info (not encoded) of this MutableUri.
setUsernameToken(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Sets the string token representing where the user name should be substituted.
setUserRegistrationDestination(RegistrationDestination) - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Sets the user registration destination.
setUserSessionProperty(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Sets a property in the user session.
setValidator(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the Validator attribute
setValidQueryAttributes(Set<String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Sets the valid set of query attributes.
setValidQueryAttributes(Set<String>) - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig.ForgottenUsernameBuilder
Sets the set of valid query attributes.
setValidQueryFields(Set<String>) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Sets the set of query fields to be used when looking up the user.
setValidStatusValue(String) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Sets the field name for the valid status value.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedRequest
Sets the value, if any, associated with this extended request.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
Sets the value, if any, associated with this extended result.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
Sets the value, if any, associated with this intermediate response.
setValue(String) - Method in interface com.sun.identity.saml2.assertion.Action
Sets the value of this Action.
setValue(String) - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
Sets the value of this AssertionIDRef.
setValue(String) - Method in interface com.sun.identity.saml2.assertion.NameIDType
Sets the string-valued identifier
setValue(String) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Sets the value of the RelayState.
setValue(String) - Method in interface com.sun.identity.saml2.protocol.GetComplete
Sets the value of the GetComplete URI.
setValue(String) - Method in interface com.sun.identity.saml2.protocol.RequesterID
Sets the value of the RequesterID URI.
setValue(String) - Method in interface com.sun.identity.saml2.protocol.StatusCode
Sets the value of the value property.
setValue(String) - Method in interface com.sun.identity.xacml.context.Decision
Sets the values of this object
setValue(String) - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
Sets the values of this object
setValue(String) - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Sets the value of this object
setValue(String) - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
Sets the value of this object
setValue(String) - Method in interface com.sun.identity.xacml.context.StatusCode
Sets the value of this object
setValue(String) - Method in interface com.sun.identity.xacml.context.StatusMessage
Sets the value of this object
setValue(String) - Method in class org.forgerock.caf.http.Cookie
Assigns a new value to this Cookie.
setValue(String) - Method in class org.forgerock.http.protocol.Cookie
Sets the value of the cookie.
setValues(Set) - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Sets the action values for the action.
setValues(Set) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Sets the values of this referral
setValues(Set) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Sets the names for the instance of the Subject object.
setValueWasQuoted(boolean) - Method in class org.forgerock.http.protocol.Cookie
Sets the valueWasQuoted flag to indicate if the original cookie value was enclosed in "", used when recreating the cookie header.
setVerificationLink(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the verification URL to be passed into the email body.
setVerificationLinkToken(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Sets the string token representing where the verification URL should be substituted.
setVersion(int) - Method in class org.forgerock.caf.http.Cookie
Sets the version of the cookie protocol that this Cookie complies with.
setVersion(int) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
Sets the version of the protocol to be used at the LDAP message layer.
setVersion(Integer) - 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.
setVersion(String) - Method in interface com.sun.identity.saml2.assertion.Assertion
Sets the version number of the assertion.
setVersion(String) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Sets the value of the Version attribute.
setVersion(String) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Sets the value of the version property.
setVersion(String) - Method in interface org.forgerock.http.protocol.Message
Sets the protocol version.
setVersion(String) - Method in class org.forgerock.http.protocol.Request
 
setVersion(String) - Method in class org.forgerock.http.protocol.Response
 
setWarningEnabled(boolean) - Method in interface org.forgerock.http.routing.ResourceApiVersionBehaviourManager
Sets if warning headers should be set on the response if no Accept-API-Version header is present on the request.
setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies the column at which long lines should be wrapped.
setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies the column at which long lines should be wrapped.
setWritePolicy(WritePolicy) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
setWritePolicy(WritePolicy) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
setWritePolicy(WritePolicy) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
setWritePolicy(WritePolicy) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
setX509CertificateChain(List<String>) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the X.509 Certificate Chain header parameter for this JWS.
setX509CertificateThumbprint(String) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the X.509 Certificate Thumbprint header parameter for this JWS.
setX509Url(URL) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Sets the X.509 URL header parameter for this JWS.
SHA1_WITH_DSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SHA1_WITH_RSA - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
sha256(byte[]) - Static method in class org.forgerock.json.jose.utils.Utils
Convenience method to perform SHA-256 hashing of the input data.
shallowCopyOfEntry(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.
shallowCopyOfEntry(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.
shallowCopyOfRequest(R, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new request that is a shallow copy of the provided request, except for controls list which is a new list containing the original controls (and not the original list of controls) possibly filtered by the provided exclusion parameter.
shallowCopyOfRequest(R, Collection<String>) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new request that is a shallow copy of the provided request, except for controls list which is a new list containing the original controls (and not the original list of controls) possibly filtered by the provided exclusion parameter.
SharedSecretOpenIdResolverImpl - Class in org.forgerock.oauth.resolvers
This class exists to allow functionality for those Open ID Connect providers which supply their signatures through symmetric key algorithms (e.g.
SharedSecretOpenIdResolverImpl(String, String) - Constructor for class org.forgerock.oauth.resolvers.SharedSecretOpenIdResolverImpl
Constructor for SharedSecretOpenIdResolverImpl.
SharedSecretOpenIdResolverImpl(BiPredicate<String, String>, String, String) - Constructor for class org.forgerock.oauth.resolvers.SharedSecretOpenIdResolverImpl
Constructor for SharedSecretOpenIdResolverImpl.
SharedSecretProvider - Interface in org.forgerock.openam.authentication.modules.oath.plugins
Provided as an extension point to allow customised transformation of the OATH shared secret attribute.
sharedState - Variable in class org.forgerock.openam.auth.node.api.Action
The output state of the node.
sharedState - Variable 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.
SharedStateConstants - Class in org.forgerock.openam.auth.node.api
This class represents all the constants that can be used as keys for storing values in the tree's shared state.
shortAt(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the big-endian short value at the specified index.
shortAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
 
shortAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
shouldCopy(String) - Method in class org.forgerock.openam.authentication.service.DefaultSessionPropertyUpgrader
 
shouldCopy(String) - Method in class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
This method decides whether a given session property should be copied to the new session.
shouldPersistNameId() - Method in class org.forgerock.am.saml2.profile.Saml2SsoResult
Returns whether the NameID mapping should be stored in the user data store.
shouldPersistNameIDFormat(String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAccountMapper
Tells whether the provided NameID-Format should be persisted in the user data store or not.
shouldPersistNameIDFormat(String, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAccountMapper
Tells whether the provided NameID-Format should be persisted in the user data store or not.
shouldSupportTtl(TokenType) - Method in interface org.forgerock.am.cts.CoreTokenConfig
Indicates whether the provided token type should include ttl support in the token.
shutdown() - Method in class com.iplanet.am.util.ThreadPool
 
shutdown() - Method in class com.sun.identity.idm.IdRepo
This method is invoked just before the plugin is removed from the IdRepo cache of plugins.
shutdown() - Method in class com.sun.identity.shared.stats.Stats
 
shutdown() - Method in class org.forgerock.secrets.gcp.sm.GoogleSecretManagerSecretStore
Shuts down the secret store, closing the connection to Google Cloud.
shutdown() - Method in class org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
Shuts down the underlying Google KMS client library and releases any resources associated with it.
shutdown() - Method in class org.forgerock.util.DirectoryWatcher
Shuts down the directory watcher, cancelling all registered watch tasks and closing the underlying watch service.
shutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownListener
The function to run when the system shutdown.
shutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Shuts down all the listeners in this ShutdownManager.
shutdown() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
ShutdownListener - Interface in org.forgerock.util.thread.listener
Any component which needs to be shut down should implement this interface and use the function to shut down the component.
ShutdownManager - Interface in org.forgerock.util.thread.listener
Interface used by shutdown managers to allow for thread safe adding and removing of shutdown listeners.
shutdownNow() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
ShutdownPriority - Enum in org.forgerock.util.thread.listener
This class defines the shutdown priorities that are consumed by com.sun.identity.common.ShutdownManager.
SIDEBAR - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Sidebar block.
sidebarBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a sidebar-block.
SIG - Static variable in class org.forgerock.json.jose.jwk.KeyUseConstants
Use Key as a signature key.
SIG_ALG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SIG_PROVIDER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
sign(PrivateKey, String, String) - Method in class org.forgerock.util.SignatureUtil
Signs a String using the given private key.
sign(EncryptedJwtBuilder) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
Deprecated.
sign(EncryptedJwtBuilder) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
sign(EncryptedJwtBuilder) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
Deprecated.
 
sign(EncryptedJwtBuilder) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
Deprecated.
 
sign(SigningHandler, JwsAlgorithm) - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Deprecated.
 
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Deprecated.
 
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Deprecated.
Signs the given raw data bytes using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
Deprecated.
Returns an empty byte array.
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Deprecated.
Signs the given raw data bytes using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.SecretECDSASigningHandler
 
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.SecretSigningHandler
 
sign(JwsAlgorithm, byte[]) - Method in interface org.forgerock.json.jose.jws.handlers.SigningHandler
Signs the given raw data bytes using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Deprecated.
 
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Deprecated.
Signs the given String data using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
Deprecated.
Simply returns a byte array of a UTF-8 empty string.
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Deprecated.
Signs the given String data using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, String) - Method in interface org.forgerock.json.jose.jws.handlers.SigningHandler
Signs the given String data using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(SigningConfig) - Method in interface com.sun.identity.saml2.assertion.Assertion
Signs the Assertion.
sign(SigningConfig) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Signs the Request.
sign(SigningConfig) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Signs the StatusResponse.
SIGN - org.forgerock.json.jose.jwk.KeyOperation
Use Key to compute digital signature or MAC.
SIGN - org.forgerock.secrets.keys.KeyUsage
Key is intended for signing messages with digital signatures.
SIGN - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for creating digital signatures or message authentication codes (MACs).
signAssertion() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets whether the assertion should be signed.
signAssertion(boolean) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets whether the SAML2Config assertion should be signed.
signature - Variable in class com.sun.identity.saml.assertion.AssertionBase
 
signature(Signature, String, PrivateKey) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the key and signature algorithm for signing the certificate.
signature(Signature, String, PrivateKey, SecureRandom) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the key and signature algorithm for signing the certificate.
SIGNATURE - com.sun.identity.sm.AttributeSchema.Type
The SIGNATURE attribute type specifies that the attribute is a signing attribute.
SIGNATURE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Signature
signatureKeyAlias(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the signature key alias on the SAML2ConfigBuilder.
signatureKeyPassword(byte[]) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the signature key password on the SAML2ConfigBuilder.
signatureString - Variable in class com.sun.identity.saml.assertion.AssertionBase
 
SignatureUtil - Class in org.forgerock.util
Utility class for signing and verifying signatures.
signed - Variable in class com.sun.identity.saml.assertion.AssertionBase
 
SignedEncryptedJwsHeaderBuilder - Class in org.forgerock.json.jose.builders
Deprecated.
SignedEncryptedJwsHeaderBuilder(EncryptedThenSignedJwtBuilder) - Constructor for class org.forgerock.json.jose.builders.SignedEncryptedJwsHeaderBuilder
Deprecated.
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
SignedEncryptedJwt - Class in org.forgerock.json.jose.jws
Deprecated.
SignedEncryptedJwt(JwsHeader, EncryptedJwt, byte[], byte[]) - Constructor for class org.forgerock.json.jose.jws.SignedEncryptedJwt
Deprecated.
Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.
SignedEncryptedJwt(JwsHeader, EncryptedJwt, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.SignedEncryptedJwt
Deprecated.
Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.
SignedEncryptedJwtBuilder - Class in org.forgerock.json.jose.builders
Deprecated.
SignedEncryptedJwtBuilder(EncryptedJwtBuilder, SigningHandler, JwsAlgorithm) - Constructor for class org.forgerock.json.jose.builders.SignedEncryptedJwtBuilder
Deprecated.
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.
SignedJwt - Class in org.forgerock.json.jose.jws
A JWS implementation of the Jwt interface.
SignedJwt(JwsHeader, JwtClaimsSet, byte[], byte[]) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Constructs a reconstructed SignedJwt from its constituent parts, the JwsHeader, JwtClaimsSet, signing input and signature.
SignedJwt(JwsHeader, JwtClaimsSet, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Constructs a fresh, new SignedJwt from the given JwsHeader and JwtClaimsSet.
SignedJwt(JwsHeader, Payload, byte[], byte[]) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Constructs a reconstructed SignedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.
SignedJwt(JwsHeader, Payload, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Constructs a fresh, new SignedJwt from the given JwsHeader and nested Encrypted JWT.
SignedJwt(SignedJwt) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Construct an signed JWT from an existent one.
SignedJwtBuilder - Interface in org.forgerock.json.jose.builders
A base interface for both SignedJwtBuilder and SignedEncryptedJwtBuilder to create Signed JWTs and Signed and Encrypted JWTs.
SignedJwtBuilderImpl - Class in org.forgerock.json.jose.builders
An implementation of a JwtBuilder that can build a JWT and sign it, resulting in a SignedJwt object.
SignedJwtBuilderImpl(SigningHandler) - Constructor for class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Constructs a new SignedJwtBuilderImpl that will use the given private key to sign the JWT.
SignedThenEncryptedJwt - Class in org.forgerock.json.jose.jwe
A nested signed-then-encrypted JWT.
SignedThenEncryptedJwt(EncryptedJwt) - Constructor for class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Constructs a fresh signed-then-encrypted JWT from an encrypted JWT.
SignedThenEncryptedJwt(JweHeader, String, byte[], byte[], byte[], byte[]) - Constructor for class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Reconstructs a signed-then-encrypted JWT from components parts of the encrypted JWT string.
SignedThenEncryptedJwt(JweHeader, SignedJwt, Key) - Constructor for class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Constructs a fresh signed-then-encrypted JWT with the given signed JWT payload, JWE headers and encryption key.
SignedThenEncryptedJwtBuilder - Class in org.forgerock.json.jose.builders
Builder for nested signed-then-encrypted JWT.
signedWith(SigningHandler, JwsAlgorithm) - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
Returns an EncryptedThenSignedJwtBuilder that will build a signed JWT with this builder's encrypted JWT as its payload.
SIGNING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Signing
SIGNING_CERT_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
This is an attribute in entity config for the signing certificate alias
SIGNING_CERT_KEYPASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
This is an attribute in entity config for the signing certificate encrypted keypass
SigningHandler - Interface in org.forgerock.json.jose.jws.handlers
The interface for SigningHandlers for all the different signing algorithms.
SigningKey - Class in org.forgerock.secrets.keys
A key that is used for signing digital signatures.
SigningKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.SigningKey
Initialises the key with the given secret data.
SigningManager - Class in org.forgerock.json.jose.jws
A service to get the appropriate SigningHandler for a specific Java Cryptographic signing algorithm.
SigningManager() - Constructor for class org.forgerock.json.jose.jws.SigningManager
Deprecated.
SigningManager(SecretsProvider) - Constructor for class org.forgerock.json.jose.jws.SigningManager
Builds a new SigningManager that can build SigningHandler based on asynchronously retrieved Secrets from the given provider.
signingPurpose(Purpose<SigningKey>) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the Purpose used to retrieve signing keys from the secrets provider.
signXML(String) - Method in class com.sun.identity.saml.assertion.Assertion
Signs the Assertion.
signXML(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
Signs the Assertion.
simpleCrestApplication(ConnectionFactory, String, String) - Static method in class org.forgerock.json.resource.Applications
Create a simple CrestApplication using the provided factory, id and version.
simpleHttpApplication(Handler, Factory<Buffer>) - Static method in class org.forgerock.http.Applications
Create a simple HttpApplication that just returns the provided arguments from the appropriate methods.
SimpleHttpClientRequest - Class in org.forgerock.http.client.request
A basic implementation of HttpClientRequest that a script can send over a HttpClient.
SimpleHttpClientRequest() - Constructor for class org.forgerock.http.client.request.SimpleHttpClientRequest
 
SimpleHttpClientResponse - Class in org.forgerock.http.client.response
A basic implementation of HttpClientResponse that a script can receive from sending a HttpClientRequest over a HttpClient.
SimpleHttpClientResponse(Integer, String, Map<String, String>, String, Map<String, String>) - Constructor for class org.forgerock.http.client.response.SimpleHttpClientResponse
Creates a representation of an HTTP/1.1 response.
SimplePagedResultsControl - Class in org.forgerock.opendj.ldap.controls
The simple paged results request and response control as defined in RFC 2696.
SimpleSecretStoreProvider - Interface in org.forgerock.openam.secrets
Provides instances of the commons secrets SecretStore without needing references to other secrets.
SINGLE - com.sun.identity.sm.AttributeSchema.Type
The SINGLE attribute type specifies that the attribute can have only a single value.
SINGLE_CHOICE - com.sun.identity.sm.AttributeSchema.Type
The SINGLE_CHOICE attribute type specifies that the attribute can have value defined by the getChoiceValues method of AttributeSchema.
SINGLE_CHOICE - Static variable in class com.sun.identity.policy.Syntax
Deprecated.
value is a single choice from a list
SINGLE_LEVEL - org.forgerock.opendj.ldap.SearchScope.Enum
 
SINGLE_LEVEL - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the immediate subordinates of the search base entry.
SINGLE_LOGOUT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
property name used to store whether or not saml single logout in enabled.
SINGLE_LOGOUT_URL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property name used to store location of saml single logout url
SingleAliasPurposeMappingValidator - Class in org.forgerock.openam.secrets.config
Validates purpose mappings for the GoogleKeyManagementServiceSecretStore and GoogleSecretManagerSecretStoreProvider.
SingleAliasPurposeMappingValidator(AnnotatedServiceRegistry) - Constructor for class org.forgerock.openam.secrets.config.SingleAliasPurposeMappingValidator
 
singleKeyWithName(String) - Static method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Create a predicate for a JSON coercion function as used in the Map argument to JsonValuePropertyEvaluator(SubstitutionService, List).
singleOption(Option<T>, T) - Static method in class org.forgerock.am.cts.api.CTSOptions
 
SingleOutcomeNode - Class in org.forgerock.openam.auth.node.api
Abstract node for nodes that always result in the same single outcome.
SingleOutcomeNode() - Constructor for class org.forgerock.openam.auth.node.api.SingleOutcomeNode
 
SingleOutcomeNode.OutcomeProvider - Class in org.forgerock.openam.auth.node.api
Provides a static single outcome for nodes with a single outcome.
singleton() - Method in annotation type org.forgerock.api.annotations.Create
Specify whether or not the created resource is a singleton or one of a collection.
singleton(Boolean) - Method in class org.forgerock.api.models.Create.Builder
Setter for singleton.
singleton(SecretsProvider) - Static method in class org.forgerock.openam.secrets.SecretsProviderFacade
Make a facade from a single secrets provider.
singleton(SecretsProvider, SecretsProvider) - Static method in class org.forgerock.openam.secrets.SecretsProviderFacade
Make a facade from the given secrets provider.
SINGLETON_RESOURCE - org.forgerock.api.models.Resource.AnnotatedTypeVariant
A singleton resource handler.
singletonAttribute(String, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description.
singletonAttribute(AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description and value.
singletonPropertyResolver(String, String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Returns a resolver that knows only to resolve the given key.
SingletonProvider - Annotation Type in org.forgerock.api.annotations
A marker annotation to indicate that the annotated class should be interpreted as an annotated CREST singleton provider resource.
SingletonResourceProvider - Interface in org.forgerock.json.resource
An implementation interface for resource providers which exposes a single permanent resource instance.
singleValue(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is declared "single-value".
size() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns the number of key-value pairs in this multimap.
size() - Method in class org.forgerock.http.protocol.Headers
 
size() - Method in class org.forgerock.http.protocol.RequestCookies
 
size() - Method in class org.forgerock.http.util.SetDecorator
 
size() - Method in class org.forgerock.json.JsonPointer
Returns the number of reference tokens in the pointer.
size() - Method in class org.forgerock.json.JsonValue
Returns the number of values that this JSON value contains.
size() - Method in class org.forgerock.json.resource.ResourcePath
Returns the number of elements in this resource path, or 0 if it is empty.
size() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
size() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the number of attribute values in this attribute.
size() - Method in class org.forgerock.opendj.ldap.Dn
Returns the number of RDN components in this DN.
size() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
size() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries contained in this memory backend.
size() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the number of AVAs in this RDN.
size() - Method in class org.forgerock.util.LazyList
Returns the number of elements in this list.
size() - Method in class org.forgerock.util.LazyMap
Returns the number of key-value mappings in this map.
size() - Method in class org.forgerock.util.ListDecorator
Returns the number of elements in this list.
size() - Method in class org.forgerock.util.MapDecorator
Returns the number of key-value mappings in this map.
size() - Method in class org.forgerock.util.NonExpiringCache
Gets the size of the cache.
size() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Returns the number of cached values.
size() - Method in class org.forgerock.util.RangeSet
Returns the number of elements in this set.
SIZE_LIMIT_EXCEEDED - org.forgerock.opendj.ldap.ResultCode.Enum
 
SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.idm.IdSearchResults
Code used to indicate that the search was unsuccessful as the size limit exceeded during the search process.
SIZE_LIMIT_EXCEEDED - Static variable in class com.sun.identity.policy.ValidValues
Deprecated.
Code used to indicate that the search was unsuccessful as the size limit exceeded during the search process.
SIZE_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a size limit was exceeded while attempting to process the request.
skip(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Skips the given number of bytes.
skip(long) - Method in class org.forgerock.http.io.FailableInputStream
 
SKIP_ENDPOINT_VALIDATION_WHEN_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Property that controls whether the endpoint validation should be performed for signed authentication requests.
skipElement() - Method in class org.forgerock.opendj.io.Asn1Reader
Skips the next element without decoding it.
skipElement(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Skips the next element having the provided type tag without decoding it.
skipMsp() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching one or more space characters.
skipSeparator() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the separator pattern (",") and subsequenct space characters.
skipSp() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching zero, one or more space characters.
SLASH_SEPARATOR - Static variable in interface com.sun.identity.idm.IdConstants
 
SLO_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SingleLogout service.
SMS_ADMIN_LIMIT_EXCEEDED - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_AUTHENTICATION_ERROR - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_INSUFFICIENT_ACCESS_RIGHTS - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_LDAP_NOT_SUPPORTED - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_LDAP_OPERATION_FAILED - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_LDAP_REFERRAL_EXCEPTION - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_LDAP_SERVER_BUSY - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_NO_SUCH_OBJECT - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_SERVER_DOWN - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_TIME_LIMIT_EXCEEDED - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_UNEXPECTED_LDAP_EXCEPTION - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_UNKNOWN_EXCEPTION_OCCURRED - Static variable in exception com.sun.identity.sm.SMSException
 
SMS_XML_PARSER_EXCEPTION - Static variable in exception com.sun.identity.sm.SMSException
 
SMSException - Exception in com.sun.identity.sm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
SMSException() - Constructor for exception com.sun.identity.sm.SMSException
Default constructor for SMSException
SMSException(int, String) - Constructor for exception com.sun.identity.sm.SMSException
 
SMSException(int, String, String) - Constructor for exception com.sun.identity.sm.SMSException
 
SMSException(String) - Constructor for exception com.sun.identity.sm.SMSException
 
SMSException(String, String) - Constructor for exception com.sun.identity.sm.SMSException
 
SMSException(String, String, Object[]) - Constructor for exception com.sun.identity.sm.SMSException
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.
SMSException(String, String, Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
Constructs an SMSException.
SMSException(String, Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
Constructs an SMSException.
SMSException(Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
Constructs an SMSException.
SMSGateway - Interface in com.sun.identity.authentication.modules.hotp
Defines the ability to send SMS (Short Message Service) and e-mail via a gateway implementation.
SMSThreadPool - Class in com.sun.identity.sm
The class SMSThreadPool provides interfaces to manage notification thread pools shared by idm and sm.
SMTP_HOSTNAME - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service SMTP host name attribute name.
SMTP_HOSTPORT - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service SMTP host port attribute name.
SMTP_INSTANCE_NAME - Static variable in class org.forgerock.am.mail.application.MailConstants
SMTP transport type instance name.
SMTP_SSL_ENABLED - Static variable in class org.forgerock.am.mail.application.MailConstants
Email SMTP SSL enabled attribute name.
SMTP_TRANSPORTS - Static variable in class org.forgerock.am.mail.application.MailConstants
SMTP transport type sub-configuration attribute name.
SMTP_USERNAME - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service SMTP username attribute name.
SMTP_USERPASSWORD - Static variable in class org.forgerock.am.mail.application.MailConstants
Email SMTP user password attribute name.
SnapshotTokenCallback - Interface in org.forgerock.selfservice.core.snapshot
Callback is invoked when a new snapshot token is created just before requirements are returned to the client.
SnapshotTokenConfig - Interface in org.forgerock.selfservice.core.snapshot
Represents the configuration for an TokenHandler.
SnapshotTokenHandlerFactory - Interface in org.forgerock.selfservice.core.snapshot
Factory for delivering snapshot token handlers.
snapshotTokenPreview(ProcessContext, String) - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenCallback
Preview of the snapshot token just prior to requirements being sent to the client.
SOAP - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to represent SOAP Binding.
SOAP_ACTOR_NEXT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SOAP actor.
SOAP_ENV_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SOAP envelope namespace.
SOAP_ENV_NAMESPACE - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
SOAP envelope namespace URI.
SOAP_ENV_NAMESPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SOAP envelope namespace URI.
SOAP_ENV_PREFIX - Static variable in interface com.sun.identity.liberty.ws.paos.PAOSConstants
String used to declare SOAP envelope namespace prefix.
SOAP_ENV_PREFIX - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare SOAP envelope namespace prefix.
SOAP_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP 1.1 namespace URI.
SOAPBindingConstants - Class in com.sun.identity.liberty.ws.soapbinding
This class contains all the constants used by the Soapbinding classes.
SOAPBindingConstants() - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
 
SOAPBindingException - Exception in com.sun.identity.liberty.ws.soapbinding
The SOAPBindingException class represents a error while processing SOAP request and response.
SOAPBindingException() - Constructor for exception com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
Default Constructor.
SOAPBindingException(String) - Constructor for exception com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
Constructor.
SOAPClientException - Exception in com.sun.identity.jaxrpc
An SOAPClientException is thrown when there are errors related to JAXRPC and SOAP methods.
SOAPClientException - Exception in com.sun.identity.shared.jaxrpc
An SOAPClientException is thrown when there are errors related to JAXRPC and SOAP methods.
SOAPClientException() - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
Create SOAPClientException with no message.
SOAPClientException() - Constructor for exception com.sun.identity.shared.jaxrpc.SOAPClientException
Create SOAPClientException with no message.
SOAPClientException(String) - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
Create SOAPClientException with a message.
SOAPClientException(String) - Constructor for exception com.sun.identity.shared.jaxrpc.SOAPClientException
Create SOAPClientException with a message.
SOAPClientException(String, String) - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
Create SOAPClientException with a class name and message.
SOAPClientException(String, String) - Constructor for exception com.sun.identity.shared.jaxrpc.SOAPClientException
Create SOAPClientException with a class name and message.
SOAPFault - Class in com.sun.identity.liberty.ws.soapbinding
The SOAPFault class represents a SOAP Fault element.
SOAPFault(QName, String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Constructor.
SOAPFault(QName, String, String, SOAPFaultDetail) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFault
Constructor.
SOAPFaultDetail - Class in com.sun.identity.liberty.ws.soapbinding
The SOAPFaultDetail class represents the 'Detail' child element of SOAP Fault element.
SOAPFaultDetail(List) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
This constructor takes a list of children except Status element, CorrelationHeader, ProviderHeader ConsentHeader, UsageDirectiveHeader, ProcessingContextHeader and ServiceInstanceUpdateHeader.
SOAPFaultDetail(QName, String, String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
This constructor takes a status code, a status ref and a status comment.
SOAPFaultException - Exception in com.sun.identity.liberty.ws.soapbinding
The SOAPFaultException class represents a SOAP Fault while processing SOAP request.
SOAPFaultException(Message) - Constructor for exception com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
Constructor.
socket - Variable in class org.forgerock.opendj.io.rx.TransformedRxSocket
The downstream socket, which may be altered if needed.
SOFTWARE_STATEMENT_WITHOUT_POP - org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
Register using a Software Statement without doing proof of possession.
SORT_CONTROL_MISSING - org.forgerock.opendj.ldap.ResultCode.Enum
 
SORT_CONTROL_MISSING - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a search request included a VLV request control without a server-side sort control.
SortKey - Class in org.forgerock.json.resource
A sort key which can be used to specify the order in which JSON resources should be included in the results of a query request.
SortKey - Class in org.forgerock.opendj.ldap
A search result sort key as defined in RFC 2891 is used to specify how search result entries should be ordered.
SortKey(String) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String, boolean) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String, boolean, String) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(AttributeDescription, boolean, MatchingRule) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKeyComparator - Class in org.forgerock.json.resource
This comparator iterates through the provided sortKeys and finds the first comparative difference between the left and right side JsonValues.
SortKeyComparator(List<SortKey>) - Constructor for class org.forgerock.json.resource.SortKeyComparator
Construct a Comparator that will compare two JsonValue objects based on the provided list of SortKeys.
SortKeyComparator(List<SortKey>, SortKeyComparator.NullPosition) - Constructor for class org.forgerock.json.resource.SortKeyComparator
Construct a Comparator that will compare two JsonValue objects based on the provided list of SortKeys and options.
SortKeyComparator.NullPosition - Enum in org.forgerock.json.resource
Defines possible positions for JsonValue that wraps a null object.
sortKeys() - Method in annotation type org.forgerock.api.annotations.Query
The keys that can be used to sort the results of the query.
source() - Method in annotation type org.forgerock.api.annotations.Parameter
The source of the parameter.
source(ParameterSource) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter source.
SOURCE_SITE_SOAP_ENTRY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SP_ACCOUNT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider account mapper.
SP_ADAPTER_CLASS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider adapter implementation class
SP_ADAPTER_ENV - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Environment (attribute/value pair) for Service provider adapter implementation class.
SP_ADAPTER_SCRIPT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service Provider Adapter Script.
SP_ADAPTER_SCRIPT_HELPER - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
SP_ATTRIBUTE_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider attribute mapper.
SP_AUTH_CONTEXT_CLASS_REF_ATTR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider AuthnContext Class Reference and AuthLevel Mapping.
SP_AUTHCONTEXT_CLASSREF_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default Service provider AuthnContext Class Reference and AuthLevel Mapping value.
SP_AUTHCONTEXT_COMPARISON - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider AuthnContext Comparison Parameter Name
SP_AUTHCONTEXT_COMPARISON_TYPE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider AuthnContext Comparison Type attribute name.
SP_AUTHCONTEXT_COMPARISON_TYPE_VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Default Service provider AuthnContext Comparison Type attribute value.
SP_AUTHCONTEXT_MAPPER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service provider AuthnContext mapper.
SP_DO_NOT_WRITE_FEDERATION_INFO - 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 local User Data Store.
SP_METAALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
SP_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Service Provider Role
SP_SESSION_SYNC_ENABLED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP Session Synchronize Enabled
SPAccountMapper - Interface in com.sun.identity.saml2.plugins
The interface SPAccountMapper is used to identify the local identities that maps the SAML protocol objects such as Assertion, ManageNameIDRequest etc.
SPAccountMapper - Interface in com.sun.identity.wsfederation.plugins
The class PartnerAccountMapper is an interface that is implemented to map partner account to user account in OpenAM.
SPACE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for space
SPACE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for space
spAcsUrl(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the SP ACS url on the SAML2ConfigBuilder.
SPACSUtils - Class in com.sun.identity.saml2.profile
This class is used by a service provider (SP) to process the response from an identity provider for the SP's Assertion Consumer Service.
SPAdapter - Interface in org.forgerock.openam.saml2.plugins
The SPAdapterPlugin provides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
SpAdapterScriptHelper - Class in com.sun.identity.saml2.plugins.scripted
Provides helper functions for SP Adapter Script Implementations.
SpAdapterScriptHelper() - Constructor for class com.sun.identity.saml2.plugins.scripted.SpAdapterScriptHelper
 
SPAttributeMapper - Interface in com.sun.identity.saml2.plugins
This interface SPAttributeMapper is used to map the SAML Attributes to the local user attributes.
SPAttributeMapper - Interface in com.sun.identity.wsfederation.plugins
This interface SPAttributeMapper is used to map the SAML Attributes to the local user attributes.
SPAuthnContextMapper - Interface in com.sun.identity.saml2.plugins
The interface SPAuthnContextMapper.java determines the Authentication Context to be set in the Authentication Request and the Auth Level of an Authentication Context.
SPECIAL_PLUGIN - Static variable in interface com.sun.identity.idm.IdConstants
 
SpecialUserService - Interface in org.forgerock.am.identity.application
Collection of methods for identifying whether a given String corresponds to the UniversalId or Dn of the super or special users.
spEntityId(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the SP entity id on the SAML2ConfigBuilder.
SPENTITYID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
split(String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Method to split a resource into the smallest necessary sub resource units.
split(String, char) - Static method in class org.forgerock.http.header.HeaderUtil
Parses an HTTP header value, splitting it into multiple values around the specified separator.
SSL - org.forgerock.opendj.ldap.ConnectionSecurity
LDAP client connection uses SSL for security.
SSL_HOST_NAME_VALIDATION_DISABLED_PROPERTY - Static variable in class org.forgerock.opendj.security.SslOptions
The name of the property which, when true, will disable SSL host name validation.
SSL_USE_STARTTLS - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies whether SSL or StartTLS should be used for securing connections when an SSL context is specified.
sslClientSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an SSL client layer to an underlying socket using an SSLEngine obtained from the CommonLdapOptions.SSL_OPTIONS of the provided options and the remote host and port of the provided socket.
SslConnectionManager - Interface in org.forgerock.openam.http
This interface exposes the key components necessary to establish secure HTTPS connections.
sslContext() - Method in class org.forgerock.opendj.security.SslOptions
Returns the SSLContext that should be used when installing the SSL layer.
SslOptions - Class in org.forgerock.opendj.security
Encapsulates options for configuring SSL based security as well as providing methods for building SSLEngines.
SslOptions.ClientAuthPolicy - Enum in org.forgerock.opendj.security
Represents the client authentication policy option.
SslRxSocket - Class in org.forgerock.opendj.io.rx
A reactive socket implementation which adds SSL to an underlying reactive socket.
sslServerSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an SSL server layer to an underlying socket using an SSLEngine obtained from the CommonLdapOptions.SSL_OPTIONS of the provided options.
SslTlv(EnumSet<ProxyProtocolHeader.SslTlv.ClientBit>, int, EnumMap<ProxyProtocolHeader.SslTlv.SslSubType, String>) - Constructor for class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Creates a new SSL TLV header.
sslTransport(RxTransport<ByteBuffer, ? extends RxSocket<ByteBuffer>>) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that adds an SSL layer to an underlying transport.
SSO_FAILED_ATTRIBUTE_MAPPING - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due attribute mapping error.
SSO_FAILED_AUTH_ACCOUNT_EXPIRED - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to expired user account.
SSO_FAILED_AUTH_USER_INACTIVE - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to inactive user account.
SSO_FAILED_AUTH_USER_LOCKED - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to locked user account.
SSO_FAILED_META_DATA_ERROR - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to unable to retrieve meta data.
SSO_FAILED_NO_USER_MAPPING - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to no user mapping.
SSO_FAILED_SESSION_ERROR - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to internal session error.
SSO_FAILED_SESSION_GENERATION - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-On failure due to unable to generate user session.
SSO_SERVICE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Single Sign-On service.
SSO_TOKEN_DESTROY - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token destroy event.
SSO_TOKEN_IDLE_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token idle timeout event.
SSO_TOKEN_MAX_TIMEOUT - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token maximum time out event.
SSO_TOKEN_PROPERTY_CHANGED - Static variable in interface com.iplanet.sso.SSOTokenEvent
SSO Token property changed event.
SSOException - Exception in com.iplanet.sso
This SSOException is thrown when there are single sign on token operation error.
SSOException(String) - Constructor for exception com.iplanet.sso.SSOException
Constructs a SSOException with a detail message.
SSOException(String, String, Object[]) - Constructor for exception com.iplanet.sso.SSOException
Constructs a SSOException with a detailed localizable error message.
SSOException(String, Throwable) - Constructor for exception com.iplanet.sso.SSOException
Constructs a SSOException with a detail message.
SSOException(Throwable) - Constructor for exception com.iplanet.sso.SSOException
Constructs a SSOException with a specified throwable cause and detailed message.
SSOProviderImpl - Class in com.iplanet.sso.providers.dpro
This final class SSOProviderImpl implements SSOProvider interface and provides implementation of the methods to create , destroy , check the validity of a single sign on token.
SSOProviderImpl() - Constructor for class com.iplanet.sso.providers.dpro.SSOProviderImpl
Constructs a instance of SSOProviderImpl
SSOToken - Interface in com.iplanet.sso
The SSOToken class represents a "single sign on"(SSO) token.
ssoTokenChanged(SSOTokenEvent) - Method in interface com.iplanet.sso.SSOTokenListener
Handles single sign on token status changed event.
SSOTokenEvent - Interface in com.iplanet.sso
The SSOTokenEvent is an interface that represents an SSO token event.The single sign on token event represents a change in SSOToken.
ssoTokenId - Variable in class org.forgerock.openam.auth.node.api.ExternalRequestContext
The SSO token ID.
ssoTokenId(String) - Method in class org.forgerock.openam.auth.node.api.ExternalRequestContext.Builder
Sets the ssoTokenId of the request.
SSOTokenID - Interface in com.iplanet.sso
The SSOTokenID is an interface that is used to identify a single sign on token object.
SSOTokenListener - Interface in com.iplanet.sso
The SSOTokenListener interface needs to be implemented by the applications to receive SSO token events.
SSOTokenListenersUnsupportedException - Exception in com.iplanet.sso
This SSOTokenCannotBeObservedException is thrown when calling SSOToken.addSSOTokenListener(SSOTokenListener) on an SSOToken type that does not generate lifecycle events.
SSOTokenListenersUnsupportedException(String) - Constructor for exception com.iplanet.sso.SSOTokenListenersUnsupportedException
Constructs an SSOTokenListenersUnsupportedException with a detail message.
SSOTokenManager - Class in com.iplanet.sso
SSOTokenManager is the final class that is the mediator between the SSO APIs and SSO providers.
stability() - Method in annotation type org.forgerock.api.annotations.Operation
The stability state for the operation.
stability(Stability) - Method in class org.forgerock.api.models.Operation.Builder
Sets stability of Operation.
Stability - Enum in org.forgerock.api.enums
Represents API stability.
STABLE - org.forgerock.api.enums.Stability
Stable API (default), suggested for use by all clients.
STABLE_ID - org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
Populates the SecretBuilder.stableId(String) of the secret based on the JSON string value.
STABLE_ID_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the id of the key used to crypt the data when purposes are in use.
stableId(String) - Method in class org.forgerock.secrets.SecretBuilder
Sets the stable id of this secret.
stableIdFor(KeyStoreSecretStore.KeyDetails, Class<? extends Secret>) - Method in interface org.forgerock.secrets.keystore.KeyStoreSecretStore.StableIdProvider
Produce the secret's stable ID.
STAGE - Static variable in class org.forgerock.openam.auth.node.api.Action
Key for the stage return property.
StageConfig - Interface in org.forgerock.selfservice.core.config
Represents the configuration for a given progress stage.
StageConfigException - Exception in org.forgerock.selfservice.core.config
Represents some framework error around the use of progress stages and configs.
StageConfigException(String) - Constructor for exception org.forgerock.selfservice.core.config.StageConfigException
Creates an exception instance.
StageConfigException(String, Throwable) - Constructor for exception org.forgerock.selfservice.core.config.StageConfigException
Creates an exception instance.
StageResponse - Class in org.forgerock.selfservice.core
Stage response represents a response from having invoked a progress stage.
StageResponse.Builder - Class in org.forgerock.selfservice.core
Builder assists with the creation of StageResponse instances.
StageResponse.RequirementsBuilder - Interface in org.forgerock.selfservice.core
Requirements builder allows for the definition of a snapshot token callback, which gets invoked with just prior to requirements being sent to the client.
StageUtils - Class in org.forgerock.selfservice.stages.utils
Utility class.
STALE_MSG - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
 
start() - Method in interface org.forgerock.am.identity.application.IdentityServicesInitializer
Startup the Identity services.
start() - Method in interface org.forgerock.http.HttpApplication
Gets the root Handler that will handle all HTTP requests.
start() - Method in class org.forgerock.openam.secrets.Secrets
Start the secrets service.
START_DATE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a SimpleTimeCondition to define the start of date range for which a policy applies.
START_DATE_AFTER_END_DATE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
START_DAY - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in a SimpleTimeCondition to define the start of day of week range for which a policy applies.
START_IP - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key used in IPCondition to define the start of IP address range for which a policy applies.
START_TAG - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Start Tag for XML String
START_TIME - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used in SimpleTimeCondition to define the beginning of time range during which a policy applies.
startAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Starts an existing authentication node.
startContinuousQuery(TokenFilter, ContinuousQueryListener) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Performs a continuous query using the provided filter.
startIdRepo(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Starts an existing identity repository.
startQuery() - Method in interface org.forgerock.am.cts.continuous.ContinuousQuery
Begins the continuous query on the datastore.
STARTS_WITH - org.forgerock.http.routing.RoutingMode
The URI template must match the beginning of a request's resource name in order for the route to be selected.
STARTS_WITH - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "starts-with" operator.
startSecretsStoreType(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs and registers a secrets store type for use in obtaining secrets for services.
startService(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs an annotated service class.
startServices() - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Starts any required services for this delegate.
startsWith(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new starts with filter using the provided field name and value assertion.
startsWith(String) - Method in class org.forgerock.json.resource.ResourcePath
Returns true if this resource path is equal to or begins with the provided resource resource path.
startsWith(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
Returns true if this resource path is equal to or begins with the provided resource resource path.
startsWith(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Tests if this ByteSequence starts with the specified prefix.
startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
 
startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
STARTTLS - org.forgerock.opendj.ldap.ConnectionSecurity
LDAP client connection uses StartTLS for security.
StartTlsExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
The start TLS extended request as defined in RFC 4511.
StartTlsExtendedResult - Interface in org.forgerock.opendj.ldap.messages
The start tls extended result as defined in RFC 4511.
STATE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Opaque value used to maintain state between the request and the callback.
STATE_FILTER_WILDCARD - Static variable in class org.forgerock.openam.auth.node.api.NodeState
Wildcard state filter that allows access to all state.
STATELESS - org.forgerock.selfservice.core.StorageType
State is serialised into request/response to avoid server-side state management.
Statement - Class in com.sun.identity.saml.assertion
The Statement element is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.
Statement - Interface in com.sun.identity.saml2.assertion
The Statement element is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.
Statement() - Constructor for class com.sun.identity.saml.assertion.Statement
Default constructor of the statement
STATEMENT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
StaticOutcomeProvider - Interface in org.forgerock.openam.auth.node.api
Describes the outcomes for node instances that have static outcomes.
StaticServiceDiscoveryMechanism - Class in org.forgerock.opendj.discovery
This mechanism only returns the list of servers in its configuration, without checking for availability.
Stats - Class in com.sun.identity.shared.stats
Allows a uniform interface to statistics information in a uniform format.
Status - Class in org.forgerock.http.protocol
The status-code element is a three-digit integer code giving the result of the attempt to understand and satisfy the request.
Status - Interface in com.sun.identity.saml2.protocol
This class represents the StatusType complex type in SAML protocol schema.
Status - Interface in com.sun.identity.xacml.context
The Status element is a container of one or more Statuss issuded by authorization authority.
STATUS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Status Element.
STATUS - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
STATUS - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Status element
STATUS_ABORT - Static variable in exception com.sun.identity.sm.SMSException
Status to abort operation
STATUS_CODE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for StatusCode Element.
STATUS_CODE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
STATUS_CODE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for StatusCode element
STATUS_CODE_MISSING_ATTRIBUTE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for status code: missing-attribute URI
STATUS_CODE_OK - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for status code: ok URI
STATUS_CODE_PROCESSING_ERROR - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for status code: processing-error URI
STATUS_CODE_SYNTAX_ERROR - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for status code: syntax-error URI
STATUS_CONFIG_PROBLEM - Static variable in exception com.sun.identity.sm.SMSException
If the root LDAP exception is INVALID_CREDENTIALS or REFERRAL then this status is set
STATUS_DETAIL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for StatusDetail Element.
STATUS_DETAIL - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
STATUS_DETAIL - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for StatusDetail element
STATUS_LDAP_OP_FAILED - Static variable in exception com.sun.identity.sm.SMSException
If root LDAP cause is an LDAP exception with one of the following error codes then this status is set.
STATUS_MESSAGE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for StatusMessage Element.
STATUS_MESSAGE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
STATUS_MESSAGE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for StatusMessage element
STATUS_NO_PERMISSION - Static variable in exception com.sun.identity.sm.SMSException
If the root LDAP cause is INSUFFICIENT_ACCESS_RIGHTS
STATUS_NONE - Static variable in exception com.sun.identity.sm.SMSException
No status code is set
STATUS_NOT_ALLOW - Static variable in exception com.sun.identity.sm.SMSException
the operation is not allowed.
STATUS_QUO_ANTE - Static variable in exception com.sun.identity.sm.SMSException
If root LDAP cause is LDAP_PARTIAL_RESULTS then this status is set
STATUS_REPEATEDLY_FAILED - Static variable in exception com.sun.identity.sm.SMSException
Repeated retry to data store failed
STATUS_RESPONSE - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
STATUS_RETRY - Static variable in exception com.sun.identity.sm.SMSException
Retry connection to data store
STATUS_UNKNOWN_EXCEPTION - Static variable in exception com.sun.identity.sm.SMSException
If root cause is other than any of those listed in other status codes
Status.Family - Enum in org.forgerock.http.protocol
The first digit of the status-code defines the class of response.
StatusCode - Interface in com.sun.identity.saml2.protocol
This class represents the StatusCodeType complex type in SAML protocol schema.
StatusCode - Interface in com.sun.identity.xacml.context
The StatusCode element is a container of one or more StatusCodes issuded by authorization authority.
StatusCodeImpl - Class in com.sun.identity.xacml.context.impl
The StatusCode element is a container of one or more StatusCodes issuded by authorization authority.
StatusCodeImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusCodeImpl
Constructs a StatusCode object
StatusCodeImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusCodeImpl
Constructs a StatusCode object from an XML string
StatusCodeImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusCodeImpl
Constructs a StatusCode object from an XML DOM element
StatusDetail - Interface in com.sun.identity.saml2.protocol
This class represents the StatusDetailType complex type in SAML protocol schema.
StatusDetail - Interface in com.sun.identity.xacml.context
The StatusCode element is a container of one or more Statuss issuded by authorization authority.
StatusDetailImpl - Class in com.sun.identity.xacml.context.impl
The StatusCode element is a container of one or more Statuss issuded by authorization authority.
StatusDetailImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusDetailImpl
Constructs a StatusDetail object
StatusDetailImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusDetailImpl
Constructs a StatusDetail object from an XML string
StatusDetailImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusDetailImpl
Constructs a StatusDetail object from an XML DOM element
StatusImpl - Class in com.sun.identity.xacml.context.impl
The Status element is a container of one or more Statuss issuded by authorization authority.
StatusImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusImpl
Constructs a Status object
StatusImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusImpl
Constructs a Status object from an XML string
StatusImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusImpl
Constructs a Status object from an XML DOM element
StatusMessage - Interface in com.sun.identity.saml2.protocol
This class represents the StatusMessage element in SAML protocol schema.
StatusMessage - Interface in com.sun.identity.xacml.context
The StatusMessage element is a container of one or more StatusMessages issuded by authorization authority.
StatusMessageImpl - Class in com.sun.identity.xacml.context.impl
The StatusMessage element is a container of one or more StatusMessages issuded by authorization authority.
StatusMessageImpl() - Constructor for class com.sun.identity.xacml.context.impl.StatusMessageImpl
Constructs a StatusMessage object
StatusMessageImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.StatusMessageImpl
Constructs a StatusMessage object from an XML string
StatusMessageImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.StatusMessageImpl
Constructs a StatusMessage object from an XML DOM element
StatusResponse - Interface in com.sun.identity.saml2.protocol
This class represents the StatusResponseType complex type in SAML protocol schema.
stop() - Method in interface org.forgerock.http.HttpApplication
Called when HTTP application is shutdown.
stopContinuousQuery(TokenFilter) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Removes all ContinuousQueryListeners and stops a ContinuousQuery generated for a specified TokenFilter.
stopQuery() - Method in interface org.forgerock.am.cts.continuous.ContinuousQuery
Ends the continuous query on the datastore, removing any outstanding listeners.
STORAGE_TYPE_HASH - Static variable in class org.forgerock.util.crypto.CryptoConstants
A salted hash encryption storage type.
StorageType - Enum in org.forgerock.selfservice.core
Indicates whether the service should operate in stateless or stateful mode.
store() - Method in class com.sun.identity.idm.AMIdentity
Stores the attributes of the object.
store() - Method in interface org.forgerock.am.identity.application.IdentityService.IdentityAttributeUpdater
Stores the attributes of the object.
store(SSOToken, String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.
storeData(JsonValue) - Method in interface org.forgerock.oauth.DataStore
Stores the data.
storeResponse(DataStore) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Stores all the information received from an authentication or authorization server.
STR_ERROR - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the state where error debugging is enabled.
STR_MESSAGE - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
This state enables debugging of messages, warnings and errors.
STR_OFF - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the disabled debug state.
STR_ON - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the enables debug state for warnings, errors and messages.
STR_WARNING - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the state where warning debugging is enabled, but message debugging is disabled.
stream() - Method in class org.forgerock.json.JsonValue
Construct a Stream from this JsonValue object.
stream(InputStream, OutputStream) - Static method in class org.forgerock.http.io.IO
Streams all data from an input stream to an output stream.
stream(InputStream, OutputStream, boolean) - Static method in class org.forgerock.http.io.IO
Streams all data from an input stream to an output stream.
stream(InputStream, OutputStream, int) - Static method in class org.forgerock.http.io.IO
Streams data from an input stream to an output stream, up to a specified length.
stream(Reader, Writer) - Static method in class org.forgerock.http.io.IO
Streams all characters from a reader to a writer.
Streams - Class in org.forgerock.util
Utility methods for operating on IO streams.
STRICT - org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
Requires that the host name matches the host name presented in the certificate.
STRICT - org.forgerock.http.protocol.Cookie.SameSite
In "strict" mode the cookie will not be sent unless the request originates from the same origin.
STRICT_FORMAT_FOR_BOOLEAN - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether boolean values are required to strictly comply with the standard definition for this syntax.
STRICT_FORMAT_FOR_COUNTRY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether country code values are required to strictly comply with the standard definition for this syntax.
STRICT_SUBTREE_SCOPE - Static variable in class com.sun.identity.policy.ResourceResult
Deprecated.
Constant to indicate strict subtree level scope for ResourceResult evaluation
STRING - com.sun.identity.sm.AttributeSchema.Syntax
The STRING attribute syntax specifies that the attribute is of text type, i.e., can have any unicode characters.
STRING - org.forgerock.config.util.CoercionFunction
A coercion function that does a no-op transformation of a String.
STRING_EIGHT - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string eight field name.
STRING_ELEVEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string eleven field name.
STRING_FIFTEEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string fifteen field name.
STRING_FIVE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string five field name.
STRING_FOUR - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string four field name.
STRING_FOURTEEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string fourteen field name.
STRING_NINE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string nine field name.
STRING_ONE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string one field name.
STRING_SEVEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string seven field name.
STRING_SIX - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string six field name.
STRING_TEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string ten field name.
STRING_THIRTEEN - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string thirteen field name.
STRING_THREE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string three field name.
STRING_TWELVE - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string twelve field name.
STRING_TWO - org.forgerock.am.cts.api.tokens.CoreTokenField
Generic token string two field name.
stringOrListOfStrings() - Static method in class org.forgerock.json.JsonValueFunctions
Return a list of string values from the given JsonValue.
StringOrURI - Class in org.forgerock.json.jose.utils
This class provides an utility method for validating that a String is either an arbitrary string without any ":" characters or if the String does contain a ":" character then the String is a valid URI.
Strings - Class in org.forgerock.util
Common utility methods for Strings.
stringSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
stringToBoolean(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a boolean.
StringToBoolean(String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a value of XML boolean type to Boolean object.
StringToBoolean(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts a value of XML boolean type to Boolean object.
stringToByteArray(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts String to Byte Array.
stringToInteger(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as an int.
stringToLong(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a long.
stringToPath(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a Path.
stringToUri(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a URI.
STRIP_UPPER_BOUND_FOR_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether the minimum upper bound value should be stripped from the Attribute Type Syntax Description.
STRONG_AUTH_REQUIRED - org.forgerock.opendj.ldap.ResultCode.Enum
 
STRONG_AUTH_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 that the client has completed a strong form of authentication.
STRONG_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Bold text.
STRUCTURAL - org.forgerock.opendj.ldap.schema.ObjectClassType
The objectclass type that to use for classes declared "structural".
structuralClassOid(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Sets the structural class OID which uniquely identifies this DIT content rule.
structuralObjectClassOid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Sets the structural object class.
STS - org.forgerock.am.cts.api.tokens.TokenType
STS token type.
sub(String) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the subject this JWT is issued to.
sub(URI) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the subject this JWT is issued to.
SUB - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Subject Claim.
SUB - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Subject identifier.
SUB_RESOURCE_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
Deprecated.
The SUB_RESOURCE_MATCH specifies the provided resource is a sub resource.
SUB_RESOURCE_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
The SUB_RESOURCE_MATCH specifies the provided resource is a sub resource.
SubConfig - Annotation Type in org.forgerock.openam.annotations.sm
Indicates that a method contains rich sub-configuration(s) of the parent configuration (or sub-configuration).
SubentriesRequestControl - Class in org.forgerock.opendj.ldap.controls
The sub-entries request control as defined in RFC 3672.
subject(String) - Method in class org.forgerock.am.oauth2.AccessTokenRequest.Builder
 
Subject - Class in com.sun.identity.saml.assertion
The Subject element specifies one or more subjects.
Subject - Interface in com.sun.identity.policy.interfaces
Deprecated.
Subject - Interface in com.sun.identity.saml2.assertion
The Subject specifies the principal that is the subject of all of the statements in the assertion.
Subject - Interface in com.sun.identity.xacml.context
The Subject element specifies information about a subject of the Request context by listing a sequence of Attribute elements associated with the subject.
Subject() - Constructor for class com.sun.identity.saml.assertion.Subject
Default constructor
Subject(NameIdentifier) - Constructor for class com.sun.identity.saml.assertion.Subject
Constructs a Subject object from a NameIdentifier object.
Subject(NameIdentifier, SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
Constructs a Subject object from a NameIdentifier object and a SubjectConfirmation object.
Subject(SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
Constructs a Subject object from a SubjectConfirmation object.
Subject(Element) - Constructor for class com.sun.identity.saml.assertion.Subject
Constructs a subject element from an existing XML block which has already been built into a DOM.
SUBJECT - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Subject Element
SUBJECT - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SUBJECT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Subject
SUBJECT - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service subject attribute name.
SUBJECT_CATEGORY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for SubjectCategory element
SUBJECT_CATEGORY_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for subject-category URI
SUBJECT_CONFIRMATION - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SUBJECT_CONFIRMATION_DATA - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SUBJECT_CONFIRMATION_METHOD_BEARER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Strings represent subject confirmation methods
SUBJECT_CONFIRMATION_METHOD_HOLDER_OF_KEY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Confirmation method for holder of key
SUBJECT_CONFIRMATION_METHOD_SENDER_VOUCHES - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Confirmation method for sender vouches
SUBJECT_ID - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for subject-id URI
SUBJECT_LOCALITY - Static variable in class com.sun.identity.saml2.common.SAML2SDKUtils
 
SUBJECT_REQUIRED - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
SUBJECT_TYPE - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to Subject Type
subjectAlternativeName(boolean, Collection<String>) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Adds the subject alternative name extension with the provided DNS names.
SubjectConfirmation - Class in com.sun.identity.saml.assertion
The SubjectConfirmation element specifies a subject by specifying data that authenticates the subject.
SubjectConfirmation - Interface in com.sun.identity.saml2.assertion
The SubjectConfirmation provides the means for a relying party to verify the correspondence of the subject of the assertion with the party with whom the relying party is communicating.
SubjectConfirmation(String) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
Constructor with a single confirmation method.
SubjectConfirmation(Set) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
Constructor for multiple confirmation methods
SubjectConfirmation(Set, Element, Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
Constructs an SubjectConfirmation instance.
SubjectConfirmation(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
Constructs a subject confirmation element from an existing XML block.
SubjectConfirmationData - Interface in com.sun.identity.saml2.assertion
The SubjectConfirmationData specifies additional data that allows the subject to be confirmed or constrains the circumstances under which the act of subject confirmation can take place.
SubjectDecision - Class in com.sun.identity.entitlement
Class to represent EntitlementSubject evaluation match result and - if applicable - its advices.
SubjectDecision(boolean, Map<String, Set<String>>) - Constructor for class com.sun.identity.entitlement.SubjectDecision
Constructs an instance of SubjectDecision.
subjectDn(Dn) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate subject name.
SubjectImpl - Class in com.sun.identity.xacml.context.impl
The Subject element specifies information about a subject of the Request context by listing a sequence of Attribute elements associated with the subject.
SubjectImpl() - Constructor for class com.sun.identity.xacml.context.impl.SubjectImpl
Default constructor
SubjectImpl(String) - Constructor for class com.sun.identity.xacml.context.impl.SubjectImpl
This constructor is used to build Subject object from a XML string.
SubjectImpl(Element) - Constructor for class com.sun.identity.xacml.context.impl.SubjectImpl
This constructor is used to build Subject object from a block of existing XML that has already been built into a DOM.
SubjectLocality - Class in com.sun.identity.saml.assertion
The SubjectLocality element specifies the DNS domain name and IP address for the system entity that performed the authentication.
SubjectLocality - Interface in com.sun.identity.saml2.assertion
The SubjectLocality element specifies the DNS domain name and IP address for the system entity that performed the authentication.
SubjectLocality() - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Default Constructor
SubjectLocality(String, String) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Constructs an instance of SubjectLocality.
SubjectLocality(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Constructs an instance of SubjectLocality from an existing XML block.
SubjectProvider - Interface in org.forgerock.openam.sts.tokengeneration.saml2.statements
Defines the concerns of providing the Subject to be included in the generated SAML2 assertion.
SubjectQueryAbstract - Interface in com.sun.identity.saml2.protocol
This class represents the SubjectQueryAbstractType complex type.
SubjectStatement - Class in com.sun.identity.saml.assertion
The SubjectStatement element is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.
SubjectStatement() - Constructor for class com.sun.identity.saml.assertion.SubjectStatement
Default Constructor
SubjectTypeManager - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use EntitlementSubject instead as Entitlement has replaced Policy.
SubjectTypeManager() - Constructor for class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Constructs a SubjectTypeManager object
SubjectTypeManager(PolicyManager) - Constructor for class com.sun.identity.policy.SubjectTypeManager
Deprecated.
Constructs a SubjectTypeManager object
subList(int, int) - Method in class org.forgerock.util.LazyList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.forgerock.util.ListDecorator
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
submit(Runnable) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Runnable, T) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Callable<T>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submitRequirements(Callback[]) - Method in class com.sun.identity.authentication.AuthContext
Submits the populated Callback objects to the authentication plug-in modules.
submitRequirements(Callback[]) - Method in class com.sun.identity.authentication.server.AuthContextLocal
Submit the populated Callback objects to the authentication plug-in modules.
SUBORDINATES - org.forgerock.opendj.ldap.SearchScope.Enum
 
SUBORDINATES - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to all the subordinates of the search base entry, but does not include the search base entry itself (as wholeSubtree does).
subresources() - Static method in class org.forgerock.api.models.SubResources
Create a new Builder for sub-resources.
subresources(SubResources) - Method in class org.forgerock.api.models.Items.Builder
Sets the sub-resources for this resource.
subresources(SubResources) - Method in class org.forgerock.api.models.Resource.Builder
Sets the sub-resources for this resource.
SubResources - Class in org.forgerock.api.models
Sub-resources of a resource are declared here.
SubResources.Builder - Class in org.forgerock.api.models
Builder to help construct the SubResources.
SubscriptionHelper - Enum in com.forgerock.rxjava3.intern.subscriptions
Utility methods to validate Subscriptions in the various onSubscribe calls.
subSequence(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a new byte sequence that is a subsequence of this byte sequence.
subSequence(int) - Method in class org.forgerock.opendj.ldap.ByteString
 
subSequence(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a new byte sequence that is a subsequence of this byte sequence.
subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns a new CharSequence which is a subsequence of the String representation of this message in the default locale.
subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns a new CharSequence which is a subsequence of the String representation of this message builder in the default locale.
subSequence(int, 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 element at position beginIndex and ending with the element at position endIndex-1.
subSequence(int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a new byte sequence that is a subsequence of this byte sequence.
subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteString
 
subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a new byte sequence that is a subsequence of this byte sequence.
subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns a new CharSequence which is a subsequence of the String representation of this message in the specified locale.
subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns a new CharSequence which is a subsequence of the String representation of this message builder in the specified locale.
substitute(String) - Method in class org.forgerock.config.resolvers.SubstitutionService
Perform variable substitution on the source String.
substitute(String, boolean) - Method in class org.forgerock.config.resolvers.SubstitutionService
Perform variable substitution on the source String.
substitute(String, SubstitutionContext) - Method in class org.forgerock.config.resolvers.SubstitutionService
Perform variable substitution on the source String.
substituteHeader(int, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Use this method to replace the header text from the XML file with new text.
substituteInfoText(int, int, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Allows you to set the info text for a specific callback.
substitution(PropertyResolver) - Static method in class org.forgerock.config.resolvers.SubstitutionVisitor
Create a builder for SubstitutionVisitor.
SubstitutionContext - Class in org.forgerock.config.resolvers
A SubstitutionContext holds both runtime and config time values for the substitution process.
SubstitutionContext(boolean) - Constructor for class org.forgerock.config.resolvers.SubstitutionContext
Creates a SubstitutionContext with default (no-op) notifiers and escaping support as dictated by escaping.
SubstitutionContext(Consumer<String>, Consumer<List<String>>, boolean) - Constructor for class org.forgerock.config.resolvers.SubstitutionContext
Creates a SubstitutionContext with given unresolved and cycle functions.
SubstitutionException - Exception in org.forgerock.config.resolvers
Exception thrown during substitution process.
SubstitutionException(String, Throwable, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
Creates a SubstitutionException with the given message and parent cause.
SubstitutionException(String, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
Creates a SubstitutionException with the given message.
SubstitutionService - Class in org.forgerock.config.resolvers
Substitute tokens in the source String with their resolved value.
SubstitutionService(PropertyResolver) - Constructor for class org.forgerock.config.resolvers.SubstitutionService
Creates a new substitution service that will resolve variables using the given resolver.
SubstitutionVisitor - Class in org.forgerock.config.resolvers
This visitor evaluates Templates with the help of a PropertyResolver.
SubstitutionVisitor.Builder - Class in org.forgerock.config.resolvers
SUBSTRING - org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
A rule suitable for use as the substrings matching rule (SUBSTR) of an attribute type.
substringKeySize() - Method in interface org.forgerock.opendj.ldap.schema.IndexingOptions
Returns the maximum size to use when building the keys for the "substring" index.
substringMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for substring matching with this attribute type.
substrings(String, Object, Collection<?>, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new substrings filter using the provided attribute description, initial, final, and any sub-strings.
SUBSTRINGS - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for substring filters.
SUBSTRINGS - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for substring filters.
SUBTREE_SCOPE - Static variable in class com.sun.identity.policy.ResourceResult
Deprecated.
Constant to indicate subtree level scope for ResourceResult evaluation
SubtreeDeleteRequestControl - Class in org.forgerock.opendj.ldap.controls
The tree delete request control as defined in draft-armijo-ldap-treedelete.
SUCCESS - org.forgerock.opendj.ldap.ResultCode.Enum
 
SUCCESS - Static variable in class com.sun.identity.authentication.AuthContext.Status
The SUCCESS indicates that the login process has succeeded.
SUCCESS - Static variable in class com.sun.identity.idm.IdSearchResults
Code used to indicate a successful search
SUCCESS - Static variable in class com.sun.identity.policy.ValidValues
Deprecated.
Code used to indicate a successful search
SUCCESS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Strings represent primitive top-level StatusCode values
SUCCESS - Static variable in interface org.forgerock.openam.saml2.plugins.SPAdapter
Status code for Single Sign-on success.
SUCCESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation completed successfully.
SUCCESS_URL - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The post authentication success URL.
SUCCESSFUL - org.forgerock.http.protocol.Status.Family
The 2xx (Successful) class of status code indicates that the client's $ request was successfully received, understood, and accepted.
SUNORG_ALIAS - Static variable in class com.sun.identity.sm.OrganizationConfigManager
 
SUPER_RESOURCE_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
Deprecated.
The SUPER_RESOURCE_MATCH specifies the provided resource is more specific than this resource
SUPER_RESOURCE_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
The SUPER_RESOURCE_MATCH specifies the provided resource is more specific than this resource
superiorObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorRules(int...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds the provided superior rule identifiers.
superiorType(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the superior type for this attribute type.
Supplier<T,​E extends Exception> - Interface in org.forgerock.util
A Supplier functional interface which can throw a checked Exception.
Supported - Annotation Type in org.forgerock.openam.annotations
This annotation marks AM APIs that are considered stable and should not change in minor releases (except possibly when a security fix requires such change).
SUPPORTED_OP - Static variable in interface com.sun.identity.idm.IdConstants
 
SUPPORTED_TYPES - Static variable in interface com.sun.identity.idm.IdConstants
 
SupportedAll - Annotation Type in org.forgerock.openam.annotations
This annotation marks AM APIs that are considered stable and should not change in minor releases (except possibly when a security fix requires such change).
supportedCipherSuites() - Static method in class org.forgerock.opendj.security.SslOptions
Returns a List of TLS cipher suites names reported as supported by the running JVM.
SupportedEllipticCurve - Enum in org.forgerock.json.jose.jws
Enumerates all supported elliptic curve parameters for ESXXX signature formats.
supportedLocales(String...) - Method in class org.forgerock.api.models.Operation.Builder
Set the supported locale.
supportedProtocols() - Static method in class org.forgerock.opendj.security.SslOptions
Returns a List of TLS protocol names reported as supported by the running JVM.
supportedSortKeys(String...) - Method in class org.forgerock.api.models.Query.Builder
Set the supported sort keys.
supportsAuthentication() - Method in class com.sun.identity.idm.IdRepo
Returns true if the data store supports authentication of identities.
supportsMultipleConfigurations() - Method in class com.sun.identity.sm.ServiceSchema
Returns true if service schema supports multiple configurations; false otherwise
suspend(SuspensionHandler) - Static method in class org.forgerock.openam.auth.node.api.Action
Suspend the current authentication request, and allow the end-user to resume it later by clicking on a link for example.
SUSPENDED_AUTHENTICATION_SESSION - org.forgerock.am.cts.api.tokens.TokenType
Suspended authentication session token type.
SuspendedTextOutputCallback - Class in org.forgerock.openam.auth.node.api
Suspended text output callback extends TextOutputCallback to allow a custom message to be displayed to the user whilst informing the client that the current auth flow has been suspended.
SuspendedTextOutputCallback(int, String) - Constructor for class org.forgerock.openam.auth.node.api.SuspendedTextOutputCallback
Construct a new instance with a message type and message to be displayed.
suspendReads() - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Prevents further attempts to read from the socket until either SwitchableRxSocket.resumeReadsAfterSwitchingSocket(org.forgerock.opendj.io.RxSocket<M>) or SwitchableRxSocket.resumeReads() are invoked.
suspensionHandler - Variable in class org.forgerock.openam.auth.node.api.Action
The SuspensionHandler to call when the authentication process is suspended by the authentication framework.
SuspensionHandler - Interface in org.forgerock.openam.auth.node.api
This handler interface allows authentication nodes to suspend authentication and send a unique ID out of band to the end-user.
SW - Static variable in class com.sun.identity.log.QueryElement
Deprecated.
Starts With Relationship.
SwitchableRxSocket<M> - Class in org.forgerock.opendj.io.rx
A reactive socket implementation which delegates to a replaceable delegate reactive socket.
SwitchableRxSocket(RxSocket<M>) - Constructor for class org.forgerock.opendj.io.rx.SwitchableRxSocket
Returns a new switchable socket delegating to the provided downstream socket.
SWITCHING_PROTOCOLS - Static variable in class org.forgerock.http.protocol.Status
The 101 (Switching Protocols) status code indicates that the server understands and is willing to comply with the client's request, via the Upgrade header field (Section 6.7 of [RFC7230]), for a change in the application protocol being used on this connection.
sync() - Method in class org.forgerock.http.util.CaseInsensitiveMap
Synchronizes the keys of this case insensitive map and those of the map it is wrapping.
SYNCHRONIZED - org.forgerock.bloomfilter.ConcurrencyStrategy
Fully synchronizes all accesses to the bloom filter.
SynchronousRequestHandler - Interface in org.forgerock.json.resource
An interface for implementing synchronous RequestHandlers.
syncTcpTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive TCP transport that uses synchronous blocking IO when accepting connections, sending and receiving data.
syntax(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the syntax for this attribute type.
Syntax - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
Syntax - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an LDAP syntaxes, which constrain the structure of attribute values stored in an LDAP directory, and determine the representation of attribute and assertion values transferred in the LDAP protocol.
Syntax.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing syntaxes.
SyntaxImpl - Interface in org.forgerock.opendj.ldap.schema
This interface defines the set of methods and structures that must be implemented to define a new attribute syntax.
SYS_PROPERTY_EXPIRED_SEARCH_LIMIT - Static variable in class org.forgerock.am.cts.api.CoreTokenConstants
Globals public Constants, so not to pollute entire product.
SYSPROP_TRUST_TRANSACTION_HEADER - Static variable in class org.forgerock.http.filter.TransactionIdInboundFilter
The system property to allow to trust the HTTP header X-ForgeRock-TransactionId.
SystemProperties - Class in com.iplanet.am.util
This class provides functionality that allows single-point-of-access to all related system properties.
SystemProperties() - Constructor for class com.iplanet.am.util.SystemProperties
 
systemPropertyResolver() - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new SystemPropertyResolver.
SystemPropertyResolver - Class in org.forgerock.config.resolvers
A SystemPropertyResolver resolves a config token using system properties.

T

TABLE - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Start/end of table.
TABLE_CELL - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Table-cell delimiter.
TABLE_OF_CONTENTS - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
tableEnd() - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Completes the table being built, and inserts it at the end of the parent document.
tableStart() - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Starts a table at the current position.
TAG_BODY - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Body Tag.
TAG_CONSENT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Consent Tag.
TAG_CORRELATION - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Correlation Tag.
TAG_CREDENTIAL - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Credential Tag.
TAG_DETAIL - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Detail Tag.
TAG_ENDPOINT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Endpoint Tag.
TAG_FAULT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Fault Tag.
TAG_FAULT_ACTOR - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Fault Actor Tag.
TAG_FAULT_CODE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
 
TAG_FAULT_STRING - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Fault String Tag.
TAG_HEADER - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Header Tag.
TAG_PROCESSING_CONTEXT - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
ProcessingContext Tag.
TAG_PROVIDER - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Provider Tag.
TAG_SECURITY_MECH_ID - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SecurityMechID Tag.
TAG_SERVICE_INSTANCE_UPDATE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
ServiceInstanceUpdate Tag.
TAG_STATUS - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Status Tag.
TAG_USAGE_DIRECTIVE - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Usage Directive Tag.
tags() - Method in annotation type org.forgerock.openam.auth.node.api.Node.Metadata
A list of tags, which can be categories, keywords or synonyms.
tail(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 element at position beginIndex and ending with the last element in this resource path.
TARGET_AUTH_LEVEL - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The desirable authentication level to achieve at successful authentication.
TARGET_SERVICE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for resource:target-service URI
taskCount() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the number of TimeoutScheduler.TimeoutEventListener registered.
TEAPOT - Static variable in class org.forgerock.http.protocol.Status
Any attempt to brew coffee with a teapot should result in the error code "418 I'm a teapot".
Template - Class in org.forgerock.config.resolvers.template
Represents a templated string.
TemplateParser - Class in org.forgerock.config.resolvers.template
A template parser receives a string input source, tokenize it (honoring escaping settings) and build a Template that can be processed later on.
TemplateParser() - Constructor for class org.forgerock.config.resolvers.template.TemplateParser
 
templateVariable(String, String) - Method in class org.forgerock.http.routing.UriRouterContext.Builder
Add the given name:value pair in the variables map.
templateVariables(Map<String, String>) - Method in class org.forgerock.http.routing.UriRouterContext.Builder
Set the variables value.
TemplateVisitor<T,​C> - Interface in org.forgerock.config.resolvers.template
A TemplateVisitor represents an operation applied to a Template.
TEMPORARY_REDIRECT - Static variable in class org.forgerock.http.protocol.Status
The 307 (Temporary Redirect) status code indicates that the target resource resides temporarily under a different URI and the user agent MUST NOT change the request method if it performs an automatic redirection to that URI.
terminate() - Method in class com.forgerock.rxjava3.intern.util.AtomicThrowable
Atomically terminate the container and return the contents of the last non-terminal Throwable of it.
TERMINATE_SESSION - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key in SessionCondition that is used to define the option to terminate the session if the session exceeds the maximum session time.
test(String) - Method in class org.forgerock.util.BlackAndWhitelistFilter
Returns true if the provided string is accepted by this filter, false otherwise.
test(T) - Method in interface org.forgerock.util.Predicate
Test a value.
TextArea - Annotation Type in org.forgerock.openam.sm.annotations.adapters
An annotation which tags a configuration method as representing a large body of text which requires a larger input.
TEXTAREA - com.sun.identity.sm.AttributeSchema.UIType
The TEXTAREA attribute type specifies that the attribute should be displayed as a text area.
textual(String) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new textual template with the given text.
then(Function<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
then(Function<? super V, VOUT, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided function for execution once this Promise has completed with a result, and returns a new Promise representing the outcome of the function.
then(Function<? super V, VOUT, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided functions for execution once this Promise has completed (with a result or an exception), and returns a new Promise representing the outcome of the invoked function.
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided functions for execution once this Promise has completed (with a result or an exception or a RuntimeException), and returns a new Promise representing the outcome of the invoked function.
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAlways(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenAlways(Runnable) - Method in interface org.forgerock.util.promise.Promise
Submits the provided runnable for execution once this Promise has completed, and regardless of whether it has a result or an exception.
thenAlways(Runnable) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenAsync(AsyncFunction<? super V, VOUT, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous function for execution once this Promise has completed with a result, and returns a new Promise representing the outcome of the function.
thenAsync(AsyncFunction<? super V, VOUT, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous functions for execution once this Promise has completed, and returns a new Promise representing the outcome of the invoked function.
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous functions for execution once this Promise has completed, and returns a new Promise representing the outcome of the invoked function.
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatch(Function<? super E, V, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided function for execution once this Promise has not completed with a result (has completed with an exception), and returns a new Promise representing the outcome of the function.
thenCatch(Function<? super E, V, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatchAsync(AsyncFunction<? super E, V, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous function for execution once this Promise has completed with an exception, and returns a new Promise representing the outcome of the function.
thenCatchAsync(AsyncFunction<? super E, V, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatchRuntimeException(Function<? super RuntimeException, V, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided function for execution once this Promise has not completed with a result nor with an exception but with a RuntimeException, and returns a new Promise representing the outcome of the function.
thenCatchRuntimeException(Function<? super RuntimeException, V, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, V, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous function for execution once this Promise has completed with a RuntimeException, and returns a new Promise representing the outcome of the function.
thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, V, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenDiscardResult() - Method in interface org.forgerock.util.promise.Promise
Discards the promise result if this Promise has completed with a result.
thenFinally(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenFinally(Runnable) - Method in interface org.forgerock.util.promise.Promise
Submits the provided runnable for execution once this Promise has completed, and regardless of whether of its outcome.
thenFinally(Runnable) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnCompletion(T) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification for all completion cases of this Promise.
thenOnCompletion(T) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnException(ExceptionHandler<? super E>) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification if this Promise cannot be completed due to an exception.
thenOnException(ExceptionHandler<? super E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnException(ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResult(ResultHandler<? super S>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResult(ResultHandler<? super V>) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification once this Promise has completed with a result.
thenOnResult(ResultHandler<? super V>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnResultOrException(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResultOrException(Runnable) - Method in interface org.forgerock.util.promise.Promise
Submits the provided runnable for execution once this Promise has completed, and regardless of whether it has a result or an exception.
thenOnResultOrException(Runnable) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResultOrException(ResultHandler<? super V>, ExceptionHandler<? super E>) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handlers for notification once this Promise has completed (with a result or an exception).
thenOnResultOrException(ResultHandler<? super V>, ExceptionHandler<? super E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnRuntimeException(RuntimeExceptionHandler) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification if this Promise cannot be completed due to an runtime exception.
thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.util.promise.PromiseImpl
 
ThingsAccessAuditFilter - Class in org.forgerock.am.iot
Audit filter for capturing details about the things endpoint responses.
ThingsAccessAuditFilter(CrestAuditorFactory) - Constructor for class org.forgerock.am.iot.ThingsAccessAuditFilter
ThingsResource - Class in org.forgerock.am.iot
ThingsResource handles REST calls made to the things endpoint.
ThingsResource(CoreWrapper, IotServiceConfig, Map<String, ThingsActionHandler>) - Constructor for class org.forgerock.am.iot.ThingsResource
Create a new instance of the ThingsResource.
thisRouterUriMatcher - Variable in class org.forgerock.services.routing.AbstractRouter
Matches the current route.
ThreadPool - Class in com.iplanet.am.util
This thread pool maintains a number of threads that run the tasks from a task queue one by one.
ThreadPool(String, int, int, boolean, Logger) - Constructor for class com.iplanet.am.util.ThreadPool
Constructs a thread pool with given parameters.
ThreadPoolSecretStore<T extends Secret> - Class in org.forgerock.secrets
A secret store that wraps another secret store and performs all query operations in a background thread using a thread pool.
Threads - Class in org.forgerock.util
Common utility methods for Threads.
throwIfNoClientSecret() - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Handles a missing client secret.
TIME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The Date/Time field.
TIME_BEFORE_EXPIRATION - org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Indicates the number of seconds before a password will expire.
TIME_BUFFERING_STATUS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Time Buffering Status; ON or OFF.
TIME_KEY - Static variable in interface com.sun.identity.authentication.spi.AMAuthCallBack
The key for the value of the callback notification time (i.e.
TIME_LIMIT_EXCEEDED - org.forgerock.opendj.ldap.ResultCode.Enum
 
TIME_LIMIT_EXCEEDED - Static variable in class com.sun.identity.idm.IdSearchResults
Code used to indicate that the search was unsuccessful as the time limit exceeded during the search process.
TIME_LIMIT_EXCEEDED - Static variable in class com.sun.identity.policy.ValidValues
Deprecated.
Code used to indicate that the search was unsuccessful as the time limit exceeded during the search process.
TIME_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a time limit was exceeded while attempting to process the request.
TIME_STAMPING - org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Binding the hash of an object to a time.
TimeoutResultException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was aborted because it did not complete in the required time out period.
TimeoutScheduler - Class in org.forgerock.opendj.ldap
Invokes TimeoutScheduler.TimeoutEventListener at a regular interval.
TimeoutScheduler(ReferenceCountedObject.Reference<ScheduledExecutorService>, Duration) - Constructor for class org.forgerock.opendj.ldap.TimeoutScheduler
Creates a new TimeoutScheduler.
TimeoutScheduler.TimeoutEventListener - Interface in org.forgerock.opendj.ldap
Listener on timeout events.
title() - Method in annotation type org.forgerock.api.annotations.Handler
Service title, for documentation purposes.
title(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets a table-title.
title(String) - Method in class org.forgerock.api.models.Resource.Builder
Set the title.
title(String) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
title(LocalizableString) - Method in class org.forgerock.api.models.Resource.Builder
Set the title.
title(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
Title - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema property's title.
to(TimeUnit) - Method in class org.forgerock.util.time.Duration
Convert the current duration to a number of given TimeUnit.
toArray() - Method in class org.forgerock.http.util.SetDecorator
 
toArray() - Method in class org.forgerock.json.JsonPointer
Returns a newly allocated array of strings, containing the pointer's reference tokens.
toArray() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
toArray() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an array containing all of the attribute values contained in this attribute.
toArray() - Method in class org.forgerock.util.LazyList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray() - Method in class org.forgerock.util.ListDecorator
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class org.forgerock.http.util.SetDecorator
Returns an array containing all of the elements in the set; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an array containing all of the attribute values in this attribute; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class org.forgerock.util.LazyList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class org.forgerock.util.ListDecorator
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toAsciiString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a 7-bit ASCII string representation.
toASCIIString() - Method in class org.forgerock.http.MutableUri
Returns the content of this URI as a US-ASCII string.
toAssertion() - Method in class org.forgerock.opendj.ldap.Dn
Returns a distinguishedNameMatch equality assertion for this DN which may be used for efficiently matching against LDAP attributes via the Attribute.matchesEqualityAssertion(Assertion, ByteSequence) method using code like:
toAttribute() - Method in class org.forgerock.opendj.ldap.Ava
Returns a single valued attribute having the same attribute type and value as this AVA.
toAttributeDescription() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the option-less attribute description corresponding to this attribute type.
toBase64String() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the Base64 encoded string representation of this byte string.
toBase64String() - Method in class org.forgerock.opendj.ldap.ByteString
 
toBase64String() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
toBoolean() - Method in enum org.forgerock.opendj.ldap.ConditionResult
Converts this condition result to a boolean value.
toBuilder() - Method in class org.forgerock.secrets.keys.CryptoKey
Converts the key back into a SecretBuilder, pre-initialized with the fields of this CryptoKey object.
toByteArray() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteArray() - Method in class org.forgerock.opendj.ldap.ByteString
 
toByteArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
toByteBuffer() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the read-only ByteBuffer representation of this byte sequence.
toByteBuffer() - Method in class org.forgerock.opendj.ldap.ByteString
 
toByteBuffer() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the read-only ByteBuffer representation of this byte string builder.
toByteString() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the ByteString representation of this byte sequence.
toByteString() - Method in class org.forgerock.opendj.ldap.ByteString
 
toByteString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the ByteString representation of this byte string builder.
toByteStringAndClear() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the ByteString representation of this byte string builder, while resetting it to an empty byte string builder with a capacity of 0.
toBytesUnsigned(BigInteger) - Static method in class org.forgerock.json.jose.utils.BigIntegerUtils
Returns the unsigned big-endian byte array of a big integer.
toCalendar() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a Calendar representation of this generalized time.
toCharArray() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the UTF-8 decoded char array representation of this byte sequence.
toCryptoKey(Purpose<T>, Instant) - Method in class org.forgerock.json.jose.jwk.JWK
Converts this JWK into a CryptoKey subclass object for use with the Secrets API.
toDocument(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SOAP message in org.w3c.dom.Document format.
toDocumentFragment(Document, boolean, boolean) - Method in interface com.sun.identity.saml2.common.XmlSerializable
Serializes the element into an XML DocumentFragment.
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.ActionImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
 
toDocumentFragment(Document, boolean, boolean) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
 
toECPrivateKey() - Method in class org.forgerock.json.jose.jwk.EcJWK
Converts the JWK to a ECPrivateKey.
toECPublicKey() - Method in class org.forgerock.json.jose.jwk.EcJWK
Converts the JWK to a ECPublicKey.
toECPublicKey() - Method in interface org.forgerock.json.jose.jwk.EllipticCurveJwk
Converts the public claims in the JWK into a public key object.
toECPublicKey() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
toEntry(Entry) - Method in class org.forgerock.opendj.ldap.schema.Schema
Adds the definitions of all the schema elements contained in this schema to the provided subschema subentry.
toFile(Path, String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Saves builder content to a file.
toForm() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the form representation of this error suitable for inclusion in an authorization call-back query.
toFormString() - Method in class org.forgerock.http.protocol.Form
Returns this form in a form URL-encoded string.
toHexPlusAsciiString(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the data in this byte sequence using the specified indent.
toHexString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the contents of this byte sequence using hexadecimal characters.
toIndex(String) - Static method in class org.forgerock.json.JsonValue
Returns the key as an list index value.
toInt() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the integer value represented by the first four bytes of this byte string in big-endian order.
toIntDate(Date) - Static method in class org.forgerock.json.jose.utils.IntDate
Converts a Java Date object into an IntDate.
toJavaDuration() - Method in class org.forgerock.util.time.Duration
Returns this duration as a Java Duration.
toJson() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the JsonValue representation of the SAML2Config.
toJson() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
Gets the JsonValue representation of the ProofTokenState
toJson() - Method in class org.forgerock.services.TransactionId
Returns a representation of this TransactionId as a JsonValue.
toJsonContent() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the JSON representation of this error formatted as an access token error response.
toJSONObject() - Method in class com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
toJsonString() - Method in class org.forgerock.json.jose.jwk.JWK
Prints the JWK Object as a json string.
toJsonString() - Method in class org.forgerock.json.jose.jwk.JWKSet
Prints the JWK Set as a json string.
toJsonValue() - Method in class org.forgerock.json.jose.jwk.EcJWK
 
toJsonValue() - Method in class org.forgerock.json.jose.jwk.JWK
Returns a json representation of the JWK.
toJsonValue() - Method in class org.forgerock.json.jose.jwk.OctJWK
 
toJsonValue() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
toJsonValue() - Method in class org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Returns a json representation of the other factors.
toJsonValue() - Method in class org.forgerock.json.jose.jwk.RsaJWK
 
toJsonValue() - Method in class org.forgerock.json.jose.jwt.JWObject
Returns a json representation of the JWObject.
toJsonValue() - Method in interface org.forgerock.json.resource.ActionRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.CreateRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.DeleteRequest
 
toJsonValue() - Method in class org.forgerock.json.resource.PatchOperation
Returns a JSON value representation of this patch operation.
toJsonValue() - Method in interface org.forgerock.json.resource.PatchRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.QueryRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.ReadRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.Request
Return a JsonValue representation of this request.
toJsonValue() - Method in exception org.forgerock.json.resource.ResourceException
Returns the exception in a JSON object structure, suitable for inclusion in the entity of an HTTP error response.
toJsonValue() - Method in interface org.forgerock.json.resource.UpdateRequest
 
toJsonValue() - Method in interface org.forgerock.oauth2.core.Token
Gets the JsonValue representation of the token.
toJsonValue() - Method in class org.forgerock.services.context.AbstractContext
 
toJsonValue() - Method in interface org.forgerock.services.context.Context
Return this Context as a JsonValue (for persistence).
toJsonValue() - Method in class org.forgerock.services.context.RequestAuditContext
 
toJsonValue() - Method in class org.forgerock.services.context.TransactionIdContext
Updates the data object to have the current transactionId state.
toJsonValue(String) - Static method in class org.forgerock.json.jose.jwk.JWK
Converts a String into a JsonValue.
toJsonValue(String) - Static method in class org.forgerock.json.jose.jwk.JWKSet
Converts a json string to a jsonValue.
token - Static variable in class com.sun.identity.log.Logger
Deprecated.
 
Token - Class in org.forgerock.am.cts.api.tokens
A simple domain value responsible for modelling a Core Token Service Token.
Token - Interface in org.forgerock.oauth2.core
Models a OAuth2 token.
Token(String, TokenType) - Constructor for class org.forgerock.am.cts.api.tokens.Token
Create an instance of the Token.
Token(Token) - Constructor for class org.forgerock.am.cts.api.tokens.Token
Copy constructor will create a shallow-copy of the provided Token.
Token(Token, ETag) - Constructor for class org.forgerock.am.cts.api.tokens.Token
Copy constructor which creates a shallow-copy of the provided Token and in addition, assigns the known ETag.
TOKEN - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Token parameter.
TOKEN_EXCHANGE - org.forgerock.oauth2.core.GrantType
Token exchange grant type.
TOKEN_ID - org.forgerock.am.cts.api.tokens.CoreTokenField
Token Id field name.
TOKEN_IDLE_TIME_IN_MINUTES_CLAIM_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Token Idle timeout configuration property key in minutes.
TOKEN_IDLE_TIME_IN_SECONDS_CLAIM_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Token Idle timeout configuration property key in seconds.
TOKEN_RESTRICTION - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The final session that is issued after authentication will be restricted according to this restriction.
TOKEN_TYPE - org.forgerock.am.cts.api.tokens.CoreTokenField
Token type field name.
TOKEN_TYPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
The type of token used for authentication, AccessToken, OIDC Token or Auth Code.
TOKEN_TYPE_HINT - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
A hint about the type of the token submitted for introspection.
TokenAdapter<T> - Interface in org.forgerock.am.cts.adapters
Describes the ability to convert from one type of object into a Token and the reverse operation of converting from a Token into the object of type T.
TokenBlobStrategy - Interface in org.forgerock.am.cts.utils.blob
Responsible for selecting the appropriate algorithm for dealing with Token binary objects prior to them being stored in the data store.
TokenBlobUtils - Class in org.forgerock.am.cts.utils.blob
Responsible for handling the encoding and decoding of the binary object format the CTS Token.
TokenBlobUtils() - Constructor for class org.forgerock.am.cts.utils.blob.TokenBlobUtils
 
TokenCreationException - Exception in org.forgerock.openam.sts
An instance of this exception is thrown for errors encountered during token creation.
TokenCreationException(int, String) - Constructor for exception org.forgerock.openam.sts.TokenCreationException
 
TokenCreationException(int, String, Throwable) - Constructor for exception org.forgerock.openam.sts.TokenCreationException
 
TokenDeletionStrategy - Interface in org.forgerock.am.cts.reaper
Is responsible for deleting expired tokens and performing any post-processing.
TokenFactory - Interface in org.forgerock.am.cts.api.tokens
Creates a Token object that can then be stored into the CTS.
TokenFilter - Class in org.forgerock.am.cts.api.filter
Describes a collection of filters which can be applied to the CTS query function as part of a complex query.
TokenFilterBuilder - Class in org.forgerock.am.cts.api.filter
Allows the assembly of TokenFilter instances for use with the CTSPersistentStore and other uses of the generic data layer.
TokenFilterBuilder() - Constructor for class org.forgerock.am.cts.api.filter.TokenFilterBuilder
 
TokenFilterBuilder.FilterAttributeBuilder - Class in org.forgerock.am.cts.api.filter
TokenHandler - Interface in org.forgerock.tokenhandler
Responsible for the validation, generation and parsing of tokens used for keying a JsonValue representative of some state.
TokenHandlerException - Exception in org.forgerock.tokenhandler
An exception generated by a TokenHandler on either creation, validation, or state extraction.
TokenHandlerException(String) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified detail message.
TokenHandlerException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified detail message and cause.
TokenHandlerException(Throwable) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified cause.
tokenHeader(String) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Sets the header to use to receive the anti-CSRF token.
TokenIdGenerator - Interface in org.forgerock.am.cts.api.tokens
In interface for objects that can generate an identifier for a token if the existing one is null.
TokenIntrospectionAccessTokenResolver - Class in org.forgerock.http.oauth2.resolver
An AccessTokenResolver which is RFC 7662 compliant.
TokenIntrospectionAccessTokenResolver(Handler, URI) - Constructor for class org.forgerock.http.oauth2.resolver.TokenIntrospectionAccessTokenResolver
tokenLifetimeInSeconds(long) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the maximum lifetime (in seconds) of the tokens produced by this token handler.
tokenLifetimeInSeconds(long) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the token lifetime (in seconds) on the SAML2ConfigBuilder.
tokenLifetimeInSeconds(Optional<Long>) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the maximum lifetime (in seconds) of the tokens produced by this token handler.
TokenModifications - Class in org.forgerock.am.cts.api.tokens
Describes the possible modifications that can be applied as part of the CTSPersistentStore patch operation.
TokenModifications() - Constructor for class org.forgerock.am.cts.api.tokens.TokenModifications
Construct a new TokenModifications.
TokenModifications.TokenModificationType - Enum in org.forgerock.am.cts.api.tokens
Contains equivalent values for the ModificationType values.
TokenStorageAdapter - Interface in org.forgerock.am.cts.api
Adapts the token to some activity against the connection type.
TokenStrategyFailedException - Exception in org.forgerock.am.cts.utils.blob
Responsible for capturing the reason why a Token Blob Strategy failed.
TokenStrategyFailedException(String, Throwable) - Constructor for exception org.forgerock.am.cts.utils.blob.TokenStrategyFailedException
 
TokenStrategyFailedException(Throwable) - Constructor for exception org.forgerock.am.cts.utils.blob.TokenStrategyFailedException
 
tokenType(String) - Method in class org.forgerock.am.oauth2.AccessTokenResponse.Builder
Sets the token type.
TokenType - Enum in org.forgerock.am.cts.api.tokens
Responsible for defining the available token types in the Core Token Service.
TokenTypeId - Interface in org.forgerock.openam.sts
Provides an extensible means of identifying a to-be-validated or to-be-provided token type.
TokenValidationException - Exception in org.forgerock.openam.sts
An instance of this exception is thrown for all errors related to token validation.
TokenValidationException(int, String) - Constructor for exception org.forgerock.openam.sts.TokenValidationException
 
TokenValidationException(int, String, Throwable) - Constructor for exception org.forgerock.openam.sts.TokenValidationException
 
toKeyPair() - Method in class org.forgerock.json.jose.jwk.EcJWK
Converts the JWK to a KeyPair.
toKeyPair() - Method in interface org.forgerock.json.jose.jwk.EllipticCurveJwk
Converts the JWK to a key pair.
toKeyPair() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Converts the JWK to a key-pair.
toKeyPair() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Create a KeyPair using the JWK.
toLdif(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the LDIF representation of entry.
toLdif(Entry) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns the LDIF representation of entry.
toLdif(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns the LDIF representation of change.
toLong() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the long value represented by the first eight bytes of this byte string in big-endian order.
toMap() - Method in interface org.forgerock.oauth2.core.AccessToken
 
toMap() - Method in interface org.forgerock.oauth2.core.Token
Returns a Map of data associated with this token which the HTTP caller may be wish to receive.
toMaybe(Callable<Promise<V, E>>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Promise into a Maybe.
toMessage() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the LocalizableMessage representation of this message builder.
toNormalizedByteString() - Method in class org.forgerock.opendj.ldap.Dn
Retrieves a normalized byte string representation of this DN.
toNormalizedUrlSafeString() - Method in class org.forgerock.opendj.ldap.Dn
Retrieves a normalized string representation of this DN.
TOO_LATE - org.forgerock.opendj.ldap.ResultCode.Enum
 
TOO_LATE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because processing on the targeted operation had already reached a point at which it could not be canceled.
TOO_MANY_REQUESTS - Static variable in class org.forgerock.http.protocol.Status
The 429 status code indicates that the user has sent too many requests in a given amount of time ("rate limiting").
TOO_MANY_USERS_MATCHNING_SEARCH_CRITERIA - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
toOffsetDateTime() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a OffsetDateTime representation of this generalized time.
toPartialToken() - Method in class org.forgerock.am.cts.api.tokens.Token
Converts this Token into a PartialToken containing all of the populated fields.
toPercentHexString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the contents of this byte sequence using hexadecimal characters and a percent prefix (%) before each char.
toPrivateKey() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Converts the JWK to a private key object.
toPromise(Maybe<V>, Function<Throwable, E>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Maybe into a Promise.
toPromise(Single<V>, Function<Throwable, E>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Single into a Promise.
toPromiseNoError(Single<V>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Single into a Promise which do not throws exceptions.
toPublicJwk() - Method in class org.forgerock.json.jose.jwk.JWK
For asymmetric keys, get the public JWK representation of this JWK.
toPublicKey() - Method in class org.forgerock.json.jose.jwk.EcJWK
 
toPublicKey() - Method in interface org.forgerock.json.jose.jwk.EllipticCurveJwk
Converts the public claims in the JWK into a public key.
toPublicKey() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
toQueryString() - Method in class org.forgerock.http.protocol.Form
Returns this form in a URL-encoded query string.
toRequestEntity(Request) - Method in class org.forgerock.http.protocol.Form
Populates a request with the necessary headers and entity for the form to be submitted as a POST with application/x-www-form-urlencoded content type.
toRequestQuery(Request) - Method in class org.forgerock.http.protocol.Form
Sets a request URI with query parameters.
toRSAPrivateKey() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Creates a RSAPrivateKey from the JWK.
toRSAPublicKey() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Creates a RSAPublicKey from the JWK.
toSchema() - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a strict Schema containing all of the schema elements contained in this schema builder as well as the same set of schema compatibility options.
toSecretKey() - Method in class org.forgerock.json.jose.jwk.OctJWK
Returns the key as a secret key.
toSet(int) - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the set of enum values corresponding to the encoded persistent change types.
toSingle(Callable<Promise<V, E>>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Promise into a Single.
toSmsJson() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the SMS JsonValue representation of the SAML2Config.
toString() - Method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
 
toString() - Method in exception com.iplanet.services.ldap.event.EventException
Returns a string representation of this EventException, including the detail message (if present);
toString() - Method in interface com.iplanet.sso.SSOTokenID
Returns the encrypted Single Sign On token string.
toString() - Method in class com.sun.identity.authentication.AuthContext.IndexType
Returns the string representation of the index type.
toString() - Method in class com.sun.identity.authentication.AuthContext.Status
Returns the string representation of the authentication status.
toString() - Method in class com.sun.identity.idm.IdOperation
The toString method returns the same representation of the current IdOperation.
toString() - Method in exception com.sun.identity.idm.IdRepoException
 
toString() - Method in class com.sun.identity.idm.IdSearchControl
Return String representation of the IdeSearchControl object.
toString() - Method in class com.sun.identity.idm.IdSearchOpModifier
 
toString() - Method in class com.sun.identity.idm.IdSearchResults
Returns String representation of the IdSearchResults object.
toString() - Method in class com.sun.identity.idm.IdType
 
toString() - Method in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Returns a String representation of the token.
toString() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Create a String representation of the element.
toString() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SOAP message in String format.
toString() - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Gets a String representation of this object
toString() - Method in class com.sun.identity.policy.Policy
Deprecated.
Gets string representation of the policy object.
toString() - Method in class com.sun.identity.policy.PolicyDecision
Deprecated.
Gets a String representation of this PolicyDecision
toString() - Method in class com.sun.identity.policy.ResourceMatch
Deprecated.
Method to get string representation of the resource match.
toString() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns a string representation of this resource result
toString() - Method in class com.sun.identity.policy.Syntax
Deprecated.
Returns the string representation of this object.
toString() - Method in class com.sun.identity.saml.assertion.Action
Creates a String representation of the saml:Action element
toString() - Method in class com.sun.identity.saml.assertion.AdviceBase
Creates a String representation of the Advice element
toString() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.AssertionIDReference
Translates the AssertionID to an XML String,
toString() - Method in class com.sun.identity.saml.assertion.Attribute
Returns a String representation of the <saml:Attribute> element,
toString() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Returns a String representation of the <saml:AttributeDesignator> element.
toString() - Method in class com.sun.identity.saml.assertion.AttributeStatement
Creates a String representation of the attribute statement
toString() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Returns a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns a String representation of the Authentication Statement.
toString() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Returns a String representation of the AuthorityBinding
toString() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns a String representation of the AuthorizationStatement.
toString() - Method in class com.sun.identity.saml.assertion.Conditions
Returns a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.DoNotCacheCondition
Creates a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.EvidenceBase
Returns a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.NameIdentifier
Returns a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.Subject
Returns a String representation of the element.
toString() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Returns a String representation of the element
toString() - Method in class com.sun.identity.saml.assertion.SubjectLocality
Returns a String representation of the element.
toString() - Method in class com.sun.identity.shared.whitelist.ResourceMatch
Method to get string representation of the resource match.
toString() - Method in enum com.sun.identity.sm.AttributeSchema.Syntax
The method returns the string representation of the schema attribute syntax.
toString() - Method in class com.sun.identity.sm.AttributeSchema
Returns a string representation of this AttributeSchema object.
toString() - Method in enum com.sun.identity.sm.AttributeSchema.Type
The method returns the string representation of the schema attribute type.
toString() - Method in enum com.sun.identity.sm.AttributeSchema.UIType
The method returns the string representation of the schema attribute UI type.
toString() - Method in class com.sun.identity.sm.SchemaType
The method returns the string representation of the schema type.
toString() - Method in class com.sun.identity.sm.ServiceConfig
Returns String representation of the ServiceConfig object.
toString() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns String representation of the service's configuration data, along with instances and groups.
toString() - Method in class com.sun.identity.sm.ServiceInstance
Returns the String representation of the ServiceInstance object.
toString() - Method in class com.sun.identity.sm.ServiceSchema
Returns string representation of the schema.
toString() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the string representation of the Service Schema.
toString() - Method in exception com.sun.identity.sm.SMSException
 
toString() - Method in class org.forgerock.am.cts.api.ETag
 
toString() - Method in class org.forgerock.am.cts.api.filter.TokenFilter
A multi-line representation of the filter.
toString() - Method in enum org.forgerock.am.cts.api.tokens.CoreTokenField
Convert the enumeration into its LDAP attribute representation.
toString() - Method in class org.forgerock.am.cts.api.tokens.Token
Returns a formatted version of the Token which is intended to be human readable.
toString() - Method in class org.forgerock.am.identity.domain.UniversalId
 
toString() - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Converts builder content to a String.
toString() - Method in enum org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Returns the AsciiDocSymbols markup symbol associated with this item.
toString() - Method in enum org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Returns the character associated with the table column-style.
toString() - Method in class org.forgerock.api.models.ApiError
 
toString() - Method in class org.forgerock.api.models.Resource
 
toString() - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
toString() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
 
toString() - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
toString() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
toString() - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
A short but useful description of this authentication context.
toString() - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
A short but useful description of this authentication context.
toString() - Method in class org.forgerock.caf.authentication.framework.AuditTrail
 
toString() - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter
 
toString() - Method in class org.forgerock.caf.authentication.framework.AuthenticationFramework
 
toString() - Method in class org.forgerock.caf.authentication.framework.FallbackAuthContext
 
toString() - Method in interface org.forgerock.caf.authentication.framework.ResponseWriter
A short but useful description of this response writer.
toString() - Method in class org.forgerock.config.resolvers.ChainedPropertyResolver
 
toString() - Method in class org.forgerock.config.resolvers.EnvironmentVariableResolver
 
toString() - Method in class org.forgerock.config.resolvers.FlatFileResolver
 
toString() - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
toString() - Method in class org.forgerock.config.resolvers.ProductPathResolver
 
toString() - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
toString() - Method in class org.forgerock.config.resolvers.SystemPropertyResolver
 
toString() - Method in class org.forgerock.config.resolvers.template.Template
 
toString() - Method in interface org.forgerock.guava.common.collect.Multiset.Entry
Deprecated.
Returns the canonical string representation of this entry, defined as follows.
toString() - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
toString() - Method in class org.forgerock.http.filter.CsrfFilter.Builder
 
toString() - Method in class org.forgerock.http.header.authorization.BasicCredentials
 
toString() - Method in class org.forgerock.http.header.authorization.BearerToken
 
toString() - Method in class org.forgerock.http.header.Directive
 
toString() - Method in class org.forgerock.http.header.ForwardedHeader.Hop
 
toString() - Method in class org.forgerock.http.header.Warning
Formats a Warning header value, according to RFC 2616 14.46.
toString() - Method in class org.forgerock.http.header.WwwAuthenticateHeader.Challenge
 
toString() - Method in class org.forgerock.http.MutableUri
 
toString() - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
 
toString() - Method in class org.forgerock.http.oauth2.OAuth2Error
 
toString() - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
 
toString() - Method in enum org.forgerock.http.protocol.Cookie.SameSite
 
toString() - Method in class org.forgerock.http.protocol.Cookie
 
toString() - Method in class org.forgerock.http.protocol.Entity
Returns a description of this entity content (not the content itself).
toString() - Method in class org.forgerock.http.protocol.Form
Deprecated.
use Form.toFormString() instead.
toString() - Method in class org.forgerock.http.protocol.Header
 
toString() - Method in class org.forgerock.http.protocol.RequestCookies
 
toString() - Method in class org.forgerock.http.protocol.Status
 
toString() - Method in class org.forgerock.http.routing.Version
 
toString() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the String representation of this message in the default locale.
toString() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the String representation of this message builder in the default locale.
toString() - Method in class org.forgerock.jaspi.modules.session.jwt.AuthenticatedEncryptionCryptographyHandler
 
toString() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Turns the EncryptionMethod constant into a JSON value string.
toString() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Turns the JweAlgorithm constant into a JSON value string.
toString() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Turns the JweAlgorithmType constant into a JSON value string.
toString() - Method in enum org.forgerock.json.jose.jwe.JweHeaderKey
Turns the JweHeaderKey constant into a lowercase String.
toString() - Method in enum org.forgerock.json.jose.jwk.KeyOperation
Prints the KeyOperation value.
toString() - Method in enum org.forgerock.json.jose.jwk.KeyType
Gets the value of the KeyType.
toString() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
toString() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
 
toString() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Turns the JwsAlgorithm constant into a JSON value string.
toString() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithmType
Turns the JwsAlgorithmType constant into a JSON value string.
toString() - Method in enum org.forgerock.json.jose.jws.JwsHeaderKey
Turns the JwsHeaderKey constant into a lowercase String.
toString() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
 
toString() - Method in class org.forgerock.json.jose.jwt.JWObject
Returns a string representation of the JWObject.
toString() - Method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
Turns the JwtClaimsSetKey constant into a lowercase String.
toString() - Method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
Turns the JwtHeaderKey constant into a lowercase String.
toString() - Method in class org.forgerock.json.JsonPointer
Returns the JSON pointer string value.
toString() - Method in class org.forgerock.json.JsonValue
Returns a string representation of the JSON value.
toString() - Method in class org.forgerock.json.resource.AdviceWarning
 
toString() - Method in class org.forgerock.json.resource.FilterChain
 
toString() - Method in class org.forgerock.json.resource.PatchOperation
 
toString() - Method in class org.forgerock.json.resource.ResourcePath
Returns the URL path encoded string representation of this resource path.
toString() - Method in class org.forgerock.json.resource.Router.UriTemplate
Return the string representation of the UriTemplate.
toString() - Method in class org.forgerock.json.resource.SortKey
Returns the string representation of this sort key.
toString() - Method in class org.forgerock.macaroons.Macaroon.Caveat
 
toString() - Method in class org.forgerock.macaroons.Macaroon
 
toString() - Method in class org.forgerock.macaroons.MacaroonVerifierResult
 
toString() - Method in class org.forgerock.oauth.clients.oidc.Claim
 
toString() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
 
toString() - Method in class org.forgerock.openam.secrets.SecretStoreContext
 
toString() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
toString() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
 
toString() - Method in class org.forgerock.opendj.discovery.Partition.Server
 
toString() - Method in class org.forgerock.opendj.discovery.Partition
 
toString() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the string representation of this Asn1 tag.
toString() - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
toString() - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
toString() - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
toString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
toString() - Method in class org.forgerock.opendj.ldap.AbstractConnection
toString() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
toString() - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
toString() - Method in class org.forgerock.opendj.ldap.AddressMask
 
toString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns a string representation of this attribute.
toString() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the string representation of this attribute description as defined in RFC4512 section 2.5.
toString() - Method in class org.forgerock.opendj.ldap.AttributeFilter
 
toString() - Method in class org.forgerock.opendj.ldap.Ava
Returns the RFC 4514 string representation of this AVA.
toString() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
 
toString() - Method in class org.forgerock.opendj.ldap.ByteString
 
toString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
toString() - Method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the string representation of this condition result.
toString() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
 
toString() - Method in class org.forgerock.opendj.ldap.ConnectionPool
 
toString() - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
toString() - Method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
toString() - Method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
toString() - Method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
toString() - Method in enum org.forgerock.opendj.ldap.DereferenceAliasesPolicy
 
toString() - Method in class org.forgerock.opendj.ldap.Dn
Returns the RFC 4514 string representation of this DN.
toString() - Method in interface org.forgerock.opendj.ldap.Entry
Returns a string representation of this entry.
toString() - Method in class org.forgerock.opendj.ldap.Filter
Returns a String whose contents is the LDAP string representation of this Filter.
toString() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
toString() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the GSER encoded String value.
toString() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
toString() - Method in exception org.forgerock.opendj.ldap.LdapException
 
toString() - Method in class org.forgerock.opendj.ldap.LdapServer
 
toString() - Method in class org.forgerock.opendj.ldap.LdapUrl
 
toString() - Method in class org.forgerock.opendj.ldap.Matcher
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
toString() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
 
toString() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
 
toString() - Method in class org.forgerock.opendj.ldap.Modification
 
toString() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the string representation of this modification change type.
toString() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the RFC 4514 string representation of this RDN.
toString() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the string representation of this result code.
toString() - Method in class org.forgerock.opendj.ldap.RootDse
 
toString() - Method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Retrieves a string representation of this attribute usage.
toString() - Method in enum org.forgerock.opendj.ldap.schema.ObjectClassType
Retrieves a string representation of this objectclass type.
toString() - Method in class org.forgerock.opendj.ldap.schema.Schema
 
toString() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the string representation of this search scope as defined in RFC 4516.
toString() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a string representation of this sort key using the format defined in SortKey.valueOf(String).
toString() - Method in class org.forgerock.opendj.security.DeploymentId
Returns the string representation of this deployment ID, it can be reused to re-create the same deployment ID instance with DeploymentId.valueOf(String, char[]).
toString() - Method in class org.forgerock.opendj.security.ScramCredential
Returns the RFC 5803 representation of this SCRAM credential without the mechanism name.
toString() - Method in class org.forgerock.opendj.security.ScramMechanism
Returns the algorithm name of this SCRAM mechanism.
toString() - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
toString() - Method in class org.forgerock.secrets.keys.CryptoKey
 
toString() - Method in enum org.forgerock.secrets.keys.KeyUsage
 
toString() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
toString() - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore
 
toString() - Method in class org.forgerock.secrets.oauth2.GrantTypeHandler
 
toString() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
toString() - Method in class org.forgerock.secrets.propertyresolver.SecretKeyPropertyFormat
 
toString() - Method in class org.forgerock.secrets.Purpose
 
toString() - Method in class org.forgerock.secrets.Secret
 
toString() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
toString() - Method in class org.forgerock.services.context.AbstractContext
 
toString() - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
toString() - Method in class org.forgerock.services.routing.RouteMatcher
Returns a String representation of the route matcher.
toString() - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
 
toString() - Method in class org.forgerock.util.i18n.LocalizableString
The default toString method.
toString() - Method in class org.forgerock.util.Options
 
toString() - Method in class org.forgerock.util.Pair
toString() - Method in class org.forgerock.util.query.QueryFilter
Returns the string representation of this query filter.
toString() - Method in class org.forgerock.util.time.Duration
 
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Creates a String representation of the <Assertion> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Action
Creates a String representation of the saml:Action element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AdviceBase
Returns a String representation of the <saml:Advice> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns a String representation of the <Assertion> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AssertionIDReference
Returns a String representation of the AssertionIDReference element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Attribute
Returns a String representation of the <saml:Attribute> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Returns a String representation of the <saml:AttributeDesignator> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AttributeStatement
Returns a String representation of the Attribute statement.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Returns a String representation of the <AudienceRestrictionCondition> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns a String representation of the AuthenticationStatement
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Returns a String representation of the AuthorityBinding
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns a String representation of the AuthorizationStatement.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Condition
Returns a String representation of the <saml:Conditions> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Conditions
Returns a String representation of the <Conditions> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.DoNotCacheCondition
Returns a String representation of the <DoNotCacheCondition> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Returns a String representation of the <Evidence> element (or of the <Evidence> element).
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.NameIdentifier
Returns String representation of the <NameIdentifier> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Statement
Creates a String representation of the Statement
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Subject
Returns a String representation of the <Subject> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Returns a String representation of the <SubjectConfirmation> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectLocality
Returns a String representation of the <SubjectLocality> element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectStatement
Creates a String representation of the SubjectStatement.
toString(byte) - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a string representation of the provided tag.
toString(Charset) - Method in class org.forgerock.http.header.authorization.BasicCredentials
Get the string credentials in the specified charset.
toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the String representation of this message in the specified locale.
toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the String representation of this message builder in the specified locale.
toString(Entry) - Static method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the LDIF string representation of the provided entry.
toString(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Returns the LDIF string representation of the provided change record.
toToken() - Method in class org.forgerock.am.cts.api.query.PartialToken
Converts this PartialToken into a Token containing all of the populated fields.
toToken(T) - Method in interface org.forgerock.am.cts.adapters.JavaBeanAdapter
 
toToken(T) - Method in interface org.forgerock.am.cts.adapters.TokenAdapter
 
toTokenQuery(QueryFilter<String>) - Method in interface org.forgerock.am.cts.adapters.JavaBeanAdapter
Use the bean mappings that have been parsed to turn a query keyed by bean property names into a query keyed by token property names.
toTranslatedString(PreferredLocales) - Method in class org.forgerock.util.i18n.LocalizableString
Returns the contained string, translated if applicable.
toUTF8(byte[]) - Method in class org.forgerock.am.cts.utils.blob.TokenBlobUtils
Convert a byte array into a String using the UTF-8 encoding.
toUuid() - Method in class org.forgerock.opendj.ldap.Dn
Returns a UUID whose content is based on the normalized content of this DN.
toWarnings(List<String>) - Static method in class org.forgerock.http.header.WarningHeader
Matches warning-headers from a List of header-values.
toWWWAuthenticateHeader() - Method in class org.forgerock.http.oauth2.OAuth2Error
Deprecated.
toX509KeyUsageBits(Set<KeyUsage>) - Static method in enum org.forgerock.secrets.keys.KeyUsage
Converts a set of key usage values to an X.509 KeyUsage constraint bit string.
toXECKeyPair() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Returns a KeyPair object containing the XECPrivateKey and XECPublicKey for this JWK.
toXECPublicKey() - Method in class org.forgerock.json.jose.jwk.OkpJWK
Converts the JWK to a Java 11 XECPublicKey instance.
toXML() - Method in class com.sun.identity.policy.ActionDecision
Deprecated.
Gets an XML representation of this object
toXML() - Method in class com.sun.identity.policy.Policy
Deprecated.
Returns the serialized policy in XML
toXML() - Method in class com.sun.identity.policy.PolicyDecision
Deprecated.
Gets an XML representation of this object
toXML() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns an XML representation of this resource result
toXML() - Method in class com.sun.identity.policy.Rule
Deprecated.
Returns an XML string representing the rule.
toXML() - Method in class com.sun.identity.sm.ServiceInstance
 
toXML(String, AMEncryption) - Method in class com.sun.identity.sm.ServiceConfig
 
toXML(String, AMEncryption, String) - Method in class com.sun.identity.sm.ServiceConfig
 
toXMLString() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns a String representation of the element.
toXMLString() - Method in interface com.sun.identity.saml2.common.XmlSerializable
toXMLString() - Method in interface com.sun.identity.xacml.context.Action
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.Attribute
Returns a string representation of this object.
toXMLString() - Method in interface com.sun.identity.xacml.context.Decision
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.Environment
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.Request
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.Resource
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.ResourceContent
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.Response
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.Result
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.Status
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.StatusCode
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.StatusDetail
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.StatusMessage
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.Subject
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.policy.Obligation
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.policy.Obligations
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.common.XmlSerializable
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Action
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Attribute
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Decision
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Environment
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Request
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Resource
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.ResourceContent
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Response
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Result
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Status
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.StatusCode
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.StatusDetail
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.StatusMessage
Returns a string representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Subject
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.policy.Obligation
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.policy.Obligations
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Returns a String representation of the element.
trace(String) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message.
trace(String, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message.
trace(String, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message.
trace(String, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message.
trace(String, Object, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message.
traceException(Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message with provided exception.
traceException(Throwable, String) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message with an accompanying exception.
traceException(Throwable, String, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message with an accompanying exception.
traceException(Throwable, String, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message with an accompanying exception.
traceException(Throwable, String, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message with an accompanying exception.
traceException(Throwable, String, Object, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a trace message with an accompanying exception.
TrailerHeader - Class in org.forgerock.http.header
A Header representation of the Trailer HTTP response header.
TrailerHeader() - Constructor for class org.forgerock.http.header.TrailerHeader
 
TRANFORMATION_APPLIED - Static variable in class org.forgerock.http.header.WarningHeader
214 Transformation applied MUST be added by an intermediate cache or proxy if it applies any transformation changing the content-coding (as specified in the Content-Encoding header) or media-type (as specified in the Content-Type header) of the response, or the entity-body of the response, unless this Warning code already appears in the response.
TRANFORMATION_APPLIED - Static variable in class org.forgerock.json.resource.AdviceWarning
214 Transformation applied MUST be added by an intermediate cache or proxy if it applies any transformation changing the content-coding (as specified in the Content-Encoding header) or media-type (as specified in the Content-Type header) of the response, or the entity-body of the response, unless this Warning code already appears in the response.
TRANSACTION - org.forgerock.am.cts.api.tokens.TokenType
Token type for authentication transactions.
TRANSACTION_CONDITION_ADVICE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is used to identify the advice messages from TransactionCondition
TRANSACTION_STORAGE_FAILURE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
TRANSACTION_STORE_READ_FAILURE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
TransactionId - Class in org.forgerock.services
TransactionId value should be unique per request coming from an external agent so that all events occurring in response to the same external stimulus can be tied together.
TransactionId() - Constructor for class org.forgerock.services.TransactionId
Construct a TransactionId with a random value.
TransactionId(String) - Constructor for class org.forgerock.services.TransactionId
Construct a TransactionId with the specified value.
TransactionIdContext - Class in org.forgerock.services.context
This context aims to hold the TransactionId.
TransactionIdContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.TransactionIdContext
Restores a saved context.
TransactionIdContext(Context, TransactionId) - Constructor for class org.forgerock.services.context.TransactionIdContext
Constructs a new TransactionIdContext.
TransactionIdHeader - Class in org.forgerock.http.header
Processes the transactionId header used mainly for audit purpose.
TransactionIdHeader(String) - Constructor for class org.forgerock.http.header.TransactionIdHeader
Constructs a new header with the provided value for the transaction id.
TransactionIdHeader(TransactionId) - Constructor for class org.forgerock.http.header.TransactionIdHeader
Constructs a new header with the provided transaction id object.
TransactionIdInboundFilter - Class in org.forgerock.http.filter
This filter is responsible to create the TransactionIdContext in the context's chain.
TransactionIdInboundFilter() - Constructor for class org.forgerock.http.filter.TransactionIdInboundFilter
Deprecated.
TransactionIdInboundFilter(boolean) - Constructor for class org.forgerock.http.filter.TransactionIdInboundFilter
Constructor that defines whether or not HTTP request transaction ID headers should be trusted.
TransactionIdInboundFilter(BooleanSupplier) - Constructor for class org.forgerock.http.filter.TransactionIdInboundFilter
Constructor that defines whether or not HTTP request transaction ID headers should be trusted.
TransactionIdOutboundFilter - Class in org.forgerock.http.filter
This filter aims to create a sub-transaction's id and inserts that value as a header of the request.
TransactionIdOutboundFilter() - Constructor for class org.forgerock.http.filter.TransactionIdOutboundFilter
 
transform(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "transform" patch operation which sets the value at field based on a transformation.
transform(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "transform" patch operation which sets the value at field based on a transformation.
transform(Context) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Optional Context-transformation function if the implementer has requirements to override the Context provided in the Connection's method invocations.
TRANSFORM - org.forgerock.api.enums.PatchOperation
Transforms a field.
TRANSFORM_ALGORITHM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
TRANSFORM_BASE64_DECODE - Static variable in class com.sun.identity.saml.common.SAMLConstants
Base64 decoding Transform URI.
TRANSFORM_C14N_EXCL_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Exclusive XML canonicalization Transform URI.
TRANSFORM_C14N_EXCL_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
Exclusive XML canonicalization with comments Transform URI.
TRANSFORM_C14N_OMIT_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML canonicalization Transform URI.
TRANSFORM_C14N_WITH_COMMENTS - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML canonicalization with comments Transform URI.
TRANSFORM_ENVELOPED_SIGNATURE - Static variable in class com.sun.identity.saml.common.SAMLConstants
Enveloped Signature Transform URI.
TRANSFORM_XPATH - Static variable in class com.sun.identity.saml.common.SAMLConstants
XPath Transform URI.
TRANSFORM_XPATH2FILTER - Static variable in class com.sun.identity.saml.common.SAMLConstants
XPath Filter v2.0 Transform URI.
TRANSFORM_XPATH2FILTER04 - Static variable in class com.sun.identity.saml.common.SAMLConstants
XPath Filter v2.0 Transform URI.
TRANSFORM_XPATHFILTERCHGP - Static variable in class com.sun.identity.saml.common.SAMLConstants
XPath Filter v2.0 CHGP Transform URI.
TRANSFORM_XPOINTER - Static variable in class com.sun.identity.saml.common.SAMLConstants
XPointer Transform URI.
TRANSFORM_XSLT - Static variable in class com.sun.identity.saml.common.SAMLConstants
XSLT Transform URI.
transformApi(D, ApiProducer<D>) - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
transformApi(D, ApiProducer<D>) - Method in class org.forgerock.services.routing.RouteMatcher
Transform the API Descriptor as appropriate for the parent router's view of the child routes.
TransformedRxSocket<U,​D> - Class in org.forgerock.opendj.io.rx
A reactive socket which wraps an underlying downstream reactive socket, providing opportunities to transform transferred data or provide additional functionality.
TransformedRxSocket(RxSocket<D>) - Constructor for class org.forgerock.opendj.io.rx.TransformedRxSocket
Returns a new transformed socket delegating to the provided downstream socket.
TransformerException - Exception in org.forgerock.api.transform
Signals that an error occurred while transforming an API Description to another format.
TransformerException(String) - Constructor for exception org.forgerock.api.transform.TransformerException
Creates a TransformerException with a detailed error message.
TransformerException(String, Throwable) - Constructor for exception org.forgerock.api.transform.TransformerException
Creates a TransformerException with a detailed error message and cause.
transformTransport(String, RxTransport<D, DS>, BiFunction<Single<DS>, Options, Single<US>>, BiFunction<Single<DS>, RxServerSocket<D, DS>, Single<US>>) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that transforms downstream client and server reactive sockets of type D to upstream sockets of type U.
TRANSIENT_FED_USER - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Transient federation users.
transientState - Variable in class org.forgerock.openam.auth.node.api.Action
The transient state of the node.
transientState - Variable 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.
TranslateJsonSchema - Class in org.forgerock.api.models
Iterates over each JsonValue node in the JsonValue structure and if it's a String marked for translation, It replaces the String with a LocalizableString.
TranslateJsonSchema(ClassLoader) - Constructor for class org.forgerock.api.models.TranslateJsonSchema
Constructor which takes a ClassLoader where the String is defined.
TRANSLATION_KEY_PREFIX - Static variable in class org.forgerock.util.i18n.LocalizableString
A constant used to indicate a string should be translated.
TRANSPORT_TYPE - Static variable in class org.forgerock.am.mail.application.MailConstants
Email service transport type sub-configuration attribute name.
traverseList(JsonValue) - Method in class org.forgerock.json.JsonValueTraverseFunction
Transform a JsonValue List into another object.
traverseMap(JsonValue) - Method in class org.forgerock.json.JsonValueTraverseFunction
Transform a JsonValue Map into another object.
TreeContext - Class in org.forgerock.openam.auth.node.api
A representation of the context of the current tree authentication process.
TreeContext(String, JsonValue, JsonValue, JsonValue, ExternalRequestContext, List<? extends Callback>, boolean, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(String, JsonValue, JsonValue, JsonValue, ExternalRequestContext, List<? extends Callback>, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(String, JsonValue, JsonValue, ExternalRequestContext, List<? extends Callback>, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(String, JsonValue, ExternalRequestContext, List<? extends Callback>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(JsonValue, JsonValue, JsonValue, ExternalRequestContext, List<? extends Callback>, boolean, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(JsonValue, JsonValue, JsonValue, ExternalRequestContext, List<? extends Callback>, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(JsonValue, JsonValue, ExternalRequestContext, List<? extends Callback>, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeContext(JsonValue, ExternalRequestContext, List<? extends Callback>, Optional<String>) - Constructor for class org.forgerock.openam.auth.node.api.TreeContext
Construct a tree context for the current state.
TreeHook - Interface in org.forgerock.openam.auth.node.api
A TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication.
TreeHook.Metadata - Annotation Type in org.forgerock.openam.auth.node.api
Annotation that describes the metadata of the node.
TreeMapEntry - Class in org.forgerock.opendj.ldap
An implementation of the Entry interface which uses a TreeMap for storing attributes.
TreeMapEntry() - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry with an empty (root) distinguished name and no attributes.
TreeMapEntry(String) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided distinguished name decoded using the default schema.
TreeMapEntry(String...) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates a new entry using the provided lines of LDIF decoded using the default schema.
TreeMapEntry(Dn) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided distinguished name and no attributes.
TreeMetaData - Interface in org.forgerock.openam.auth.node.api
Meta data API to expose data concerning the evaluating tree, to nodes who care for that data.
TRUE - org.forgerock.api.enums.CreateSingleton
The created resource is a singleton.
TRUE - org.forgerock.opendj.ldap.ConditionResult
Indicates that the condition evaluated to true.
TRUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
True Value String
TRUE - Static variable in class org.forgerock.util.query.QueryFilterOperators
a literal "true".
TRUE_OUTCOME_ID - Static variable in class org.forgerock.openam.auth.node.api.AbstractDecisionNode
true tree outcome.
TRUST_MANAGER_ALGORITHM - Static variable in class org.forgerock.secrets.SecretsTrustManager
Algorithm to use for looking up the underlying X509ExtendedTrustManager.
trustAll() - Static method in class org.forgerock.opendj.security.TrustManagers
Returns an X509ExtendedTrustManager which trusts all certificates.
trustAny(List<TrustManager>) - Static method in class org.forgerock.opendj.security.TrustManagers
Returns a X509ExtendedTrustManager that wraps the given TrustManagers and that yields a positive result if ever one of the wrapped TrustManagers yields a positive result.
TrustedJwtIssuerConfig - Class in org.forgerock.oauth2.core
A trusted JWT issuer for use in validating a JWT bearer grant.
TrustedJwtIssuerConfig(String, String, String, String[], String, String, String, String) - Constructor for class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
A script-friendly constructor to create configuration for a Trusted JWT Issuer.
TrustedJwtIssuerConfig(String, String, String, Set<String>, String, String, Duration, Duration) - Constructor for class org.forgerock.oauth2.core.TrustedJwtIssuerConfig
Create configuration for a Trusted JWT Issuer.
trustManagers() - Method in class org.forgerock.opendj.security.SslOptions
Return the trust managers or null.
TrustManagers - Class in org.forgerock.opendj.security
This class contains methods for creating common types of trust manager.
tryAddThrowable(Throwable) - Method in class com.forgerock.rxjava3.intern.util.AtomicThrowable
Atomically adds a Throwable to this container (combining with a previous Throwable is necessary).
tryAddThrowableOrReport(Throwable) - Method in class com.forgerock.rxjava3.intern.util.AtomicThrowable
Atomically adds a Throwable to this container (combining with a previous Throwable is necessary) or reports the error the global error handler and no changes are made.
tryCancel(boolean) - Method in class org.forgerock.util.promise.PromiseImpl
Invoked when the client attempts to cancel the asynchronous task represented by this promise.
tryHandleException(E) - Method in class org.forgerock.util.promise.PromiseImpl
Attempts to signal that the asynchronous task represented by this promise has failed.
tryHandleResult(V) - Method in class org.forgerock.util.promise.PromiseImpl
Attempts to signal that the asynchronous task represented by this promise has succeeded.
tryTerminateConsumer(Subscriber<?>) - Method in class com.forgerock.rxjava3.intern.util.AtomicThrowable
Tries to terminate this atomic throwable (by swapping in the TERMINATED indicator) and notifies the consumer if there was no error (onComplete) or there was a non-null, non-indicator exception contained before (onError).
tryWith(Single<C>, Function<? super C, Flowable<T>>) - Static method in class org.forgerock.opendj.ldap.Utils
Constructs a Flowable based upon a given Closeable and a Function mapper.
tryWithSingle(Single<C>, Function<? super C, Single<T>>) - Static method in class org.forgerock.opendj.ldap.Utils
Constructs a Single based upon a given Closeable and a Function mapper.
TTL_DATE - org.forgerock.am.cts.api.tokens.CoreTokenField
Token expiry date field name.
ttlSupportTokenTypeBlacklist() - Method in interface org.forgerock.am.cts.CoreTokenConfig
When the CoreTokenConfig.isTtlSupportEnabled() feature is enabled, the DS TTL feature will be used to perform automatic cleanup of persisted entries.
twoBytesToInt(byte[]) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts two bytes to an integer.
typ(JwtType) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the type of the contents of the Claims Set.
TYP - org.forgerock.json.jose.jwt.JwtClaimsSetKey
Type Claim.
TYP - org.forgerock.json.jose.jwt.JwtHeaderKey
Type JWT header parameter..
type() - Method in annotation type org.forgerock.api.annotations.Parameter
The type semantics of the String value.
type() - Method in annotation type org.forgerock.api.annotations.Query
The type of query this method supports.
type(Class<?>) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema.
type(String) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter type.
type(QueryType) - Method in class org.forgerock.api.models.Query.Builder
Set the query type.
type(ObjectClassType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Sets the type of this object class.
TYPE - Static variable in class org.forgerock.openam.oauth2.ResourceSetDescription
 
TYPE - Static variable in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Type of the token handler.
TYPE_AUTHENTICATION_SASL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the AuthenticationChoice element in a bind request when SASL authentication is to be used.
TYPE_AUTHENTICATION_SIMPLE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the AuthenticationChoice element in a bind request when simple authentication is to be used.
TYPE_CONTROL_SEQUENCE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for encoding the sequence of controls in an LDAP message.
TYPE_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log type error.
TYPE_EXTENDED_REQUEST_OID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the OID of an extended request.
TYPE_EXTENDED_REQUEST_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the value of an extended request.
TYPE_EXTENDED_RESPONSE_OID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the OID of an extended response.
TYPE_EXTENDED_RESPONSE_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the value of an extended response.
TYPE_FILTER_AND - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for AND filter components.
TYPE_FILTER_APPROXIMATE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for approximate filter components.
TYPE_FILTER_EQUALITY - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for equality filter components.
TYPE_FILTER_EXTENSIBLE_MATCH - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for extensible matching filter components.
TYPE_FILTER_GREATER_OR_EQUAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for greater than or equal to filter components.
TYPE_FILTER_LESS_OR_EQUAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for less than or equal to filter components.
TYPE_FILTER_NOT - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for NOT filter components.
TYPE_FILTER_OR - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for OR filter components.
TYPE_FILTER_PRESENCE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for presence filter components.
TYPE_FILTER_SUBSTRING - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for substring filter components.
TYPE_INTERMEDIATE_RESPONSE_OID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the OID of an intermediate response message.
TYPE_INTERMEDIATE_RESPONSE_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the value of an intermediate response message.
TYPE_MASK_CONSTRUCTED - Static variable in class org.forgerock.opendj.io.Asn1
The bitmask that can be ANDed with the BER type to determine if the element is constructed.
TYPE_MASK_CONTEXT - Static variable in class org.forgerock.opendj.io.Asn1
The bitmask that can be ANDed with the BER type to determine if the element is in the context-specific class.
TYPE_MATCHING_RULE_DN_ATTRIBUTES - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the DN attributes flag in a matching rule assertion.
TYPE_MATCHING_RULE_ID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the matching rule OID in a matching rule assertion.
TYPE_MATCHING_RULE_TYPE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the attribute type in a matching rule assertion.
TYPE_MATCHING_RULE_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the assertion value in a matching rule assertion.
TYPE_MODIFY_DN_NEW_SUPERIOR - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the newSuperior component of a modify DN request.
TYPE_NOT_FOUND - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
TYPE_REFERRAL_SEQUENCE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for encoding the sequence of referral URLs in an LDAPResult element.
TYPE_SERVER_SASL_CREDENTIALS - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the server SASL credentials in a bind response.
TYPE_SUBANY - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the subAny component(s) of a substring filter.
TYPE_SUBFINAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the subFinal components of a substring filter.
TYPE_SUBINITIAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the subInitial component of a substring filter.
typesOnly(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether filtered attributes are to contain both attribute descriptions and values, or just attribute descriptions.
typesWhichCanAddMember(IdType) - Method in interface org.forgerock.am.identity.application.IdTypeService
Returns the types which have the provided type added as a member.
typesWhichCanBeMembersOf(IdType) - Method in interface org.forgerock.am.identity.application.IdTypeService
Returns the types which can be a member of the provided type.
typesWhichCanHaveMember(IdType) - Method in interface org.forgerock.am.identity.application.IdTypeService
Returns the types which have the provided type as a member.

U

UMA_AUDIT_ENTRY - org.forgerock.am.cts.api.tokens.TokenType
UMA Audit entry token type.
UMA_PENDING_REQUEST - org.forgerock.am.cts.api.tokens.TokenType
UMA Pending request token type.
UMA2 - org.forgerock.oauth2.core.GrantType
UMA2 Grant.
UNABLE_ADD_LISTENER - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_AUTHENTICATE_LDAP_SERVER - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_CREATE_AGENT - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_CREATE_DIRECTORY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_CREATE_USER - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_FIND_ENTRY - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_GET_MEMBERSHIP - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_GET_SERVICE_SCHEMA - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_INITIALIZE_PLUGIN - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_LOAD_SCHEMA_FOR_PLUGIN_FOR_REALM - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_READ_ATTRIBUTES - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_READ_PLUGIN_FOR_REALM - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_READ_PLUGING_FOR_REALM_SSOTOKEN_NOT_VALID - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_SEARCH_PRIVILEGES - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_SEARCH_PRIVILEGES_MISSING_TOKEN - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_SYNC_URL_ACCESS_AGENT - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_TO_ASSIGN_SERVICE - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_TO_AUTHENTICATE - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_TO_CREATE_POLICY - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_TO_CREATE_SUBJECT_INDEX - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_TO_MODIFY_MEMBERS - Static variable in class org.forgerock.am.identity.application.IdRepoErrorCode
 
UNABLE_TO_PARSE_SSOTOKEN_AUTHINSTANT - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_TO_QUERY_POLICY_INVALID_UID - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_TO_READ_REALM_ATTRIBUTES - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_TO_RETRIEVE_SUBJECT_ATTRIBUTE - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNABLE_TO_SERIALIZE_OBJECT - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
unassignService(SSOToken, IdType, String, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
If the service is already assigned to the identity then this method unassigns the service and removes the related attributes from the entry.
unassignService(String) - Method in class com.sun.identity.idm.AMIdentity
Removes a service from the identity.
unassignService(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Unassigns the service from the organization.
unassignService(Identity, String) - Method in interface org.forgerock.am.identity.application.LegacyIdentityServiceStore
Removes a service from the identity.
UNAUTHORIZED - org.forgerock.api.commons.CommonsApi.Errors
The "unauthorized" error.
UNAUTHORIZED - Static variable in class org.forgerock.http.protocol.Status
The request requires user authentication.
UNAUTHORIZED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.UNAUTHORIZED in an API Description.
UNAVAILABLE - org.forgerock.api.commons.CommonsApi.Errors
The "unavailable" error.
UNAVAILABLE - org.forgerock.opendj.ldap.ResultCode.Enum
 
UNAVAILABLE - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource is temporarily unable to handle the request.
UNAVAILABLE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that either the entire server or one or more required resources were not available for use in processing the request.
UNAVAILABLE_CRITICAL_EXTENSION - org.forgerock.opendj.ldap.ResultCode.Enum
 
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it included a critical extension that is unsupported or inappropriate for that request.
UNAVAILABLE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.UNAVAILABLE in an API Description.
UnavailableSecretReferenceException - Exception in org.forgerock.openam.secrets
An exception that occured when a secret reference is not available.
UnavailableSecretReferenceException(String) - Constructor for exception org.forgerock.openam.secrets.UnavailableSecretReferenceException
Construct a new exception.
UNBIND - org.forgerock.opendj.ldap.messages.Request.RequestType
 
UnbindRequest - Interface in org.forgerock.opendj.ldap.messages
The Unbind operation allows a client to terminate an LDAP session.
UncategorizedException - Exception in org.forgerock.json.resource
An exception that indicates that a failure is not directly known to the system, and hence requires out-of-band knowledge or enhancements to determine if a failure should be categorized as temporary or permanent.
UncategorizedException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.UncategorizedException
Constructs a new exception with the specified detail message and cause.
uncloseable(Connection) - Static method in class org.forgerock.json.resource.Resources
Returns an uncloseable view of the provided connection.
uncloseable(ConnectionFactory) - Static method in class org.forgerock.json.resource.Resources
Returns an uncloseable view of the provided connection factory.
uncloseable(Connection) - Static method in class org.forgerock.opendj.ldap.Connections
Returns an uncloseable view of the provided connection.
uncloseable(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
Returns an uncloseable view of the provided connection factory.
uncloseable(LdapClientSocket) - Static method in class org.forgerock.opendj.ldap.LdapClients
Returns an uncloseable view of the provided socket.
UNDEFINED - org.forgerock.opendj.ldap.ConditionResult
Indicates that the condition could not be evaluated and its result is undefined.
UNDEFINED - org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for filters that could not be compiled (will always yield UNDEFINED).
UNDEFINED - org.forgerock.opendj.ldap.ResultCode.Enum
 
UNDEFINED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should only be used if the actual result code has not yet been determined.
UNDEFINED_ASSERTION - Static variable in interface org.forgerock.opendj.ldap.Assertion
An assertion that always return UNDEFINED for matches and that creates a match all query.
UNDEFINED_ATTRIBUTE_TYPE - org.forgerock.opendj.ldap.ResultCode.Enum
 
UNDEFINED_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it referenced an attribute that is not defined in the server schema.
uninstallAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Uninstalls and de-registers an authentication node for execution by trees.
uninstallIdRepo(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Uninstalls and de-registers an identity repository.
UniqueItems - Annotation Type in org.forgerock.api.annotations
Annotation to mark a JSON Schema array-items as unique.
universal() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the universal tag class.
UNIVERSAL - org.forgerock.opendj.io.Asn1Tag.Class
The Universal class.
UNIVERSAL_BIT_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal bit string type.
UNIVERSAL_BOOLEAN_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal Boolean element.
UNIVERSAL_ENUMERATED_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal enumerated type.
UNIVERSAL_GENERALIZED_TIME_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the generalized time type.
UNIVERSAL_ID - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The user universal id.
UNIVERSAL_INTEGER_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal integer type.
UNIVERSAL_NULL_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal null type.
UNIVERSAL_OCTET_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal octet string type.
UNIVERSAL_PRINTABLE_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal Printable String type.
UNIVERSAL_SEQUENCE_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal sequence type.
UNIVERSAL_SET_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the universal set type.
UNIVERSAL_UTC_TIME_TYPE - Static variable in class org.forgerock.opendj.io.Asn1
The BER type that is assigned to the utc time type.
universalId - Variable in class org.forgerock.openam.auth.node.api.Action
Deprecated.
universalId - Variable in class org.forgerock.openam.auth.node.api.TreeContext
The identity objects universal id.
UniversalId - Class in org.forgerock.am.identity.domain
Represents a reference to an identity that is managed by AM.
UniversalId(UniversalId) - Constructor for class org.forgerock.am.identity.domain.UniversalId
Construct a new instance based on an existing universal id
UNKNOWN - org.forgerock.http.protocol.Status.Family
This class of status code is for all status code above 600, that are not classified in the specification.
UNKNOWN - org.forgerock.opendj.ldap.messages.Request.RequestType
 
UNKNOWN - org.forgerock.opendj.ldap.ModificationType.Enum
Used for unknown modification types.
UNKNOWN - org.forgerock.opendj.ldap.ResultCode.Enum
Used for unknown search scopes.
UNKNOWN - org.forgerock.opendj.ldap.SearchScope.Enum
Used for unknown search scopes.
UNKNOWN_IDENTITY - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNKNOWN_MATCHING_RULE_HANDLER - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the unknown matching rule handler which will be invoked when a non-strict schema is queried about an unknown matching rule.
UNKNOWN_POLICY_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNKNOWN_PRINCIPAL - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
UNKNOWN_RESOURCE_ATTRIBUTE_CLASS - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNKNOWN_ROLE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Unknown Role
UnknownRequest - Class in org.forgerock.opendj.ldap.messages
Wraps a message that the LdapServer was unable to decode because it did not recognize it.
UnknownRxTransportException - Exception in org.forgerock.opendj.io.rx
Exception thrown when a transport implementation can't be found.
UnknownSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
Thrown when a schema query fails because the requested schema element could not be found or is ambiguous.
UnknownSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.UnknownSchemaElementException
Creates a new unknown schema element exception with the provided message.
unless(boolean) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException if the condition parameter is false.
unless(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException with a custom message if the condition parameter is false.
UNLIMITED - Static variable in class org.forgerock.util.time.Duration
Special duration that represents an unlimited duration (or indefinite).
unmodifiableAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable abandon request of the provided request.
unmodifiableAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable add request of the provided request.
unmodifiableAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only view of attribute.
unmodifiableBindRequest(BindRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable bind request of the provided request.
unmodifiableBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable bind result using the provided response.
unmodifiableCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable cancel extended request of the provided request.
UnmodifiableCollection - Interface in org.forgerock.http.util
An marker interface for tagging collection implementations as read-only.
unmodifiableCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable compare request of the provided request.
unmodifiableCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable compare result using the provided response.
unmodifiableCopyOf(Options) - Static method in class org.forgerock.util.Options
Returns an unmodifiable copy of the provided set of options.
unmodifiableDefaultOptions() - Static method in class org.forgerock.util.Options
Returns an unmodifiable set of options with default settings.
unmodifiableDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable delete request of the provided request.
unmodifiableEntry(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only view of entry and its attributes.
unmodifiableGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable generic extended request of the provided request.
unmodifiableGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable generic extended result using the provided response.
unmodifiableGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable generic intermediate response using the provided response.
unmodifiableModifyDnRequest(ModifyDnRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable modify DN request of the provided request.
unmodifiableModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable modify request of the provided request.
unmodifiablePasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable password modify extended request of the provided request.
unmodifiablePasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable password modify extended result using the provided response.
unmodifiableResult(Result) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable result using the provided response.
unmodifiableSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable search request of the provided request.
unmodifiableSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable search result entry using the provided response.
unmodifiableSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable search result reference using the provided response.
unmodifiableStartTlsExtendedRequest(StartTlsExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable startTLS extended request of the provided request.
unmodifiableUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable unbind request of the provided request.
unmodifiableWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates an unmodifiable new Who Am I extended request of the provided request.
unmodifiableWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable who am I extended result using the provided response.
UNORDERED_LIST_1 - org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Unordered list item at level-1.
UNORDEREDLIST - com.sun.identity.sm.AttributeSchema.UIType
The UNORDERED_LIST attribute type specifies that the attribute should be displayed as an unordered list widget.
unorderedList1(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a line for an unordered list, at level 1 indentation.
unquote(String) - Static method in class org.forgerock.http.header.HeaderUtil
Unquotes a string following the logic of HeaderUtil.quote(String).
unrecognized(byte, ByteString) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new unrecognized filter using the provided ASN1 filter tag and content.
UNRECOGNIZED - org.forgerock.opendj.ldap.Filter.FilterType
The filter type for unrecognized filter types.
UnrecognizedCriticalHeaderException - Exception in org.forgerock.json.jose.exceptions
Indicates that the JWT had critical headers that were not recognized by the JWT library and not implemented by the application.
UnrecognizedCriticalHeaderException(Collection<String>) - Constructor for exception org.forgerock.json.jose.exceptions.UnrecognizedCriticalHeaderException
Initializes the exception with the given list of unrecognized critical headers that caused processing to fail.
UNSPECIFIED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Unspecified Name Identifier
UNSUPPORTED_MEDIA_TYPE - org.forgerock.api.commons.CommonsApi.Errors
The "unsupported media type" error.
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.forgerock.http.protocol.Status
The 415 (Unsupported Media Type) status code indicates that the origin server is refusing to service the request because the payload is in a format not supported by this method on the target resource.
UNSUPPORTED_MEDIA_TYPE - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the media type of the request body was not acceptable to the server.
UNSUPPORTED_MEDIA_TYPE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.UNSUPPORTED_MEDIA_TYPE in an API Description.
UNSUPPORTED_OPERATION - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UNSUPPORTED_SUBJECT_INDEX - Static variable in exception com.sun.identity.entitlement.EntitlementException
 
UnsupportedMediaTypeException - Exception in org.forgerock.json.resource
Indicates a 415 Unsupported Media Type response that the Content-Type of the request was not acceptable.
UnsupportedMediaTypeException(String) - Constructor for exception org.forgerock.json.resource.UnsupportedMediaTypeException
Constructs the exception with a status code of 415 and the given message.
until(Temporal, Clock) - Static method in class org.forgerock.json.resource.ResponseCacheControl
Returns a cache control that will allow caching until the given deadline according to the given clock.
UNUSED - Static variable in class org.forgerock.http.protocol.Status
The 306 status code was defined in a previous version of this specification, is no longer used, and the code is reserved.
UNVERSIONED - Static variable in class org.forgerock.api.models.VersionedPath
Version 0.0 represents null/empty, for when resource versions are not required by an API (e.g., OpenIDM).
UNWILLING_TO_PERFORM - org.forgerock.opendj.ldap.ResultCode.Enum
 
UNWILLING_TO_PERFORM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is unwilling to perform the requested operation.
UNWRAP_KEY - org.forgerock.json.jose.jwk.KeyOperation
Use Key to decrypt key and validate decryption, if applicable.
UNWRAP_KEY - org.forgerock.secrets.keys.KeyUsage
Key is intended for decrypting (unwrapping) other keys.
unwrapKey(ByteSequence) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
Unwraps the provided wrapped key.
update() - Static method in class org.forgerock.api.models.Update
Creates a new builder for Operation.
update(Map<String, Object>) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Replaces the description of the resource set with the given description.
update(Token, Token) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Updates an existing Token in the store synchronously.
update(Token, Token, Options) - Method in interface org.forgerock.am.cts.api.TokenStorageAdapter
Update the Token based on whether there were any changes between the two.
update(Token, Token, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Updates an existing Token in the store synchronously.
update(Update) - Method in class org.forgerock.api.models.Items.Builder
Set Update.
update(Update) - Method in class org.forgerock.api.models.Resource.Builder
Set Update.
update(Context, UpdateRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
update(Context, UpdateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Updates a JSON resource by replacing its existing content with new content.
update(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.Connection
Updates a JSON resource by replacing its existing content with new content.
Update - Class in org.forgerock.api.models
Class that represents the Create Operation type in API descriptor.
Update - Annotation Type in org.forgerock.api.annotations
Indicates an CREST update method on an annotated POJO.
UPDATE - org.forgerock.json.resource.RequestType
An update request.
Update.Builder - Class in org.forgerock.api.models
Builder to help construct Update.
updateAsync(Context, UpdateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously updates a JSON resource by replacing its existing content with new content.
updateAsync(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously updates a JSON resource by replacing its existing content with new content.
updateAttributes(Identity) - Method in interface org.forgerock.am.identity.application.IdentityService
Returns a builder which allows updating the attributes of the given identity.
updateBooleanValues(String, String, String, String, Document) - Method in class com.sun.identity.sm.AttributeSchema
 
updateChoiceValues(Map<String, String>) - Method in class com.sun.identity.sm.AttributeSchema
 
updateChoiceValues(Map<String, String>, Document) - Method in class com.sun.identity.sm.AttributeSchema
 
updateDefaultValues(Set<String>) - Method in class com.sun.identity.sm.AttributeSchema
Method for modifying default values
updateDefaultValues(Set<String>, Document) - Method in class com.sun.identity.sm.AttributeSchema
Method for modifying default values given the XML document
updateDelegate(PushNotificationServiceConfig.Realm) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Updates the existing delegate's config.
updateInstance(Context, String, UpdateRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Updates an existing resource within the collection.
updateInstance(Context, String, UpdateRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Updates an existing resource within the collection.
updateInstance(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Updates the single resource instance.
updateMonitConfigForLogService() - Method in class com.sun.identity.log.LogManager
Deprecated.
This method is called from two places, from readConfiguration() and from Logger.getLoggers().
updateProperty(SessionBuilder, String, String) - Method in class org.forgerock.openam.authentication.service.SessionPropertyUpgrader
This method updates a session property in the session with the given value.
UpdateRequest - Interface in org.forgerock.json.resource
A request to update a JSON resource by replacing its existing content with new content.
updateXMLDocument(StringBuffer, String, Document) - Method in class com.sun.identity.sm.AttributeSchema
 
updateXMLDocument(String, String) - Method in class com.sun.identity.sm.AttributeSchema
update attribute value in attribute schema element
upgrade(String) - Method in class org.forgerock.am.iot.IotPlugin
 
upgrade(String) - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
 
upgrade(String) - Method in interface org.forgerock.openam.plugins.AmPlugin
This method will be called when the version returned by AmPlugin.getPluginVersion() is higher than the version already installed.
UPGRADE_REQUIRED - Static variable in class org.forgerock.http.protocol.Status
The 426 (Upgrade Required) status code indicates that the server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol.
upgradeAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Upgrades an existing authentication node.
UpgradeException - Exception in org.forgerock.openam.upgrade
This class is an extension point for all Upgrade related exceptions.
UpgradeException(String) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs a new UpgradeException with the given message.
UpgradeException(String, String, Object[]) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs a new UpgradeException without a nested Throwable.
UpgradeException(String, Throwable) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs a new UpgradeException with the given message and init cause.
UpgradeException(Throwable) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs an UpgradeException with given Throwable.
upgradeIdRepo(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Upgrades an existing identity repository.
UpgradeUtils - Class in org.forgerock.openam.upgrade
This class contains utilities to upgrade the service schema configuration to be compatible with OpenAM.
upsert(Token) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Updates an existing Token in the store synchronously.
upsert(Token, Options) - Method in interface org.forgerock.am.cts.CTSPersistentStore
Updates an existing Token in the store synchronously.
uri() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a uniform resource identifier.
uri(String) - Static method in class org.forgerock.http.MutableUri
Factory method for avoiding typing new MutableUri("http://...").
URI - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to represent URI Binding.
URI - Static variable in class org.forgerock.openam.oauth2.ResourceSetDescription
 
URI_ENCODING - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
URI encoding
URI_TOO_LONG - Static variable in class org.forgerock.http.protocol.Status
The 414 (URI Too Long) status code indicates that the server is refusing to service the request because the request-target (Section 5.3 of [RFC7230]) is longer than the server is willing to interpret.
uriMatcher(RoutingMode, String) - Static method in class org.forgerock.http.routing.RouteMatchers
Creates a RouteMatcher instance that matches ResourcePaths with the provided mode and template.
uriMatcher(RoutingMode, String) - Method in class org.forgerock.http.routing.Router
 
uriMatcher(RoutingMode, String) - Method in class org.forgerock.json.resource.Router
 
uriMatcher(RoutingMode, String) - Method in class org.forgerock.services.routing.AbstractRouter
Create a URI matcher suitable for the request type <R>.
uriRouterContext(Context) - Static method in class org.forgerock.http.routing.UriRouterContext
Return a builder for a new UriRouterContext.
UriRouterContext - Class in org.forgerock.http.routing
A Context which is created when a request has been routed.
UriRouterContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.routing.UriRouterContext
Restore from JSON representation.
UriRouterContext(Context, String, String, Map<String, String>) - Constructor for class org.forgerock.http.routing.UriRouterContext
Creates a new routing context having the provided parent, URI template variables, and an ID automatically generated using UUID.randomUUID().
UriRouterContext(Context, String, String, Map<String, String>, URI) - Constructor for class org.forgerock.http.routing.UriRouterContext
Creates a new routing context having the provided parent, URI template variables, and an ID automatically generated using UUID.randomUUID().
UriRouterContext.Builder - Class in org.forgerock.http.routing
Ease UriRouterContext construction.
Uris - Class in org.forgerock.http.util
Utility class for performing operations on universal resource identifiers.
uriTemplate(String) - Static method in class org.forgerock.json.resource.Router
Creates a Router.UriTemplate from a URI template string that will be used to match and route incoming requests.
url() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a uniform resource locator.
URL - com.sun.identity.sm.AttributeSchema.Syntax
The URL attribute syntax specifies that the attribute is a URL.
urlDecode(Object) - Static method in class org.forgerock.http.util.Paths
Returns the URL path decoding of the provided object's string representation.
URLDecodeField(String, String, Logger) - Static method in class com.sun.identity.shared.locale.Locale
 
URLDecodeField(String, Logger) - Static method in class com.sun.identity.shared.locale.Locale
 
urlDecodeFragment(String) - Static method in class org.forgerock.http.util.Uris
Decodes the provided URL encoded fragment as per RFC 3986.
urlDecodePathElement(String) - Static method in class org.forgerock.http.util.Uris
Decodes the provided URL encoded path element as per RFC 3986.
urlDecodeQueryParameterNameOrValue(String) - Static method in class org.forgerock.http.util.Uris
Decodes the provided URL encoded query parameter name or value as per RFC 3986.
urlDecodeUserInfo(String) - Static method in class org.forgerock.http.util.Uris
Decodes the provided URL encoded userInfo as per RFC 3986.
urlEncode(Object) - Static method in class org.forgerock.http.util.Paths
Returns the URL path encoding of the provided object's string representation.
URLEncodeField(String, String) - Static method in class com.sun.identity.shared.locale.Locale
This method is replacement function for URLEncoder Function URL encoder function converts input string into URLEncoded byte stream after converting Unicode string into bytes using native encoding.
URLEncodeField(String, String, Logger) - Static method in class com.sun.identity.shared.locale.Locale
This method is replacement function for URLEncoder Function URL encoder function converts input string into URLencoded byte stream after converting Unicode string into bytes using native encoding.
urlEncodeFragment(String) - Static method in class org.forgerock.http.util.Uris
URL encodes the provided fragment as per RFC 3986.
urlEncodePathElement(String) - Static method in class org.forgerock.http.util.Uris
URL encodes the provided path element as per RFC 3986.
urlEncodeQueryParameterNameOrValue(String) - Static method in class org.forgerock.http.util.Uris
URL encodes the provided query parameter name or value as per RFC 3986.
urlEncodeUserInfo(String) - Static method in class org.forgerock.http.util.Uris
URL encodes the provided userInfo as per RFC 3986.
URLValidator - Class in com.sun.identity.sm.validators
 
URLValidator() - Constructor for class com.sun.identity.sm.validators.URLValidator
 
usage(AttributeUsage) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the usage indicator for this attribute type.
UsageDirectiveHeader - Class in com.sun.identity.liberty.ws.soapbinding
The UsageDirectiveHeader class represents 'UsageDirective' element defined in SOAP binding schema.
UsageDirectiveHeader(String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Constructor.
use - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
The key use, optional.
USE_EMPTY_KEY_MANAGER - Static variable in class org.forgerock.opendj.security.SslOptions
Use an empty KeyManager while initializing an SSLContext.
USE_INTRODUCTION_FOR_IDP_PROXY - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Use Introduction for IDP Proxy
USE_JVM_TRUST_MANAGER - Static variable in class org.forgerock.opendj.security.SslOptions
Use the JVM trust manager.
USE_NAMEID_AS_SP_USERID - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Use NameID value as local user ID in service provider account mapper.
USE_PROXY - Static variable in class org.forgerock.http.protocol.Status
The 305 (Use Proxy) status code was defined in a previous version of this specification and is now deprecated (Appendix B).
USE_WRAP_UNWRAP_OPERATIONS - Static variable in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
Indicates whether the handler should use Cipher.wrap(Key) and Cipher.unwrap(byte[], String, int) operations or normal encrypt/decrypt operations for encrypting the per-message symmetric AES key.
useAnyCertificate(X509KeyManager, String, Collection<String>) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns a new X509KeyManager which selects one of the named certificates from the provided key manager.
useJvmDefaultKeyManager() - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the JVM's default keystore for retrieving certificates.
useKeyStoreFile(String) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
useKeyStoreFile(String, char[], String) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
useKeyStoreFile(String, char[], String, String) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
usePkcs11Token(char[]) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use a PKCS#11 token for retrieving certificates.
USER - org.forgerock.api.enums.ReadPolicy
Property is readable via client APIs and visible in the user-interface.
USER - Static variable in class com.sun.identity.authentication.AuthContext.IndexType
The USER index type indicates that the index name given corresponds to a user.
USER - Static variable in class com.sun.identity.idm.IdType
Identity type of USER
USER - Static variable in class com.sun.identity.sm.SchemaType
The User schema type defines the service configuration information that are user dependent.
USER - Static variable in class org.forgerock.oauth.clients.apple.AppleClient
Key for storing and retrieving the user info from the datastore.
USER_APPLICATIONS - org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for user-defined attribute types.
USER_COLLECTION - Static variable in exception com.sun.identity.policy.PolicyException
The constant variable specifies the exception is with respect to user collection.
USER_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The user field.
USER_GOTO_ON_FAIL_PARAM_KEY - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The gotoOnFail URL parameter key.
USER_GOTO_PARAM_KEY - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The goto URL parameter key.
USER_ID - org.forgerock.am.cts.api.tokens.CoreTokenField
Token User Id field name.
USER_ID - Static variable in class com.sun.identity.saml2.common.SAML2Constants.ScriptParams
 
USER_ID_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The userId field.
USER_INFO - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
User info payload key.
USER_KEY - Static variable in interface com.sun.identity.authentication.spi.AMAuthCallBack
The key for the value of the user's identity for which the callback was triggered.
USER_PROPERTIES - Static variable in class com.sun.identity.shared.locale.Locale
 
userAgent(String) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's user agent.
UserCodeGenerator - Interface in org.forgerock.oauth2.core.plugins
Generator for OAuth2 User Codes.
UserDetailsConfig - Class in org.forgerock.selfservice.stages.user
Configuration for the user details stage.
UserDetailsConfig() - Constructor for class org.forgerock.selfservice.stages.user.UserDetailsConfig
 
UserDetailsStage - Class in org.forgerock.selfservice.stages.user
Stage is responsible for request a new user json representation.
UserDetailsStage() - Constructor for class org.forgerock.selfservice.stages.user.UserDetailsStage
 
UserIDGenerator - Interface in com.sun.identity.authentication.spi
An application implements a UserIDGenerator interface and registers itself to the Core Authentication service so that authentication modules can retrieve a list of auto-generated user IDs.
UserInfo - Interface in org.forgerock.oauth
Each instance will return the user subject that identifies a user on an auth server as well as the entire raw profile that was retrieved when making a request to the user info endpoint.
USERINFO - Static variable in class org.forgerock.oauth.clients.oidc.Claims
The name of the userinfo claims object.
UserInfoClaims - Class in org.forgerock.oauth2.core
Simple bean that contains the values of claims, and the scopes that provisioned them (if any).
UserInfoClaims(Map<String, Object>, Map<String, List<String>>) - Constructor for class org.forgerock.oauth2.core.UserInfoClaims
Constructor for a new UserInfoClaims object.
UserInfoClaimsPlugin - Interface in org.forgerock.oauth2.core.plugins
A plugin or (extension point) that fetches the resource owners information based on an issued access token.
USERNAME - Static variable in interface com.sun.identity.idm.IdConstants
The field used to transmit the username of an identity between the CREST resource layer and the identity layer.
USERNAME - Static variable in class org.forgerock.openam.auth.node.api.SharedStateConstants
The username.
USERNAME_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The username field.
UsernameExtractor - Class in org.forgerock.am.identity.application
Deprecated.
UsernameExtractor() - Constructor for class org.forgerock.am.identity.application.UsernameExtractor
Deprecated.
 
UserNamePasswordValidationException - Exception in com.sun.identity.authentication.spi
This class is for handling Exception that is thrown when the user name password validation plugin is failed or any invalid characters detected in user name.
UserNamePasswordValidationException(String) - Constructor for exception com.sun.identity.authentication.spi.UserNamePasswordValidationException
Creates UserNamePasswordValidationException with given message.
UserNamePasswordValidationException(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.UserNamePasswordValidationException
Creates UserNamePasswordValidationException with the message from the given resource bundle, for a given error message key (errorCode) and using arguments to the message.
UserNamePasswordValidationException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.UserNamePasswordValidationException
Creates UserNamePasswordValidationException with given Throwable.
UserPassword - Class in org.forgerock.opendj.ldap
An encoded user password that contains a storage scheme and an encoded vaulue.
UserQueryConfig - Class in org.forgerock.selfservice.stages.user
Configuration for the user query stage.
UserQueryConfig() - Constructor for class org.forgerock.selfservice.stages.user.UserQueryConfig
 
UserQueryStage - Class in org.forgerock.selfservice.stages.user
Stage is responsible for querying the underlying service for a user based on the supplied query fields.
UserQueryStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.user.UserQueryStage
Constructs a new user query stage.
UserRegistrationBuilder() - Constructor for class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig.UserRegistrationBuilder
Constructs a new builder.
UserRegistrationConfig - Class in org.forgerock.selfservice.stages.registration
Configuration for the user registration stage.
UserRegistrationConfig() - Constructor for class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
 
UserRegistrationConsoleConfig - Class in org.forgerock.openam.selfservice.config.beans
Represents user registration console configuration.
UserRegistrationConsoleConfig.UserRegistrationBuilder - Class in org.forgerock.openam.selfservice.config.beans
UserRegistrationStage - Class in org.forgerock.selfservice.stages.registration
Stage is responsible for registering the user supplied data using the underlying service.
UserRegistrationStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.registration.UserRegistrationStage
Constructs a new user registration stage.
UserUpdateService - Class in org.forgerock.selfservice.core
A RequestHandler that proxies user requests to update the user's KBA answers.
UserUpdateService(ConnectionFactory, SecurityAnswer, ResourcePath, KbaConfig) - Constructor for class org.forgerock.selfservice.core.UserUpdateService
Construct a service to update the user's KBA info.
useSingleCertificate(X509KeyManager, String) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns a new X509KeyManager which selects the named certificate from the provided key manager.
useSpecificSecretForPurpose(Purpose<S>, S) - Method in class org.forgerock.secrets.SecretsProvider
Configures this SecretsProvider to always return the specific given secret for the given purpose.
useSpecifiedKey - Variable in class com.sun.identity.security.EncodeAction
 
using(BiFunction<JsonValue, SubstitutionService, Object, JsonValueException>) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
Specify the function that will convert the matched JSON into an object.
USING_KEY_OPS - org.forgerock.secrets.jwkset.JwkKeyFormat
A JWK format that only includes the key_ops parameter to express the key's usage.
USING_USE - org.forgerock.secrets.jwkset.JwkKeyFormat
A JWK format that only includes the use parameter to express the key's usage.
USING_USE_AND_KEY_OPS - org.forgerock.secrets.jwkset.JwkKeyFormat
A JWK format that includes both the use and key_ops parameters to express the key's usage.
usingSchema(Schema) - Method in class org.forgerock.opendj.ldap.AttributeParser
Sets the Schema which will be used when parsing schema sensitive values such as DNs and attribute descriptions.
USN_CHANGED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the uSNChanged attribute as defined in the Active Directory schema.
Utils - Class in com.sun.identity.liberty.ws.soapbinding
This class contains utility methods.
Utils - Class in org.forgerock.json.jose.utils
This class provides utility methods to share common behaviour.
Utils - Class in org.forgerock.opendj.ldap
This class provides utility functions.
Utils - Class in org.forgerock.util
Deprecated.
Use Strings, Closeables, Objects or Threads instead.
Utils() - Constructor for class com.sun.identity.liberty.ws.soapbinding.Utils
 
uuid() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a universally unique identifier (UUID).

V

V1 - Static variable in interface org.forgerock.macaroons.SerializationFormat
The original version 1 format of libmacaroons.
V2 - Static variable in interface org.forgerock.macaroons.SerializationFormat
Version 2 format of libmacaroons.
VALID - Static variable in class com.sun.identity.saml.assertion.Condition
The Condition is valid.
validate() - Method in interface com.sun.identity.entitlement.EntitlementCondition
Checks that this condition is configured correctly.
validate() - Method in class com.sun.identity.sm.ServiceInstance
 
validate(long) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Validates that the n is positive.
validate(String) - Method in class com.sun.identity.sm.validators.DateTimeValidator
Determines whether the specified string is a valid date-time
validate(String) - Method in class com.sun.identity.sm.validators.DNValidator
Determines whether the specified string is a valid DN
validate(String) - Method in class com.sun.identity.sm.validators.DomainValidator
Determines if the domain is valid
validate(String) - Method in class com.sun.identity.sm.validators.FloatValidator
Determines whether the specified string is a valid Float
validate(String) - Method in class com.sun.identity.sm.validators.MailAddressValidator
Check if the given email address is valid
validate(String) - Method in class com.sun.identity.sm.validators.NumberValidator
Determines whether the specified string is a valid Integer
validate(String) - Method in class com.sun.identity.sm.validators.URLValidator
Determines whether the specified string is a valid URL
validate(String) - Method in class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
Deprecated.
 
validate(String) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler
 
validate(String) - Method in interface org.forgerock.tokenhandler.TokenHandler
Validates the passed token.
validate(String, String) - Method in class com.sun.identity.sm.validators.DateTimeValidator
Determines whether the specified string is a valid date-time
validate(String, String) - Method in class com.sun.identity.sm.validators.DNValidator
Determines whether the specified string is a valid DN
validate(String, String) - Method in class com.sun.identity.sm.validators.DomainValidator
Determines if the value is a valid domain string
validate(String, String) - Method in class com.sun.identity.sm.validators.FloatValidator
Determines whether the specified string is a valid Float
validate(String, String) - Method in class com.sun.identity.sm.validators.MailAddressValidator
Determines if the value is a valid email address string
validate(String, String) - Method in class com.sun.identity.sm.validators.NumberValidator
Determines whether the specified string is a valid Integer
validate(String, String) - Method in class com.sun.identity.sm.validators.URLValidator
Determines whether the specified string is a valid URL
validate(X509Certificate, String) - Method in class org.forgerock.openam.shared.security.crypto.CertificateService
Validates whether a X509Certificate was signed using the private key that corresponds to the specified public key.
validate(PublicKey) - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Validates that the given public key is on this curve.
validate(Set<String>) - Method in interface com.sun.identity.sm.ServiceAttributeValidator
Validates the given set of string values.
validate(Set<String>, String) - Method in interface com.sun.identity.sm.ServiceAttributeValidator
Validates the given set of string values.
validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestAnySchema
 
validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestArraySchema
 
validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
 
validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestObjectSchema
 
validate(Realm, String, List<String>, Map<String, Set<String>>) - Method in class org.forgerock.openam.secrets.config.PurposeMappingValidator
 
validate(Realm, String, List<String>, Map<String, Set<String>>) - Method in class org.forgerock.openam.secrets.config.SingleAliasPurposeMappingValidator
 
validate(Realm, String, List<String>, Map<String, Set<String>>) - Method in interface org.forgerock.openam.sm.ServiceConfigValidatorV2
Implement this method to perform the validation of the attributes.
validate(Realm, List<String>, Map<String, Set<String>>) - Method in interface org.forgerock.openam.sm.ServiceConfigValidator
Implement this method to perform the validation of the attributes.
validate(Subscription, Subscription) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Verifies that current is null, next is not null, otherwise signals errors to the RxJavaPlugins and returns false.
validateAccessTokenScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customise the scopes requested when an access token is requested.
validateAccessTokenScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
ValidateActiveAccountConfig - Class in org.forgerock.selfservice.stages.user
Configuration for the validate active account stage.
ValidateActiveAccountConfig() - Constructor for class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
 
ValidateActiveAccountStage - Class in org.forgerock.selfservice.stages.user
Stage is responsible for validating account status.
ValidateActiveAccountStage() - Constructor for class org.forgerock.selfservice.stages.user.ValidateActiveAccountStage
 
validateAlgorithm(JwsAlgorithm) - Method in class org.forgerock.json.jose.jws.handlers.SecretSigningHandler
Validate the type of the provided algorithm.
validateAndExtractState(String) - Method in class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
Deprecated.
 
validateAndExtractState(String) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler
 
validateAndExtractState(String) - Method in interface org.forgerock.tokenhandler.TokenHandler
Validates and parses the token, extracting any encapsulated state.
validateAndInheritDefaults(ConfigurationAttributes, boolean, ConfigurationAttributes) - Method in class com.sun.identity.sm.ServiceSchema
Validates the attrMap against the attributes defined in this schema of the service.
validateAndInheritDefaults(ConfigurationAttributes, String, boolean, ConfigurationAttributes) - Method in class com.sun.identity.sm.ServiceSchema
Validates the attrMap against the attributes defined in this schema of the service for the given organization.
validateAndRemove(Context, String) - Method in interface org.forgerock.selfservice.stages.email.EmailVerificationWhitelist
Check to see if the token is valid (still in whitelist) and remove it.
validateAttributeQuery(HttpServletRequest, HttpServletResponse, AttributeQuery, String, String) - Method in interface com.sun.identity.saml2.plugins.AttributeAuthorityMapper
Checks if the attribute query is valid.
validateAttributes(List<String>, Map<String, Set<String>>) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid.
validateAttributes(List<String>, Map<String, Set<String>>, String) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid for the given organization.
validateAttributes(Map<String, Set<String>>) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid.
validateAttributes(Map<String, Set<String>>, String) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid for the given organization.
validateAuthorizationScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customise the scopes requested when authorization is requested.
validateAuthorizationScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
validateBackChannelAuthorizationScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customize the scopes requested when performing a client initiated back channel authentication.
validateBackChannelAuthorizationScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
validateClientId(DataStore, JsonValue, String) - Method in class org.forgerock.oauth.clients.facebook.FacebookClient
 
validateClientId(DataStore, JsonValue, String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Compare client_id from access token associated data with configured client_id.
validateData() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
 
validateEntry(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns true if the provided entry is valid according to this schema and the specified schema validation policy.
validateIdentity(J) - Method in interface org.forgerock.oauth.resolvers.GenericOpenIdResolver
Validates the supplied Jwt against this OpenId Connect Idp.
validateIdentity(SignedJwt) - Method in class org.forgerock.oauth.resolvers.BaseOpenIdResolver
Validates the supplied Jwt against this OpenId Connect Idp.
validateIdentity(SignedJwt) - Method in class org.forgerock.oauth.resolvers.JWKOpenIdResolverImpl
 
validateIdentity(SignedJwt) - Method in class org.forgerock.oauth.resolvers.PublicKeyOpenIdResolverImpl
Validates the supplied Jwt against this OpenId Connect Idp.
validateIdentity(SignedJwt) - Method in class org.forgerock.oauth.resolvers.SharedSecretOpenIdResolverImpl
Validates the supplied Jwt against this OpenId Connect Idp.
validateJsonToSchema(String, JsonSchema) - Static method in class org.forgerock.api.jackson.JacksonUtils
Validate that the provided JSON conforms to the schema.
validateJwtSessionCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Validates if the Jwt Session Cookie is valid and the idle timeout or max life has expired.
validateJwtSessionCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
validateOrgAliasCollision(Collection<String>) - Method in class com.sun.identity.sm.OrganizationConfigManager
Checks org alias name for collisions
validatePassword(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Deprecated.
validateRefreshTokenScope(ClientRegistration, Set<String>, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.plugins.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customise the scopes requested when a refresh token is requested.
validateRefreshTokenScope(ClientRegistration, Set<String>, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
validateRequest(MessageInfo, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
Checks for the presence of the JWT as a Cookie on the request and validates the signature and decrypts it and checks the expiration time of the JWT.
validateRequest(MessageInfo, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
validateRequest(MessageContext, Subject, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
Validates the incoming request message.
validateRequest(MessageContext, Subject, Subject) - Method in class org.forgerock.caf.authentication.framework.FallbackAuthContext
Authenticates the incoming request message by calling each AsyncServerAuthModule in order until an auth module returns an AuthStatus value other than SEND_FAILURE, or returns an AuthenticationException or the end of the module list is reached.
validateRequest(MessageInfoContext, Subject, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Validates the incoming request message.
validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Attempts to retrieve the value of the specified OpenID Connect header from the messageInfo, then converts this to a Jwt and attempts to decrypt.
validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
validateServiceInstance() - Method in class com.sun.identity.sm.ServiceInstance
 
validateStringOrURI(String) - Static method in class org.forgerock.json.jose.utils.StringOrURI
Validates that the given String is either an arbitrary string without any ":" characters, otherwise validates that the String is a valid URI.
validateSub(DataStore) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Validates the sub Claim in the UserInfo Response is an exact match to the sub Claim in the ID Token.
validateToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Returns true if the single sign on token is valid.
validateToken(RestTokenTransformValidatorParameters<T>) - Method in interface org.forgerock.openam.sts.rest.token.validator.RestTokenTransformValidator
Validates the token supplied in the provided RestTokenTransformValidatorParameters
validateType(CoreTokenField, Object) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
Validate the value matches the expected type for the given key.
validateTypes(Map<CoreTokenField, Object>) - Static method in class org.forgerock.am.cts.api.fields.CoreTokenFieldTypes
Validate a collection of key/value mappings.
validateUserLockout(Context, JsonValue) - Method in interface org.forgerock.selfservice.stages.kba.SecurityAnswerLockoutManager
Verifies whether user should be allowed to attempt security answer verification.
validateUserName(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Validates the given user name by using validation plugin if exists else it checks invalid characters in the source string.
validationDone - Variable in class com.sun.identity.saml.assertion.AssertionBase
 
ValidationUtil - Class in org.forgerock.api.util
API Descriptor model-validation utilities.
validator() - Method in annotation type org.forgerock.openam.annotations.sm.Config
A validator to apply to the entire configuration object.
validator() - Method in annotation type org.forgerock.openam.annotations.sm.SubConfig
A validator to apply to the entire configuration object.
VALIDATOR - com.sun.identity.sm.AttributeSchema.Type
The VALIDATOR attribute type specifies that the attribute defines a attribute validator plugin.
validators() - Method in annotation type org.forgerock.openam.annotations.sm.Attribute
A list of ServiceAttributeValidator classes that will validate the value of the attribute.
validity(Instant, Instant) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate validity period.
ValidValues - Class in com.sun.identity.policy
Deprecated.
As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
ValidValues(int, Set) - Constructor for class com.sun.identity.policy.ValidValues
Deprecated.
Constructs a ValidValues given errorCode and a set of values
value - Variable in class com.sun.identity.security.DecodeAction
 
value - Variable in class com.sun.identity.security.DecryptAction
 
value - Variable in class com.sun.identity.security.EncodeAction
 
value - Variable in class com.sun.identity.security.EncryptAction
 
value() - Method in annotation type org.forgerock.api.annotations.Actions
The actions.
value() - Method in annotation type org.forgerock.api.annotations.AdditionalProperties
The type to produce the additional-properties schema from.
value() - Method in annotation type org.forgerock.api.annotations.Default
The default-value of the property.
value() - Method in annotation type org.forgerock.api.annotations.Description
The description of the property.
value() - Method in annotation type org.forgerock.api.annotations.EnumTitle
The title of the enum value.
value() - Method in annotation type org.forgerock.api.annotations.Example
String representation of the example.
value() - Method in annotation type org.forgerock.api.annotations.Format
The format value of the property.
value() - Method in annotation type org.forgerock.api.annotations.MultipleOf
The multipleOf value of the property.
value() - Method in annotation type org.forgerock.api.annotations.Path
The path value.
value() - Method in annotation type org.forgerock.api.annotations.PropertyOrder
The order value of the property.
value() - Method in annotation type org.forgerock.api.annotations.Queries
The queries.
value() - Method in annotation type org.forgerock.api.annotations.ReadOnly
The read-only value of the property.
value() - Method in annotation type org.forgerock.api.annotations.RequestHandler
The details of the handler.
value() - Method in annotation type org.forgerock.api.annotations.SingletonProvider
The details of the handler.
value() - Method in annotation type org.forgerock.api.annotations.Title
The title of the property.
value() - Method in annotation type org.forgerock.api.annotations.UniqueItems
The unique-items value of the property.
value() - Method in enum org.forgerock.json.jose.jwe.JweHeaderKey
Returns a lowercase String of the JweHeaderKey constant.
value() - Method in enum org.forgerock.json.jose.jwk.KeyType
Get the value of the KeyType.
value() - Method in enum org.forgerock.json.jose.jws.JwsHeaderKey
Returns a lowercase String of the JwsHeaderKey constant.
value() - Method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
Returns a lowercase String of the JwtClaimsSetKey constant.
value() - Method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
Returns a lowercase String of the JwtHeaderKey constant.
value() - Method in annotation type org.forgerock.openam.annotations.sm.I18nKey
The value of the i18nKey property.
value() - Method in annotation type org.forgerock.openam.sm.annotations.adapters.ExampleValue
The example value.
value(String) - Method in class org.forgerock.api.models.Reference.Builder
Setter for Reference-value.
VALUE - org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Specifies that the requests parameter jwt would be passed as value.
VALUE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Value
VALUE - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for Value attribute
VALUE_CASE_INSENSITIVE - Static variable in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Key that is passed in the env parameter while invoking getConditionDecision method of a SessionPropertyCondition to indicate if a case insensitive match needs to done of the property value against same name property in the user's single sign on token.
VALUE_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "value" attribute of a patch entry.
valueIsAcceptable(ByteSequence, LocalizableMessageBuilder) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether the provided value is acceptable for use in an attribute with this syntax.
valueIsAcceptable(Schema, ByteSequence, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether the provided value is acceptable for use in an attribute with this syntax.
valueOf(boolean) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the condition result which is equivalent to the provided boolean value.
valueOf(boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Returns an Filter.alwaysTrue() or Filter.alwaysFalse() Filter depending on the provided value.
valueOf(byte) - Static method in class org.forgerock.opendj.io.Asn1Tag
Converts the provided byte to an Asn1Tag.
valueOf(int) - Static method in enum org.forgerock.http.protocol.Status.Family
Find the class of the given status code.
valueOf(int) - Static method in class org.forgerock.http.protocol.Status
Get a Status from the given integer.
valueOf(int) - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the enum value that would return the provided argument value from its PersistentSearchChangeType.intValue method.
valueOf(int) - Static method in enum org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the alias dereferencing policy having the specified integer value as defined in RFC 4511 section 4.5.1.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ModificationType
Returns the modification change type having the specified integer value as defined in RFC 4511 section 4.6.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns the result code having the specified integer value as defined in RFC 4511 section 4.1.9.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns the search scope having the specified integer value as defined in RFC 4511 section 4.5.1.2.
valueOf(int, String) - Static method in class org.forgerock.http.protocol.Status
Get a Status from the given integer.
valueOf(long) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided time in milliseconds since the epoch.
valueOf(Object) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates a new message whose content is the String representation of the provided Object.
valueOf(String) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.identity.sm.AttributeSchema.ListOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.identity.sm.AttributeSchema.Syntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.identity.sm.AttributeSchema.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.identity.sm.AttributeSchema.UIType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.config.Listener.ConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.config.Listener.ServiceListenerEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.cts.api.tokens.CoreTokenField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.cts.api.tokens.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.cts.continuous.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.iot.IotAuthenticationNode.JwtAuthenticationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.oauth2.AccessTokenRequest.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.am.saml2.api.AuthComparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.commons.CommonsApi.Errors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.CountPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.CreateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.CreateSingleton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.PagingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.ParameterSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.PatchOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.ReadPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.Stability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.enums.WritePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.api.models.Resource.AnnotatedTypeVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.bloomfilter.ConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.config.util.CoercionFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.http.header.AcceptApiVersionHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.AuthorizationHeader
Parse a string as an Authorization header value.
valueOf(String) - Static method in class org.forgerock.http.header.ConnectionHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.ContentApiVersionHeader
Constructs a new header, initialized from the specified string.
valueOf(String) - Static method in class org.forgerock.http.header.ContentEncodingHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.ContentLengthHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.ContentTypeHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.CookieHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.LocationHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.ReferrerHeader
Parse the provided value as a Referrer header.
valueOf(String) - Static method in class org.forgerock.http.header.SetCookie2Header
Deprecated.
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.SetCookieHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.TransactionIdHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.header.Warning
Parses a warning-header value (part after Warning:).
valueOf(String) - Static method in class org.forgerock.http.header.WarningHeader
Constructs a new header, initialized from the specified string value.
valueOf(String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Parses the provided OAuth2Error.toString() representation as an OAuth 2.0 error.
valueOf(String) - Static method in enum org.forgerock.http.protocol.Cookie.SameSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.http.protocol.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.http.routing.DefaultVersionBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.http.routing.RoutingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.CompressionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.JweHeaderKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwk.KeyOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwk.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jws.JwsHeaderKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.jose.jwt.JwtType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.resource.CountPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.json.resource.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.json.resource.ResourcePath
Parses the provided string representation of a resource path.
valueOf(String) - Static method in class org.forgerock.json.resource.SortKey
Parses the provided string as a sort key.
valueOf(String) - Static method in enum org.forgerock.json.resource.SortKeyComparator.NullPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.oauth.clients.oauth2.PkceMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.oauth.clients.oauth2.ResponseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openam.annotations.sm.Config.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openam.federation.plugin.rooturl.RootUrlManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openam.secrets.config.PropertyFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openam.sts.token.SAML2SubjectConfirmation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.io.Asn1Tag.Class
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AddressMask
Parses the provided string as an address mask.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Parses the provided LDAP string representation of an attribute description using the default schema.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AuthPassword
Converts the provided encoded String authentication password to an AuthPassword.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Ava
Parses the provided LDAP string representation of an AVA using the default schema.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ConnectionSecurity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the default schema.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.Entries.DiffStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.Filter.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Filter
Parses the provided LDAP string representation of a filter as a Filter.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Parses the provided string as an LDAP generalized time.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.LdapUrl
Parses the provided LDAP string representation of an LDAP URL using the default schema.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.Matcher.MatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.messages.Request.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ModificationType.Enum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Rdn
Parses the provided LDAP string representation of an RDN using the default schema.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ResultCode.Enum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.ObjectClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.SearchScope.Enum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns the search scope having the specified name as defined in RFC 4511 section 4.5.1.2.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.SortKey
Parses the provided string representation of a sort key as a SortKey.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.UserPassword
Converts the provided encoded String user password into a UserPassword.
valueOf(String) - Static method in class org.forgerock.opendj.security.ScramCredential
Parses the provided RFC 5803 representation of a SCRAM credential as a ScramCredential.
valueOf(String) - Static method in enum org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.secrets.jwkset.JwkKeyFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.secrets.keys.KeyFormatRaw
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.secrets.keys.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.secrets.keys.KeyUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.secrets.propertyresolver.PropertyFormatBase64
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.selfservice.core.StorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class org.forgerock.util.EnumValueOfHelper
Fast lookup of EnumValueOfHelper by its name.
valueOf(String) - Method in class org.forgerock.util.query.QueryFilterParser
Parses the provided string representation of a query filter as a QueryFilter.
valueOf(String) - Static method in enum org.forgerock.util.thread.listener.ShutdownPriority
Returns the enum constant of this type with the specified name.
valueOf(String...) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Create a header from a list of preferred Locale language tags.
valueOf(String, char[]) - Static method in class org.forgerock.opendj.security.DeploymentId
Parses the provided deployment ID and creates the associated root CA key-pair.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Parses the provided LDAP string representation of an attribute description using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.Ava
Parses the provided LDAP string representation of an AVA using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.LdapUrl
Parses the provided LDAP string representation of an LDAP URL using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.Rdn
Parses the provided LDAP string representation of a RDN using the provided schema.
valueOf(Instant) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided instant in milliseconds since the epoch.
valueOf(OffsetDateTime) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided OffsetDateTime.
valueOf(Calendar) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided Calendar.
valueOf(Date) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided Date.
valueOf(List<String>) - Static method in class org.forgerock.http.header.SetCookie2Header
Deprecated.
Constructs a new header, initialized from the specified list of Set-Cookie2 values.
valueOf(List<String>) - Static method in class org.forgerock.http.header.SetCookieHeader
Constructs a new header, initialized from the specified list of Set-Cookie values.
valueOf(List<String>) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Obtain a WwwAuthenticateHeader representation of the given header values.
valueOf(List<Locale>) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Create a header from a list of preferred Locale instances.
valueOf(Set<String>) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Create a header from a list of header values.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.AcceptApiVersionHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.AuthorizationHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ConnectionHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentApiVersionHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentEncodingHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentLengthHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentTypeHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.LocationHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ReferrerHeader
Constructs a new header, initialized from the specified message.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.WarningHeader
Constructs a new header, initialized from the specified message.
valueOf(Request) - Static method in class org.forgerock.http.header.CookieHeader
Constructs a new header, initialized from the specified request message.
valueOf(Request) - Static method in class org.forgerock.http.header.TransactionIdHeader
Constructs a new header, initialized from the specified request.
valueOf(Response) - Static method in class org.forgerock.http.header.SetCookie2Header
Deprecated.
Constructs a new header, initialized from the specified response message.
valueOf(Response) - Static method in class org.forgerock.http.header.SetCookieHeader
Constructs a new header, initialized from the specified response message.
valueOf(Response) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Obtain a WwwAuthenticateHeader representation of the headers in the given response.
valueOf(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
Parses the provided JSON content as a patch operation.
valueOf(JsonValue) - Static method in class org.forgerock.services.TransactionId
Creates a TransactionId from a JsonValue.
valueOf(ByteString) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the default schema.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.RootDse
Creates a new Root DSE instance backed by the provided entry.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Parses the provided entry as a subschema subentry.
valueOf(PreferredLocales) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Creates an accept language header representation for a PreferredLocales instance.
valueOfBase64(String) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the Base64 decoded bytes of the provided string.
valueOfBytes(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the contents of the provided byte array.
valueOfBytes(byte[], int, int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing a subsequence of the contents of the provided byte array.
valueOfForm(Form) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Parses the Form representation of an authorization call-back error as an OAuth 2.0 error.
valueOfHex(CharSequence) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the bytes of the provided hexadecimal string.
valueOfInt(int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the big-endian encoded bytes of the provided integer.
valueOfJsonContent(Map<String, Object>) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Parses the JSON representation of an access token error response as an OAuth 2.0 error.
valueOfList(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
Parses the provided JSON content as a list of patch operations.
valueOfLong(long) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the big-endian encoded bytes of the provided long.
valueOfObject(Object) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string representation of the provided object.
valueOfUtf8(char[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the UTF-8 encoded bytes of the provided char array.
valueOfUtf8(CharSequence) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the UTF-8 encoded bytes of the provided char sequence.
valueOfWWWAuthenticateHeader(String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
Parses the provided WWW-Authenticate header content as an OAuth 2.0 error.
values() - Static method in enum com.forgerock.rxjava3.intern.subscriptions.EmptySubscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.forgerock.rxjava3.intern.subscriptions.SubscriptionHelper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.sun.identity.idm.IdType
Get the IdType values.
values() - Static method in enum com.sun.identity.sm.AttributeSchema.ListOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.identity.sm.AttributeSchema.Syntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.identity.sm.AttributeSchema.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.identity.sm.AttributeSchema.UIType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.config.Listener.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.config.Listener.ServiceListenerEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.cts.api.tokens.CoreTokenField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.cts.api.tokens.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.cts.continuous.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.iot.IotAuthenticationNode.JwtAuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.oauth2.AccessTokenRequest.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.am.saml2.api.AuthComparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.commons.CommonsApi.Errors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.CountPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.CreateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.CreateSingleton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.PagingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.ParameterSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.PatchOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.ReadPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.Stability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.enums.WritePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocSymbols
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.api.models.Resource.AnnotatedTypeVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.bloomfilter.ConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.config.util.CoercionFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Returns a view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so values().size() == size()).
values() - Static method in enum org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.http.protocol.Cookie.SameSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.forgerock.http.protocol.Headers
 
values() - Method in class org.forgerock.http.protocol.RequestCookies
 
values() - Static method in enum org.forgerock.http.protocol.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.http.routing.DefaultVersionBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.http.routing.RoutingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwe.CompressionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwe.JweHeaderKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwk.KeyOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwk.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jws.JwsHeaderKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.jose.jwt.JwtType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.resource.CountPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.resource.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.json.resource.SortKeyComparator.NullPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.oauth.clients.oauth2.PkceMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.oauth.clients.oauth2.ResponseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openam.annotations.sm.Config.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openam.federation.plugin.rooturl.RootUrlManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openam.secrets.config.PropertyFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openam.sts.token.SAML2SubjectConfirmation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.io.Asn1Tag.Class
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.ConnectionSecurity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.Entries.DiffStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.Filter.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.Matcher.MatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.messages.Request.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.ModificationType.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.ModificationType
Returns an unmodifiable list containing the set of available modification change types indexed on their integer value as defined in RFC 4511 section 4.6.
values() - Static method in enum org.forgerock.opendj.ldap.ResultCode.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns an unmodifiable list containing the set of available result codes indexed on their integer value as defined in RFC 4511 section 4.1.9.
values() - Static method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.schema.ObjectClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.SearchScope.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns an unmodifiable list containing the set of available search scopes indexed on their integer value as defined in RFC 4511 section 4.5.1.2.
values() - Static method in enum org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.secrets.jwkset.JwkKeyFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.secrets.keys.KeyFormatRaw
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.secrets.keys.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.secrets.keys.KeyUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.secrets.propertyresolver.PropertyFormatBase64
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.selfservice.core.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.forgerock.util.LazyMap
Returns a Collection view of the values contained in the map.
values() - Method in class org.forgerock.util.MapDecorator
Returns a Collection view of the values contained in the map.
values() - Static method in enum org.forgerock.util.thread.listener.ShutdownPriority
Returns an array containing the constants of this enum type, in the order they are declared.
valueWasQuoted() - Method in class org.forgerock.http.protocol.Cookie
Returns true if the cookie value was enclosed in "" when it was parsed, false otherwise.
VaultCipher - Class in org.forgerock.secrets.vault
Cipher implementation for the Hashicorp Vault transit backend.
VaultCipher() - Constructor for class org.forgerock.secrets.vault.VaultCipher
 
VaultConfig - Class in org.forgerock.secrets.vault
Encapsulates the common configuration required for Hashicorp Vault secret backends.
VaultConfig.Builder - Class in org.forgerock.secrets.vault
Builder object for Vault configuration settings.
VaultDatabaseCredentialsSecretStore - Class in org.forgerock.secrets.vault
A secret store that can fetch fresh database credentials from the Vault Database secret engine.
VaultDatabaseCredentialsSecretStore(SecretReference<GenericSecret>, VaultConfig) - Constructor for class org.forgerock.secrets.vault.VaultDatabaseCredentialsSecretStore
Constructs a secret store to retrieve database credentials from Vault with the given options.
VaultKeyValueSecretStore - Class in org.forgerock.secrets.vault
A secret store that fetches secrets from a Hashicorp Vault server, using version 2 of the key-value backend.
VaultKeyValueSecretStore(SecretReference<GenericSecret>, Map<JsonPointer, ? extends VaultKeyValueSecretStore.SecretFieldDecoder>, VaultConfig) - Constructor for class org.forgerock.secrets.vault.VaultKeyValueSecretStore
Constructs the key-value store using the given authentication token and options.
VaultKeyValueSecretStore.SecretField - Enum in org.forgerock.secrets.vault
Standard implementations of VaultKeyValueSecretStore.SecretFieldDecoder for common fields.
VaultKeyValueSecretStore.SecretFieldDecoder - Interface in org.forgerock.secrets.vault
Determines how a field in the Vault JSON response should be decoded into one or more fields on a SecretBuilder object.
VaultMac - Class in org.forgerock.secrets.vault
Provides HMAC support using the Hashicorp Vault transit backend.
VaultMac.HmacSha224 - Class in org.forgerock.secrets.vault
HMAC-SHA-224.
VaultMac.HmacSha256 - Class in org.forgerock.secrets.vault
HMAC-SHA-256.
VaultMac.HmacSha384 - Class in org.forgerock.secrets.vault
HMAC-SHA-384.
VaultMac.HmacSha512 - Class in org.forgerock.secrets.vault
HMAC-SHA-512.
VaultPkiSecretStore - Class in org.forgerock.secrets.vault
A secret store that is able to retrieve PKI certificates and private keys from the Hashicorp Vault PKI backend.
VaultPkiSecretStore(SecretReference<GenericSecret>, VaultConfig, JsonValue) - Constructor for class org.forgerock.secrets.vault.VaultPkiSecretStore
Initializes the PKI secret store using the given authentication token and configuration options.
VaultSignature - Class in org.forgerock.secrets.vault
Provides signature support using the Hashicorp Vault transit backend.
VaultSignature.EcdsaP256Sha256Signature - Class in org.forgerock.secrets.vault
ECDSA with SHA-256.
VaultSignature.EcdsaP384Sha384Signature - Class in org.forgerock.secrets.vault
ECDSA with SHA-384.
VaultSignature.EcdsaP521Sha512Signature - Class in org.forgerock.secrets.vault
ECDSA with SHA-512.
VaultSignature.Ed25519Signature - Class in org.forgerock.secrets.vault
Ed25519.
VaultSignature.GenericRsaPssSignature - Class in org.forgerock.secrets.vault
Generic RSA with PSS padding.
VaultSignature.RsaPkcs1Sha256Signature - Class in org.forgerock.secrets.vault
RSA with SHA-256 and PKCS#1 v1.5 padding.
VaultSignature.RsaPkcs1Sha384Signature - Class in org.forgerock.secrets.vault
RSA with SHA-384 and PKCS#1 v1.5 padding.
VaultSignature.RsaPkcs1Sha512Signature - Class in org.forgerock.secrets.vault
RSA with SHA-512 and PKCS#1 v1.5 padding.
VaultSignature.RsaPssSha256Signature - Class in org.forgerock.secrets.vault
RSA with SHA-256 and PSS padding.
VaultSignature.RsaPssSha384Signature - Class in org.forgerock.secrets.vault
RSA with SHA-384 and PSS padding.
VaultSignature.RsaPssSha512Signature - Class in org.forgerock.secrets.vault
RSA with SHA-512 and PSS padding.
VaultTransitProvider - Class in org.forgerock.secrets.vault
Cryptographic provider that delegates cryptographic operations to the Hashicorp Vault transit backend.
VaultTransitProvider() - Constructor for class org.forgerock.secrets.vault.VaultTransitProvider
Registers the algorithms implemented by this provider.
VaultTransitSecretStore - Class in org.forgerock.secrets.vault
Implements a store for cryptographic keys based on Vault's transit engine, which implements cryptography as a service.
VaultTransitSecretStore(SecretReference<GenericSecret>, VaultConfig) - Constructor for class org.forgerock.secrets.vault.VaultTransitSecretStore
Initializes the transit secret store with the given Vault login token and options.
VerificationKey - Class in org.forgerock.secrets.keys
A key used for verifying digital signatures.
VerificationKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.VerificationKey
Initialises the key with the given secret data.
verificationPurpose(Purpose<VerificationKey>) - Method in class org.forgerock.json.jose.tokenhandler.SecretsJwtTokenHandler.Builder
Specifies the Purpose used to retrieve verification keys from the secrets provider.
verify(X509Certificate, String, String, byte[]) - Method in class org.forgerock.util.SignatureUtil
Verifies a signature of a String using the certificate.
verify(PublicKey, String, String, byte[]) - Method in class org.forgerock.util.SignatureUtil
Verifies a signature of a String using the public key.
verify(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.FallbackJwtCryptographyHandler
Deprecated.
verify(EncryptedThenSignedJwt) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
verify(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
Deprecated.
 
verify(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
Deprecated.
 
verify(SigningHandler) - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Verifies that the signature is valid on the nested signed JWT.
verify(SigningHandler) - Method in class org.forgerock.json.jose.jws.SignedJwt
Verifies that the JWS signature is valid for the contents of its payload.
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Deprecated.
 
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Deprecated.
 
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Deprecated.
Verifies that the given signature is valid for the given data.
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
Deprecated.
Verifies that the signature length is zero.
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Deprecated.
Verifies that the given signature is valid for the given data.
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.SecretECDSASigningHandler
 
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.SecretSigningHandler
 
verify(JwsAlgorithm, byte[], byte[]) - Method in interface org.forgerock.json.jose.jws.handlers.SigningHandler
Verifies that the given signature is valid for the given data.
verify(Macaroon) - Method in class org.forgerock.macaroons.MacaroonVerifier
Verifies the given macaroon using any valid verification key and testing to see that all caveats are satisfied.
VERIFY - org.forgerock.json.jose.jwk.KeyOperation
Use Key to verify digital signature or MAC.
VERIFY - org.forgerock.secrets.keys.KeyUsage
Key is intended for verifying signatures on messages.
VERIFY - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for verifying digital signatures or message authentication codes.
VERIFY_CERTIFICATE - org.forgerock.secrets.keys.KeyUsage
Key is intended for verifying certificate signatures.
VERIFY_CERTIFICATE - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for verifying certificate signatures.
verifyAndHashInput(CryptoService, JsonValue, Map<String, Map<String, String>>) - Method in class org.forgerock.selfservice.core.util.SecurityAnswer
Verifies and hashes the input provided for security questions and answers.
verifyAndHashInput(CryptoService, JsonValue, JsonValue, Map<String, Map<String, String>>) - Method in class org.forgerock.selfservice.core.util.SecurityAnswer
Verifies and hashes the input provided for security questions and answers.
verifyAttrs(Map<String, String>, String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Verifies the authenticity of data the attrs argument based on the token presented.
VerifyEmailAccountConfig - Class in org.forgerock.selfservice.stages.email
Configuration for the email account verification stage.
VerifyEmailAccountConfig() - Constructor for class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
 
VerifyEmailAccountStage - Class in org.forgerock.selfservice.stages.email
Having retrieved the email address from the context or in response to the initial requirements, verifies the validity of the email address with the user who submitted the requirements via an email flow.
VerifyEmailAccountStage(ConnectionFactory, EmailVerificationWhitelist, ExecutorService) - Constructor for class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
Constructs a new stage.
verifyEncodedString(String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Verifies a Base64 encoded string for authenticity based on the shared secret supplied.
verifyEncodedString(String, String, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Verifies the encrypted data string using encryption secret and shared secret that was used for signing.
verifySignature(SignedJwt) - Method in class org.forgerock.oauth.resolvers.JWKOpenIdResolverImpl
Verifies that the JWS was signed by the supplied key.
verifySignature(SignedJwt) - Method in class org.forgerock.oauth.resolvers.PublicKeyOpenIdResolverImpl
Verifies that the JWS was signed by the corresponding private key to this public key.
verifySignature(SignedJwt) - Method in class org.forgerock.oauth.resolvers.SharedSecretOpenIdResolverImpl
Verifies that the JWS was signed by the supplied key.
verifySubject() - Method in interface org.forgerock.am.iot.IotRegistrationNode.Config
Verify that the subject provided in the JWT is the same as either the X.509 certificate subject CN or UID.
VERSE_CELL - org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
Cell treated like it was a verse block.
version() - Method in annotation type org.forgerock.openam.annotations.sm.Config
The version number of the service.
version(int) - Static method in class org.forgerock.http.routing.Version
Creates a new version using the provided version information and a minor.
version(int, int) - Static method in class org.forgerock.http.routing.Version
Creates a new version using the provided version information.
version(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the version of the API.
version(String) - Static method in class org.forgerock.http.routing.Version
Parses the string argument as a version.
Version - Class in org.forgerock.http.routing
Represents some version in the form majorNumber.minorNumber, for instance 2.4.
VERSION - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Constant for Version
VERSION_2_0 - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SAMLv2 Version String
VERSION_MISMATCH - org.forgerock.api.commons.CommonsApi.Errors
The "version mismatch" error.
VERSION_MISMATCH - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
VERSION_MISMATCH - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource's current version does not match the version provided.
VERSION_MISMATCH_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.VERSION_MISMATCH in an API Description.
VERSION_REQUIRED - org.forgerock.api.commons.CommonsApi.Errors
The "version required " error.
VERSION_REQUIRED - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource requires a version, but no version was supplied in the request.
VERSION_REQUIRED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.VERSION_REQUIRED in an API Description.
versionedPath() - Static method in class org.forgerock.api.models.VersionedPath
Create a new Builder for VersionedPath.
VersionedPath - Class in org.forgerock.api.models
Class that represents versioned Resources on an API descriptor path.
VersionedPath.Builder - Class in org.forgerock.api.models
Builder to help construct the VersionedPath.
VIRTUAL_LIST_VIEW_ERROR - org.forgerock.opendj.ldap.ResultCode.Enum
 
VIRTUAL_LIST_VIEW_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because there was an error while processing the virtual list view control.
virtualAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute that is virtual, i.e.
virtualAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns an empty virtual attribute.
virtualAttribute(AttributeDescription, Supplier<Collection<?>>) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a virtual attribute whose values will be supplied by provided Supplier.
VirtualListViewRequestControl - Class in org.forgerock.opendj.ldap.controls
The virtual list view request control as defined in draft-ietf-ldapext-ldapv3-vlv.
VirtualListViewResponseControl - Class in org.forgerock.opendj.ldap.controls
The virtual list view response control as defined in draft-ietf-ldapext-ldapv3-vlv.
VisibleForTesting - Annotation Type in org.forgerock.util.annotations
This annotation doesn't actually do anything, other than provide documentation of the fact that a function has either been marked public, or package private in order for a test (somewhere physically distant in the system) to compile.
visit(Operation) - Method in interface org.forgerock.api.transform.OpenApiHelper.OperationVisitor
Visits a Swagger Operation.
visitActionRequest(P, ActionRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits an action request.
visitAllOperations(OpenApiHelper.OperationVisitor, Swagger) - Static method in class org.forgerock.api.transform.OpenApiHelper
Visits all operations.
visitAndFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits an and filter.
visitAndFilter(JsonValue, List<QueryFilter<JsonPointer>>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitAndFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitAndFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits an and filter.
visitAny(C) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Fallback method if the visitor does not implement the other visit methods.
visitAnyFilter(P) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitAnyRequest(P, Request) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
Catch-all method visiting any request for which the visit method has not been overridden.
visitBooleanLiteralFilter(Void, boolean) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a boolean literal filter.
visitBooleanLiteralFilter(JsonValue, boolean) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitBooleanLiteralFilter(P, boolean) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitBooleanLiteralFilter(P, boolean) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a boolean literal filter.
visitComplexFilter(Void, F, QueryFilter<F>) - Method in class org.forgerock.util.query.MapFilterVisitor
 
visitComplexFilter(JsonValue, JsonPointer, QueryFilter<JsonPointer>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitComplexFilter(P, F, QueryFilter<F>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a complex filter.
visitContainsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a contains filter.
visitContainsFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitContainsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitContainsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a contains filter.
visitCreateRequest(P, CreateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a create request.
visitDeleteRequest(P, DeleteRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a delete request.
visitEmpty(C) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit an empty template with the given context object.
visitEmpty(Void) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitEmpty(SubstitutionContext) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitEqualsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a equality filter.
visitEqualsFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitEqualsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitEqualsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a equality filter.
visitExtendedMatchFilter(Void, F, String, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a comparison filter.
visitExtendedMatchFilter(JsonValue, JsonPointer, String, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitExtendedMatchFilter(P, F, String, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitExtendedMatchFilter(P, F, String, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a comparison filter.
visitGreaterThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a greater than filter.
visitGreaterThanFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitGreaterThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitGreaterThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a greater than filter.
visitGreaterThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a greater than or equal to filter.
visitGreaterThanOrEqualToFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitGreaterThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitGreaterThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a greater than or equal to filter.
visitLessThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a less than filter.
visitLessThanFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitLessThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitLessThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a less than filter.
visitLessThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a less than or equal to filter.
visitLessThanOrEqualToFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitLessThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitLessThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a less than or equal to filter.
visitNotFilter(Void, QueryFilter<F>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a not filter.
visitNotFilter(JsonValue, QueryFilter<JsonPointer>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitNotFilter(P, QueryFilter<F>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitNotFilter(P, QueryFilter<F>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a not filter.
visitOrFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits an or filter.
visitOrFilter(JsonValue, List<QueryFilter<JsonPointer>>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitOrFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitOrFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits an or filter.
visitPatchRequest(P, PatchRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a patch request.
visitPresentFilter(Void, F) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a present filter.
visitPresentFilter(JsonValue, JsonPointer) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitPresentFilter(P, F) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitPresentFilter(P, F) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a present filter.
visitProperty(C, Template, Template) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit a property template with the given context object.
visitProperty(Void, Template, Template) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitProperty(SubstitutionContext, Template, Template) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitQueryRequest(P, QueryRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a query request.
visitReadRequest(P, ReadRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a read request.
visitRequest(P, AbandonRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, AbandonRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Abandon request.
visitRequest(P, AddRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, AddRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Add request.
visitRequest(P, AddRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, BindRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, BindRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Bind request.
visitRequest(P, CompareRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, CompareRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Compare request.
visitRequest(P, DeleteRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, DeleteRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Delete request.
visitRequest(P, DeleteRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, ExtendedRequest<?>) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ExtendedRequest<?>) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Extended request.
visitRequest(P, InvalidRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, InvalidRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Invalid request.
visitRequest(P, ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an ModifyDN request.
visitRequest(P, ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, ModifyRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ModifyRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Modify request.
visitRequest(P, ModifyRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, SearchRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, SearchRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Search request.
visitRequest(P, UnbindRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, UnbindRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Unbind request.
visitRequest(P, UnknownRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, UnknownRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Unknown request.
visitSequence(C, List<Template>) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit a sequence of templates with the given context object.
visitSequence(Void, List<Template>) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitSequence(SubstitutionContext, List<Template>) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitStartsWithFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a starts with filter.
visitStartsWithFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitStartsWithFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitStartsWithFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a starts with filter.
visitText(C, String) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit a textual template with the given context object.
visitText(Void, String) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitText(SubstitutionContext, String) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitUpdateRequest(P, UpdateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits an update request.
VLV_SORT_ATTRIBUTE - Static variable in class org.forgerock.am.cts.api.CTSOptions
Signals the CTS to utilise a pre-registered VLV-index based query, with the provided sort order.

W

waitingQueueSize() - Method in class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the number of subscribers waiting for a connection to become available or established.
WANT_ARTIFACT_RESOLVE_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
IDP Entity Config attribute name.
WANT_ARTIFACT_RESPONSE_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP Entity Config attribute name.
WANT_ASSERTION_ENCRYPTED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
SP Entity Config attribute name.
WANT_ATTRIBUTE_ENCRYPTED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_LOGOUT_REQUEST_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_LOGOUT_RESPONSE_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_MNI_REQUEST_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_MNI_RESPONSE_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_NAMEID_ENCRYPTED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_POST_RESPONSE_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
WANT_XACML_AUTHZ_DECISION_QUERY_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Want XACML Authorization Decision Query Signed.
WANT_XACML_AUTHZ_DECISION_RESPONSED_SIGNED - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Want Authorization Decision Response Signed.
warn(String) - Static method in class org.forgerock.openam.auth.node.api.SuspendedTextOutputCallback
Creates a new SuspendedTextOutputCallback instance along with an warning based message.
warn(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(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 warning message.
warn(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 warning message.
warn(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 warning message.
warn(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
WARN - org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Schema validation will be performed, but failures will not cause the overall validation to fail.
warning(String) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Prints warning messages only when debug level is greater than Debug.ERROR.
warning(String, Object...) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
A convenience method for warning debug statements.
warning(String, Throwable) - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Prints warning messages only when debug level is greater than Debug.ERROR.
Warning - Class in org.forgerock.http.header
Warning(int, String, String) - Constructor for class org.forgerock.http.header.Warning
Creates a new instance without optional date.
Warning(int, String, String, Date) - Constructor for class org.forgerock.http.header.Warning
Creates a new instance with optional date.
WARNING - Static variable in class com.sun.identity.shared.debug.Debug
Deprecated.
flags the state where warning debugging is enabled, but message debugging is disabled.
warningEnabled() - Method in class com.sun.identity.shared.debug.Debug
Deprecated.
Checks if warning debugging is enabled.
WarningHeader - Class in org.forgerock.http.header
Processes the Warning message header.
WarningHeader(List<Warning>) - Constructor for class org.forgerock.http.header.WarningHeader
Constructor for multiple Warnings.
WarningHeader(Warning) - Constructor for class org.forgerock.http.header.WarningHeader
Constructor for single Warning.
watch() - Method in interface org.forgerock.am.config.ListenableConfig
Creates a Listener instance to register a function to invoke when a configuration change is detected.
watch(Path, WatchEvent.Kind<Path>...) - Method in class org.forgerock.util.DirectoryWatcher
Registers a directory to be watched for change notifications.
webhooks - Variable in class org.forgerock.openam.auth.node.api.Action
List of webhooks that run after logout.
WebtopParser - Class in com.iplanet.dpro.parser
XMLParser provides a way for applications to handle a hook into applications and applications and its server.
WebtopParser() - Constructor for class com.iplanet.dpro.parser.WebtopParser
Constructs a WebtopParser instance.
WebtopParser(boolean) - Constructor for class com.iplanet.dpro.parser.WebtopParser
Sets whether to use the default GenericNode as the node type.
WELL_KNOWN_CONFIGURATION - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for a .well-known Open ID Connect config.
WellKnownOpenIdConfigurationFactory - Class in org.forgerock.oauth.resolvers
This class creates JWKOpenIdResolverImpl's from a supplied well-known open id configuration url.
WellKnownOpenIdConfigurationFactory(int, int) - Constructor for class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Deprecated.
Use org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory# WellKnownOpenIdConfigurationFactory(org.forgerock.http.Client) instead
WellKnownOpenIdConfigurationFactory(Client) - Constructor for class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Deprecated.
Use org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory# WellKnownOpenIdConfigurationFactory(org.forgerock.http.Client, java.time.Clock) instead
WellKnownOpenIdConfigurationFactory(Client, Clock) - Constructor for class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Generates a factory that will use the given client when attempting to read the data form a remote location.
when(List<Promise<V, E>>) - 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.
when(Promise<V, E>...) - 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.
WHEN_CHANGED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the whenChanged attribute as defined in the Active Directory schema.
WHEN_CREATED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the whenCreated attribute as defined in the Active Directory schema.
WhoAmIExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
The who am I extended request as defined in RFC 4532.
WhoAmIExtendedResult - Interface in org.forgerock.opendj.ldap.messages
The who am I extended result as defined in RFC 4532.
WHOLE_SUBTREE - org.forgerock.opendj.ldap.SearchScope.Enum
 
WHOLE_SUBTREE - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry and to all its subordinates.
WILDCARD_MATCH - Static variable in class com.sun.identity.policy.ResourceMatch
Deprecated.
The WILDCARD_MATCH specifies the resources are wildcard match
WILDCARD_MATCH - Static variable in class com.sun.identity.shared.whitelist.ResourceMatch
The WILDCARD_MATCH specifies the resources are wildcard match
WINDOWS_DOMAIN_QUALIFIED_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent Windows Domain Qualified Name Identifier
WITH_CERTIFICATE - Static variable in class org.forgerock.secrets.keys.KeyFormatPem
Exports the key material with the certificate as well.
withAcrValues(List<String>) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the acr values.
withAttribute(CoreTokenField, Object) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder.FilterAttributeBuilder
Filters the result CTS Tokens to only include those that have the matching attribute.
withAttribute(CoreTokenField, Object) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
Filters the result CTS Tokens to only include those that have the matching attribute.
withAuthenticationIdKey(String) - Method in class org.forgerock.oauth.OAuthClientConfiguration.Builder
Set the authenticationIdKey.
withAuthorizationEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the authorizationEndpoint.
withBasicAuth(boolean) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the basicAuth flag.
withBooleanValue(Boolean) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the boolean value for the ClaimBuilder.
withBooleanValue(Boolean) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withBooleanValues(List<Boolean>) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the boolean values for the ClaimBuilder.
withBooleanValues(List<Boolean>) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withCapacityGrowthFactor(double) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
The factor by which to increase the capacity of the bloom filter when it exceeds the initial capacity.
withCapacityGrowthFactor(double) - Method in class org.forgerock.bloomfilter.BloomFilters.ScalableBloomFilterBuilder
 
withClaims(Map<String, Object>) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets any additional JWT claims, which may be overridden by claims created as part of creation of the private-key JWT.
withClaims(Claims) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Sets the request "claims" parameter value.
withClientAuthenticationFilter(Filter) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Sets the client authentication filter capable of sending authentication information to the OAuth provider.
withClientId(String) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets the client id that will be used in the private key jwt.
withClientId(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the clientId.
withClientSecret(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
withClientSecret(SecretReference<GenericSecret>) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the clientSecret.
withClientSecretBasicAuth(String, SecretReference<GenericSecret>) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the token store to supply client credentials via HTTP Basic Authentication.
withClientSecretPostAuth(String, SecretReference<GenericSecret>) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the token store to supply client credentials via client_secret_post method.
withClock(Clock) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets the clock instance.
withClock(Clock) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
The clock to use for determining when an access token has expired.
withConcurrencyStrategy(ConcurrencyStrategy) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Sets the strategy to use for managing thread-safety in the bloom filter.
withConstraints(SecretConstraint<? super T>...) - Method in class org.forgerock.secrets.Purpose
Constructs a new purpose that is identical to this purpose but which imposes additional constraints on the secrets that can satisfy it.
withDefault(T) - Static method in class org.forgerock.util.Option
Defines a boolean option with the provided default value.
withDefaultProtocolVersion(Version) - Method in class org.forgerock.http.header.AcceptApiVersionHeader
Will set the accepted protocol version, if not provided in the Accept-API-Version header.
withDefaultResourceVersion(Version) - Method in class org.forgerock.http.header.AcceptApiVersionHeader
Will set the accepted resource version, if not provided in the Accept-API-Version header.
withDescription(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Set a description for this action.
withEmailAddressEndpoint(String) - Method in class org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration.Builder
Set the email address endpoint.
withEncryptedIdTokens(boolean) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Sets whether the client should expect received ID tokens to be encrypted.
withEncryptionAlgorithm(JweAlgorithm) - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Sets algorithm used to encrypt the private key jwt.
withEncryptionMethod(EncryptionMethod) - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Sets encryption method used to encrypt the private key jwt.
withEncryptionPurpose(Purpose<DataEncryptionKey>) - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
withEncryptionSecretReference(SecretReference<DataEncryptionKey>) - Method in class org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
Sets SecretReference to use as the encryption key.
withErrorMessage(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Sets the error message to present to the caller when the FAILURE node is reached.
WithExampleSchema<T> - Interface in org.forgerock.api.jackson
Extension for CREST and OpenAPI schemas to express an example value.
withExpiryStrategy(ExpiryStrategy<T>) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Strategy for determining when elements of a rolling bloom filter have expired.
withExpiryStrategy(ExpiryStrategy<T>) - Method in class org.forgerock.bloomfilter.BloomFilters.RollingBloomFilterBuilder
 
withFalsePositiveProbability(double) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Specifies the overall probability of false positives that this bloom filter should achieve.
withFalsePositiveProbabilityScaleFactor(double) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
The factor by which to reduce the probability of false positives when expanding a scalable/rolling bloom filter.
withFalsePositiveProbabilityScaleFactor(double) - Method in class org.forgerock.bloomfilter.BloomFilters.ScalableBloomFilterBuilder
 
withHandler(Handler) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the Handler to use for sending requests to the token endpoint.
withHeader(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Set a header for this action.
withIdentifiedIdentity(AMIdentity) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Set the identified identity that has been verified to exist in an identity store.
withIdentifiedIdentity(String, IdType) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Set the identified identity that has been verified to exist in an identity store.
withInitialCapacity(int) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Specifies the initial capacity of the bloom filter.
withInitialGrantTypeHandler(GrantTypeHandler) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the initial grant type handler to use for calling the token endpoint.
withInputStream(InputStream) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the input stream to load the keystore from.
withIntrospectEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the introspectEndpoint.
withIssuer(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the issuer.
withJsonCaveatVerifier() - Method in class org.forgerock.macaroons.MacaroonVerifier
Enables support for verifying JSON-formatted caveats and returns a JsonCaveatVerifier that can be used to satisfy such caveats.
withJsonValue(JsonValue) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the value for the ClaimBuilder.
withJsonValue(JsonValue) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withJsonValues(List<JsonValue>) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the values for the ClaimBuilder.
withJsonValues(List<JsonValue>) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withJwk(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the JWK Set URL Endpoint.
withJwtRequestParameterOption(JwtRequestParameterOption) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the request parameter jwt option.
withKeyAlias(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the keyAlias.
withKeyStoreFile(File) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the file to load the keystore from.
withKeyStoreFile(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the file to load the keystore from.
withKeystoreLocation(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the keystoreLocation.
withKeystorePassword(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the keystorePassword.
withKeystoreType(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the keystoreType.
withKeyStoreType(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the type of keystore to load.
withLoadStoreParameter(KeyStore.LoadStoreParameter) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the KeyStore.LoadStoreParameter to use to load the KeyStore.
withLocale(Locale) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the locale of the ClaimBuilder.
withLocale(Locale) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withLockoutMessage(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Sets the error message to present to the caller when the user is locked out.
withMaximumNumberOfBuckets(int) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Sets the maximum number of buckets to create before throwing an exception indicating the maximum capacity has been reached.
withMaximumNumberOfBuckets(int) - Method in class org.forgerock.bloomfilter.BloomFilters.ScalableBloomFilterBuilder
 
withNumericalValue(Number) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the number value for the ClaimBuilder.
withNumericalValue(Number) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withNumericalValues(List<Number>) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the number values for the ClaimBuilder.
withNumericalValues(List<Number>) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided option.
withOptions(Iterable<String>) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided options.
withOptions(String...) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided options.
WITHOUT_CERTIFICATE - Static variable in class org.forgerock.secrets.keys.KeyFormatPem
Exports the key material without any associated certificate.
withoutAnyOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type as this attribute description except that all options has been removed.
withoutOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description except for the provided option.
withoutQueryAndFragment(URI) - Static method in class org.forgerock.http.util.Uris
Returns a new URI having the same scheme, authority and path, but no query nor fragment.
withPassword(char[]) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the password to unlock the keystore.
withPassword(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the password to unlock the keystore.
withPath(D, String) - Method in interface org.forgerock.http.ApiProducer
Mutate the provided descriptor to add the specified path.
withPath(ApiDescription, String) - Method in class org.forgerock.api.CrestApiProducer
 
withPkceMethod(PkceMethod) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Sets the PKCE transformation method to use.
withPriorityAttribute(CoreTokenField, Object) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder.FilterAttributeBuilder
A variant of TokenFilterBuilder.FilterAttributeBuilder.withAttribute(CoreTokenField, Object) which changes the order of the filter arguments to allow the underlying backend to efficiently run the query.
withPriorityQueryFilter(QueryFilter) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder.FilterAttributeBuilder
A variant which changes the order of the filter arguments to allow the underlying backend to efficiently run the query.
withPrivateKeyJwtExpiryTime(Duration) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets duration after the jwt will expire.
withProvider(String) - Method in class org.forgerock.oauth.OAuthClientConfiguration.Builder
Sets the provider name.
withProvider(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the security provider to use for the keystore.
withProvider(Provider) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the security provider to use for the keystore.
withProviderArgument(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the argument to the Java Keystore Provider.
withProviderClass(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the java class name of a keystore provider.
withProviderClass(String, ClassLoader) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the java class name of a keystore provider.
withQuery(URI, Form) - Static method in class org.forgerock.http.util.Uris
Returns a new URI having the provided query parameters.
withQuery(QueryFilter<CoreTokenField>) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
Rather than building up the query using these builder methods, callers can define the entire query themselves.
withRedirectUri(URI) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the redirectUri.
withResponseMode(ResponseMode) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Sets the response mode.
withScope(List<String>) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the scope.
withScopeDelimiter(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the scopeDelimiter.
withSecretsProvider(SecretsProvider) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
Please use SecretReference API instead. Will be removed in winter 2021 season.
withSettings(Map<String, Object>) - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Sets the settings that contain configuration information that the auth module will use to configure itself.
WithSHA256() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsSignature.WithSHA256
Default constructor.
WithSHA384() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsSignature.WithSHA384
Default constructor.
WithSHA512() - Constructor for class org.forgerock.secrets.gcpkms.GoogleKmsSignature.WithSHA512
Default constructor.
withSigningAlgorithm(JwsAlgorithm) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets algorithm used to sign the private key jwt.
withSigningPurpose(Purpose<SigningKey>) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Deprecated, for removal: This API element is subject to removal in a future version.
withSigningSecretReference(SecretReference<SigningKey>) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets SecretReference to use as the signing key.
withSizeLimit(int) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
Sets the size limit for the query request.
withStage(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
Set a stage for this action.
withStringValue(String) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the string value for the ClaimBuilder.
withStringValue(String) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withStringValues(List<String>) - Method in class org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Sets the string values for the ClaimBuilder.
withStringValues(List<String>) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Deprecated.
 
withTimeLimit(Duration) - Method in class org.forgerock.am.cts.api.filter.TokenFilterBuilder
Sets the time limit for the query request.
withTokenEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the tokenEndpoint.
withTokenEndpoint(String) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the URI of the OAuth 2 token endpoint to call to obtain access tokens.
withTokenEndpoint(URI) - Method in class org.forgerock.http.oauth2.PrivateKeyJwtClientAuthenticationFilter.Builder
Sets the token end point used to specify as the aud in the private key jwt.
withTokenEndpoint(URI) - Method in class org.forgerock.secrets.oauth2.AccessTokenSecretStore.Builder
Configures the URI of the OAuth 2 token endpoint to call to obtain access tokens.
withUniversalId(String) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
withUniversalId(Optional<String>) - Method in class org.forgerock.openam.auth.node.api.Action.ActionBuilder
withUserInfoEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the userInfoEndpoint.
withValues(Object...) - Method in class org.forgerock.opendj.ldap.Modification
Adds values to this modification's attribute.
withVersion(D, Version) - Method in interface org.forgerock.http.ApiProducer
Mutate the provided descriptor to add the specified version.
withVersion(ApiDescription, Version) - Method in class org.forgerock.api.CrestApiProducer
 
withWellKnownEndpoint(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the wellKnownEndpoint.
withWriteBatchSize(int) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Enables batching of writes to the bloom filter.
withX509Thumbprint() - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the SHA-1 X509 thumbprint based on the configured JWK.Builder.x509Chain(List).
withX509ThumbprintS256() - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the SHA-256 X509 thumbprint based on the configured JWK.Builder.x509Chain(List).
wrap(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string that wraps the provided byte array.
wrap(byte[], int, int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string that wraps a subsequence of the provided byte array.
wrap(SecretStore<S>) - Static method in class org.forgerock.secrets.ThreadPoolSecretStore
Wraps the given store in an asynchronous thread-pool executor using the system ForkJoinPool.commonPool().
wrap(SecretStore<S>, ExecutorService) - Static method in class org.forgerock.secrets.ThreadPoolSecretStore
Wraps the given store in an asynchronous thread-pool executor using the given thread pool.
WRAP_KEY - org.forgerock.json.jose.jwk.KeyOperation
Use Key to encrypt key.
WRAP_KEY - org.forgerock.secrets.keys.KeyUsage
Key is intended for encrypting (wrapping) other keys.
wrapKey(ByteSequence) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
Wraps the provided encoded key.
WRITABLE - org.forgerock.api.enums.WritePolicy
The property can be set at any time.
write() - Method in annotation type org.forgerock.api.annotations.PropertyPolicies
The write policy for the property.
write(ByteBuffer) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
write(ByteBuffer) - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
write(M) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
 
write(M) - Method in interface org.forgerock.opendj.io.RxSocket
Returns a "cold" Completable which will write the provided message to the network each time it is subscribed.
write(MessageContext, AuthenticationException) - Method in interface org.forgerock.caf.authentication.framework.ResponseWriter
Write the details of the exception out, and set the content type of the response.
write(U) - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
WRITE_ACCESS_DENIED - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log submition privilege is denied.
WRITE_ERROR - Static variable in exception com.iplanet.log.LogException
Deprecated.
Log submission error.
WRITE_ON_CREATE - org.forgerock.api.enums.WritePolicy
The property MAY be set in the create request, but not thereafter.
WRITE_ONCE - org.forgerock.api.enums.WritePolicy
The property MAY be set only if the current value is NULL.
writeAbandonRequest(int, AbandonRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided abandon request.
writeAddRequest(int, AddRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided add request.
writeAddResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided add result.
writeAsn1Element(byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes exactly the provided bytes without encoding the data.
writeAsn1Element(byte[], int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes exactly the provided bytes without encoding the data.
writeAsn1Element(ByteSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes exactly the provided byte sequence without encoding the data.
writeAttribute(Asn1Writer, Attribute) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Attribute to the provided Asn1Writer.
writeBigInteger(byte, BigInteger) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element from the provided BigInteger using the provided type tag.
writeBigInteger(BigInteger) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element from the provided BigInteger value using the Universal Integer ASN.1 type tag.
writeBindRequest(int, BindRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided bind request.
writeBindResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided bind result.
writeBitString(byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided byte array as a bitstring, as is, with zero unused bits.
writeBitString(BitSet) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided bitSet as a bitstring, the trailing zero bits are encoded as unused.
writeBoolean(boolean) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a boolean element using the Universal Boolean ASN.1 type tag.
writeBoolean(byte, boolean) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a boolean element using the provided type tag.
writeChangeRecord(AddRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes an Add change record.
writeChangeRecord(AddRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Add request to the underlying connection, blocking until the request completes.
writeChangeRecord(AddRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Delete change record.
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Delete request to the underlying connection, blocking until the request completes.
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a ModifyDN change record.
writeChangeRecord(ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided ModifyDN request to the underlying connection, blocking until the request completes.
writeChangeRecord(ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Modify change record.
writeChangeRecord(ModifyRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Modify request to the underlying connection, blocking until the request completes.
writeChangeRecord(ModifyRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ChangeRecord) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a change record.
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided change record to the underlying connection, blocking until the request completes.
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeComment(CharSequence) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Connection change record writers do not support comments, so the provided comment will be ignored.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Connection entry writers do not support comments, so the provided comment will be ignored.
writeComment(CharSequence) - Method in interface org.forgerock.opendj.ldif.EntryWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
writeCompareRequest(int, CompareRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided compare request.
writeCompareResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided compare result.
writeControl(Control) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided control.
writeDeleteRequest(int, DeleteRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided delete request.
writeDeleteResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided delete result.
writeEndExplicitTag() - Method in class org.forgerock.opendj.io.Asn1Writer
Finishes writing elements within the explicit tag.
writeEndSequence() - Method in class org.forgerock.opendj.io.Asn1Writer
Finishes writing a sequence element.
writeEndSet() - Method in class org.forgerock.opendj.io.Asn1Writer
Finishes writing a set element.
writeEntry(Asn1Writer, Entry) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Entry to the provided Asn1Writer.
writeEntry(Entry) - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Writes an entry to the underlying connection using an Add request, blocking until the request completes.
writeEntry(Entry) - Method in interface org.forgerock.opendj.ldif.EntryWriter
Writes an entry.
writeEntry(Entry) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
writeEnumerated(byte, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an enumerated element using the provided type tag.
writeEnumerated(int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an enumerated element using the Universal Enumerated ASN.1 type tag.
writeExtendedRequest(int, ExtendedRequest<?>) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided extended request.
writeExtendedResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided extended result.
writeFilter(Asn1Writer, Filter) - Static method in class org.forgerock.opendj.io.Ldap
Writes a Filter to the provided Asn1Writer.
writeGeneralizedTime(Instant) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a GeneralizedTime without fractional seconds.
writeInteger(byte, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the provided type tag.
writeInteger(byte, long) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the provided type tag.
writeInteger(int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(long) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(ByteBuffer, byte[]) - Static method in class org.forgerock.json.jose.utils.DerUtils
Writes an integer value in DER format to the given buffer.
writeIntermediateResponse(int, IntermediateResponse) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided intermediate response.
writeJson(Object) - Static method in class org.forgerock.http.util.Json
Writes the JSON content of the object passed in parameter.
writeJsonObject(Map<String, Object>) - Static method in class org.forgerock.json.jose.utils.Utils
Writes the given map as a string in JSON object format.
writeLdapMessage(LdapMessage) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided LDAP message.
writeLength(ByteBuffer, int) - Static method in class org.forgerock.json.jose.utils.DerUtils
Writes a length field to the output.
writeModification(Asn1Writer, Modification) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Modification to the provided Asn1Writer.
writeModifyDnRequest(int, ModifyDnRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided modify DN request.
writeModifyDnResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided modify DN result.
writeModifyRequest(int, ModifyRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided modify request.
writeModifyResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided extended result.
writeName(Dn) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the X.501 type Name as an RDN sequence.
writeNull() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a null element using the Universal Null ASN.1 type tag.
writeNull(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a null element using the provided type tag.
writeObjectIdentifier(String) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided object identifier.
writeOctetString(byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte[], int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte, byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, byte[], int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, CharSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a string as a UTF-8 encoded octet string element using the provided type tag.
writeOctetString(byte, ByteSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(CharSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a string as a UTF-8 encoded octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(ByteSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
WritePolicy - Enum in org.forgerock.api.enums
Enum that represents the Schema write policies.
writeSearchRequest(int, SearchRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search request.
writeSearchResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search result.
writeSearchResultEntry(int, SearchResultEntry) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search result entry.
writeSearchResultReference(int, SearchResultReference) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search result reference.
writeSecretFile(Path, String, byte[]) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Writes an encrypted password file to the given secret file location.
writeSequenceOfOctetStrings(Collection<? extends ByteSequence>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence of octet string elements using the Universal Sequence ASN.1 type tag for the sequence and Universal Octet String ASN.1 type tag for the elements.
writeSequenceOfUtf8OctetStrings(Collection<? extends CharSequence>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence of strings as a sequence of UTF-8 encoded octet string elements using the Universal Sequence ASN.1 type tag for the sequence and Universal Octet String ASN.1 type tag for the elements.
writeSetOfOctetStrings(Collection<? extends ByteSequence>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set of octet string elements using the Universal Set ASN.1 type tag for the set and Universal Octet String ASN.1 type tag for the elements.
writeSetOfUtf8OctetStrings(Collection<? extends CharSequence>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set of strings as a set of UTF-8 encoded octet string elements using the Universal Set ASN.1 type tag for the set and Universal Octet String ASN.1 type tag for the elements.
writeStartExplicitTag(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an explicit tag element.
writeStartSequence() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence element using the Universal Sequence ASN.1 type tag.
writeStartSequence(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence element using the provided type tag.
writeStartSet() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set element using the Universal Set ASN.1 type tag.
writeStartSet(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set element using the provided type tag.
writeUnbindRequest(int, UnbindRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided unbind request.
writeUnknownRequest(int, UnknownRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided unknown request.
writeUtcTime(Instant) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a UTCTime without fractional seconds.
WSF_10_VERSION - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
ID-WSF verstion 1.0.
WSF_11_VERSION - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
ID-WSF verstion 1.1.
WSFederationException - Exception in com.sun.identity.wsfederation.common
This class is an extension point for all WS-Federation related exceptions.
WSFederationException(String) - Constructor for exception com.sun.identity.wsfederation.common.WSFederationException
Constructs a new WSFederationException with the given message.
WSFederationException(String, String, Object[]) - Constructor for exception com.sun.identity.wsfederation.common.WSFederationException
Constructs a new WSFederationException without a nested Throwable.
WSFederationException(Throwable) - Constructor for exception com.sun.identity.wsfederation.common.WSFederationException
Constructs an WSFederationException with given Throwable.
WwwAuthenticateHeader - Class in org.forgerock.http.header
A Header representation of the WWW-Authenticate HTTP header.
WwwAuthenticateHeader() - Constructor for class org.forgerock.http.header.WwwAuthenticateHeader
 
WwwAuthenticateHeader.Challenge - Class in org.forgerock.http.header
A single WWW-Authenticate challenge.

X

x(String) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the public key x-coordinate of the key.
X25519 - org.forgerock.json.jose.jws.SupportedEllipticCurve
Curve25519 when used for ECDH-ES key agreement (X25519).
X448 - org.forgerock.json.jose.jws.SupportedEllipticCurve
Curve448 when used for ECDH-ES key agreement (X448).
X500NAME - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for x500name URI
X509_SUBJECT_ATTR_QUERY_PROFILE - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Query x509 Subject profile
X509_SUBJECT_ATTR_QUERY_PROFILE_ALIAS - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Query x509 Subject profile alias
X509_SUBJECT_DATA_STORE_ATTR_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
Attribute Authority Config attribute name.
X509_SUBJECT_NAME - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String to represent X509 Subejct Name Identifier
X509_TOKEN - Static variable in class com.sun.identity.liberty.ws.soapbinding.Message
X509 Token profile is specified.
x509Certificate(X509Certificate) - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState.ProofTokenStateBuilder
Adds an X509Certificate to the builder.
X509CertificateBuilder - Class in org.forgerock.opendj.security
A class for building X509 certificates as described in RFC 5280.
X509CertificateBuilder() - Constructor for class org.forgerock.opendj.security.X509CertificateBuilder
 
X509CertificateBuilder.ExtendedKeyUsage - Enum in org.forgerock.opendj.security
An enumeration of extended key usages.
X509CertificateBuilder.KeyUsage - Enum in org.forgerock.opendj.security
An enumeration of key usages.
x509Chain - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
The X.509 certificate chain, optional.
x509Chain(List<String>) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Set the X509 certificates attributes.
x509Thumbnail - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
X.509 certificate thumbprint, optional.
x509Thumbnail(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
x509Thumbprint(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the SHA-1 X509 thumbprint.
x509ThumbprintS256(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the SHA-256 X509 thumbprint.
x509url - Variable in class org.forgerock.json.jose.jwk.JWK.Builder
X.509 certificate URL, optional.
x509Url(String) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Gets the X509 URL.
X509V3 - Static variable in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
The X509V3 value type indicates that the value name given corresponds to a X509 Certificate.
x5c(List<String>) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the X.509 Certificate Chain header parameter for this JWS.
X5C - org.forgerock.json.jose.jws.JwsHeaderKey
X.509 Certificate Chain header parameter.
x5t(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the X.509 Certificate Thumbprint header parameter for this JWS.
X5T - org.forgerock.json.jose.jws.JwsHeaderKey
X.509 Certificate Thumbprint header parameter.
x5u(URL) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the X.509 URL header parameter for this JWS.
X5U - org.forgerock.json.jose.jws.JwsHeaderKey
X.509 URL header parameter.
XACML_AUTHZ_DECISION_QUERY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACMLAuthzDecisionQuery
XACML_AUTHZ_DECISION_STATEMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
 
XACML_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML policy namespace declaration
XACML_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML policy namespace prefix
XACML_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML policy namespace URI
XACML_RESOURCE_BUNDLE_NAME - Static variable in class com.sun.identity.xacml.common.XACMLSDKUtils
 
XACML_SAML_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for xacml-saml namespace declaration
XACML_SAML_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for xacml-saml namespace prefix
XACML_SAML_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for xacml-saml namespace URI
XACML_SAMLP_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML SAML2 protocol namespace declaration
XACML_SAMLP_NS_PREFIX - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML SAML2 Protocol namespace prefix.
XACML_SAMLP_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XACML SAML2 protocol namespace URI
XACMLAuthzDecisionQuery - Interface in com.sun.identity.xacml.saml2
The XACMLAuthzDecisionQuery element is a SAML Query that extends SAML Protocol schema type RequestAbstractType.
XACMLAuthzDecisionQueryImpl - Class in com.sun.identity.xacml.saml2.impl
The XACMLAuthzDecisionQueryImpl is an impelmentation of XACMLAuthzDecisionQuery interface.
XACMLAuthzDecisionQueryImpl() - Constructor for class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Default constructor
XACMLAuthzDecisionQueryImpl(String) - Constructor for class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
This constructor is used to build XACMLAuthzDecisionQuery object from a XML string.
XACMLAuthzDecisionQueryImpl(Element) - Constructor for class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
This constructor is used to build XACMLAuthzDecisionQuery object from a block of existing XML that has already been built into a DOM.
XACMLAuthzDecisionStatement - Interface in com.sun.identity.xacml.saml2
XACMLAuthzDecisionStatement is an extension of samlp:StatementAbstractType that is carried in a SAML Assertion to convey xacml-context:Response Schema:
XACMLConstants - Class in com.sun.identity.xacml.common
This interface defines constants common to all XACML elements.
XACMLConstants() - Constructor for class com.sun.identity.xacml.common.XACMLConstants
 
XACMLException - Exception in com.sun.identity.xacml.common
This class is an extension point for all XACML related exceptions.
XACMLException(String) - Constructor for exception com.sun.identity.xacml.common.XACMLException
Constructs a new XACMLException with the given message.
XACMLException(Throwable) - Constructor for exception com.sun.identity.xacml.common.XACMLException
Constructs an XACMLException with given Throwable.
XACMLQueryUtil - Class in com.sun.identity.saml2.profile
This class provides methods to send or process AttributeQuery.
XACMLRequestProcessor - Class in com.sun.identity.xacml.client
This class provides the public API to process XACML context Request.
xacmlResourceBundle - Static variable in class com.sun.identity.xacml.common.XACMLSDKUtils
 
XACMLSDKUtils - Class in com.sun.identity.xacml.common
The XACMLSDKUtils contains utility methods for XACML 2.0 implementation.
XACMLSDKUtils() - Constructor for class com.sun.identity.xacml.common.XACMLSDKUtils
Protected contstructor.
XC20_P1305 - org.forgerock.json.jose.jwe.EncryptionMethod
The XChaCha20-Poly1305 algorithm as used in libsodium, Wireguard, etc.
xecPrivateKey(PrivateKey) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the private scalar value from the given XECPrivateKey (Java 11+).
xecPrivateKey(SupportedEllipticCurve, byte[]) - Static method in class org.forgerock.json.jose.utils.XECUtils
Converts a private scalar byte value into a XECPrivateKey on the given curve.
xecPublicKey(PublicKey) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the public x-coordinate from the given XECPublicKey (Java 11+).
xecPublicKey(SupportedEllipticCurve, BigInteger) - Static method in class org.forgerock.json.jose.utils.XECUtils
Converts a public u-coordinate into a XECPublicKey on the given curve.
XECUtils - Class in org.forgerock.json.jose.utils
Utilities for handling XEC keys for X25519 and X448 ECDH key agreement.
XForwardedForHeader - Class in org.forgerock.http.header
Processes the X-Forwarded-For message header.
XForwardedForHeader() - Constructor for class org.forgerock.http.header.XForwardedForHeader
 
XML - com.sun.identity.sm.AttributeSchema.Syntax
The XML attribute syntax specifies that the attribute is of XML type, i.e., can have any unicode characters.
XMLHandler - Class in org.forgerock.util.xml
This is a custom XML handler to load the dtds from the classpath This should be used by all the xml parsing document builders to set the default entity resolvers.
XMLHandler() - Constructor for class org.forgerock.util.xml.XMLHandler
Creates a new XML handler.
XMLNS_SOAP - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
Soap NameSpace Prefix.
XMLNS_SOAP_BINDING - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAPBinding Name Space Prefix.
XMLNS_SOAP_BINDING_11 - Static variable in class com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
SOAPBinding Extended Name Space Prefix.
XmlSerializable - Interface in com.sun.identity.saml2.common
Common super-interface for all SAML elements that can be serialized into XML.
XMLSIG_ALGORITHM - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
 
XMLSIG_NAMESPACE_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML Digital Signature namespace.
xmlString - Variable in class com.sun.identity.saml.assertion.AssertionBase
 
XMLUtils - Class in org.forgerock.util.xml
Utility classes for handling XML.
XS_STRING - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XMLSchema#String URI
XSI_DECLARE_STR - Static variable in interface com.sun.identity.saml2.common.SAML2Constants
String used to declare XML Schema Instance namespace.
XSI_NS_ATTR - Static variable in class com.sun.identity.xacml.common.XACMLConstants
 
XSI_NS_DECLARATION - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for xsi name space delcaration
XSI_NS_URI - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for XMLSchema-instance URI
XSI_TYPE_XACML_AUTHZ_DECISION_QUERY - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for xsi:type="xacml-samlp:XACMLAuthzDecisionQuery
XSI_TYPE_XACML_AUTHZ_DECISION_STATEMENT - Static variable in class com.sun.identity.xacml.common.XACMLConstants
Constant for xsi:type

Z

ZERO - Static variable in class org.forgerock.util.time.Duration
Special duration that represents a zero-length duration.
zip(CompressionAlgorithm) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
 
zip(CompressionAlgorithm) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the Compression Algorithm header parameter for this JWE.
ZIP - org.forgerock.json.jose.jwe.JweHeaderKey
Compression Algorithm header parameter.

_

_action - Variable in class com.sun.identity.saml.assertion.Action
 
_advice - Variable in class com.sun.identity.saml.assertion.AssertionBase
The Advice element specifies additional information related to the assertion that may assist processing in certain situations but which can be ignored by applications that do not support its use.
_assertion - Variable in class com.sun.identity.saml.assertion.AdviceBase
 
_assertionID - Variable in class com.sun.identity.saml.assertion.AssertionBase
The _assertionID attribute specifies the assertion identifier.
_assertionIDRef - Variable in class com.sun.identity.saml.assertion.AdviceBase
 
_attributeName - Variable in class com.sun.identity.saml.assertion.AttributeDesignator
 
_attributeNameSpace - Variable in class com.sun.identity.saml.assertion.AttributeDesignator
 
_attributeValue - Variable in class com.sun.identity.saml.assertion.Attribute
 
_authenticationInstant - Variable in class com.sun.identity.saml.assertion.AuthenticationStatement
 
_authenticationMethod - Variable in class com.sun.identity.saml.assertion.AuthenticationStatement
 
_authorityBinding - Variable in class com.sun.identity.saml.assertion.AuthenticationStatement
 
_conditions - Variable in class com.sun.identity.saml.assertion.AssertionBase
The Conditions element specifies conditions that affect the validity of the asserted statement.
_evidence - Variable in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
 
_issueInstant - Variable in class com.sun.identity.saml.assertion.AssertionBase
The IssueInstant attribute specifies the time instant of issue in Universal Coordinated Time.
_issuer - Variable in class com.sun.identity.saml.assertion.AssertionBase
The Issuer attribute specifies the issuer of the assertion by means of a string.
_majorVersion - Variable in class com.sun.identity.saml.assertion.AssertionBase
This value specifies the SAML major version.
_minorVersion - Variable in class com.sun.identity.saml.assertion.AssertionBase
This value specifies the SAML minor version.
_nameIdentifier - Variable in class com.sun.identity.saml.assertion.Subject
 
_namespace - Variable in class com.sun.identity.saml.assertion.Action
 
_otherElements - Variable in class com.sun.identity.saml.assertion.AdviceBase
 
_statements - Variable in class com.sun.identity.saml.assertion.AssertionBase
The statements variable is a HashSet of all the stataments in this assertion in the defined sequence
_subject - Variable in class com.sun.identity.saml.assertion.SubjectStatement
 
_subjectConfirmation - Variable in class com.sun.identity.saml.assertion.Subject
 
_subjectLocality - Variable in class com.sun.identity.saml.assertion.AuthenticationStatement
 
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