Skip navigation links
OpenAM Server Only 6.5.5 Documentation
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 

A

abandon() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns a Completable which, once subscribed, will attempt to abandon the operation.
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.
abort() - Method in interface org.forgerock.opendj.io.LdapSocket
Disconnects this socket.
abortWithReason(IOException) - Method in interface org.forgerock.opendj.io.LdapSocket
Disconnects the socket.
AbstractAsn1Reader - Class in org.forgerock.opendj.io
An abstract ASN1Reader which can be used as the basis for implementing new ASN1 reader implementations.
AbstractAsn1Reader() - Constructor for class org.forgerock.opendj.io.AbstractAsn1Reader
Creates a new abstract ASN.1 reader.
AbstractAsn1Writer - Class in org.forgerock.opendj.io
An abstract ASN1Writer which can be used as the basis for implementing new ASN1 writer implementations.
AbstractAsn1Writer() - Constructor for class org.forgerock.opendj.io.AbstractAsn1Writer
Creates a new abstract ASN.1 writer.
AbstractAsynchronousConnection - Class in org.forgerock.json.resource
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 - 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.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) - Constructor for class org.forgerock.json.resource.AbstractConnectionWrapper
Creates a new connection wrapper.
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.opendj.ldap.AbstractConnectionWrapper
Creates a new connection wrapper.
AbstractContext - Class in org.forgerock.services.context
A base implementation of the Context interface.
AbstractContext(Context, String) - Constructor for class org.forgerock.services.context.AbstractContext
Constructs a new AbstractContext with a null id.
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.
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
 
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.
AbstractEqualityMatchingRuleImpl - Class in org.forgerock.opendj.ldap.schema
This class implements an equality matching rule that matches normalized values in byte order.
AbstractEqualityMatchingRuleImpl(String) - Constructor for class org.forgerock.opendj.ldap.schema.AbstractEqualityMatchingRuleImpl
Creates an instance of the equality matching rule.
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.
AbstractRequest - Class in com.sun.identity.saml.protocol
This AbstractRequest class is an abstract base class for all SAML Request in samlp namespace.
AbstractRequest() - Constructor for class com.sun.identity.saml.protocol.AbstractRequest
 
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
 
AbstractResponse - Class in com.sun.identity.saml.protocol
This AbstractResponse class is an abstract base class for all SAML Response in samlp namespace.
AbstractResponse() - Constructor for class com.sun.identity.saml.protocol.AbstractResponse
Default constructor.
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(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() - 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(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(T) - Method in interface org.forgerock.util.Consumer
Consume the value.
accept(QueryFilterVisitor<R, P, F>, P) - Method in class org.forgerock.util.query.QueryFilter
Applies a QueryFilterVisitor to this QueryFilter.
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.
AcceptLanguageHeader - Class in org.forgerock.http.header
A header class representing the Accept-Language HTTP header.
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_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 - Interface in org.forgerock.oauth2.core
Models an OAuth2 access token.
AccessTokenException - Exception in org.forgerock.http.oauth2
Represents an exception whilst retrieving an OAuth2 access token.
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.
AccessTokenResolver - Interface in org.forgerock.http.oauth2
Resolves a given token against a dedicated OAuth2 Identity Provider (OpenAM, Google, Facebook, ...).
ACCOUNTMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies a pluggable class which defines how the subject of an Assertion is related to an identity at the destination site.
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.
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 - Class in com.sun.identity.saml.assertion
This class is designed for Action element in SAML core assertion.
Action(Element) - Constructor for class com.sun.identity.saml.assertion.Action
Constructs an action element from an existing XML block.
Action(String, String) - Constructor for class com.sun.identity.saml.assertion.Action
Convenience constructor of <Action>
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 - Annotation Type in org.forgerock.api.annotations
Indicates an CREST action method on an annotated POJO.
Action - Class in org.forgerock.api.models
Class that represents the Action operation type in API descriptor.
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(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 org.forgerock.openam.auth.node.api
Immutable container for the result of processing a node.
Action<E extends Exception> - Interface in org.forgerock.util
An Runnable functional interface which can throw a checked Exception.
Action.Builder - Class in org.forgerock.api.models
Builder class for creating the Action.
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_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.
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.
since 12.0.0
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 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.
ACTIONMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies the class with the path to where the actionMapper is located.
ActionMapper - Interface in com.sun.identity.saml.plugins
The class ActionMapper is an interface that is implemented to get SSO information and map partner actions to OpenAM authorization decisions.
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 - Annotation Type in org.forgerock.api.annotations
Declare an array of Action operations from a single method.
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.
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(E) - Method in interface org.forgerock.bloomfilter.BloomFilter
Adds the specified element to this set if it is not already possibly present.
add(T) - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
add(T) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
add(String, Object) - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Adds the specified value.
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(E) - Method in interface org.forgerock.guava.common.collect.Multiset
Deprecated.
Adds a single occurrence of the specified element to this multiset.
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(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(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) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
add(K, V) - Method in class org.forgerock.http.util.MultiValueMap
Adds the specified value to the list for the specified key.
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(int, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value to the list.
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(Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value to the end of the list.
add(String, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value.
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(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(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
add(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided add request.
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds the provided entry to the Directory Server.
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided lines of LDIF.
add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds value to this attribute if it is not already present (optional operation).
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(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided add request.
add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
Adds the provided entry to the Directory Server.
add(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided lines of LDIF.
add(AddRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Adds an entry to the Directory Server using the provided add request.
add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
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 - Static variable in class org.forgerock.opendj.ldap.ModificationType
Add the values listed in the modification to the attribute, creating the attribute if necessary.
add(String, JsonValue) - Method in interface org.forgerock.selfservice.core.ProcessStore
Adds the state into the store against the key.
add(Context, String) - Method in interface org.forgerock.selfservice.stages.email.EmailVerificationWhitelist
Add the token to the whitelist.
add(E) - Method in class org.forgerock.util.LazyList
Appends the specified element to the end of this list.
add(int, E) - Method in class org.forgerock.util.LazyList
Inserts the specified element at the specified position in this list.
add(E) - Method in class org.forgerock.util.ListDecorator
Appends the specified element to the end of this list.
add(int, E) - Method in class org.forgerock.util.ListDecorator
Inserts the specified element at the specified position in this list.
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(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 T>) - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
addAll(Collection<? extends T>) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
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(Collection<? extends String>) - Method in class org.forgerock.http.util.CaseInsensitiveSet
 
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.
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(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 ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
addAll(Collection<T>, Collection<? super T>) - 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<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(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(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(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(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.
addAllRoutes(T) - Method in class org.forgerock.services.routing.AbstractRouter
Adds all of the routes defined in the provided router to this router.
addApiInfo(ApiDescription) - Method in class org.forgerock.api.CrestApiProducer
 
addApiInfo(D) - Method in interface org.forgerock.http.ApiProducer
Add common API Info to the descriptor.
addAssertion(AssertionBase) - Method in class com.sun.identity.saml.assertion.EvidenceBase
Adds an Assertion object into the Evidence object.
addAssertion(Assertion) - Method in class com.sun.identity.saml.protocol.Response
Add an assertion to the Response.
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, 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) - 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 interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAttribute(String, Set) - Method in class com.sun.identity.sm.ServiceConfig
Adds a configuration parameter to the service configuration.
addAttribute(String, Set) - Method in class com.sun.identity.sm.ServiceInstance
Adds the given attribute name and values to the attribute set.
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) - 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.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(String, Object...) - 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 interface org.forgerock.opendj.ldap.messages.AddRequest
 
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
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(Attribute) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
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(String, String, String, Node, SSOToken) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Adds new attribute schema to an existing service.
addAttributeToSchema(ServiceSchema, Node) - 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) - 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.
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.
addClientIdAndSecret(Request, Form) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Adds the client id and client secret to a request based on the determined type of authentication scheme.
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.
addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
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.
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(Cookie, HttpServletResponse) - Static method in class org.forgerock.caf.http.Cookie
Adds the provided cookie to the provided HttpServletResponse as a 'Set-Cookie' header.
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.
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.
addEnumerationSyntax(String, String, boolean, String...) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided enumeration syntax definition to this schema builder.
addEventListener(IdEventListener) - Method in class com.sun.identity.idm.AMIdentityRepository
 
addExpireTime - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Adds the actual time the token expires.
addExportedOrganizationNames(Set) - 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.
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ActionRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.ActionRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.CreateRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.CreateRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.DeleteRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.DeleteRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.PatchRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.PatchRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.QueryRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.QueryRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ReadRequest
 
addField(String...) - 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(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(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
 
addField(String...) - Method in interface org.forgerock.json.resource.UpdateRequest
 
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 request.
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.
additionalDataToReturnFromAuthorizeEndpoint(Map<String, Token>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to return additional data from an authorization request.
additionalDataToReturnFromTokenEndpoint(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to return additional data from an access token request.
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(Object, SessionListener) - Method in interface com.sun.identity.plugin.session.SessionProvider
Registers a listener for the session.
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(LdapSessionCompletionListener) - Method in interface org.forgerock.opendj.ldap.LdapSession
Register a listener which will be notified when this LdapSession changes state.
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
 
addMembers(Set<AMIdentity>) - Method in class com.sun.identity.idm.AMIdentity
 
addModification(Modification) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addModification(ModificationType, String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
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.
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(PatchOperation...) - Method in interface org.forgerock.json.resource.PatchRequest
Adds one or more patch operations which should be performed against the targeted resource.
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.
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
 
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.
addRespondWith(String) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Adds a RespondWith to the Request.
AddressMask - Class in org.forgerock.opendj.ldap
An address mask can be used to perform efficient comparisons against IP addresses to determine whether a particular IP address is in a given range.
addResult(AMIdentity, Map) - Method in class com.sun.identity.idm.IdSearchResults
Adds an AMIdentity object to this search result.
addResult(Result) - Method in interface com.sun.identity.xacml.context.Response
Adds a Result to this object
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(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, SingletonResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided singleton 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(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(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.
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.
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, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
Adds a service configuration object for the given service name for this organization.
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(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.
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.
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.federation.message.FSAssertion
Deprecated.
Adds the Statement object to the Statment's object Set.
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, Map<String, Set<String>>) - Method in class com.sun.identity.sm.ServiceConfig
Adds a service sub-configuration with configuration parameters.
addSubConfig(String, String, int, Map<String, Set<String>>, boolean) - 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, boolean) - 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.
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.
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.
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.
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.
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
The class is used to perform privileged operations using AccessController.doPrivileged(PrivilegedAction) when trying to get Application single sign on token.
AdminTokenAction() - Constructor for class com.sun.identity.security.AdminTokenAction
Default constructor
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, C) - Method in interface org.forgerock.selfservice.core.ProgressStage
Advance the progress stage.
advance(ProcessContext) - Method in class org.forgerock.selfservice.core.ProgressStageBinding
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(Element) - Constructor for class com.sun.identity.saml.assertion.Advice
Constructs an Advice element from an existing XML block.
Advice(List, List, List) - Constructor for class com.sun.identity.saml.assertion.Advice
Constructor
Advice - Interface in com.sun.identity.saml2.assertion
The Advice contains any additional information that the SAML authority wishes to provide.
AdviceBase - Class in com.sun.identity.saml.assertion
The Advice element contains additional information that the issuer wish to provide.
AdviceBase(Element) - Constructor for class com.sun.identity.saml.assertion.AdviceBase
Constructs an Advice element from an existing XML block.
AdviceBase(List, List, List) - Constructor for class com.sun.identity.saml.assertion.AdviceBase
Constructor
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(Context, Collection<String>) - Constructor for class org.forgerock.json.resource.AdviceContext
Creates a new AdviceContext with the provided parent.
AdviceContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.json.resource.AdviceContext
Restore from JSON representation.
AdviceWarning - Class in org.forgerock.json.resource
WarningHeader implements RFC 2616 section 14.46 - Warning.
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 - 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.
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.
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.
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(Algorithm) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Sets the algorithm parameter of the JWK.
algorithm(String) - 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_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_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 - 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 - 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_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_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_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.
allowedAlgorithms(Predicate<String>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the cryptographic algorithms that can be used with this key.
allowedAlgorithms(Collection<String>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the cryptographic algorithms that can be used with this key.
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.
ALWAYS - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases both in searching and in locating the base object of a Search operation.
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.
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, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
Creates AMAuthCallBackException object.
AMAuthCallBackException(String) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
Creates AMAuthCallBackException object.
AMAuthCallBackException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.AMAuthCallBackException
Creates AMAuthCallBackException object.
AMIdentity - Class in com.sun.identity.idm
This class represents an Identity which needs to be managed by Access Manager.
AMIdentity(SSOToken) - Constructor for class com.sun.identity.idm.AMIdentity
 
AMIdentity(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentity
 
AMIdentityRepository - Class in com.sun.identity.idm
The class AMIdentityRepository represents an object to access the repositories in which user/role/group and other identity data is configured.
AMIdentityRepository(SSOToken, String) - Constructor for class com.sun.identity.idm.AMIdentityRepository
AMIdentityRepository(String, SSOToken) - Constructor for class com.sun.identity.idm.AMIdentityRepository
 
AMLoginModule - Class in com.sun.identity.authentication.spi
An abstract class which implements JAAS LoginModule, it provides methods to access OpenAM services and the module xml configuration.
AMPasswordUtil - Class in com.iplanet.am.util
This class which contains utilities to encrypt and decrypt attribute value of password type.
AMPasswordUtil() - Constructor for class com.iplanet.am.util.AMPasswordUtil
 
AmPlugin - Interface in org.forgerock.openam.plugins
Define an AM plugin.
AMPostAuthProcessInterface - Interface in com.sun.identity.authentication.spi
The AMPostAuthProcessInterface interface needs to be implemented by services and applications to do post authentication processing.
anchor(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a cross-reference anchor.
anchor(String, String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a cross-reference anchor, with a custom xreflabel.
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(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() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of zero condition results, which is always TRUE.
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(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(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
and(Filter...) - 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(QueryFilter<FF>...) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new and filter using the provided list of sub-filters.
AND - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "and" operator.
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.
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.
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(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(ApiProducer<D>) - Method in interface org.forgerock.services.descriptor.Describable
Provide the API description for the component.
api - Variable in class org.forgerock.services.routing.AbstractRouter
Api of the current router.
api(ApiProducer<D>) - Method in class org.forgerock.services.routing.AbstractRouter
 
ApiDescription - Class in org.forgerock.api.models
Class that represents the ApiDescription type in API descriptor.
apiDescription() - Static method in class org.forgerock.api.models.ApiDescription
Create a new Builder for ApiDescription.
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 - Annotation Type in org.forgerock.api.annotations
Details of an error that could be returned.
ApiError - Class in org.forgerock.api.models
Class that represents the ApiError type in API descriptor.
apiError() - Static method in class org.forgerock.api.models.ApiError
New apiError builder.
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(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.
ApiVersionRouterContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.routing.ApiVersionRouterContext
Restore from JSON representation.
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(String, String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Appends sub-resource to super-resource.
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(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.
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.
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.
APPLICATION_JSON_CHARSET_UTF_8 - Static variable in class org.forgerock.http.protocol.Entity
The Content-Type used when setting the entity to JSON.
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(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(char[]) - Method in class org.forgerock.secrets.keystore.HsmKeyStoreLoader
 
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(T, U) - Method in interface org.forgerock.util.BiFunction
Process the values.
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, IntermediateResponseHandler) - 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, IntermediateResponseHandler) - 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 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.
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.
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.
apv(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Sets the Agreement PartyVInfo header parameter for this JWE.
array(Object...) - Static method in class org.forgerock.json.JsonValue
Returns a mutable JSON array containing the provided objects.
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_NAME_DEFAULT - Static variable in class com.sun.identity.saml.common.SAMLConstants
Default SAML artifact name.
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(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.
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(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.
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.
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(JsonPointer) - Static method in class org.forgerock.json.resource.SortKey
Creates a new ascending-order sort key for the provided JSON field.
ascendingOrder(String) - 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.
AsciiDoc - Class in org.forgerock.api.markup.asciidoc
Root builder for AsciiDoc markup.
asciiDoc() - Static method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Creates a new builder instance.
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.
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(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(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.
asDouble() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Double object.
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.
asJsonValue() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
Returns the raw JSON as a JsonValue.
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
 
asLdapPromise(Promise<R, LdapException>) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Converts a Promise to a LdapPromise with a request ID of -1.
asLdapPromise(Promise<R, LdapException>, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Converts a Promise to a LdapPromise with the provided request ID.
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(Class<V>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map containing objects of the specified type.
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.openidconnect.Claim
 
asMap() - Method in class org.forgerock.util.Pair
Get the pair as a map of key to value.
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 - Interface in org.forgerock.opendj.io
An interface for decoding ASN.1 elements from a data source.
Asn1Writer - Interface in org.forgerock.opendj.io
An interface for encoding ASN.1 elements to a data source.
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.
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.
asSearchRequest() - Method in class org.forgerock.opendj.ldap.LdapUrl
Creates a new search request containing the parameters of this LDAP URL.
Assertion - Class in com.sun.identity.saml.assertion
This object stands for Assertion element.
Assertion() - Constructor for class com.sun.identity.saml.assertion.Assertion
Default constructor Declaring protected to enable extensibility
Assertion(Element) - Constructor for class com.sun.identity.saml.assertion.Assertion
Contructs Assertion object from a block of existing XML that has already been built into a DOM.
Assertion(String, String, Date, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
Contructs Assertion object and populate the data members: assertionID, the issuer, time when assertion issued and a set of Statement(s) in the assertion.
Assertion(String, String, Date, Conditions, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
Contructs 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, Conditions, Advice, Set) - Constructor for class com.sun.identity.saml.assertion.Assertion
Contructs Assertion object and 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.
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_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.
AssertionArtifact - Class in com.sun.identity.saml.protocol
This class represents the AssertionArtifact element in SAML protocol schema.
AssertionArtifact() - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
This is the default constructor of assertion artifact.
AssertionArtifact(String) - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
This constructor is used to construct an assertion artifact.
AssertionArtifact(String, String) - Constructor for class com.sun.identity.saml.protocol.AssertionArtifact
This constructor will be used at the sender side to create a new AssertionArtifact.
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(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.
AssertionBase(String, String, Date, Set) - 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(String, String, Date, Conditions, Set) - 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, Conditions, AdviceBase, Set) - 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.
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.
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(Element) - Constructor for class com.sun.identity.saml.assertion.AssertionIDReference
Constructs an AssertionIDReference element from an existing XML block.
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.
AssertionIDRequest - Interface in com.sun.identity.saml2.protocol
This class represents the AssertionIDRequestType complex type.
AssertionIDRequestMapper - Interface in com.sun.identity.saml2.plugins
This interface AssertonIDRequestMapper is used by asseriton ID request service to process assertion ID request.
AssertionIDRequestUtil - Class in com.sun.identity.saml2.profile
This class provides methods to send or process AssertionIDRequest.
AssertionManager - Class in com.sun.identity.saml
The class AssertionManager is a final class that provides interfaces to create, get and destroy Assertions.
AssertionRequestControl - Class in org.forgerock.opendj.ldap.controls
The assertion request control as defined in RFC 4528.
assertionSAMLNameSpaceURI - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML assertion namespace URI.
asSetOf(Function<ByteString, ? extends T, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOf(Function<ByteString, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfAttributeDescription(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(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(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.
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(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(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.
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(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.
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.
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(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.
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.
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.
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.
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(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.
assignService(String, Map) - Method in class com.sun.identity.idm.AMIdentity
Assigns the service and service related attributes to the identity.
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, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
Assigns the given service to the orgnization with the respective attributes.
asStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a strict view of this schema.
asString(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Converts the given AuthStatus into its String representation.
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.
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.
Attribute - Class in com.sun.identity.saml.assertion
The Attribute element specifies an attribute of the assertion subject.
Attribute(Element) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructs an attribute element from an existing XML block.
Attribute(String, String, List<Element>) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructs an instance of Attribute.
Attribute(String, String, String) - Constructor for class com.sun.identity.saml.assertion.Attribute
Constructs an instance of Attribute.
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 - Annotation Type in org.forgerock.openam.annotations.sm
Indicates that a method describes a configuration attribute of an SMS service.
Attribute - Interface in org.forgerock.opendj.ldap
An attribute, comprising of an attribute description and zero or more attribute values.
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_FILTER - Static variable in class org.forgerock.opendj.ldap.Entries
Selects which attributes will be compared.
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_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.
AttributeAuthorityMapper - Interface in com.sun.identity.saml2.plugins
This interface AttributeAuthorityMapper is used by attribute authority to process attribute query.
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(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
Constructs an attribute designator element from an existing XML block.
AttributeDesignator(String, String) - Constructor for class com.sun.identity.saml.assertion.AttributeDesignator
Constructs an instance of AttributeDesignator.
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(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.
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.
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 - Interface in com.sun.identity.liberty.ws.idpp.plugin
Class AttributeMapper is an interface for mapping a between a Personal Profile Attribute to an LDAP Attribute.
ATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies the class with the path to where the attributeMapper is located.
AttributeMapper - Interface in com.sun.identity.saml.plugins
The class AttributeMapper is an interface that is implemented to get SSO information and map partner attributes to OpenAM attributes.
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 - Class in com.sun.identity.saml.protocol
This concrete class extends from the abstract base class SubjectQuery.
AttributeQuery() - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Default constructor
AttributeQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
This constructor is used to build an Attribute Query from a DOM tree that was built from the XML string.
AttributeQuery(Subject, List, String) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Constructor.
AttributeQuery(Subject, List) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Constructor to construct an AttributeQuery with a list of AttributeDesignators.
AttributeQuery(Subject) - Constructor for class com.sun.identity.saml.protocol.AttributeQuery
Constructor to construct an AttributeQuery with 0 AttributeDesignator, and no Resource attribute.
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 - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating attributes.
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(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.
AttributeSchema - Class in com.sun.identity.sm
The class AttributeSchema provides methods to access the schema of a configuration parameter.
AttributeSchema(AttributeSchemaImpl, ServiceSchemaManager, ServiceSchema) - Constructor for class com.sun.identity.sm.AttributeSchema
Constructor used by ServiceSchema to instantiate AttributeSchema objects.
AttributeSchema(AttributeSchemaImpl, PluginSchema) - Constructor for class com.sun.identity.sm.AttributeSchema
 
AttributesContext - Class in org.forgerock.services.context
An AttributesContext is a mechanism for transferring transient state between components when processing a single request.
AttributesContext(Context) - Constructor for class org.forgerock.services.context.AttributesContext
Constructs a new AttributesContext.
AttributesContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.AttributesContext
Restore from JSON representation.
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() - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Dafault constructor
AttributeStatement(Element) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Constructs an AttributStatement element from an existing XML block
AttributeStatement(Subject, List) - Constructor for class com.sun.identity.saml.assertion.AttributeStatement
Constructs an instance of AttributeStatement.
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.
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.
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(Element) - Constructor for class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Constructs an AudienceRestrictionCondition element from an existing XML block.
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.
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 - Interface in org.forgerock.caf.authentication.framework
Audit API interface for auditing the result of an authentication request.
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.
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_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_PASSWORD - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that defines the password of the partner which is used for Basic Authentication.
AUTH_UID - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that defines the user id of the partner which is used for Basic Authentication.
AuthContext - Class in com.sun.identity.authentication
The AuthContext provides the implementation for authenticating users.
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(String, String) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name and a nick name for the certificate to be used in SSL handshake if client authentication is turn on in the server side.
AuthContext(String, String, URL) - Constructor for class com.sun.identity.authentication.AuthContext
Constructs an instance of AuthContext for a given organization name, or sub organization name, a nick name for the certificate to be used in SSL handshake if client authentication is enabled on the server side and the OpenAM URL.
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.IndexType - Class in com.sun.identity.authentication
The class IndexType defines the possible kinds of "objects" or "resources" for which an authentication can be performed.
AuthContext.Status - Class in com.sun.identity.authentication
The class Status defines the possible authentication states during the login process.
AuthContextLocal - Class in com.sun.identity.authentication.server
The AuthContextLocal provides the implementation for authenticating users.
AuthContextLocal(String) - Constructor for class com.sun.identity.authentication.server.AuthContextLocal
Creates AuthContextLocal instance is obtained for a given organization name, or sub organization name.
AuthContextWithState - Interface in org.forgerock.caf.authentication.api
AsyncServerAuthContext implementations should implement this interface when the AsyncServerAuthContext has its own implementation of a AuthenticationState that it will be using to store and maintain state for a single request.
authenticate(Callback[]) - Method in class com.sun.identity.idm.IdRepo
Returns true if the data store successfully authenticates the identity with the provided credentials.
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_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.
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(String) - Constructor for exception com.sun.identity.authentication.spi.AuthenticationException
Creates AuthenticationException object with given 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 - Exception in org.forgerock.caf.authentication.api
A generic authentication exception which accepts a detail message and/or the cause.
AuthenticationException(String) - Constructor for exception org.forgerock.caf.authentication.api.AuthenticationException
Creates an AuthenticationException with the specified detail message.
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()).
AuthenticationException(String, Throwable) - Constructor for exception org.forgerock.caf.authentication.api.AuthenticationException
Creates an AuthenticationException with the specified detail message and 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.
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.
authenticationInitialized() - Method in class com.sun.identity.security.AdminTokenAction
Informs AdminTokenAction that Authentication has been initialized This class will start using Authentication service to obtain SSOToken for admin users
AuthenticationModuleBuilder() - Constructor for class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
 
AuthenticationQuery - Class in com.sun.identity.saml.protocol
This concrete class extends from the abstract base class SubjectQuery.
AuthenticationQuery() - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
Default Constructor
AuthenticationQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
This constructor is used to build an Authentication Query from a DOM tree that was built from the XML string.
AuthenticationQuery(Subject, String) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
Constructor.
AuthenticationQuery(Subject) - Constructor for class com.sun.identity.saml.protocol.AuthenticationQuery
Constructor.
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(Element) - Constructor for class com.sun.identity.saml.assertion.AuthenticationStatement
Constructs an authentication statement element from an existing XML block.
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
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.
AuthLoginException - Exception in com.sun.identity.authentication.spi
This class is for handling message localization in LoginException.
AuthLoginException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs an AuthLoginException with given Throwable.
AuthLoginException(String) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs a new AuthLoginException with the given message.
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(String, String, Object[]) - Constructor for exception com.sun.identity.authentication.spi.AuthLoginException
Constructs a new AuthLoginException without a nested Throwable.
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.
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.
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.
AuthnContext - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
AuthnContext() - Constructor for class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Default constructor
AuthnContext(String, String) - Constructor for class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Constructor creates AuthnContext object.
AuthnContext(Element) - Constructor for class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Constructor creates AuthnContext object from the Document Element.
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.
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.
AuthnSvcClient - Class in com.sun.identity.liberty.ws.authnsvc
Deprecated.
since 12.0.0
AuthnSvcClient() - Constructor for class com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient
Deprecated.
 
AuthnSvcException - Exception in com.sun.identity.liberty.ws.authnsvc
Deprecated.
since 12.0.0
AuthnSvcException(String) - Constructor for exception com.sun.identity.liberty.ws.authnsvc.AuthnSvcException
Deprecated.
Create an AuthnSvcException with a message.
AuthnSvcException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.authnsvc.AuthnSvcException
Deprecated.
Constructs with Throwable object.
AuthnSvcException(String, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.authnsvc.AuthnSvcException
Deprecated.
Constructs a new AuthnSvcException without a nested Throwable.
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(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
Constructs an AuthorityBinding element from an existing XML block.
AuthorityBinding(int, String, String) - Constructor for class com.sun.identity.saml.assertion.AuthorityBinding
Constructs AuthorityBinding
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_DENIED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server will not allow the client to use the requested authorization.
AUTHORIZATION_HEADER - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Authorization header.
AuthorizationAttribute<T> - Class in org.forgerock.authz.filter.api
Provides a convenience layer on top of AuthorizationContext to simplify access to particular attributes in the authorisation context.
AuthorizationAttribute(String) - Constructor for class org.forgerock.authz.filter.api.AuthorizationAttribute
Constructs an authorization attribute for the given authorization context key.
AuthorizationContext - Class in org.forgerock.authz.filter.api
Context to use for authorization requests.
AuthorizationContext() - Constructor for class org.forgerock.authz.filter.api.AuthorizationContext
Constructs a blank authorization context.
AuthorizationContext(Map<String, Object>) - Constructor for class org.forgerock.authz.filter.api.AuthorizationContext
Creates a new authorization context using the given attribute map as a backing store.
AuthorizationDecisionQuery - Class in com.sun.identity.saml.protocol
This concrete class extends from the abstract base class SubjectQuery.
AuthorizationDecisionQuery() - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Default Constructor
AuthorizationDecisionQuery(Element) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
This constructor is used to build an Authorization Decision Query from a DOM tree that was built from the XML string.
AuthorizationDecisionQuery(Subject, List, Evidence, String) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Constructor
AuthorizationDecisionQuery(Subject, List, String) - Constructor for class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Constructor
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(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructs an AuthorizationStatement element from an existing XML block.
AuthorizationDecisionStatement(Subject, String, int, List, EvidenceBase) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructs an instance of AuthorizationDecisionStatement.
AuthorizationDecisionStatement(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatement
Constructs a AuthorizationDecisionStatement instance.
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(Element) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Constructs an AuthorizationStatement element from an existing XML block.
AuthorizationDecisionStatementBase(Subject, String, int, List, EvidenceBase) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Constructs an instance of AuthorizationDecisionStatement.
AuthorizationDecisionStatementBase(Subject, String, int, List) - Constructor for class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Constructs a AuthorizationDecisionStatement instance.
AuthorizationException - Exception in org.forgerock.authz.filter.api
Represents an exception whilst performing Authorization.
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.
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.
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.
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 - Interface in com.sun.identity.liberty.ws.interfaces
This class Authorizer is an interface for identity service to check authorization of a WSC.
Authorizer - Class in com.sun.identity.log.spi
Deprecated.
since 14.0.0, use Common Audit Service
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.
AuthStatusUtils - Class in org.forgerock.caf.authentication.framework
Utility class providing utility methods for determining the meaning behind each of the different AuthStatus values.
AUTHTYPE - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that defines the authentication type used in SAML.
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.
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.
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.
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(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.
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.
awaitTermination(long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 

B

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.
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 - 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.
Base64 - Class in org.forgerock.opendj.ldap
This class provides methods for performing base64 encoding and decoding.
Base64 - Class in org.forgerock.util.encode
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.

On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder().

On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays.
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.
Base64ToHex - Class in com.sun.identity.saml.common
This class Base64ToHex is used to convert Base64 encoded SAML source ID to Hex encoded ID.
Base64ToHex() - Constructor for class com.sun.identity.saml.common.Base64ToHex
 
Base64url - Class in org.forgerock.util.encode
Makes use of the very fast and memory efficient Base64 class to encode and decode to and from BASE64 in full accordance with RFC 2045.
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.
base64urlDecode(String) - Static method in class org.forgerock.json.jose.utils.Utils
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.
BASE_OBJECT - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry.
BaseID - Interface in com.sun.identity.saml2.assertion
The BaseID is an extension point that allows applications to add new kinds of identifiers.
BaseIDAbstract - Interface in com.sun.identity.saml2.assertion
The BaseIDAbstract is an abstract type usable only as the base of a derived type.
BaseOpenIdResolver - Class in org.forgerock.oauth.resolvers
Implementation of the OpenIdResolver interface.
BaseOpenIdResolver(String) - Constructor for class org.forgerock.oauth.resolvers.BaseOpenIdResolver
Abstract constructor for setting the issuer's identity.
BaseQueryFilterVisitor<R,P,F> - Class in org.forgerock.util.query
A base implementation of QueryFilterVisitor where all methods throw an UnsupportedOperationException by default - override just the methods you need.
BaseQueryFilterVisitor() - Constructor for class org.forgerock.util.query.BaseQueryFilterVisitor
 
BaseResourceName<T,E extends Exception> - Interface in org.forgerock.openam.shared.resourcename
The interface ResourceName provides methods to determine the hierarchy of resource names.
BaseSecretStoreProvider - Interface in org.forgerock.openam.secrets
A marker interface for types that provider secret store implementations.
basic(String) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Create a basic authentication challenge header.
BASIC_AUTH - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Basic Auth.
BASICAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML authentication type that uses HTTP protocol and username/password
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_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.
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(String, QName, QName) - Constructor for class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Constructor.
BinarySecurityToken(Element) - Constructor for class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
Constructor.
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using the provided bind request.
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(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using the provided bind request.
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 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.
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, 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) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
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.
BLOCKING_WRITE - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specify whether the response should be written synchronously.
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.
boldText(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts bold text.
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.
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_SIZE - Static variable in class org.forgerock.opendj.ldap.LdapServer
Size of the buffer used when reading/writing data from/to the network.
BUFFER_TIME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Buffering time.
build() - Method in class org.forgerock.api.models.Action.Builder
Builds the Action instance.
build() - Method in class org.forgerock.api.models.ApiDescription.Builder
Builds the ApiDescription instance.
build() - Method in class org.forgerock.api.models.ApiError.Builder
Builds the ApiError.
build() - Method in class org.forgerock.api.models.Create.Builder
Builds the Create instance.
build() - Method in class org.forgerock.api.models.Definitions.Builder
Builds the Definitions instance.
build() - Method in class org.forgerock.api.models.Delete.Builder
Builds the Delete instance.
build() - Method in class org.forgerock.api.models.Errors.Builder
Builds the Errors instance.
build() - Method in class org.forgerock.api.models.Items.Builder
Construct a new instance of Resource.
build() - Method in class org.forgerock.api.models.Parameter.Builder
Builds the Parameter.
build() - Method in class org.forgerock.api.models.Patch.Builder
Builds the Patch instance.
build() - Method in class org.forgerock.api.models.Paths.Builder
Builds the Paths instance.
build() - Method in class org.forgerock.api.models.Query.Builder
Builds the Query instance.
build() - Method in class org.forgerock.api.models.Read.Builder
Builds the Create instance.
build() - Method in class org.forgerock.api.models.Reference.Builder
Builds the Reference instance.
build() - Method in class org.forgerock.api.models.Resource.Builder
Construct a new instance of Resource.
build() - Method in class org.forgerock.api.models.Schema.Builder
Builds the Schema instance.
build() - Method in class org.forgerock.api.models.Services.Builder
Builds the Definitions instance.
build() - Method in class org.forgerock.api.models.SubResources.Builder
Builds the SubResources instance.
build() - Method in class org.forgerock.api.models.Update.Builder
Builds the Create instance.
build() - Method in class org.forgerock.api.models.VersionedPath.Builder
Builds the VersionedPath instance.
build() - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Builds the bloom filter with the configured options.
build() - Method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationFilterBuilder
Creates a new JaspiRuntimeFilter instance based on the configuration provided.
build() - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Builds the CSRF filter with the configured settings.
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.oauth.OAuthClientConfiguration.Builder
Builds an OAuthClientConfiguration instance.
build(URL) - Method in class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Returns a JWKOpenIdResolverImpl representing the contents of the supplied URL.
build() - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Builds a SAML2Config object.
build() - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Return the claim this builder was building.
build(Class<T>) - Method in class org.forgerock.secrets.SecretBuilder
Builds a secret of the given type.
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.
buildApi(ApiProducer<D>) - Method in class org.forgerock.services.routing.AbstractRouter
Build an api with a given ApiProducer.
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() - 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() - 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(SupportedEllipticCurve, String, String) - Static method in class org.forgerock.json.jose.jwk.EcJWK
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(KeyType) - Constructor for class org.forgerock.json.jose.jwk.JWK.Builder
The builder constructor.
builder(String) - Static method in class org.forgerock.json.jose.jwk.OctJWK
Get the Octet JWK builder.
builder() - Static method in class org.forgerock.json.jose.jwk.OkpJWK
Creates a new builder object for an OKP key.
builder(String, String) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Get the builder.
builder(RSAPublicKey) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Get the 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() - 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
buildExternalClientContext(Context) - Static method in class org.forgerock.services.context.ClientContext
Creates a ClientContext.Builder for creating an external ClientContext instance.
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.
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.
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.
BYTE_ARRAY_COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
A byte array comparator.
byteArrayToHexString(byte[]) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts byte array to Hex String.
byteArrayToString(byte[]) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts byte array to String.
byteAt(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the byte value at the specified index.
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
 
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
ByteSequence - Interface in org.forgerock.opendj.ldap
A ByteSequence is a readable sequence of byte values.
ByteSequenceReader - Class in org.forgerock.opendj.ldap
An interface for iteratively reading data from a ByteSequence .
ByteString - Class in org.forgerock.opendj.ldap
An immutable sequence of bytes backed by a byte array.
ByteStringBuilder - Class in org.forgerock.opendj.ldap
A mutable sequence of bytes backed by a byte array.
ByteStringBuilder() - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with an initial capacity of 32 bytes.
ByteStringBuilder(int) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the specified initial capacity.
ByteStringBuilder(ByteSequence) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the content of the provided ByteSequence.
byteStringToAttributeDescription(ByteString, Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as an AttributeDescription using the provided schema.
byteStringToBoolean() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Boolean values.
byteStringToCertificate(ByteString) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as a X509Certificate.
byteStringToDn() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the default schema.
byteStringToDn(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the provided schema.
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.

C

CACHE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The caching mechanism that the key store will use.
CACHED_POOL_OPTIONS - Static variable in class org.forgerock.openam.ldap.LDAPUtils
An Option that stores the settings related to cached connection pooling.
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.
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 class org.forgerock.opendj.ldap.RequestHandle
Returns a Single<Result> which, once subscribed, will attempt to cancel the operation.
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
 
CancelExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
The cancel extended request as defined in RFC 3909.
CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was successful, or that the specified operation was canceled.
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.
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 - 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.
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(Collection<String>) - Constructor for class org.forgerock.http.util.CaseInsensitiveSet
Constructs a new case-insensitive set containing the elements in the specified collection.
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(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.
CERTALIAS - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies a certAlias name used for verifying the signature in an assertion, when the assertion is signed by a partner and the certificate of the partner can not be found in the KeyInfo portion of the signed assertion.
certificate(Certificate) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate 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.
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(Filter...) - Static method in class org.forgerock.http.filter.Filters
Creates a Filter which encapsulates the provided filters into a single Filter.
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(Handler, 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, List<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.
changePassword(String, String) - Method in class com.sun.identity.idm.AMIdentity
Changes password for the identity.
changePassword(SSOToken, IdType, String, String, String, String) - Method in class com.sun.identity.idm.IdRepo
Changes password of 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.
CHARSET - Static variable in class org.forgerock.json.jose.utils.Utils
UTF-8 Charset.
charset() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a character set used for byte encoding/decoding.
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.
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.
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.
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(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(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.
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.
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() - Constructor for class com.sun.identity.sm.ChoiceValues
 
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.openidconnect
Models an OpenID Connect claim that has been requested in an authorize request.
Claim(String) - Constructor for class org.forgerock.openidconnect.Claim
Creates a new Claim.
Claim(String, Object) - Constructor for class org.forgerock.openidconnect.Claim
Creates a new claim with single requested value.
Claim(String, List<Object>, boolean) - Constructor for class org.forgerock.openidconnect.Claim
Creates a new claim with multiple requested values.
Claim.ClaimBuilder - Class in org.forgerock.openidconnect
Builder to keep this immutable.
ClaimBuilder() - Constructor for class org.forgerock.openidconnect.Claim.ClaimBuilder
 
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() - 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.SignedJwtBuilderImpl
Sets the JwtClaimsSet for this JwtBuilder.
claims(JwtClaimsSet) - Method in class org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
 
cleanQueryString(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
 
cleanSubject(MessageContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
Removes any method specific principals and credentials from the client subject.
cleanSubject(MessageInfoContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
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 class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Nothing to clean.
cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
cleanSubject(MessageInfo, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
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.
clearAttributes() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
clearAttributes() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Removes all the attributes from this entry (optional operation).
clearAttributes() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
clearCache() - Static method in class com.sun.identity.idm.AMIdentityRepository
 
clearCache() - Method in class com.sun.identity.sm.ServiceManager
Removes all the SMS cached entries.
clearInfoText(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Clears the info text for a given callback state
Client - Class in com.sun.identity.liberty.ws.soapbinding
The Client class provides web service clients with a method to send requests using SOAP connection to web service servers.
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_ID - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Client Identifier.
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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the server is down.
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 - 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 - 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.
ClientRegistration - Interface in org.forgerock.oauth2.core
Models a client registration in the OAuth2 provider.
clock(Clock) - Method in class org.forgerock.secrets.SecretBuilder
Set the source of time for the default (relative) secret expiry time.
CLOCK - Static variable in interface org.forgerock.secrets.SecretStore
Option used to specify how long secrets from a store should be used before being refreshed.
ClockTimeService - Class in org.forgerock.util.time
Deprecated.
ClockTimeService(Clock) - Constructor for class org.forgerock.util.time.ClockTimeService
Deprecated.
Constructs a Clock-based TimeService.
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.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.io.Asn1Reader
Closes this ASN.1 reader.
close() - Method in interface org.forgerock.opendj.io.Asn1Writer
Closes this ASN.1 writer, flushing it first.
close() - Method in interface org.forgerock.opendj.io.LdapSocketAcceptor
Closes this LDAP socket acceptor.
close() - Method in interface org.forgerock.opendj.io.LdapSocketConnector
Releases any resources associated with this connector.
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(UnbindRequest, String) - 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(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Releases any resources associated with this connection factory.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
Releases any resources associated with this connection pool.
close() - Method in interface org.forgerock.opendj.ldap.LdapClient
Releases any resources associated with this LDAP client.
close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Releases any resources associated with this connection.
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
 
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(Iterable<? extends Closeable>) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(Function<IN, OUT, EX>) - Static method in class org.forgerock.util.CloseSilentlyFunction
Wraps a delegate function in a CloseSilentlyFunction.
closeSilently(Closeable...) - Static method in class org.forgerock.util.Utils
closeSilently(Iterable<? extends Closeable>) - Static method in class org.forgerock.util.Utils
closeSilentlyAsync(Closeable...) - Static method in class org.forgerock.util.Closeables
Closes asynchronously the provided resources ignoring any errors which occurred.
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.
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.
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.
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(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).
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).
com.iplanet.am.sdk - package com.iplanet.am.sdk
This package contains interfaces and implementation for User/Identity Management.
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.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.log - package com.iplanet.log
Exception classes for audit logging.
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.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.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.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.modules.hotp - package com.sun.identity.authentication.modules.hotp
Implementation of the Authentication Framework HOTP module and associated classes.
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.spi - package com.sun.identity.authentication.spi
Provides interfaces and classes for writing a supplemental authentication module to plug into OpenAM.
com.sun.identity.entitlement - package com.sun.identity.entitlement
Defines classes and interfaces to work with entitlements.
com.sun.identity.federation.accountmgmt - package com.sun.identity.federation.accountmgmt
Defines Federation Account Management API.
com.sun.identity.federation.common - package com.sun.identity.federation.common
Defines Federation Common Utils.
com.sun.identity.federation.message - package com.sun.identity.federation.message
Defines federation protocol message classes.
com.sun.identity.federation.message.common - package com.sun.identity.federation.message.common
Defines common classes used by federation protocol messages.
com.sun.identity.federation.plugins - package com.sun.identity.federation.plugins
Defines Federation Adapter for Service Provider.
com.sun.identity.federation.services - package com.sun.identity.federation.services
Handles ID-FF federation profiles.
com.sun.identity.idm - package com.sun.identity.idm
Provides classes for accessing the Identity Repository interfaces.
com.sun.identity.jaxrpc - package com.sun.identity.jaxrpc
Defines classes to handle JAX-RPC.
com.sun.identity.liberty.ws.authnsvc - package com.sun.identity.liberty.ws.authnsvc
Provides classes to manage liberty authentication service.
com.sun.identity.liberty.ws.authnsvc.mechanism - package com.sun.identity.liberty.ws.authnsvc.mechanism
Defines interface to handle different SASL mechanisms.
com.sun.identity.liberty.ws.authnsvc.protocol - package com.sun.identity.liberty.ws.authnsvc.protocol
Provides classes to manage liberty authentication service protocol.
com.sun.identity.liberty.ws.common - package com.sun.identity.liberty.ws.common
Defines common classes used by liberty service components.
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.disco - package com.sun.identity.liberty.ws.disco
Provides interface to manage liberty discovery service.
com.sun.identity.liberty.ws.disco.plugins - package com.sun.identity.liberty.ws.disco.plugins
Defines plugin interface for Liberty Discovery Service implementation.
com.sun.identity.liberty.ws.dst - package com.sun.identity.liberty.ws.dst
Defines DST.
com.sun.identity.liberty.ws.dst.service - package com.sun.identity.liberty.ws.dst.service
Defines DST service.
com.sun.identity.liberty.ws.idpp.common - package com.sun.identity.liberty.ws.idpp.common
Defines IDPP common.
com.sun.identity.liberty.ws.idpp.plugin - package com.sun.identity.liberty.ws.idpp.plugin
Defines IDPP plugin.
com.sun.identity.liberty.ws.interaction - package com.sun.identity.liberty.ws.interaction
Defines Interaction service.
com.sun.identity.liberty.ws.interfaces - package com.sun.identity.liberty.ws.interfaces
Defines Interaction service.
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.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.plugin.configuration - package com.sun.identity.plugin.configuration
Contains configuration SPI.
com.sun.identity.plugin.datastore - package com.sun.identity.plugin.datastore
Contains data store plugin SPIs.
com.sun.identity.plugin.log - package com.sun.identity.plugin.log
Contains Log SPI.
com.sun.identity.plugin.session - package com.sun.identity.plugin.session
Contains session SPI.
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.remote - package com.sun.identity.policy.remote
Classes to handle policies remotely.
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.plugins - package com.sun.identity.saml.plugins
SAML 1.x Plugins.
com.sun.identity.saml.protocol - package com.sun.identity.saml.protocol
SAML 1.x Protocol Classes.
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.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.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.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.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.shared.debug - package com.sun.identity.shared.debug
Defines debug logging classes.
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.stats - package com.sun.identity.shared.stats
Defines classes to interact with statistics.
com.sun.identity.shared.whitelist - package com.sun.identity.shared.whitelist
Defines classes for basic resource matching.
com.sun.identity.sm - package com.sun.identity.sm
Provides classes for accessing the Service Management Service (SMS).
com.sun.identity.sm.validators - package com.sun.identity.sm.validators
Validator classes for SMS.
com.sun.identity.wsfederation.common - package com.sun.identity.wsfederation.common
Defines common WS-Federation utilities and constants.
com.sun.identity.wsfederation.plugins - package com.sun.identity.wsfederation.plugins
Defines WS-Federation Plugin SPIs
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.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.liberty - package com.sun.liberty
Provides interfaces for Liberty federation framework.
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.
COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
A ByteSequence comparator.
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, 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(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() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
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 - Static variable in class org.forgerock.util.Pair
Comparator for Pairs made of Comparable elements.
compare(JsonValue, JsonValue) - Method in class org.forgerock.json.resource.SortKeyComparator
 
compare(String, String, boolean) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Compares two resources.
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares an entry in the Directory Server using the provided compare request.
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(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Compares an entry in the Directory Server using the provided compare request.
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(CompareRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Asynchronously compares an entry in the Directory Server using the provided compare request.
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 - 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, 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) - 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 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(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(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(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Compares this byte sequence with the specified byte array sub-sequence for order.
compareTo(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Compares this byte sequence with the specified byte sequence for order.
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
 
compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
 
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
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
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.
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))).
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.
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(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.
concat(String) - 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 - Interface in com.sun.identity.policy.interfaces
Deprecated.
since 12.0.0, use EntitlementCondition
Condition - Class in com.sun.identity.saml.assertion
This is an abstract class which servers as an extension point for new conditions.
Condition() - Constructor for class com.sun.identity.saml.assertion.Condition
 
Condition - Interface in com.sun.identity.saml2.assertion
The Condition serves as an extension point for new conditions.
ConditionAbstract - Interface in com.sun.identity.saml2.assertion
The ConditionAbstract is abstract and is thus usable as the base of a derived class
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(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 - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
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, Map) - Constructor for class com.sun.identity.policy.ConditionDecision
Deprecated.
Constructs ConditionDecision given the boolean result of a condition evaluation and advices
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
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() - 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 - Interface in com.sun.identity.saml2.assertion
The Conditions defines the SAML constructs that place constraints on the acceptable use if SAML Assertions.
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.
since 12.0.0
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.
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.
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, String, Object[]) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
Constructs a new ConfigurationException without a nested Throwable.
ConfigurationException(String) - Constructor for exception com.sun.identity.plugin.configuration.ConfigurationException
Constructs a new ConfigurationException with the given message.
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(String) - Method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Implements the JDK9 configure() method for compatibility with recent versions fof Java.
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
Configure a JWKs store.
configureModule(AsyncServerAuthModule) - Static method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Creates a builder to configure the provided AsyncServerAuthModule instance.
configureModule(ServerAuthModule) - Static method in class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
Creates a builder to configure the provided ServerAuthModule 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(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(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.
CONFIRMATION_METHOD_ARTIFACT - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML artifact confirmation method identifier URI.
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.
CONFIRMATION_METHOD_IS - Static variable in class com.sun.identity.saml.common.SAMLConstants
OpenAM confirmation method identifier URI.
CONFIRMATION_METHOD_SENDERVOUCHES - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML "Sender Vouches" confirmation method identifier URI.
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>, 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.
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.
connect() - Method in interface org.forgerock.opendj.io.LdapSocketConnector
Returns a Single which connects to a peer each time it is subscribed.
connect() - Method in interface org.forgerock.opendj.ldap.LdapClient
Returns a Single which connects to a peer 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.LdapConnectionFactory
Specifies the connect timeout spcified.
connection - Variable in class org.forgerock.json.resource.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 - Variable in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
The wrapped connection.
Connection - Interface in org.forgerock.opendj.ldap
A connection with a Directory Server over which read and update operations may be performed.
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.
since 14.0.0, use Common Audit Service
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.
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.
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.
connectionFactory - Variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
The CREST connectionFactory.
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.
ConnectionPool - Interface in org.forgerock.opendj.ldap
An LDAP client which maintains and re-uses a pool of connections.
Connections - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating LDAP clients and connections.
ConnectionSecurity - Enum in org.forgerock.opendj.ldap
Indicates whether LDAP client connections should use SSL or StartTLS.
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.
ConnectionState - Class in org.forgerock.opendj.ldap.spi
This class can be used to manage the internal state of a connection, ensuring valid and atomic state transitions, as well as connection event listener notification.
ConnectionState() - Constructor for class org.forgerock.opendj.ldap.spi.ConnectionState
Creates a new connection state which is initially valid.
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.
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.
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 - 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.
Consumer<T,E extends Exception> - Interface in org.forgerock.util
A Consumer functional interface which can throw a checked Exception.
ConsumerSiteAttributeMapper - Interface in com.sun.identity.saml.plugins
This interface needs to be implemented by an trusted assertion consumer site (a partner) to return a list of Attribute objects to be returned as AttributeStatements elements, as part of the Authentication Assertion returned to the partner during the SSO scenario of Browser Artifact and POST profile.
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(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
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(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 - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "contains" operator".
contains(Object) - Method in class org.forgerock.util.RangeSet
Returns true if this set contains the specified element.
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(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(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 class org.forgerock.opendj.ldap.TreeMapEntry
 
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(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(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.messages.AddRequest
 
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
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(String) - 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 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(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Whether the key alias exists in the keystore.
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.
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
ContentTypeHeader(String, String, String, Map<String, String>) - Constructor for class org.forgerock.http.header.ContentTypeHeader
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.
ContextFactory - Class in com.sun.identity.xacml.context
This is the factory class to obtain instances of the objects defined in xacml context schema.
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.
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
convertElementToJAXB(List) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a list of org.w3c.dom.Element to a list of JAXB objects.
convertElementToJAXB(Element) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a org.w3c.dom.Element to a JAXB object.
convertJAXBToElement(List) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a list of JAXB objects to a list of org.w3c.dom.Element
convertJAXBToElement(Object) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a JAXB object to a org.w3c.dom.Element.
convertJAXBToElement(Object, boolean) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts a JAXB object to a org.w3c.dom.Element.
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.
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.
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.SameSite - Enum in org.forgerock.http.protocol
Indicates the SameSite value of the cookie.
COOKIE_DOMAINS_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The domains the cookie should be set on property key.
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.
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 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(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(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`.
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(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[], 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(ByteStringBuilder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the entire contents of this byte sequence to the provided 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(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(OutputStream) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the entire contents of this byte sequence to the provided OutputStream.
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
 
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
copyTo(OutputStream) - 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(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.
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.
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
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(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(SSOToken, IdType, String, Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
Creates an identity.
Create - Annotation Type in org.forgerock.api.annotations
Indicates an CREST create method on an annotated POJO.
Create - Class in org.forgerock.api.models
Class that represents the Create Operation type in API descriptor.
create() - Static method in class org.forgerock.api.models.Create
Creates a new builder for Create.
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(Funnel<? super T>) - Static method in class org.forgerock.bloomfilter.BloomFilters
Creates a BloomFilters.BloomFilterBuilder to begin configuration of a particular bloom filter.
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(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(String) - Static method in class org.forgerock.oauth2.core.OAuth2Jwt
Creates an OAuth2Jwt instance from the provided JWT string.
create(SignedJwt) - Static method in class org.forgerock.oauth2.core.OAuth2Jwt
Creates an OAuth2Jwt instance from the provided JWT string.
create(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and no options.
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(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, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
create() - Static method in class org.forgerock.util.promise.PromiseImpl
Creates a new pending Promise implementation.
Create.Builder - Class in org.forgerock.api.models
Builder for the Create.
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() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Action.
createAction(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Action.
createAction(String) - 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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Action.
createAction(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Action.
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() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Advice.
createAdvice(Element) - 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.
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(Element) - 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.
createArtifactResolve() - 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.
createArtifactResolve(String) - 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(Element) - 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.
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(Object) - Method in class com.sun.identity.saml.AssertionManager
This method creates an Assertion that contains an AuthenticationStatement.
createAssertion(Object, List) - Method in class com.sun.identity.saml.AssertionManager
This method creates an Assertion that contains an AuthenticationStatement and an AttributeStatement.
createAssertion() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Assertion.
createAssertion(Element) - 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.
createAssertionArtifact(Assertion, String) - Method in class com.sun.identity.saml.AssertionManager
This method creates an AssertionArtifact for the given Assertion.
createAssertionIDRef() - 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.
createAssertionIDRef(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AssertionIDRef.
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(String) - Method in class com.sun.identity.saml.assertion.Assertion
 
createAssertionIDReference(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Creates appropriate AssertionIDReference instance
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
createAssertionIDRequest() - 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.
createAssertionIDRequest(String) - 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(Element) - Method in class com.sun.identity.saml.assertion.AttributeStatement
 
createAttribute() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Attribute.
createAttribute(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Attribute.
createAttribute(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Attribute.
createAttribute(List, URI, URI, String) - Static method in class com.sun.identity.xacml.common.XACMLSDKUtils
 
createAttribute() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Attribute.
createAttribute(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Attribute.
createAttribute(String) - 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(Element) - 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.
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() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of AttributeStatement.
createAttributeStatement(Element) - 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.
createAudienceRestriction() - 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.
createAudienceRestriction(String) - 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(Element) - 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.
createAuthnQuery() - 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.
createAuthnQuery(String) - 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(Element) - 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.
createAuthnStatement() - 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.
createAuthnStatement(String) - 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, 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, 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(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.
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(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(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.
createAuthorizationState() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
g Generates a SecureRandom BigInteger as a String.
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) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Deprecated.
Use OAuth2Client.createAuthRedirectUri(String, String) and specify a PKCE challenge.
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) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Deprecated.
createAuthzDecisionStatement() - 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.
createAuthzDecisionStatement(String) - 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(Element) - 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.
createCachedThreadPool(ThreadFactory) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a Cached Thread Pool ExecutorService which has been pre-registered with the ShutdownManager.
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() - Method in class org.forgerock.util.thread.ExecutorServiceFactory
createCondition() - 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.
createCondition(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Condition.
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() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Conditions.
createConditions(Element) - 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.
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(Element) - 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.
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(Element) - 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.
createECPRequest() - 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.
createECPRequest(String) - 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(Element) - 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.
createEncryptedAssertion(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAssertion.
createEncryptedAssertion(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAssertion.
createEncryptedAttribute(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAttribute.
createEncryptedAttribute(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedAttribute.
createEncryptedID(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of EncryptedID.
createEncryptedID(String) - 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(Element) - 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.
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() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Evidence.
createEvidence(Element) - 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.
createExactMatchQuery(AttributeDescription, String, ByteSequence) - Method in interface org.forgerock.opendj.ldap.spi.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(Element) - 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.
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, ThreadFactory) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Creates a fixed size Thread Pool ExecutorService which has been pre-registered with the ShutdownManager.
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) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
ExecutorServiceFactory.createFixedThreadPool(int, String) should be used so that threads have meaningful names.
createFromOpenIDConfigUrl(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(Element) - 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.
createGlobalConfig(Map) - 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) - Method in class com.sun.identity.idm.AMIdentityRepository
 
createIdentity(IdType, String, Map) - Method in class com.sun.identity.idm.AMIdentityRepository
 
createIDPEntry() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPEntry Object.
createIDPEntry(Element) - 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.
createIDPList() - 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.
createIDPList(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the IDPList Object.
createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.AbstractEqualityMatchingRuleImpl
 
createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
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(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(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query which returns the intersection of a collection of sub-queries.
createIssuer() - 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.
createIssuer(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Issuer.
createJWKResolver(String, URL, int, int) - Method in class org.forgerock.oauth.resolvers.OpenIdResolverFactory
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.
createKeyInfoConfirmationData() - 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.
createKeyInfoConfirmationData(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of KeyInfoConfirmationData.
createKeys(Schema, ByteSequence, Collection<ByteString>) - Method in interface org.forgerock.opendj.ldap.spi.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(Element) - 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.
createLogoutResponse() - 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.
createLogoutResponse(String) - 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(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable manage name identifier request object.
createManageNameIDRequest(String) - 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(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable manage name identifier response object.
createManageNameIDResponse(String) - 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.spi.IndexQueryFactory
Returns a query requesting all index records.
CreateMode - Enum in org.forgerock.api.enums
Enum that represents the Create modes.
createNameID() - 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.
createNameID(String) - 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(Element) - 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.
createNameIDMappingResponse() - 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.
createNameIDMappingResponse(String) - 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(Element) - 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.
createNewEncryptedID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable new encrypted identifier object.
createNewEncryptedID(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable new encrypted identifier object.
createNewID(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an new identifier object.
createNewID(String) - 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.
createObligation() - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligation.
createObligation(Element) - 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.
createObligations() - Method in class com.sun.identity.xacml.policy.PolicyFactory
Returns a new instance of Obligations.
createObligations(Element) - 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.
createOneTimeUse() - 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.
createOneTimeUse(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of OneTimeUse.
createOrganizationConfig(String, Map, 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.
createProxyRestriction() - 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.
createProxyRestriction(String) - 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.spi.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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Request.
createRequest(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Request The return object is immutable.
createRequest() - Method in class org.forgerock.http.client.request.HttpClientRequestFactory
Create a new empty HttpClientRequest that can be sent over a HttpClient.
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(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an immutable requested authentication context object.
createRequestedAuthnContext(String) - 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(Element) - 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.
createRequestForTokenEndpoint(String, String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Creates a Request for the token endpoint of an identity provider.
createRequestForTokenEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Deprecated.
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(Element) - 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.
createResponse() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Response.
createResponse(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns a new instance of Response.
createResponse(String) - 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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
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.
createResult() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Result.
createResult(Element) - 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.
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(Element) - 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.
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(HttpServletRequest) - Method in class com.iplanet.sso.SSOTokenManager
Creates a single sign on token from HttpServletRequest
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.
createStatus() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Status Object.
createStatus(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the Status Object.
createStatus(String) - 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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Status.
createStatus(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Status The return object is immutable.
createStatusCode() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusCode Object.
createStatusCode(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusCode Object.
createStatusCode(String) - 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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusCode.
createStatusCode(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusCode The return object is immutable.
createStatusDetail() - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusDetail Object.
createStatusDetail(Element) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusDetail Object.
createStatusDetail(String) - 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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusDetail.
createStatusDetail(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusDetail The return object is immutable.
createStatusMessage(String) - Method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns the StatusMessage Object.
createStatusMessage() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusMessage.
createStatusMessage(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusMessage.
createStatusMessage(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of StatusMessage The return object is immutable.
createStore(SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.config.KeyStoreBasedSecretStoreProvider
Create the KeyStoreSecretStore from the configuration.
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() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Subject.
createSubject(Element) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of Subject.
createSubject(String) - 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(Element) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Subject.
createSubject(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of Subject.
createSubjectConfirmation(Element) - Method in class com.sun.identity.saml.assertion.Subject
 
createSubjectConfirmation() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmation.
createSubjectConfirmation(Element) - 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.
createSubjectConfirmationData() - 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.
createSubjectConfirmationData(String) - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectConfirmationData.
createSubjectLocality(Element) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
 
createSubjectLocality() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns a new instance of SubjectLocality.
createSubjectLocality(Element) - 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.
createSubOrganization(String, Map) - 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
createUnionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query which combines the results of a collection of sub-queries.
createUri(String, String, String, int, String, String, String, boolean) - Static method in class org.forgerock.http.util.Uris
Create a new URI given all provided URI components, query string can be strictly processed or not.
createUserInfoFromIdTokenJwtClaims(JwtClaimsSet) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Creates an OpenIDConnectUserInfo object from id_token jwt Claims.
createXACMLAuthzDecisionQuery() - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionQuery.
createXACMLAuthzDecisionQuery(Element) - 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.
createXACMLAuthzDecisionStatement() - 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.
createXACMLAuthzDecisionStatement(String) - Method in class com.sun.identity.xacml.context.ContextFactory
Returns a new instance of XACMLAuthzDecisionStatement.
CredentialsParser<C> - Interface in org.forgerock.http.header.authorization
This interface is used to parse the credentials component of an Authorization HTTP header.
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, LocalizableString) - Constructor for class org.forgerock.api.CrestApiProducer
Construct a new producer.
CrestApiProducer(String, String) - 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.
CRLF - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Defines CarriageReturn/LineFeed characters.
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.
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
 
cryptoService - Variable in class org.forgerock.selfservice.stages.kba.AbstractKbaStage
The instance of 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.
cty(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the content type header parameter for this JWS.
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(SupportedEllipticCurve) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the elliptic curve that this key uses.
curve(Key) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the curve that this XECKey is for.
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 - 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 - Variable in class org.forgerock.services.context.AbstractContext
The Context data.
DATA_DECRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for decrypting data.
DATA_ENCRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for encrypting data.
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
 
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(String) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a DataStoreProviderException with a detailed message.
DataStoreProviderException(Throwable) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a DataStoreProviderException with an embedded exception.
DataStoreProviderException(Exception) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a DataStoreProviderException with an exception.
DataStoreProviderException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.datastore.DataStoreProviderException
Constructs a new DataStoreProviderException without a nested Throwable.
DataStoreProviderManager - Class in com.sun.identity.plugin.datastore
This is a singleton class used to manage DataStore providers.
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 - Class in com.sun.identity.shared.debug
****************************************************************************
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.
Decision - Interface in com.sun.identity.xacml.context
The Decision element is a container of one or more Decisions issued by policy decision point
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
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 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(byte[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded byte array.
decode(char[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded char array.
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.
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, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Decodes the provided control as a Control of type C.
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.
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.
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
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(char[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(String) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
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.
decodeToPromise(String) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the input property value, setting relevant properties on a SecretBuilder object.
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(CompressionAlgorithm, String) - Method in class org.forgerock.json.jose.jwe.CompressionManager
Convenience method equivalent to getCompressionHandler(compressionAlgorithm).decompress(Base64url.decode(data)).
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.
decorateContext(Context) - Method in interface org.forgerock.services.routing.RouteMatch
Decorates the given context with any routing information for the route.
decrypt(String) - Static method in class com.iplanet.am.util.AMPasswordUtil
Decrypts the encrypted password.
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 interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Decrypt the JWT.
decrypt(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
 
decrypt(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
 
decrypt(Key) - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
Decrypts the JWE ciphertext back into a JwtClaimsSet.
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.jws.EncryptedThenSignedJwt
Decrypts the JWE so that it Claims Set can be accessed.
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
Decrypts the outer JWT and then verifies the signature on the inner JWT.
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[], 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.
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).
decryptIdTokenHint(EncryptedJwt) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Decrypts the provided id_token_hint value.
decryptRawPayload(Key) - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
Decrypts and returns the raw bytes of the payload, without attempting to decode them in any way.
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.
Default - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema property's default-value, represented as a String.
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_CONN_TIMEOUT - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Default connection timeout, in milliseconds, for HTTP connections.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.forgerock.util.SimpleHTTPClient
Default connection timeout on HTTP requests from this client.
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_READ_TIMEOUT - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Default read timeout, in milliseconds, for HTTP connections.
DEFAULT_READ_TIMEOUT - Static variable in class org.forgerock.util.SimpleHTTPClient
Default read timeout on HTTP requests from this client.
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.
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(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(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() - Static method in class org.forgerock.api.models.Definitions
Create a new Builder for 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(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Deletes an identity.
Delete - Annotation Type in org.forgerock.api.annotations
Indicates an CREST delete method on an annotated POJO.
Delete - Class in org.forgerock.api.models
Class that represents the Delete operation type in API descriptor.
delete() - Static method in class org.forgerock.api.models.Delete
Creates a new builder for Delete.
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(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(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes an entry from the Directory Server using the provided delete request.
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry from the Directory Server.
delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes an entry from the Directory Server using the provided delete request.
delete(Dn) - Method in interface org.forgerock.opendj.ldap.Connection
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(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Deletes an entry from the Directory Server using the provided delete request.
delete(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new DELETE modification.
DELETE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Delete the values listed in the modification from the attribute.
Delete.Builder - Class in org.forgerock.api.models
Builder for the Delete.
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.
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, 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) - 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 interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteConfiguration(String, String, Set) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Deletes Configuration.
deleteIdentities(IdType, Set) - Method in class com.sun.identity.idm.AMIdentityRepository
Deprecated.
As of release AM 7.1, replaced by AMIdentityRepository.deleteIdentities(Set)
deleteIdentities(Set) - Method in class com.sun.identity.idm.AMIdentityRepository
 
deleteInstance(Context, String, DeleteRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Removes a resource instance from the collection.
deleteInstance(Context, String, DeleteRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Removes a resource instance from the collection.
deleteLabeledUri(String) - Method in class com.sun.identity.sm.ServiceConfig
Deprecated.
The labeledURI setting shall not be used for storing configuration data.
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.
DEPRECATED_CONFIRMATION_METHOD_ARTIFACT - Static variable in class com.sun.identity.saml.common.SAMLConstants
Deprecated SAML Artifact confirmation method identifier URI.
DereferenceAliasesPolicy - Class 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.
DerUtils - Class in org.forgerock.json.jose.utils
Utility methods for reading and writing DER-encoded values.
descendingOrder(JsonPointer) - Static method in class org.forgerock.json.resource.SortKey
Creates a new descending-order sort key for the provided JSON field.
descendingOrder(String) - 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 - Class in com.sun.identity.liberty.ws.disco
The class Description represents a Description Type of a service instance.
Description() - Constructor for class com.sun.identity.liberty.ws.disco.Description
Default constructor.
Description(List, List, String) - Constructor for class com.sun.identity.liberty.ws.disco.Description
Constructor.
Description(Element) - Constructor for class com.sun.identity.liberty.ws.disco.Description
Constructs a Description object from DOM element.
Description - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema property's description.
description(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
Sets the description.
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(String) - 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(String) - 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(String) - 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(String) - Method in class org.forgerock.api.models.Resource.Builder
Set the description.
description(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableOperation
 
description(String) - Method in class org.forgerock.api.transform.LocalizableOperation
 
description(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
description(String) - Method in class org.forgerock.api.transform.LocalizableRefProperty
 
description(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableTag
 
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
 
destroy() - Method in class com.sun.identity.shared.debug.Debug
Destroys the debug object, closes the debug file and releases any system resources.
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 class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
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, SSOToken) - Method in class com.iplanet.sso.providers.dpro.SSOProviderImpl
Destroys a single sign on token.
destroyToken(SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys a single sign on token.
destroyToken(SSOToken, SSOToken) - Method in class com.iplanet.sso.SSOTokenManager
Destroys a single sign on token.
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.
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(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(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.
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 - Class in com.sun.identity.liberty.ws.disco
The class Directive represents a discovery service DirectiveType element.
Directive(String) - Constructor for class com.sun.identity.liberty.ws.disco.Directive
Constructs a directive instance for a type of directive.
Directive(Element) - Constructor for class com.sun.identity.liberty.ws.disco.Directive
Constructs a directive instance from DOM element.
Directive - Class in org.forgerock.http.header
Represents the name/value pair of a HTTP header directives.
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.
DiscoEntryHandler - Interface in com.sun.identity.liberty.ws.disco.plugins
The class DiscoEntryHandler is an interface that is used to get and set DiscoEntries for a user.
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.
DiscoveryClient - Class in com.sun.identity.liberty.ws.disco
The class DiscoveryClient provides methods to send Discovery Service query and modify.
DiscoveryClient(String, String) - Constructor for class com.sun.identity.liberty.ws.disco.DiscoveryClient
Constructor, connects to Discovery Service without web service security token.
DiscoveryClient(SecurityAssertion, String, String) - Constructor for class com.sun.identity.liberty.ws.disco.DiscoveryClient
Constructor, connects to Discovery Service using WSS SAML Token.
DiscoveryClient(BinarySecurityToken, String, String) - Constructor for class com.sun.identity.liberty.ws.disco.DiscoveryClient
Constructor, connects to Discovery Service using WSS X509 Token.
DiscoveryClient(ResourceOffering, Object, String) - Constructor for class com.sun.identity.liberty.ws.disco.DiscoveryClient
Constructor, connects to Discovery Service specified by the resource offering, security mechanism/SOAP endpoint defined in the ResourceOffering will be used.
DiscoveryClient(ResourceOffering, Object, String, List) - Constructor for class com.sun.identity.liberty.ws.disco.DiscoveryClient
Constructor, connects to Discovery Service specified by the resource offering, security mechanism/SOAP endpoint defined in the ResourceOffering will be used.
DiscoveryException - Exception in com.sun.identity.liberty.ws.disco
This class is an extension point for all Discovery Service related exceptions.
DiscoveryException(String) - Constructor for exception com.sun.identity.liberty.ws.disco.DiscoveryException
Creates an DiscoveryException with a message.
DiscoveryException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.disco.DiscoveryException
Constructs with Throwable object.
DiscoveryException(String, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.disco.DiscoveryException
Constructs a new DiscoveryException without a nested Throwable.
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.
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.
DNValidator - Class in com.sun.identity.sm.validators
 
DNValidator() - Constructor for class com.sun.identity.sm.validators.DNValidator
 
documentTitle(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a document title.
DocumentToSOAPMessage(Document) - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Converts Document to SOAPMessage
doFedletSLO(HttpServletRequest, HttpServletResponse, LogoutRequest, String, String, List, String, String) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Invokes after Fedlet receives SLO request from IDP.
DOMAIN - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The Domain field.
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.
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.
doWebArtifact(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.saml.SAMLClient
This method is designed to do the SAML web-browser profile with Artifact.
doWebPOST(HttpServletRequest, HttpServletResponse, String) - Static method in class com.sun.identity.saml.SAMLClient
This method is designed to do the SAML web-browser POST profile.
DriverLoadException - Exception in com.iplanet.log
Deprecated.
since 14.0.0, use Common Audit Service
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.
DSEvent - Class in com.iplanet.services.ldap.event
 
DSTClient - Class in com.sun.identity.liberty.ws.dst
The class DSTClient provides methods for Liberty Data Service Template.
DSTClient(String, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor The constructor connects to Data Service without WSS token
DSTClient(SecurityAssertion, String, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor The constructor connects to Data Service using WSS SAML Token
DSTClient(BinarySecurityToken, String, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor The constructor connects to the data Service using WSS X509 Token.
DSTClient(String, String, HttpServletRequest, HttpServletResponse) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor The constructor connects to Data Service without WSS token, the HttpServletRequest and HttpServletResponse object of the current request agent will be used for resource owner interactions if needed.
DSTClient(SecurityAssertion, String, String, HttpServletRequest, HttpServletResponse) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor The constructor connects to Data Service with WSS SAML token, the HttpServletRequest and HttpServletResponse object of the current request agent will be used for resource owner interactions if needed.
DSTClient(BinarySecurityToken, String, String, HttpServletRequest, HttpServletResponse) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor The constructor connects to Data Service with WSS SAML token, the HttpServletRequest and HttpServletResponse object of the current request agent will be used for resource owner interactions if needed.
DSTClient(ResourceOffering, String, Object, HttpServletRequest, HttpServletResponse) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Contructor Creates a data service template client instance.
DSTClient(ResourceOffering, String, Object) - Constructor for class com.sun.identity.liberty.ws.dst.DSTClient
Constructor Creates a data service template client instance.
DSTData - Class in com.sun.identity.liberty.ws.dst
The DSTData class provides a wrapper for any data entry.
DSTData(List, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTData
Constructor
DSTData(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTData
Constructor
DSTException - Exception in com.sun.identity.liberty.ws.dst
The DSTException class represents a error while processing DST query/modify requests.
DSTException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.dst.DSTException
Constructor with Throwable object.
DSTException(String) - Constructor for exception com.sun.identity.liberty.ws.dst.DSTException
Constructor with a message.
DSTModification - Class in com.sun.identity.liberty.ws.dst
The DSTModification class represents a DST modification operation.
DSTModification() - Constructor for class com.sun.identity.liberty.ws.dst.DSTModification
Default constructor
DSTModification(String, Date, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTModification
Constructor
DSTModification(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTModification
Constructor
DSTModify - Class in com.sun.identity.liberty.ws.dst
The DSTModify class represents a DST modify request.
DSTModify() - Constructor for class com.sun.identity.liberty.ws.dst.DSTModify
Constructor
DSTModify(String, List, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTModify
Constructor
DSTModify(EncryptedResourceID, List, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTModify
Constructor
DSTModify(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTModify
Constructor
DSTModifyResponse - Class in com.sun.identity.liberty.ws.dst
The DSTModifyResponse class represents a DST response for DST modify request.
DSTModifyResponse() - Constructor for class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Default constructor
DSTModifyResponse(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Constructor
DSTQuery - Class in com.sun.identity.liberty.ws.dst
The DSTQuery class represents a DST query request.
DSTQuery() - Constructor for class com.sun.identity.liberty.ws.dst.DSTQuery
Constructor
DSTQuery(String, List, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQuery
Constructor
DSTQuery(EncryptedResourceID, List, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQuery
Constructor
DSTQuery(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQuery
Constructor
DSTQueryItem - Class in com.sun.identity.liberty.ws.dst
The class DSTQueryItem is the wrapper for one query item for Data service.
DSTQueryItem(String, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQueryItem
Constructor
DSTQueryItem(String, boolean, Date, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQueryItem
Constructor
DSTQueryItem(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQueryItem
Constructor
DSTQueryResponse - Class in com.sun.identity.liberty.ws.dst
The class DSTQueryResponse represents a DST query response.
DSTQueryResponse() - Constructor for class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Default constructor
DSTQueryResponse(List, String) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Constructor
DSTQueryResponse(Element) - Constructor for class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Constructor
DSTRequestHandler - Class in com.sun.identity.liberty.ws.dst.service
The class DSTRequestHandler is a handler for processing Query or Modify Requests for any generic data service that are built using Liberty SIS specifications.
DSTRequestHandler() - Constructor for class com.sun.identity.liberty.ws.dst.service.DSTRequestHandler
Default constructor
DuplicateDescriptionException - Exception in org.forgerock.api
An exception that is used when trying to merge multiple descriptors but a duplicate is detected.
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.
DuplicateDescriptionException(Version) - Constructor for exception org.forgerock.api.DuplicateDescriptionException
Construct a new exception for the given version with an unknown path.
duration() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a Duration.
Duration - Class in org.forgerock.util.time
Represents a duration in english.
Duration(Long, TimeUnit) - Constructor for class org.forgerock.util.time.Duration
Deprecated.
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.

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.
ECDHEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
Implements Elliptic Curve Diffie-Hellman (ECDH) key agreement in ephemeral-static (ECDH-ES) mode.
ECDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Elliptic Curve Digital Signature Algorithm (ECDSA) signing and verification.
ECDSASigningHandler(PrivateKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Constructs the ECDSA signing handler for signing only.
ECDSASigningHandler(ECPrivateKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Constructs the ECDSA signing handler for signing only.
ECDSASigningHandler(ECPublicKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
Constructs the ECDSA signing handler for verification only.
EcJWK - Class in org.forgerock.json.jose.jwk
This class implements an Elliptical Curve Json Web Key storage and manipulation class.
EcJWK(ECPublicKey, KeyUse, String) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK(ECPublicKey, ECPrivateKey, KeyUse, String) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK(KeyUse, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
Deprecated.
Use the builder instead.
EcJWK(KeyUse, 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.Builder - Class in org.forgerock.json.jose.jwk
EC JWK builder.
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.
EdDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
Signing handler for Edwards Curve DSA (EdDSA) as defined in RFC 8037.
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 interface 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.
EMAIL_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The email address field.
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.
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 variable in class org.forgerock.util.Pair
An empty Pair.
empty() - Static method in class org.forgerock.util.Pair
Returns an empty Pair matching the required types.
EMPTY_RESOURCE_NAME - Static variable in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Constant used to identity empty resource
emptyAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
emptyAttribute(String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
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.
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(Collection<String>) - Method in class org.forgerock.opendj.security.SslOptions
Adds the cipher suites 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.
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(Collection<String>) - Method in class org.forgerock.opendj.security.SslOptions
Adds the protocol versions 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.
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.
encode(byte[]) - Static method in class org.forgerock.opendj.ldap.Base64
Encodes the provided data as a base64 string.
encode(ByteSequence) - 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[], 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(byte[]) - Static method in class org.forgerock.util.encode.Base64url
Encodes the given byte array into a Base64url encoded 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(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.
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.
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.
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.
encrypt(String) - Static method in class com.iplanet.am.util.AMPasswordUtil
Encrypts the password.
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(Key) - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Wraps the signed JWT in an outer encrypted JWE envelope.
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.
EncryptableNameIdentifier - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
EncryptableNameIdentifier() - Constructor for class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Default Constructor.
EncryptableNameIdentifier(NameIdentifier) - Constructor for class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Constructor creates EncryptableNameIdentifier object.
EncryptableNameIdentifier(String, String, String, Date, String) - Constructor for class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Constructor creates EncryptableNameIdentifier object.
EncryptableNameIdentifier(Element) - Constructor for class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Constructs a EncryptedNameIdentifer element from the Document Element.
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.
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 fasion.
EncryptedJwt - Class in org.forgerock.json.jose.jwe
A JWE implementation of the Jwt interface.
EncryptedJwt(JweHeader, JwtClaimsSet, Key) - Constructor for class org.forgerock.json.jose.jwe.EncryptedJwt
Constructs a fresh, new EncryptedJwt from the given JweHeader and JwtClaimsSet.
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.
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
Constructs a new EncryptedJwtBuilder that will use the given public key to encrypt the JWT.
EncryptedNameIdentifier - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
EncryptedNameIdentifier() - Constructor for class com.sun.identity.federation.message.common.EncryptedNameIdentifier
Deprecated.
 
EncryptedResourceID - Class in com.sun.identity.liberty.ws.disco
The class EncryptedResourceID represents an Encryption Resource ID element for the Discovery Service.
EncryptedResourceID() - Constructor for class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Default constructor.
EncryptedResourceID(Element) - Constructor for class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Constructor.
EncryptedResourceID(Element, String) - Constructor for class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Constructs a encrypted resource ID.
EncryptedResourceID(Element, Element) - Constructor for class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Constructor.
EncryptedThenSignedJwt - Class in org.forgerock.json.jose.jws
An implementation of a JWS with a nested JWE as its payload.
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.
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.
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.
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.
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 - Enum in org.forgerock.json.jose.jwe
An Enum of the possible encryption methods that can be used when encrypting a JWT.
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.
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.
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, Throwable) - 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, 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.
EntityName - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
EntityName() - Constructor for class com.sun.identity.federation.message.common.EntityName
Deprecated.
Default Constructor.
EntityName(String) - Constructor for class com.sun.identity.federation.message.common.EntityName
Deprecated.
Constructor create EntityName object.
EntityName(String, List) - Constructor for class com.sun.identity.federation.message.common.EntityName
Deprecated.
Constructor create EntityName object.
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 - 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(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.
EntryGenerator(InputStream) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided input stream.
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(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(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.
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(JWK) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Sets the Ephemeral Public Key header parameter for this JWE.
epk(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
Deprecated.
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.
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(Object) - Method in interface com.iplanet.sso.SSOTokenID
Returns true if current object is equals to object.
equals(Object) - Method in class com.sun.identity.authentication.AuthContext.IndexType
Checks if two index type objects are equal.
equals(Object) - Method in class com.sun.identity.authentication.AuthContext.Status
Checks if two authentication status objects are equal.
equals(Object) - Method in class com.sun.identity.idm.AMIdentity
Returns true if the given object is equal to this object.
equals(Object) - Method in class com.sun.identity.idm.IdOperation
The equals method compares the current IdOperation with the IdOperation passed in and returns true if the operations are same.
equals(Object) - Method in class com.sun.identity.idm.IdSearchOpModifier
Returns true if the object being checked is the same as this current one.
equals(Object) - Method in class com.sun.identity.idm.IdType
 
equals(ProxySubject) - Method in class com.sun.identity.liberty.ws.security.ProxySubject
Checks for equality between this object and the ProxySubject passed down as parameter.
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(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 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.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.Warning
 
equals(Object) - Method in class org.forgerock.http.header.WarningHeader
 
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.json.jose.jwe.JweEncryption
 
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.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.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(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Indicates whether the provided object is equal to this byte sequence.
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
 
equals(Object) - Method in class org.forgerock.opendj.ldap.ByteString
Indicates whether the provided object is equal to this byte string.
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
 
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.DereferenceAliasesPolicy
 
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.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 - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "equals" operator.
equals(Object) - Method in class org.forgerock.util.time.Duration
 
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(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(String) - Method in class com.sun.identity.shared.debug.Debug
Prints error messages only when debug level is greater than DEBUG.OFF.
error(String, Throwable) - Method in class com.sun.identity.shared.debug.Debug
Prints error messages only if debug state is greater than Debug.OFF.
error(String, Object...) - Method in class com.sun.identity.shared.debug.Debug
A convenience method for error debug statements.
error(ApiError) - Method in class org.forgerock.api.models.Operation.Builder
Sets a single supported error.
error(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided 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_COMPARATOR - Static variable in class org.forgerock.api.models.ApiError
ApiError Comparator, which sorts by code and description.
ERROR_ENTRY_COMPARATOR - Static variable in class org.forgerock.api.models.Errors
ApiError Map-entry Comparator, which sorts by code and description.
errorEnabled() - Method in class com.sun.identity.shared.debug.Debug
Checks if error debugging is enabled.
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() - 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.Builder - Class in org.forgerock.api.models
Builder to help construct the Errors.
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.
evaluate(String, Subject, String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementCondition
Returns condition decision.
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, 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(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(Subject, String, Subject, String, Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.ResourceAttribute
Returns resource attributes applicable to the 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(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.ScopeValidator
Gets the specified access token's information.
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(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(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 - 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.
EvidenceBase - Class in com.sun.identity.saml.assertion
The Evidence element specifies an assertion either by reference or by value.
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.
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.
Example - Annotation Type in org.forgerock.api.annotations
Specify an example value for the JSON schema.
exampleBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts an example-block.
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(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(LocalizableString, String, String, boolean, ApiDescription, ApiDescription...) - Static method in class org.forgerock.api.transform.OpenApiTransformer
Transforms an ApiDescription into a Swagger model.
execute(ApiDescription, ApiDescription...) - Static method in class org.forgerock.api.transform.OpenApiTransformer
Transforms an ApiDescription into a Swagger model.
execute(Runnable) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
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.
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.
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.
expect(Class<?>) - Method in class org.forgerock.json.JsonValue
Called to enforce that the JSON value is of a particular type.
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(Throwable) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified cause.
ExpiredTokenException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified detail message and 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.secrets.SecretBuilder
Sets the secret to expire at the given time.
expiresIn(long, TemporalUnit, Clock) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret to expire in deadline units from now.
expireTime - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
Time when the session is set to expire.
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(KeyFormat<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Exports the key material in the given format.
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
 
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(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(String, ByteString) - 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>, 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(String, ByteString) - 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>, 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(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 interface org.forgerock.opendj.ldap.LdapClientSocket
Requests that the Directory Server performs the provided extended request.
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>, 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>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
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.
Extension - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
Extension(List) - Constructor for class com.sun.identity.federation.message.common.Extension
Deprecated.
Constructor to create Extension object.
Extension(Element) - Constructor for class com.sun.identity.federation.message.common.Extension
Deprecated.
Constructor to create Extension object.
Extension(Map) - Constructor for class com.sun.identity.federation.message.common.Extension
Deprecated.
Constructor to create Extension object.
Extensions - Interface in com.sun.identity.saml2.protocol
The interface Extensions defines methods for adding protcol message extension elements.
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.
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(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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
 
extraProperties(String, 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.
FACTORIES - Static variable in class org.forgerock.http.header.HeaderFactory
A map of header names to known HeaderFactory implementations.
Factory() - Constructor for class org.forgerock.http.header.AuthorizationHeader.Factory
 
Factory<T> - Interface in org.forgerock.util
A factory interface.
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.
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.
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.
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.
FALSE - Static variable in class org.forgerock.util.query.QueryFilterOperators
a literal "false.
fatalError(Throwable) - Static method in exception org.forgerock.opendj.io.LdapSocketClosedException
Returns a LdapSocketClosedException specifying that the socket has been closed locally as a result of a fatal error.
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.
FederationException - Exception in com.sun.identity.federation.common
Deprecated.
since 12.0.0
FederationException(String) - Constructor for exception com.sun.identity.federation.common.FederationException
Deprecated.
Constructs a FederationException with a detailed message.
FederationException() - Constructor for exception com.sun.identity.federation.common.FederationException
Deprecated.
Constructs a FederationException with no details.
FederationSPAdapter - Interface in com.sun.identity.federation.plugins
Deprecated.
since 12.0.0
FedletAdapter - Class in com.sun.identity.saml2.plugins
The FedletAdapter abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
FedletAdapter() - Constructor for class com.sun.identity.saml2.plugins.FedletAdapter
 
field(String, Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON field for inclusion in a JSON object using object.
FIELD_ACTION - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the field which contains the action ID in the JSON representation.
FIELD_ADDITIONAL_PARAMETERS - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the additional query parameters in the JSON representation.
FIELD_CAUSE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the cause message.
FIELD_CODE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the code.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the field which contains the action content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.UpdateRequest
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT_ID - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field in the resource content which contains the resource ID.
FIELD_CONTENT_REVISION - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field in the resource content which contains the resource revision.
FIELD_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.
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 - Interface in org.forgerock.http
Filters the request and/or response of an HTTP exchange.
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.ResourceServerFilter
 
filter(Context, Request, Handler) - Method in class org.forgerock.http.routing.ResourceApiVersionRoutingFilter
 
Filter - Interface in org.forgerock.json.resource
An interface for implementing request handler filters.
Filter - Class in org.forgerock.opendj.ldap
A search filter as defined in RFC 4511.
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 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.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.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.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.
filteredViewOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns an unmodifiable filtered view of the provided 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.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.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.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.openam.rest.resource.RestrictedTokenContextFilter
 
finalize() - Method in class com.sun.identity.shared.stats.Stats
Flushes and then closes the stats file.
FINDING_BASE - Static variable in class 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(Algorithm, KeyUse) - Method in class org.forgerock.json.jose.jwk.JWKSet
Search for a JWK that matches the algorithm and the key usage.
findJwk(String) - Method in class org.forgerock.json.jose.jwk.JWKSet
Search for a JWK that matches the kid.
findJwk(Algorithm, KeyUse) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Search for a JWK that matches the algorithm and the key usage.
findJwk(String) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Search for a JWK that matches the kid.
findJwtSessionCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Find a session cookie in the given message info.
firstSocketAddress() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns the first address that his LDAP listener is listening on.
firstValue() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
firstValue() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute.
firstValue() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
firstValueAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute decoded as a UTF-8 string.
FlatFileResolver - Class in org.forgerock.config.resolvers
A PropertyResolver in which each property is stored in its own file in some directory.
FlatFileResolver(Path, String) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Initializes the resolver with the given root directory.
FlatFileResolver(Path) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Initializes the resolver with the given root directory and an empty suffix.
FloatValidator - Class in com.sun.identity.sm.validators
 
FloatValidator() - Constructor for class com.sun.identity.sm.validators.FloatValidator
 
flush() - Method in class com.sun.identity.log.Logger
Deprecated.
Writes all the buffered log records.
flush() - Method in interface 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 - 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.
ForgottenPasswordConsoleConfig - Class in org.forgerock.openam.selfservice.config.beans
Represents forgotten password console configuration.
ForgottenUsernameConsoleConfig - Class in org.forgerock.openam.selfservice.config.beans
Represents forgotten username console configuration.
forKey(Key, KeyUse) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the standard curve that matches the given (private or public) key.
forKey(Key) - 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.
Format - Annotation Type in org.forgerock.api.annotations
Annotation to mark a JSON Schema property's format field.
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, 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(String, Object...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new filter using the provided filter template and unescaped assertion values.
formatDate(Date) - Static method in class org.forgerock.http.header.HeaderUtil
Formats a HTTP-date using RFC 1123 format as specified in RFC 2616.
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.
formatToRFC(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts a DN String to a RFC format and lowers case.
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).
forRealm(String) - Static method in class org.forgerock.oauth2.core.OAuth2Request
Creates an OAuth2Request which holds the provided realm only.
forSignature(byte[], JwsAlgorithmType) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the supported curve parameters for the given signature.
forSignature(byte[]) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Determines the supported curve parameters for the given ECDSA signature.
forSigning(byte[]) - Static method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Initialises a signing handler for signing.
forVerification(byte[]) - Static method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
Initialises a signing handler for verification.
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.
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, SubResources, ApiDescription, Parameter...) - 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.
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(Class<?>, Parameter) - Static method in class org.forgerock.api.models.Parameter
Builds a Parameter object from the data in the 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.
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
Parses the URL-encoded form entity of a request and stores them in this object.
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.
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.
FSAccountFedInfo - Class in com.sun.identity.federation.accountmgmt
Deprecated.
since 12.0.0
FSAssertion - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAssertion(Element) - Constructor for class com.sun.identity.federation.message.FSAssertion
Deprecated.
Constructor to create an FSAssertion object from the Document Element.
FSAssertion(String, String, Date, Set, String) - Constructor for class com.sun.identity.federation.message.FSAssertion
Deprecated.
Constructor to create FSAssertion object.
FSAssertion(String, String, Date, Conditions, Set, String) - Constructor for class com.sun.identity.federation.message.FSAssertion
Deprecated.
Constructor to create FSAssertion object.
FSAssertion(String, String, Date, Conditions, Advice, Set, String) - Constructor for class com.sun.identity.federation.message.FSAssertion
Deprecated.
Constructor to create an FSAssertion object.
FSAssertionArtifact - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAssertionArtifact() - Constructor for class com.sun.identity.federation.message.FSAssertionArtifact
Deprecated.
Default Constructor.
FSAssertionArtifact(String) - Constructor for class com.sun.identity.federation.message.FSAssertionArtifact
Deprecated.
Constructor to create AssertionArtifact object.
FSAssertionArtifact(byte[], byte[]) - Constructor for class com.sun.identity.federation.message.FSAssertionArtifact
Deprecated.
Constructor to create FSAssertionArtifact object.
FSAttributeMapper - Interface in com.sun.identity.federation.services
Deprecated.
This SPI is deprecated.
FSAttributePlugin - Interface in com.sun.identity.federation.services
Deprecated.
This SPI is deprecated.
FSAuthenticationStatement - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAuthenticationStatement() - Constructor for class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Default Constructor.
FSAuthenticationStatement(String, Date, Subject, AuthnContext) - Constructor for class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Constructor to create FSAuthenticationStatement object.
FSAuthenticationStatement(String, Date, Subject, SubjectLocality, List, AuthnContext) - Constructor for class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Constructor for create FSAuthenticationStatement object.
FSAuthenticationStatement(Element) - Constructor for class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Constructs an FSAuthenticationStatement object from a Document Element.
FSAuthnRequest - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAuthnRequest() - Constructor for class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Default AuthnRequest construtor
FSAuthnRequest(String, List, String, boolean, boolean, boolean, String, String, RequestAuthnContext, String, String) - Constructor for class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Constructor to create FSAuthnRequest object.
FSAuthnRequest(Element) - Constructor for class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Constructor to create FSAuthnRequest object.
FSAuthnRequestEnvelope - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAuthnRequestEnvelope() - Constructor for class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Default Constructor.
FSAuthnRequestEnvelope(FSAuthnRequest, String, String, String, FSIDPList, boolean) - Constructor for class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Constructs a new FSAuthnRequestEnvelope object.
FSAuthnRequestEnvelope(Element) - Constructor for class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Constructs a new FSAuthnRequestEnvelope object from a Document Element.
FSAuthnResponse - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAuthnResponse(String, String, Status, List, String) - Constructor for class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Constructor to create FSAuthnResponse object.
FSAuthnResponse(Element) - Constructor for class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Constructor creates FSAuthnResponse object from Document Element.
FSAuthnResponseEnvelope - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSAuthnResponseEnvelope() - Constructor for class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Default Constructor.
FSAuthnResponseEnvelope(FSAuthnResponse) - Constructor for class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Constructor create FSAuthnResponseEnvelope object.
FSAuthnResponseEnvelope(Element) - Constructor for class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Constructor create FSAuthnResponseEnvelope object.
FSFederationTerminationNotification - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSFederationTerminationNotification() - Constructor for class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Default Constructor.
FSFederationTerminationNotification(Element) - Constructor for class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Creates FSFederationTerminationNotification from a Document Element.
FSFederationTerminationNotification(String, String, NameIdentifier) - Constructor for class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Creates FSFederationTerminationNotification object.
FSIDPList - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSIDPList() - Constructor for class com.sun.identity.federation.message.FSIDPList
Deprecated.
Default Constructor.
FSIDPList(Element) - Constructor for class com.sun.identity.federation.message.FSIDPList
Deprecated.
Constructor creates FSIDPList object from Document Element.
FSIDPList(IDPEntries, List) - Constructor for class com.sun.identity.federation.message.FSIDPList
Deprecated.
Constructor creates FSIDPList from IDPEntries object and a list of GetComplete objects.
FSIDPProxy - Interface in com.sun.identity.federation.services
Deprecated.
This SPI is deprecated.
FSLogoutNotification - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSLogoutNotification() - Constructor for class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Default Constructor.
FSLogoutNotification(Element) - Constructor for class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Constructor creates FSLogoutNotification object from Document Element.
FSLogoutNotification(String, String, NameIdentifier, String) - Constructor for class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Consturctor creates FSLogoutNotification object.
FSLogoutResponse - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSLogoutResponse() - Constructor for class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Default Constructor.
FSLogoutResponse(String, String, Status, String, String) - Constructor for class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Constructor creates FSLogoutResponse object.
FSLogoutResponse(Element) - Constructor for class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Constructor creates FSLogoutResponse object from a Document element.
FSMsgException - Exception in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
FSMsgException(String, Object[]) - Constructor for exception com.sun.identity.federation.message.common.FSMsgException
Deprecated.
Constructor
FSMsgException(String, Object[], Throwable) - Constructor for exception com.sun.identity.federation.message.common.FSMsgException
Deprecated.
Constructor
FSMsgException(Throwable, String) - Constructor for exception com.sun.identity.federation.message.common.FSMsgException
Deprecated.
Constructor
FSMsgException(String) - Constructor for exception com.sun.identity.federation.message.common.FSMsgException
Deprecated.
Constructor
FSNameIdentifierMappingRequest - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSNameIdentifierMappingRequest(String, NameIdentifier, String) - Constructor for class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Constructor to create FSNameIdentifierMappingRequest.
FSNameIdentifierMappingRequest(Element) - Constructor for class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Constructor to create FSNameIdentifierMappingRequest from the Document Element.
FSNameIdentifierMappingResponse - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSNameIdentifierMappingResponse(String, String, Status, NameIdentifier) - Constructor for class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Constructor to create FSNameIdentifierMappingResponse object.
FSNameIdentifierMappingResponse(Element) - Constructor for class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Constructor to create FSNameIdentifierMappingResponse object.
FSNameRegistrationRequest - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSNameRegistrationRequest() - Constructor for class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Default Constructor.
FSNameRegistrationRequest(String, List, String, SPProvidedNameIdentifier, IDPProvidedNameIdentifier, OldProvidedNameIdentifier, String) - Constructor for class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Constructor creates the FSNameRegistrationRequest object.
FSNameRegistrationRequest(Element) - Constructor for class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Constructor creates FSNameRegistrationRequest object from a Document Element.
FSNameRegistrationResponse - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSNameRegistrationResponse() - Constructor for class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Default Constructor.
FSNameRegistrationResponse(String, String, Status, String, String) - Constructor for class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Constructor creates the FSNameRegistrationResponse object.
FSNameRegistrationResponse(Element) - Constructor for class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Constructor creates the FSNameRegistrationResponse object from Document Element.
FSRealmAttributeMapper - Interface in com.sun.identity.federation.services
Deprecated.
since 12.0.0
FSRealmAttributePlugin - Interface in com.sun.identity.federation.services
The interface FSRealmAttributePlugin is a plugin for adding the AttributeStatements into the Assertion by the Identity Provider during the Single Sign-on process.
FSRealmIDPProxy - Interface in com.sun.identity.federation.services
Deprecated.
since 12.0.0
FSRedirectException - Exception in com.sun.identity.federation.common
Deprecated.
since 12.0.0
FSRedirectException(String) - Constructor for exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Constructor Constructs a FSRedirectException with a detailed message.
FSRedirectException(Throwable, String) - Constructor for exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Constructor Constructs a FSRedirectException with a message and an embedded exception.
FSRedirectException(Exception) - Constructor for exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Constructor Constructs a FSRedirectException with an exception.
FSRemoteException - Exception in com.sun.identity.federation.common
Deprecated.
since 12.0.0
FSRemoteException() - Constructor for exception com.sun.identity.federation.common.FSRemoteException
Deprecated.
Creates an FSRemoteException with no message.
FSRemoteException(String) - Constructor for exception com.sun.identity.federation.common.FSRemoteException
Deprecated.
Creates an FSRemoteException with a message.
FSRequest - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSRequest() - Constructor for class com.sun.identity.federation.message.FSRequest
Deprecated.
 
FSRequest(String, Query) - Constructor for class com.sun.identity.federation.message.FSRequest
Deprecated.
Constructor creates Request object.
FSRequest(String, List) - Constructor for class com.sun.identity.federation.message.FSRequest
Deprecated.
Constructor creates Request object.
FSRequest(Element) - Constructor for class com.sun.identity.federation.message.FSRequest
Deprecated.
Constructor creates a FSRequest object from a XML Document Element.
FSResponse - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSResponse(String, String, Status, List) - Constructor for class com.sun.identity.federation.message.FSResponse
Deprecated.
Constructor creates FSResponse object.
FSResponse(Element) - Constructor for class com.sun.identity.federation.message.FSResponse
Deprecated.
Constructor creates FSResponse object form a Document Element.
FSSAMLRequest - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSSAMLRequest() - Constructor for class com.sun.identity.federation.message.FSSAMLRequest
Deprecated.
 
FSSAMLRequest(Element) - Constructor for class com.sun.identity.federation.message.FSSAMLRequest
Deprecated.
Constructor creates FSSAMLRequest from the Document Element.
FSScoping - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSScoping() - Constructor for class com.sun.identity.federation.message.FSScoping
Deprecated.
Default constructor
FSScoping(FSIDPList, int) - Constructor for class com.sun.identity.federation.message.FSScoping
Deprecated.
Constructor creates FSScoping object.
FSScoping(Element) - Constructor for class com.sun.identity.federation.message.FSScoping
Deprecated.
Constructor creates FSScoping object from the Document Element.
FSSubject - Class in com.sun.identity.federation.message
Deprecated.
since 12.0.0
FSSubject() - Constructor for class com.sun.identity.federation.message.FSSubject
Deprecated.
Default Constructor.
FSSubject(NameIdentifier, SubjectConfirmation, IDPProvidedNameIdentifier) - Constructor for class com.sun.identity.federation.message.FSSubject
Deprecated.
Constructor creates FSSubject object.
FSSubject(NameIdentifier, IDPProvidedNameIdentifier) - Constructor for class com.sun.identity.federation.message.FSSubject
Deprecated.
Constructor creates FSSubject object.
FSSubject(Element) - Constructor for class com.sun.identity.federation.message.FSSubject
Deprecated.
Constructor creates FSSubject object from the Document Element.
FSSubject(SubjectConfirmation) - Constructor for class com.sun.identity.federation.message.FSSubject
Deprecated.
Constructor creates FSSubject object.
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 - 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.
gatherInitialRequirements(ProcessContext, C) - Method in interface org.forgerock.selfservice.core.ProgressStage
Response for defining any initial requirements the stage may have.
gatherInitialRequirements(ProcessContext) - Method in class org.forgerock.selfservice.core.ProgressStageBinding
Response for defining any initial requirements the bound 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
 
GeneralizedTime - Class in org.forgerock.opendj.ldap
An LDAP generalized time as defined in RFC 4517.
generate(JsonValue) - Method in class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
 
generate(JsonValue) - Method in interface org.forgerock.tokenhandler.TokenHandler
Generates a new token using the state.
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
 
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.
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.saml.common.SAMLSiteID
Returns an ID String with length of SAMLConstants.ID_LENGTH.
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, 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.
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.
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.
generateMapFromJWK(URL) - Method in class org.forgerock.json.jose.jwk.JWKSetParser
Provides a Map of KeyId:Keys as indicated by the JWKSet's URL.
generateMessageHandle() - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Generates message handle used in an Artifact.
generateSourceID(String) - Static method in class com.sun.identity.saml.common.SAMLSiteID
Returns SAML site ID based on siteURL, this will return a Base64 encoded SHA-1 digest.
generateUserIDs(String, Map, int) - Method in interface com.sun.identity.authentication.spi.UserIDGenerator
Generates a set of user IDs.
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.
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.
GenericTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
GenericTransform(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.GenericTransform
Deprecated.
Constructs GenericTransform with the value of 'name' attribute.
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, 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(Version) - Method in class org.forgerock.api.models.VersionedPath
Gets the Resource for a given version.
get(AuthorizationContext) - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
Gets this attribute from the given authorization context.
get(String) - Method in class org.forgerock.caf.authentication.api.AuthenticationState
Returns the specified item value.
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(Object) - Method in class org.forgerock.http.protocol.Headers
Rich-type friendly get method.
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.RequestCookies
 
get(Object) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
get(String) - Method in class org.forgerock.json.jose.jwt.JWObject
Returns the specified item 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(JsonPointer) - Method in class org.forgerock.json.JsonValue
Returns the specified child value with a pointer, relative to this value as root.
get(String) - Method in class org.forgerock.json.JsonValue
Returns the specified item value.
get(int) - Method in class org.forgerock.json.resource.ResourcePath
Returns the path element at the specified position in this resource path.
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(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(SSOToken, SAML2Config) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AuthzDecisionStatementsProvider
 
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(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(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(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() - Method in class org.forgerock.secrets.SecretReference
Gets the current active secret object, refreshing it if necessary.
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(SnapshotTokenConfig) - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenHandlerFactory
Given the token type, provide a token handler instance.
get(int) - Method in class org.forgerock.util.LazyList
Returns the element at the specified position in this list.
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(int) - Method in class org.forgerock.util.ListDecorator
Returns the element at the specified position in this list.
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(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(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() - 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(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() - Method in class org.forgerock.util.promise.PromiseImpl
 
get(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
get(URL) - Method in class org.forgerock.util.SimpleHTTPClient
Utility method for gathering the contents of an HTTP page.
get() - Method in interface org.forgerock.util.Supplier
Supply a value.
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.
getAbstract() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Gets abstract of the resource offering
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.
getAccessTokenType() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the type of access token the client requires.
getAccountFedInfo(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getAccountFedInfo(HttpServletRequest, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the federation information associated with current liberty session.
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.
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 class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Returns the List of Actions.
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.
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.
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() - 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.
getActive(Purpose<S>) - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getActive(Purpose<S>) - Method in interface org.forgerock.secrets.SecretStore
Returns the active secret for the given purpose.
getActive(Purpose<S>) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getActiveSecret(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.paos.PAOSResponse
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.ProcessingContextHeader
Returns value of actor attribute.
getActor() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
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 org.forgerock.json.resource.AdviceContext
Returns the advices contained within this context.
getAdvisoryAuthnID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of advisoryAuthnID attribute.
getAffiliation() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
Deprecated.
Gets the affiliation federation type.
getAffiliationID() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the Affliation Identifier.
getAffiliationID() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
Returns value of affiliationID attribute.
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(String) - Static method in class org.forgerock.json.jose.jwk.JWK
Get the algorithm corresponding.
getAlgorithm() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
getAlgorithm() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
 
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.
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.opendj.security.KeyStoreObject
Returns the alias associated with this key store object.
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(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.
getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a collection containing all of the entries in this memory backend.
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(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(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() - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
 
getAllCallbacks() - Method in class org.forgerock.openam.auth.node.api.TreeContext
Gets all the callbacks sent in the request.
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.
getAllIDPList(String) - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted Identity Providers under the realm.
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.
getAllowedGrantTypes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the allowed grant types configured for the client.
getAllowedIdOperations(IdType) - Method in class com.sun.identity.idm.AMIdentityRepository
 
getAllowedKeyUsages() - Method in class org.forgerock.secrets.SecretBuilder
The allowed key usages of this key.
getAllowedResponseTypes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the allowed response types.
getAllowedScopes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the allowed scopes configured for the client.
getAllSPList(String) - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted Service Providers under the realm.
getAlternativeServers() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of URIs referring to alternative Directory Servers that may be contacted when the Directory Server becomes unavailable.
getAltServerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the altServer Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.6.
getAny() - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
Gets the value of the Any property.
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.
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
getAsInt(String, int) - Static method in class com.iplanet.am.util.SystemProperties
 
getAsLong(String, long) - Static method in class com.iplanet.am.util.SystemProperties
 
getAsn1Reader() - Method in class org.forgerock.opendj.io.LdapReader
Returns the ASN.1 reader from which LDAP messages will be read.
getAsn1Writer() - Method in class org.forgerock.opendj.io.LdapWriter
Returns the ASN.1 writer to which LDAP messages will be written.
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(AssertionIDReference, Object) - Method in class com.sun.identity.saml.AssertionManager
Gets the Assertion referenced by an AssertionIDReference.
getAssertion(AssertionIDReference, String) - Method in class com.sun.identity.saml.AssertionManager
Gets the Assertion referenced by an AssertionIDReference.
getAssertion(AssertionIDReference, Set) - Method in class com.sun.identity.saml.AssertionManager
Gets the Assertion referenced by an AssertionIDReference.
getAssertion() - Method in class com.sun.identity.saml.protocol.Response
This method returns the set of Assertions that is the content of the response.
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.opendj.ldap.Matcher
Returns the assertion for this comparison filter Matcher.
getAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractEqualityMatchingRuleImpl
 
getAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
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 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.
getAssertionArtifact() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the artifact.
getAssertionArtifact() - Method in class com.sun.identity.saml.protocol.Request
Gets the AssertionArtifact(s) of the Request.
getAssertionArtifacts(Object) - Method in class com.sun.identity.saml.AssertionManager
This method gets all valid AssertionArtifacts managed by this AssertionManager.
getAssertionByArtifact(AssertionArtifact) - Static method in class com.sun.identity.saml.SAMLClient
This method returns the Assertion for the corresponding artifact.
getAssertionByArtifact(String) - Static method in class com.sun.identity.saml.SAMLClient
This method returns the Assertion for the corresponding artifact.
getAssertionConsumerServiceID() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the Assertion Consumer Service Identifier.
getAssertionConsumerServiceIndex() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the value of the AssertionConsumerServiceIndex attribute.
getAssertionConsumerServiceURL() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns the value of AssertionConsumerServiceURL attribute.
getAssertionConsumerServiceURL() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns the Assertion Consumer Service URL.
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.
getAssertionHandle() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the AssertionHandle of the artifact.
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
getAssertionIDReference() - Method in class com.sun.identity.saml.protocol.Request
Gets the AssertionIDReference(s) of the Request.
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(Object) - Method in class com.sun.identity.saml.AssertionManager
This method gets all valid Assertions managed by this AssertionManager.
getAssertions() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of Assertion
getAssertionURIRef() - Method in interface com.sun.identity.saml2.assertion.Evidence
Returns the AssertionURIRef(s) in the element.
getAssertionURIRefs() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a list of AssertionURIRef
getAssertionValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable.
getAssertionValue() - Method in class org.forgerock.opendj.ldap.Filter
Returns the assertion value for this comparison filter.
getAssertionValue() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Returns the assertion value to be compared.
getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable, decoded as a UTF-8 string.
getAssertionValueAsString() - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Returns the assertion value to be compared decoded as a UTF-8 string.
getAsSet(String, 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.
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) - 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.
getAssignableServices() - Method in class com.sun.identity.idm.AMIdentity
Returns all services which can be assigned to this entity.
getAssignableServices() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns a set of service names that can be assigned to a realm.
getAssignedServices() - Method in class com.sun.identity.idm.AMIdentity
Returns the set of services already assigned to this identity.
getAssignedServices(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() - 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.
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.
getAsync() - Method in class org.forgerock.secrets.SecretReference
Gets the current active secret object asynchronously, refreshing it if necessary.
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() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the list of authentication module data store specific attributes.
getAttribute(String) - Method in class com.sun.identity.idm.AMIdentity
Returns the values of the requested attribute.
getAttribute(String, String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user attribute.
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(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 class 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(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(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(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
getAttribute() - Method in class org.forgerock.opendj.ldap.Modification
Returns the attribute containing the values to be modified.
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
 
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
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.
getAttributeDesignator() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Returns the AttributeDesignators.
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 com.sun.identity.federation.message.common.Extension
Deprecated.
 
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(ResourceAttribute) - Method in class org.forgerock.openam.entitlement.EntitlementRegistry
Returns the short name that the given attribute is registered under.
getAttributeName() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute name associated with this AVA.
getAttributeNamespace() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
Returns attribute name space from the AttributeDesignator.
getAttributes(List, String, String, Object) - Method in interface com.sun.identity.federation.services.FSAttributeMapper
Deprecated.
Returns the map of local attributes for the given list of attribute statements.
getAttributes(List, String, String, String, Object) - Method in interface com.sun.identity.federation.services.FSRealmAttributeMapper
Deprecated.
Returns the map of local attributes for the given list of attribute statements.
getAttributes() - Method in class com.sun.identity.idm.AMIdentity
Returns all attributes and values of this identity.
getAttributes(Set) - Method in class com.sun.identity.idm.AMIdentity
Returns requested attributes and values of this object.
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(NameIdentifier, Object, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityAttributePlugin
Returns the list of SAML Attribute objects.
getAttributes(String, Set<String>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user attributes.
getAttributes(AttributeQuery, String, Object) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
Returns Attributes for the user.
getAttributes(Object, HttpServletRequest, HttpServletResponse, String) - Method in interface com.sun.identity.saml.plugins.ConsumerSiteAttributeMapper
Returns List of Attribute objects
getAttributes(Object, String) - Method in interface com.sun.identity.saml.plugins.PartnerSiteAttributeMapper
Deprecated.
Returns List of Attribute objects
getAttributes(Object) - Method in interface com.sun.identity.saml.plugins.SiteAttributeMapper
Deprecated.
Returns List of Attribute objects
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(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() - Method in interface com.sun.identity.saml2.protocol.AttributeQuery
Returns Attribute objects.
getAttributes(String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the organization creation attributes for the service.
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(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(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() - Method in interface com.sun.identity.xacml.context.Action
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.Environment
Returns zero to many Attribute elements of this object.
getAttributes() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
 
getAttributes() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
 
getAttributes() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.Resource
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.ResourceContent
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in interface com.sun.identity.xacml.context.Subject
Returns zero to many Attribute elements of this object If no attributes and present, empty List will be returned.
getAttributes() - Method in class org.forgerock.authz.filter.api.AuthorizationContext
Gets a copy of all attributes set in this authorization context.
getAttributes(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(SSOToken, Map<String, String>) - Method in interface org.forgerock.openam.sts.tokengeneration.saml2.statements.AttributeMapper
Gets a list of populated SAML2 Attribute instances.
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.
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(String, String, FSSubject, Object) - Method in interface com.sun.identity.federation.services.FSAttributePlugin
Deprecated.
This method is deprecated.
getAttributeStatements(String, String, String, FSSubject, Object) - Method in interface com.sun.identity.federation.services.FSRealmAttributePlugin
Gets the list of AttributeStatements.
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(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() - 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.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(String) - Method in class com.sun.identity.sm.ServiceConfig
Returns a service configuration parameter's values.
getAttributeValue() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute value associated with this AVA.
getAttributeValue(AttributeType) - Method in class org.forgerock.opendj.ldap.Rdn
Returns the attribute value contained in this RDN which is associated with the provided attribute type, or null if this RDN does not include such an attribute value.
getAttributeValues() - Method in interface com.sun.identity.xacml.context.Attribute
Returns one to many AttributeValue elements for this object each attribite value MAY have empty contents, occur once or occur multiple times.
getAttributeValues() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns one to many values in the AttributeValue elements of this object
getAttributeValues() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns the AttributeValues of this object
getAttributeValuesAsStringSet(Attribute) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts all the attribute values to a String Set.
getAttributeValueString() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns the AttributeValue(s) of the Attribute.
getAudience() - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Returns list of Audience held within this Condition element
getAudience() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Returns a list of String represented audiences
getAudience() - Method in interface com.sun.identity.saml2.assertion.ProxyRestriction
Returns the list of audiences to whom the asserting party permits new assertions to be issued on the basis of this assertion.
getAudience() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the intended audience for the JWT from the Claims Set.
getAudienceRestrictionCondition() - Method in class com.sun.identity.saml.assertion.Conditions
Returns a set of the AudienceRestrictionCondition elements held within this Conditions element.
getAudienceRestrictions() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a list of AudienceRestriction
getAuditEntryDetail() - Method in interface org.forgerock.openam.auth.node.api.Node
Supply the additional detail to be logged with this node's completion event.
getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.AccessToken
 
getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.Token
Get the audit tracking ID for this token.
getAuditTrail() - Method in interface org.forgerock.caf.authentication.api.MessageContext
Gets the AuditTrail instance for this message exchange.
getAuditTrail() - Method in class org.forgerock.caf.authentication.framework.MessageContextImpl
 
getAuthContextCompType() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of AuthContext Comparison attribute.
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.
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.
getAuthenticationMechanism() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Gets authentication mechanism.
getAuthenticationMethod() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Returns the AuthenticationMethod.
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.
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.
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(RequestedAuthnContext, AuthnContext, String, String, String) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
Returns the Auth Level for the AuthContext.
getAuthLevel() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the session auth level.
getAuthnContext() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Returns the Authentication Context in this authentication statement.
getAuthnContext() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the RequestedAuthnContext object.
getAuthnContext() - Method in class com.sun.identity.liberty.ws.security.SessionContext
Returns the AuthnContext within the SessionContext object.
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
getAuthnContext(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getAuthnContext(HttpServletRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the authentication context used in liberty single sign-on.
getAuthnContextClassRef() - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Returns the AuthnContext Class Reference URI.
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.
getAuthnContextClassRefList() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns List of AuthnContext Class References.
getAuthnContextComparison() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns the AuthnContext Comparison type.
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.
getAuthnContextStatementRef() - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Returns the AuthnContext Statement Reference URI.
getAuthnContextStatementRefList() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns a List of AuthnContext Statement References.
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 com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns the FSAuthnRequest object.
getAuthnRequestEnvelope(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns Authentication Request Envelope from a HTTP servlet request.
getAuthnResponse() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns the FSAuthnResponse object.
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.
getAuthorizationDecision(Object, String, Object, Map) - Method in interface com.sun.identity.liberty.ws.interfaces.Authorizer
Returns authorization decision for the given action(query or modify) and to the given select data
getAuthorizationDecisions(AuthorizationDecisionQuery, Object, String) - Method in interface com.sun.identity.saml.plugins.ActionMapper
Returns Action Decisions for the user.
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.
getAuthzDecisionStatements() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns the AuthzDecisionStatements of the assertion
getAuthzID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of authzID attribute.
getAuxiliaryClasses() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the auxiliary objectclasses that may be used for entries associated with this DIT content rule.
getBackend() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
getBackingArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the byte array that backs this byte string builder.
getBaseID() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns the identifier in BaseID format
getBaseID() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns the base ID
getBaseID() - Method in interface com.sun.identity.saml2.protocol.LogoutRequest
Returns the value of the baseID property.
getBaseID() - Method in interface com.sun.identity.saml2.protocol.NameIDMappingRequest
Returns the value of the baseID property.
getBaseUri() - Method in class org.forgerock.http.routing.UriRouterContext
Returns the portion of the request URI which has been routed so far.
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(Set) - Method in class com.sun.identity.idm.AMIdentity
Returns requested attributes and values of this object.
getBinaryAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Returns requested binary attributes as an array of bytes.
getBinaryAttributes(String, Set<String>) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Gets user binary attributes.
getBinarySecurityToken() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a binary security token used for signing.
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.
getBodies() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of SOAP bodies.
getBodies(String, String) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of SOAP bodies.
getBody() - Method in class 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.
getBytes() - Method in class org.forgerock.http.protocol.Entity
Returns a byte array containing a copy of the decoded content of this entity.
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.
getCacheMissCacheTime() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Get the cache time before reload the cache in case of cache miss.
getCacheTimeout() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Get the cache timeout.
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() - Method in class org.forgerock.selfservice.core.StageResponse
Returns the callback instance.
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
 
getCertificate(PublicKey) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Returns certificate corresponding to the specified PublicKey.
getCertificate(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the certificate of the given type if one is available.
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(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the certificate from the KeyStore with the given alias.
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.
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.
getChangedSince() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Gets changed since attribute
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.
getChildren() - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Returns a list of XML String objects.
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(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() - Method in class com.sun.identity.sm.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(Map<String, Object>) - Method in class com.sun.identity.sm.ChoiceValues
Returns the choice values for attribute for the given environment parameters.
getChoiceValues() - Method in class org.forgerock.openam.secrets.SecretIdChoiceValues
 
getChoiceValues(Map) - Method in class org.forgerock.openam.secrets.SecretIdChoiceValues
 
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.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.
getClaimDescriptions(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
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.http.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.http.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
Deprecated.
Method to obtain the class name.
getClassName() - Method in exception com.sun.identity.shared.jaxrpc.SOAPClientException
Method to obtain the class name.
getClientCertificateSubjectDn() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Returns the Subject DN to expect when the client authenticates with a TLS client certificate.
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.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets OAuth 2.0 client identifier.
getClientId() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the client's 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.
getClientRegistration() - Method in class org.forgerock.oauth2.core.OAuth2Request
Get the OAuth2 client registration of the request.
getClientSecret() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets OAuth 2.0 client secret.
getClientSecret() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the client's secret.
getClientSessionURI() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the client's session URI.
getClientSessionURI(HttpServletRequest) - Method in class org.forgerock.openidconnect.CheckSession
Get the URL the postMessage must be coming from (registered in client) to process the message.
getClientUri(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Get the client URI to use for the user's locale, or null if none is registered.
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 com.sun.identity.liberty.ws.common.Status
Gets status code.
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 com.sun.identity.liberty.ws.common.Status
Gets comment for the status.
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
Returns the intended use of a cookie.
getCommentURL() - Method in class org.forgerock.http.protocol.Cookie
Returns the URL identifying the intended use of a cookie.
getComparison() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns the value of Comparison property.
GetComplete - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
GetComplete() - Constructor for class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Default Constructor.
GetComplete(String) - Constructor for class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Constructor create GetComplete object.
GetComplete(String, List) - Constructor for class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Constructor create GetComplete object.
GetComplete(Element) - Constructor for class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Constructor creates GetComplete object from the Document Element.
GetComplete - Interface in com.sun.identity.saml2.protocol
This interface contains methods for the GetComplete Element in the SAMLv2 Protocol Schema.
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.
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.
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
 
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
 
getConnectionError() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Returns the error that caused the connection to fail, or null if the connection has not failed.
getConnectionFactory() - Method in interface org.forgerock.json.resource.CrestApplication
Get the connection factory for the application.
getConnectionTimeout() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the http connection timeout used to configure the OpenIdResolverService.
getConsent() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of consent attribute.
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.
getConsentHandlerURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the ConsentHandler.
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 class org.forgerock.oauth2.core.OAuth2Request
 
getConsentURI() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the value of the consent attribute.
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 class com.sun.identity.saml.protocol.Request
Returns the type of content this Request has.
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>, 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>) - 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.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.SearchResultEntry
 
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.SearchResultEntry
 
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(HttpServletRequest) - Static method in class org.forgerock.caf.http.Cookie
Gets all of the Cookies from the provided HttpServletRequest.
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
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.
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.
getCOTKey() - Static method in class com.sun.liberty.LibertyManager
Returns the COT key from IFSConstants.
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.
getCredentialRef() - Method in class com.sun.identity.liberty.ws.disco.Description
Gets the value of the CredentialRef property.
getCredentials() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns a list of child Element of 'Credentials' Element.
getCredentials() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Gets credentials.
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.
getCurve() - Method in interface org.forgerock.json.jose.jwk.OkpJWK.OctetECKey
The curve that the key is for.
getCurve() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
getCurve() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
 
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(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.
getCustomLoginUrlTemplate() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the custom login url template which will create the url to redirect resource owners to for authentication.
getCustomProperties() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Retrieve the set of custom properties.
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.
getData() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of Element 'Data'.
getData() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns value of Element 'Data'.
getData(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Gets data for the specified query items.
getData() - Method in class com.sun.identity.liberty.ws.dst.DSTData
Gets the returned data objects.
getData() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets the value of the Data property.
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.
getDecryptedNameIdentifier(NameIdentifier, String, String) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
Deprecated.
Returns the decrypted NameIdentifier object.
getDecryptedNameIdentifier(NameIdentifier, PrivateKey) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
Deprecated.
Gets the decrypted NameIdentifier.
getDecryptedResourceID(EncryptedResourceID, String) - Static method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Returns an instance of ResourceID object.
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
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.
getDefaultScopes() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the default scopes configured for the client.
getDefaultValue() - Method in class org.forgerock.api.models.Parameter
Getter of the parameter's default value.
getDefaultValues() - Method in class com.sun.identity.sm.AttributeSchema
Returns the default values of 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() - 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.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.liberty.ws.disco.ServiceInstance
Gets the service descriptions.
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.
getDescriptionIDRef() - Method in class com.sun.identity.liberty.ws.disco.Directive
Returns a list of description ID references.
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.
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.
getDirectiveType() - Method in class com.sun.identity.liberty.ws.disco.Directive
Returns type of directive.
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.
getDiscard() - Method in class org.forgerock.http.protocol.Cookie
Returns true if the user agent should discard the cookie unconditionally when it terminates.
getDiscoEntries(String, List) - Method in interface com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandler
Finds all the discovery entries for a user.
getDiscoveryBootStrapCredentials(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Gets the Discovery bootstrap credentials.
getDiscoveryBootStrapCredentials(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
getDiscoveryBootStrapCredentials(HttpServletRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the Discovery Service Credentials in the Advice element.
getDiscoveryBootStrapResourceOffering(HttpServletRequest) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Gets the Discovery bootstrap resource offering in an attribute statement.
getDiscoveryBootStrapResourceOfferings(HttpServletRequest, String) - Static method in class com.sun.liberty.LibertyManager
getDiscoveryBootStrapResourceOfferings(HttpServletRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the Discovery Service Resource Offerings nodes in an attribute statement.
getDiscoveryCredential() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns the discovery service credentials from the boot strap.
getDisplayDescription(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the display description of the client in the specified locale.
getDisplayName(String) - Method in class com.sun.identity.policy.ConditionTypeManager
Deprecated.
Gets the display name for the condition 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.
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(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the display name of the client in the specified locale.
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(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.
getDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule with the specified name or numeric OID.
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.
getDOMElement() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns the Document Element for this object.
getDOMElement() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the Document Element for this object.
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.
getDSAttribute(String) - Method in interface com.sun.identity.liberty.ws.idpp.plugin.AttributeMapper
Gets the DS attribute for the PP attribute.
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.
getElementValue() - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
Returns value of ProcessingContext element.
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.
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.json.jose.jwk.OkpJWK.OctetECPrivateKey
Returns the private d-value in little-endian form.
getEncoded() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
Returns the x-coordinate in little-endian form.
getEncodedString(Map, 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) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns encrypted string for the given attributes.
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.
getEncryptedData() - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Gets encrypted data.
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.
getEncryptedKey() - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Gets encrypted key element.
getEncryptedNameIdentifier(NameIdentifier, String, String) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
Deprecated.
Returns the EncryptedNameIdentifier for a given name identifier and the provider ID.
getEncryptedNameIdentifier(NameIdentifier, String, Key, String, int) - Static method in class com.sun.identity.federation.message.common.EncryptedNameIdentifier
Deprecated.
Gets then Encrypted NameIdentifier for a given name identifier and the provider ID.
getEncryptedResourceID(ResourceID, String) - Static method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Returns an EncryptedResourceID object.
getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.disco.Modify
Gets the encrypted resource ID for the discovery resource to be modified.
getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.disco.Query
Gets the encrypted resource ID of the discovery resource to be queried.
getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Gets encrypted resource ID.
getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets the encrypted resource ID.
getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets encrypted resource ID.
getEncryptedResourceID() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Gets the EncryptedResourceID object from this ResourceAccessStatement object.
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.
getEndpoint() - Method in class com.sun.identity.liberty.ws.disco.Description
Gets SOAP end point URI.
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.
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
 
getEntityByMetaAlias(String) - Method in class com.sun.identity.saml2.meta.SAML2MetaManager
Returns entity ID associated with the metaAlias.
getEntityID(String) - Static method in class com.sun.liberty.LibertyManager
Returns entityID from the provider Alias using meta manager calls.
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.
getEntryID() - Method in class com.sun.identity.liberty.ws.disco.RemoveEntry
Gets entry ID to be removed.
getEntryID() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Gets entry ID.
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(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
Gets and Errors ApiError by JSON reference.
getError() - Method in class org.forgerock.http.oauth2.OAuth2Error
Returns the error code specifying the cause of the failure.
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
 
getErrorPageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getErrorPageURL(String,String,String,HttpServletRequest)
getErrorPageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the provider's error page.
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
 
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.
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 class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Returns the Evidence
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
 
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.
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.
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
getExtAttributes() - Method in interface com.sun.identity.liberty.ws.idpp.plugin.IDPPExtension
Gets the list of extension JAXB attribute objects.
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.
getExtension() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Gets modify response Extension Element.
getExtension() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets the extension property
getExtension() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets the extension property.
getExtension() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets the extension property.
getExtensions() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns a list of Extension objects.
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.
getFederate() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of the Federate attribute.
getFederatedProviders(String, String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getFederatedProviders(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the set of federated providers for an user using Account Management API.
getFederationDonePageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getFederationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getFederationHandlerURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the FederationHandler.
getFedErrorKey() - Static method in class com.sun.liberty.LibertyManager
Returns Federation Error Key.
getFedRemarkKey() - Static method in class com.sun.liberty.LibertyManager
Returns FederationRemark Key.
getField() - Method in class org.forgerock.http.client.request.HttpClientRequestCookie
Get the field of the cookie.
getField() - Method in class org.forgerock.json.resource.PatchOperation
Returns the field targeted by the patch operation.
getField() - Method in class org.forgerock.json.resource.SortKey
Returns the sort key field.
getFieldName() - Method in class com.sun.identity.log.QueryElement
Deprecated.
Returns the field name on which query to be applied
getFields() - Method in interface org.forgerock.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(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(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(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.
getFirst() - Method in class org.forgerock.util.Pair
Returns the first element of this pair.
getFirstAva() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the first AVA contained in this RDN.
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.
getForceAuthn() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of Force Authentication attribute.
getForm() - Method in class org.forgerock.http.protocol.Request
Returns a copy of the query parameters and application/x-www-form-urlencoded entity decoded as a form.
getFormat() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Returns value of the Format attribute.
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.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
getFormat() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
 
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.
getGetComplete() - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns the GetComplete Object.
getGetCompleteList() - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Returns list of GetComplete objects.
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 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.
getGrantId() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getGrantType() - Method in interface org.forgerock.oauth2.core.AccessToken
 
getGrantType() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the grant type that was used to produce the token.
getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
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 interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal matching operations on that value.
getGroup() - Method in class com.sun.identity.sm.ServiceInstance
Returns the group name from which the configuration parameters for the instance must be obtained.
getGroupNames() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the configuration group names
getGroupOfNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfNames Object Class which has the OID 2.5.6.9.
getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfUniqueNames Object Class which has the OID 2.5.6.17.
getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.25.
getHasSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the hasSubordinates Attribute Type which has the OID 2.5.18.9.
getHeader() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the authentication module header string display.
getHeader() - Method in class org.forgerock.json.jose.jwe.EncryptedJwt
 
getHeader() - Method in class org.forgerock.json.jose.jws.SignedJwt
Gets the header object for the JWT, which contains properties which describe the cryptographic operations applied to the JWT, among other properties.
getHeader() - Method in interface org.forgerock.json.jose.jwt.Jwt
Gets the header object for the JWT, which contains properties which describe the cryptographic operations applied to the JWT, among other properties.
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.
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.
getHomeURL(String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getHomeURL(String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns Provider's HomePageURL.
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.
getHostName() - Method in interface com.iplanet.sso.SSOToken
Returns the host name of the client (browser) that sent the request.
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.
getHttpClientResponse(String, String, Map<String, List<Map<String, String>>>, String) - Method in class org.forgerock.http.client.RestletHttpClient
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(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.
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.
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.iplanet.services.ldap.event.DSEvent
Return the Directory Server ID assigned to the entry changed
getID() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the value of the id attribute.
getID() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Returns the value of id attribute.
getID() - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns the value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
Returns value of 'id' attribute.
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.disco.Description
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.disco.Modify
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.disco.Query
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.disco.ResourceID
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTData
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Gets id attribute
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets id attribute
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Gets id attribute
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Gets id attribute.
getId() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets id attribute.
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.ProcessingContextHeader
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
Returns value of id attribute.
getId() - Method in class com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
Returns value of id attribute.
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.
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.
getIdentity(SSOToken) - Static method in class com.sun.identity.idm.IdUtils
 
getIdentity(SSOToken, String) - Static method in class com.sun.identity.idm.IdUtils
 
getIdentity(String, String) - Static method in class com.sun.identity.idm.IdUtils
 
getIdentity(String, String, Set<String>) - Static method in class com.sun.identity.idm.IdUtils
 
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.
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(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(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(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.
getIdentityAccountStatusField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the account status.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
Gets the field name for the identity email address.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Gets the field name for the identity email address.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
Gets the field name for the identity email address.
getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the identity email address.
getIdentityIdField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the identity id.
getIdentityPasswordField() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Gets the password field identifier.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Gets the URL for the identity service.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
Gets the URL for the identity service.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Gets the URL for the identity service.
getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the URL for the identity service.
getIdentityUsernameField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
Gets the field name for the identity username.
getIdleTime() - Method in interface com.iplanet.sso.SSOToken
Returns the session idle time in seconds.
getIDPAuthnContextInfo(AuthnRequest, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
getIDPAuthnContextInfo(AuthnRequest, String, String, String) - Method in interface com.sun.identity.saml2.plugins.IDPAuthnContextMapper
Returns an IDPAuthnContextInfo object.
getIDPAuthnContextInfo(String, String, String) - Method in interface com.sun.identity.wsfederation.plugins.IDPAuthenticationMethodMapper
Returns an IDPAuthenticationTypeInfo object.
getIDPEntries() - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Returns IDPEntries object.
getIDPEntries() - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns the list of IDPEntry Objects.
getIDPEntryList() - Method in class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Returns the list of Identity Providers.
getIDPFederationStatus(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getIDPFederationStatus(String, String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the federation status of a user with an Identity Provider.
getIdpId() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the Identity Provider id.
getIDPList() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns the FSIDPList object.
getIDPList() - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Returns the preferred IDPs list in an authentication request.
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.
getIDPList() - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method has been deprecated. Please use getAllIDPList(String realm) instead.
getIDPList(String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getIDPList(String,String)
getIDPList(String, String) - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted Identity Providers under the realm for a given hosted provider's entity ID.
getIDPProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the Identity Provider's NameIdentifier.
getIDPProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSSubject
Deprecated.
Returns the Identity Provider's NameIdentifier.
getIdToken(DataStore) - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Retrieves an id token from the data store.
getIdToken() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectSessionInfo
Returns the id_token associated with a user session.
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.spi.Indexer
Returns an index identifier associated with this indexer.
getIndexingOptionsOrNull(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.spi.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(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the info text associated with a specific callback
getInfoText() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
Returns the list of infoText elements to display alongside the authentication module display attributes.
getInheritance() - Method in class com.sun.identity.sm.ServiceSchema
Get the inheritance of this schema.
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.
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.
getInputTokenType() - Method in interface org.forgerock.openam.sts.rest.token.provider.RestTokenProviderParameters
Gets the type of the input token.
getInResponseTo() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns the value of InResponseTo attribute.
getInResponseTo() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the InResponseTo of the Response.
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.
getInsertEntry() - Method in class com.sun.identity.liberty.ws.disco.Modify
Gets the value of the InsertEntry property.
getInstallResourceBundle(String) - Static method in class com.sun.identity.shared.locale.Locale
Gets the default install resource bundle for the default locale
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() - Static method in class com.iplanet.sso.SSOTokenManager
Returns the singleton instance of SSOTokenManager.
getInstance() - Static method in class com.sun.identity.liberty.ws.interaction.InteractionManager
Gets singleton object instance of InteractionManager
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(String) - Static method in class com.sun.identity.sae.api.SecureAttrs
Returns an instance to perform crypto operations.
getInstance() - Static method in class com.sun.identity.saml.AssertionManager
Gets the singleton instance of AssertionManager.
getInstance() - Static method in class com.sun.identity.saml2.assertion.AssertionFactory
Returns the instance of AssertionFactory.
getInstance() - Static method in class com.sun.identity.saml2.ecp.ECPFactory
Returns an instance of the ECPFactory Object.
getInstance() - Static method in class com.sun.identity.saml2.protocol.ProtocolFactory
Returns an instance of the ProtocolFactory Object.
getInstance() - Static method in class com.sun.identity.security.AdminTokenAction
Returns a cached instance AdminTokenAction.
getInstance(String) - Static method in class com.sun.identity.shared.debug.Debug
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() - 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(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.
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.
getInstanceNames() - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the service instance names
getInstances() - Static method in class com.sun.identity.shared.debug.Debug
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.
getInteractionLangauge(Message) - Static method in class com.sun.identity.liberty.ws.interaction.InteractionUtils
Returns languages listed for the language attribute of the UserInteraction header in the message.
getInteractionResponseElement(Message) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
Gets interaction response that was gathered from resource owner by InteractionManager
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.
getInterSiteURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the interSiteURL from IFSConstants.
getIntroducedProvider(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the ID of the provider discovered via the introduction protocol.
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.liberty.ws.soapbinding.Message
Returns the IP address of remote site of the SOAP connection.
getIPAddress() - Method in class com.sun.identity.saml.assertion.SubjectLocality
Returns the IP address from SubjectLocality locality
getIsPassive() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of the isPassive attribute.
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.federation.message.common.EncryptableNameIdentifier
Deprecated.
Returns the Issue Instant.
getIssueInstant() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the time when the assertion was issued.
getIssueInstant() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Returns the IssueInstant of the Request.
getIssueInstant() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Returns the IssueInstant of the Response.
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.OAuth2Jwt
Gets the JWT issuer.
getItemID() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets item id attribute
getItemID() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets item ID attribute
getItemID() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Gets itemID attribute
getItemIDRef() - Method in class com.sun.identity.liberty.ws.dst.DSTData
Gets item reference.
getItemIDRef() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Gets item id reference
getItemIDRef() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets item reference.
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.
getJAXBPackages() - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Returns a String of JAXB packages seperated by ":".
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.
getJsonContent() - Method in interface org.forgerock.json.resource.ActionResponse
Gets the JsonValue content contained in the Response.
getJsonValue() - Method in exception org.forgerock.json.JsonValueException
Returns the JSON value for which the exception was thrown.
getJsonWebKey() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the JSON Web Key header parameter for this JWS.
getJvmSupportedLocaleNamesToOids() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchemaSupportedLocales
Returns the unmodifiable map of JVM supported locale tags to OIDs.
getJwaAlgorithm() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the alg parameter of the JWK.
getJwaAlgorithmName() - Method in enum org.forgerock.json.jose.jwe.JweAlgorithm
 
getJwaAlgorithmName() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
 
getJwaAlgorithmName() - Method in interface org.forgerock.json.jose.jwt.Algorithm
Gets the name of the algorithm as defined in the JWA standard.
getJweAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the jwe algorithm.
getJweHeader() - Method in class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
Get the header of the encapsulated EncryptedJwt.
getJweStandardName() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
Returns the JWE standard encryption method name for this encryption method.
getJWKsAsJsonValue() - Method in class org.forgerock.json.jose.jwk.JWKSet
Get the JWKs in the set.
getJWKsAsList() - Method in class org.forgerock.json.jose.jwk.JWKSet
Get the JWKs in the set.
getJwkSetEndpoint() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets jwk set endpoint used to configure the OpenIdResolverService.
getJwkSetUrl() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the JWK Set URL header parameter for this JWS.
getJwksStore(String) - Method in class org.forgerock.json.jose.jwk.store.JwksStoreService
Returns the appropriate JWKs store.
getJwksStoreService() - Method in class org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory
Get the JWKS store service.
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(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
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.
getJwtClaimsSet(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Retrieves the claims associated with an id token while enforcing authenticity.
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.
getJwtId() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Gets the unique ID of the JWT.
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.util.Indexed
Returns the unique key to index the object by.
getKey() - Method in class org.forgerock.json.jose.jwk.OctJWK
Gets the symmetric key.
getKeyAgreement(String, AlgorithmParameterSpec) - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object initialized with this key.
getKeyAgreement(String) - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object initialized with this key.
getKeyAgreement() - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object for 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.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(KeyUse, 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
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.
getKeyPassword(String) - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the key password used to unlock individual key entries.The results in the file being opened and read into memory.
getKeyPasswordFile() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the path to file that holds the password to unlock individual keys.
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.
getKeyStoreConfiguration(String) - Method in interface org.forgerock.security.keystore.KeyStoreConfigurationManager
Return the KeyStore configuration for the given symbolic name.
getKeyStoreConfiguration(String) - Method in class org.forgerock.security.keystore.KeyStoreConfigurationManagerImpl
 
getKeyStoreFile() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the path to the 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.
getKeyStorePassword(String) - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the keystore password.
getKeyStorePasswordFile() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the path to the file that contains the password/pin used to unlock the keystore.
getKeystoreType() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the keystore type used to configure the OpenIdResolverService.
getKeyStoreType() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the keystore type.
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(String) - Static method in enum org.forgerock.json.jose.jwk.KeyType
Get the KeyType given a string.
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.
getKeyUsages() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the key usages that the key can be used for.
getKeyUse(String) - Static method in enum org.forgerock.json.jose.jwk.KeyUse
Get the KeyUse.
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.
getLastLoadedJwkSet() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.
getLastModifiedTime() - Method in class com.sun.identity.sm.ServiceConfig
Returns the last modified time stamp of this configuration This method is expensive because it does not cache the modified time stamp but goes directly to the data store to obtain the value of this entry
getLastUpdateTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
The timestamp at which the statistics were last updated.
getLatestJwkSet() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Returns the latest non expired successfully loaded JWK Set.
getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the l Attribute Type which has the OID 2.5.4.7.
getLDAPErrorCode() - Method in exception com.sun.identity.idm.IdRepoException
Deprecated.
Use #getLdapErrorIntCode() instead. The ldap error code is always an int
getLdapErrorIntCode() - Method in exception com.sun.identity.idm.IdRepoException
Returns an int representation of ldapErrCode.
getLDAPSyntaxDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the LDAP Syntax Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.54.
getLDAPSyntaxesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ldapSyntaxes Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.16.
getLdapUrls(String, int, boolean) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the serverName, port and ssl into LDAPURL and add it into a Set.
getLdapUrls(Set<LDAPURL>, boolean) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Converts the ldapServers and ssl into LDAPURL and add it into a Set.
getLECPContentType() - Static method in class com.sun.liberty.LibertyManager
Returns Liberty-enabled client and proxy profile HTTP content type.
getLECPHeaderName() - Static method in class com.sun.liberty.LibertyManager
Returns Liberty-enabled client and proxy profile HTTP header name.
getLength() - Method in class org.forgerock.http.header.ContentLengthHeader
Returns the content length, or -1 if no content length has been set.
getLessOrEqualAssertion(Schema, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
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 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.
getListOfCOTs(String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getListOfCOTs(String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the List of COTs for the given Provider under a realm.
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 interface org.forgerock.opendj.io.LdapSocket
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(String) - Static method in class com.sun.identity.shared.locale.Locale
Gets the locale object for the specified localized string format.
getLocale() - Method in class org.forgerock.oauth2.core.OAuth2Request
Get the request locale.
getLocale() - Method in class org.forgerock.openidconnect.Claim
Get the locale of this claim.
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
 
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.
getLocalNameIdentifier() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
Deprecated.
Returns local NameIdentifier sent to other side(SP/IDP).
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.federation.message.common.IDPEntry
Deprecated.
Returns the location URI of the Identity Provider.
getLocation() - Method in class com.sun.identity.saml.assertion.AuthorityBinding
Gets the Location URI
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(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.
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.
getLoginURL(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the LoginURL from IFSConstants.
getLogNames() - Static method in class com.sun.identity.log.LogReader
Deprecated.
Returns the names of the Log Files or Tables.
getLogoUri(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Get the client's logo URI to use for the user's locale, or null if none is registered.
getLRURLKey() - Static method in class com.sun.liberty.LibertyManager
Returns the LRURLKey from IFSConstants.
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.
getMajorVersion() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Returns the MajorVersion of the Request.
getMajorVersion() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the MajorVersion of the Response.
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.
getMappedNameIdentifier(String, Object, String) - Static method in class com.sun.liberty.LibertyManager
Returns NameIdentifier between the IDP and the other SP for the same principal.
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(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.
getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use with the specified name or numeric OID.
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.
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.
getMechanism() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of mechanism attribute.
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(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(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(SSOToken, IdType, String, IdType) - Method in class com.sun.identity.idm.IdRepo
Returns the memberships of an identity.
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
Deprecated.
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 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 com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of messageID attribute of CorrelationHeader.
getMessageID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns value of messageID attribute of CorrelationHeader.
getMessageID() - Method in exception com.sun.identity.liberty.ws.interaction.InteractionRedirectException
Gets messageID of SOAP request message that caused this exception.
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.
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.
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.
getMetaAlias(String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated by getMetaAlias(String,String,String).
getMetaAlias(String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns metaAlias from provider ID under a realm.
getMetaAliasByUri(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
Returns metaAlias embedded in uri.
getMetaAliasKey() - Static method in class com.sun.liberty.LibertyManager
Returns the metaAliasKey from IFSConstants.
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.
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.federation.message.common.AuthnContext
Deprecated.
Returns the MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Returns the MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Returns the MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns the MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Returns the value of MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of the MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns the value of MinorVersion property.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the value MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns the value of MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the value of MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Returns the value of MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the value of MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the value of MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns the MinorVersion.
getMinorVersion() - Method in class com.sun.identity.federation.message.FSSAMLRequest
Deprecated.
Returns the MinorVersion attribute.
getMinorVersion() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns the minor version number of an assertion.
getMinorVersion() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Returns the MinorVersion of the Request.
getMinorVersion() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the MinorVersion of the Response.
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.
getModification() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets the modifications to be performed.
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.
getModifyResponse(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Performs a list of modifications specified by a list of DSTModify objects (possible on different resource ID).
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().
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.ProcessingContextHeader
Returns value of 'mustUnderstand' attribute.
getMustUnderstand() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
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.federation.message.common.EncryptableNameIdentifier
Deprecated.
Returns the name from NameQualifier.
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 class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
Deprecated.
Returns value of 'name' attribute.
getName() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
Returns value of 'name' attribute.
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 interface com.sun.identity.saml2.protocol.IDPEntry
Returns the value of Name attribute.
getName() - Method in class com.sun.identity.shared.debug.Debug
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 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.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
 
getName() - Method in class org.forgerock.http.header.SetCookieHeader
 
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.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 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(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.
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 string representation of 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 interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
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.ldap.spi.Provider
Returns the name of this provider.
getName() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Returns the distinguished name of the entry being modified by this ChangeRecord.
getName() - Method in class org.forgerock.openidconnect.Claim
Gets the name of this claim.
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
 
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.jwkset.JwkSetSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getNamed(Purpose<S>, String) - Method in interface org.forgerock.secrets.SecretStore
Returns the named secret from this store.
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getNamedOrValidSecrets(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
If the given id is not null, then this returns the single named secret that corresponds to that stable id (or a stream of valid secrets for the given purpose if no such secret exists), otherwise it returns all valid secrets for the given purpose.
getNamedSecret(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 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(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.
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.
getNameIdentifier() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the NameIdentifier object.
getNameIdentifier() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the NameIdentifier object.
getNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns the NameIdentifier object qualified by the requesting service provider .
getNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Returns the NameIdentifier object.
getNameIdentifier(String, String, NameIdentifier, String) - Method in interface com.sun.identity.liberty.ws.disco.plugins.NameIdentifierMapper
Returns mapped NameIdentifier for specified user.
getNameIdentifier() - Method in class com.sun.identity.saml.assertion.Subject
Gets the NameIdentifier within the Subject element
getNameIdentifier(Object, String, String, String) - Method in interface com.sun.identity.saml.plugins.NameIdentifierMapper
Returns name identifier for assertion subject based on user account in the data store.
getNameIdFormat() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the name-id format.
getNameIDPolicy() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the NameIDPolicy object.
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.federation.message.common.EncryptableNameIdentifier
Deprecated.
Returns the NameQualifier attribute.
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
getNameRegistrationDonePageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getNameRegistrationDonePageURL( String,String,String,HttpServletRequest)
getNameRegistrationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the Name RegistrationDonePageURL from the providerID under a realm.
getNameRegistrationProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns name registration provider ID key.
getNameRegistrationURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getNameRegistrationURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns NameRegistrationURL.
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 class com.sun.identity.saml.assertion.Action
Gets the namespace of Action
getNamespace() - Method in interface com.sun.identity.saml2.assertion.Action
Returns the value of Namespace attribute.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTData
Gets the name space prefix.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Gets the name space prefix.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets the name space prefix.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Gets the name space prefix.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets the name space prefix.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Gets the name space prefix.
getNameSpacePrefix() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets the name space prefix.
getNamespacePrefixMapping() - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
Returns JAXB namespace prefix mapping.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTData
Gets the name space.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Gets the name space.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets the name space.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Gets the name space.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets the name space.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Gets the name space.
getNameSpaceURI() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets the name space.
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.
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.
getNewDataValue() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Gets new data value
getNewEncryptedID() - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Returns the value of the newEncryptedID property.
getNewEntryIDs() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Gets the newEntryIDs attribute.
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.
getNewRequest(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Creates New Request ID from the HttpRequestServlet.
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.openam.auth.node.api.AbstractNodeAmPlugin
Retrieve the Map of list of node classes that the plugin is providing.
getNonce() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Retunrs the nounce.
getNonce(JsonValue) - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Returns the nonce value store in the data store.
getNonce() - Method in interface org.forgerock.oauth2.core.AccessToken
Gets the token's nonce.
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.
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
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.
getNotChangedSince() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Gets the NotChangedSince attribute.
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 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(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.
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.
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, 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.
getObjectInstance(String, byte[], int, String, String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Returns new object instance with given parameters.
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.
getOldProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the original NameIdentifier.
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 class 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 com.sun.identity.liberty.ws.disco.RequestedService
Gets list of options.
getOptions() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Gets options of the resource offering, which expresses the options available for the resource offering, that is provides hints to a potential requester whether certain data or operations may be available with a particular resource offering.
getOptions() - Method in interface org.forgerock.opendj.io.LdapSocketAcceptor
Returns a copy of the options currently used by this LDAP listener.
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, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Returns the organization configuration for the given organization and instance name.
getOrganizationConfig(String, String) - 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.
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(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() - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrow(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrowUninterruptibly() - 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(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.
getOrThrowUninterruptibly() - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
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
getOtherElements() - Method in class com.sun.identity.federation.message.common.EntityName
Deprecated.
Returns list of other elements.
getOtherElements() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns a list of elements.
getOtherElements() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns a list of elements.
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.
getOtherSecurityHeaders() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of security header except the SAML assertion used in SAML token profile or the binary security token used in X509 token profile.
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, JsonValue) - Method in interface org.forgerock.openam.auth.node.api.OutcomeProvider
Returns a ordered list of possible node outcomes with localised display names.
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.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, 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.
getParameter(String) - Method in class org.forgerock.oauth2.core.OAuth2Request
Gets the specified parameter from the request.
getParameter(String, boolean) - Method in class org.forgerock.oauth2.core.OAuth2Request
Gets the specified parameter from the request.
getParameterCount(String) - Method in class org.forgerock.oauth2.core.OAuth2Request
Gets the count of the parameter present in the request with the given name
getParameterNames() - Method in class 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 com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
Returns a list of 'Parameter' child element.
getParameters(InteractionResponseType) - Static method in class com.sun.identity.liberty.ws.interaction.InteractionUtils
Returns user friendly Map representation of parameters in interaction response element
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.
getParameters() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the optional parameter map used to initialize a keystore.
getParameterSpec() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
Gets any parameter spec associated with this algorithm.
getParams() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
getParams() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
 
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.
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.
getPasswordTransforms() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns child Element 'PasswordTransforms'.
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.
getPathElements() - Method in class org.forgerock.http.MutableUri
Return the URI path elements as an immutable List.
getPathElements(String) - Static method in class org.forgerock.http.util.Paths
Converts a path into a list of URL-decoded path elements.
getPathParameter() - Method in class org.forgerock.api.models.Items
Get the path parameter.
getPaths() - Method in class org.forgerock.api.models.ApiDescription
Getter of paths.
getPaths() - Method in class org.forgerock.api.models.Paths
Gets a Map of path-names to Paths.
getPaths() - Method in class org.forgerock.api.models.VersionedPath
Gets a Map of versions to Resources.
getPayload() - Method in class org.forgerock.json.jose.jws.SignedJwt
Gets the payload for the JWS, which will either be a JWT Claims Set, SignedJwt.getClaimsSet(), or a nested EncryptedJwt, EncryptedJwt.
getPeerAddress() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the InetSocketAddress associated with the remote system.
getPeerCertificate() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the X509 certificate used in client authentication.
getPeerOrganizationNames() - Method in class com.sun.identity.sm.OrganizationConfigManager
Returns the names of all peer-organizations.
getPercentileDump() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
Gets a raw summary dump of call time percentile distribution data, suitable for plotting.
getPeriodMillis() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the period in milliseconds between successive task invocations.
getPermissions() - Method in interface org.forgerock.oauth2.core.AccessToken
Get the UMA permissions contained in the token.
getPermissions() - Method in class org.forgerock.openam.uma.PermissionTicket
 
getPersonalTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the personalTitle Attribute Type which has the OID 0.9.2342.19200300.100.1.40.
getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the person Object Class which has the OID 2.5.6.6.
getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the physicalDeliveryOfficeName Attribute Type which has the OID 2.5.4.19.
getPkceMethod() - Method in class org.forgerock.oauth.clients.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 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(String) - Method in class com.sun.identity.policy.PolicyManager
Deprecated.
Gets the policy object given the name of the policy.
getPolicy() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the name of the policy linked to this resource set.
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.
getPolicyDecision() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns the policy decision associated with this resource result
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(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Get the client's privacy policy URI to use for the user's locale, or null if none is registered.
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
Returns the restricted list of port(s) to which a cookie may be returned.
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.
getPostLogoutRedirectUris() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the registered post logout redirect uris for the client.
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(FSAuthnRequest, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.federation.services.FSIDPProxy
Deprecated.
This method is deprecated.
getPreferredIDP(FSAuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.federation.services.FSRealmIDPProxy
Deprecated.
Returns the preferred IDP.
getPreferredIDP(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.sun.identity.saml2.plugins.SAML2IDPFinder
Returns a list of preferred IDP providerID's.
getPreferredLocale() - Method in class org.forgerock.util.i18n.PreferredLocales
The preferred locale, i.e.
getPreferredLocales() - Method in interface org.forgerock.json.resource.ActionRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.CreateRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.PatchRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.QueryRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.ReadRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.Request
Get the locale preference for the request.
getPreferredLocales() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getPreLoginServletURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getPreLoginServletURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns PreLoginServlet URL and appends metaAlias to it.
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.
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, 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.
getProcessingContextHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the ProcessingContextHeader.
getProcessingContextHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns ProcessingContextHeader.
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(String) - Method in interface com.iplanet.sso.SSOToken
Gets the property stored in this token.
getProperty(String, boolean) - Method in interface com.iplanet.sso.SSOToken
Gets the property stored in this token.
getProperty(Object, String) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns property value of a session object.
getProperty(String) - Method in class org.forgerock.config.resolvers.ChainedPropertyResolver
 
getProperty(String) - Method in class org.forgerock.config.resolvers.EnvironmentVariableResolver
 
getProperty(String) - Method in class org.forgerock.config.resolvers.FlatFileResolver
 
getProperty(String) - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
getProperty(String) - Method in class org.forgerock.config.resolvers.ProductPathResolver
 
getProperty(String) - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
getProperty(String) - Method in interface org.forgerock.config.resolvers.PropertyResolver
Returns the value of the specified property.
getProperty(String, String) - Method in interface org.forgerock.config.resolvers.PropertyResolver
Returns the value of the specified property.
getProperty(String) - Method in class org.forgerock.config.resolvers.SystemPropertyResolver
 
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
 
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.security.keystore.MapKeyStoreParameters
We do not expect this method to be called.
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.
getProtocolProfile() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of ProtocolProfile attribute.
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.
getProviderArg() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the provider generic argument as a string.
getProviderClass() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Get the provider class name string.
getProviderHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the ProviderHeader.
getProviderHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns the ProviderHeader.
getProviderID() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
Deprecated.
Returns provider's (SP/IDP) ID.
getProviderID() - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Returns the value of ProviderID attribute.
getProviderId() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of ProviderID attribute.
getProviderId() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the ProviderID attribute value.
getProviderId() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the value of ProviderID attribute.
getProviderId() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns value of ProviderID attribute.
getProviderId() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the value of ProviderID attribute.
getProviderID() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns the ProviderID attribute.
getProviderID() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Returns the value of ProviderID attribute.
getProviderId() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the value of ProviderID attribute.
getProviderId() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the value of ProviderID attribute.
getProviderID() - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
Gets provider ID of the service instance.
getProviderID() - Method in class com.sun.identity.liberty.ws.security.SessionContext
Returns the ProviderID in the SessionContext object.
getProviderID() - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
Returns value of providerID attribute.
getProviderID() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Returns the ProviderID attribute value.
getProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns the providerIDKey from IFSConstants.
getProviderName() - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Returns the Identity Provider Name.
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.ldap.LdapServer
Returns the name of the transport provider, which provides the implementation of this factory.
getProviderName() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
Returns the name of provider.
getProviderName() - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
The provider string name (LDAP, JKS, etc.).
getProviderRole(String) - Static method in class com.sun.liberty.LibertyManager
Returns providerRole from the ProviderAlias using meta Mgmt calls.
getProvidersToFederate(String, String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getProvidersToFederate(String, String, String,String)
getProvidersToFederate(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the list of all Trusted Identity Providers of this user not already federated with.
getProviderType() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
Returns the type of provider.
getProxyCount() - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Returns the proxy count.
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.
getProxyRestrictions() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a list of ProxyRestriction
getProxySubject() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Returns the ProxySubject in the ResourceAccessStatement.
getProxySubject() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
Return the ProxySubject in the SessionContextStatement.
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(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Returns java.security.PublicKey for the specified keyAlias
getPublicKey(Class<T>) - 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.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(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.
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 com.sun.identity.saml.protocol.Request
Gets the query of the Request.
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.
getQueryItems() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets the value of the QueryItem property.
getQueryParameter(String) - Method in class 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.
getQueryResponse(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Gets query responses for a list of DST queries
getQueryType() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Returns the type of the query.
getQueryType() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Returns the type of this query.
getQueryType() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Returns the type of the query.
getQueryType() - Method in class com.sun.identity.saml.protocol.Query
Returns the type of the Query such as AuthenticationQuery or AuthorizationDecisionQuery.
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.
getRawContentInputStream() - Method in class org.forgerock.http.protocol.Entity
Returns 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.
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(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.
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(R, 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.
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
 
getReadTimeout() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Gets the http read timeout used to configure the OpenIdResolverService.
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.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 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.uma.PermissionTicket
 
getRealmByMetaAlias(String) - Static method in class com.sun.identity.saml2.meta.SAML2MetaUtils
Returns the realm by parsing the metaAlias.
getRealmByMetaAlias(String) - Static method in class com.sun.liberty.LibertyManager
Returns the realm by parsing the metaAlias.
getRealmIdentity() - Method in class com.sun.identity.idm.AMIdentityRepository
 
getRealmMultiInstanceSecretIds(SSOToken, Realm) - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by realm level multi-instance services, e.g.
getRealmSecrets(Realm) - Method in class org.forgerock.openam.secrets.Secrets
Get a secrets provider for the realm.
getRealmSingletonSecretIds() - Method in interface org.forgerock.openam.secrets.SecretIdProvider
Returns the secret IDs used by realm level singleton services.
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.
getReauthenticateOnOrAfter() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Returns the re-authentication date for this authentication statement.
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 class com.sun.identity.saml.protocol.AbstractResponse
Gets the recipient of the Response.
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.
getRedirectUris() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the registered redirect uris for the client.
getRef() - Method in class com.sun.identity.liberty.ws.common.Status
Gets reference attribute.
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.authnsvc.protocol.SASLRequest
Deprecated.
Returns value of refToMessageID attribute of CorrelationHeader.
getRefToMessageID() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns value of refToMessageID attribute of CorrelationHeader.
getRefToMessageID() - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
Returns the value of the refToMessageID attribute.
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.
getRegisteredProviders(String, String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getRegisteredProviders(String,String,String,String)
getRegisteredProviders(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns registered providers of an user.
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.
getRelayState() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the value of RelayState attribute.
getRelayState() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the RelayState attribute in the Response.
getRelayState() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the value of RelayState attribute.
getRelayState() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the value of RelayState attribute.
getRelayState() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the value of RelayState attribute.
getRelayState() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the value of RelayState attribute.
getRelayState() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the value of RelayState attribute.
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 interface org.forgerock.opendj.io.LdapSocket
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.
getRemoteNameIdentifier() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
Deprecated.
Returns remote NameIdentifier received from other side(SP/IDP).
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.
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.
getRemoveEntry() - Method in class com.sun.identity.liberty.ws.disco.Modify
Gets the value of the RemoveEntry property.
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.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 class org.forgerock.oauth2.core.OAuth2Request
Gets the actual underlying request.
getRequest() - Method in interface org.forgerock.selfservice.core.ProcessContext
Gets the original request.
getRequestAuthnContext() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns Element RequestAuthnContext.
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(String, String, Map) - Method in interface com.sun.identity.saml2.plugins.SPAuthnContextMapper
Returns the RequestedAuthnContext Object .
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.
getRequestedServiceType() - Method in class com.sun.identity.liberty.ws.disco.Query
Gets the list of the requested service types.
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 class com.sun.identity.saml.protocol.AbstractRequest
Gets the RequestID of the Request.
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.
getRequestIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns the requestIDKey from IFSConstants.
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
 
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(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() - 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(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.
getRequirements() - Method in class org.forgerock.selfservice.core.StageResponse
Returns the requirements.
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.
getResolverForIssuer(String) - Method in class org.forgerock.oauth.resolvers.service.OpenIdResolverServiceImpl
Returns the appropriate resolver for the given issuer - if it exists.
getResource() - Method in class com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
Returns the resource from AuthorizationStatement
getResource() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Returns the Resource String.
getResource() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Accessor for the Resource
getResource() - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Returns the Resource of the statement.
getResource(String) - Static method in class org.forgerock.http.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, 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.
getResourceBundle(String) - Static method in class com.sun.identity.shared.locale.Locale
 
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 class com.sun.identity.liberty.ws.disco.Modify
Gets the resource ID for the discovery resource to be modified.
getResourceID() - Method in class com.sun.identity.liberty.ws.disco.Query
Gets the resource ID of the discovery resource to be queried.
getResourceID() - Method in class com.sun.identity.liberty.ws.disco.ResourceID
Gets resource id.
getResourceID() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Gets resource ID.
getResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Gets resource ID
getResourceID() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Gets resource ID.
getResourceID(Object, String, String) - Method in class com.sun.identity.liberty.ws.dst.service.DSTRequestHandler
Gets the Resource ID given in the Query or Modify Request.
getResourceID(String, String) - Method in interface com.sun.identity.liberty.ws.interfaces.ResourceIDMapper
Returns the resource ID that is associated with the user in a provider.
getResourceID() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Gets the ResourceID from this ResourceAccessStatement object.
getResourceId() - Method in interface com.sun.identity.xacml.context.Result
Returns the Resourceids of this object
getResourceIDObject() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Gets the ResourceID object from this ResourceAccessStatement 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.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(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.
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.
getResourceOffering() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns Element ResourceOffering.
getResourceOffering(List) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Queries discovery service for ResourceOffering given list of service types.
getResourceOffering(Query) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Queries discovery service for resource offering.
getResourceOffering() - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
Gets the resource offering to be inserted.
getResourceOffering() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Gets the returned ResourceOffering.
getResourceOwner() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
It turns instance of IntrospectableToken into ResourceOwner.
getResourceOwnerId() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets the token's resource owner id.
getResourceOwnerId() - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Gets the resource owner id of the resource set.
getResourcePath() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the path of the JSON resource container beneath which the new resource should be created.
getResourcePath() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.Request
Returns the non-null path of the JSON resource to which this request should be targeted.
getResourcePath() - Method in 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(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
Deprecated.
Gets resource result objects given a resource name.
getResourceResults() - Method in class com.sun.identity.policy.ResourceResult
Deprecated.
Returns the child resource results of this resource result
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
 
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.
getRespondWith() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets 0 or more of RespondWith in the Request.
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.
getResponseID() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the ResponseID of the Response.
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.
getResponseTo() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the value of InResponseTo attribute.
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
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.
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
 
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.
getRootCause() - Method in exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Returns the embedded exception.
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.
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.
getS() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
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.
getSAMLAuthenticationToken(NameIdentifier) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Creates a SAML Assertion for message authentication.
getSAMLAuthorizationToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Creates a SAML Assertion for message authorization, the assertion could optionally contain an AuthenticationStatement which will be used for message authentication.
getSAMLAuthorizationToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Creates a SAML Assertion for message authorization, the assertion could optionally contain an AuthenticationStatement which will be used for message authentication.
getSAMLBearerToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
Creates a SAML assertion.
getSAMLBearerToken(NameIdentifier, SessionContext, String, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Creates a SAML assertion.
getSAMLBearerToken(NameIdentifier, SessionContext, EncryptedResourceID, boolean, boolean, String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Creates a SAML assertion.
getSaslClient() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the SaslClient currently in use by the underlying connection, or null if SASL integrity and/or privacy protection is not enabled.
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.
getSaslServer() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the SaslServer currently in use by the underlying connection, or null if SASL integrity and/or privacy protection is not enabled.
getSaslServer() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the SaslServer currently in use by the underlying connection, or null if SASL integrity and/or privacy protection is not enabled.
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(String) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the configuration schema for the given schema type
getSchema(SchemaType) - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the configuration schema for the given schema type
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.
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.
getScopeDescriptions(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the display descriptions for the allowed and default scopes combined, in the specified locale.
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 class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the FSScoping object.
getScoping() - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Returns the Scoping object.
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.
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(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Retrieves the secret key for the given certificate alias.
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.
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.
getSecurityMechID() - Method in class com.sun.identity.liberty.ws.disco.Description
Gets supported Security Mechanism IDs.
getSecurityMechID(List) - Method in class com.sun.identity.liberty.ws.disco.Description
Sets supported Security Mechanism IDs.
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.
getSelect() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Gets select element
getSelect() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Returns data selection string
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.
getSelectedProviderKey() - Static method in class com.sun.liberty.LibertyManager
Returns the selectedProviderKey from IFSConstants.
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.
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.
getServerInstanceName() - Static method in class com.iplanet.am.util.SystemProperties
Returns the server instance name of which properties are retrieved to initialized this object.
getServerMechanism() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns value of serverMechanism attribute.
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(String) - Method in class com.sun.identity.idm.AMIdentity
Returns attributes related to a service, if the service is assigned to the identity.
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.sm.OrganizationConfigManager
Returns attributes configured for the service.
getServiceAttributesAscending(String) - Method in class com.sun.identity.idm.AMIdentity
Returns attributes related to a service, if the service is assigned to the identity.
getServiceConfig(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.
getServiceConfig(C, Context, String) - Method in interface org.forgerock.openam.selfservice.config.ServiceConfigProvider
Provides the self service config for the appropriate flow.
getServiceHierarchy() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the service's hierarchy.
getServiceInstance() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Gets service instance.
getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Gets the serviceInstanceUpdate header from the SOAP response message.
getServiceInstanceUpdateHeader() - Method in interface com.sun.identity.liberty.ws.interfaces.ServiceInstanceUpdate
Gets the service instance update header.
getServiceInstanceUpdateHeader() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the ServiceInstanceUpdateHeader.
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.
getServiceNameRef() - Method in class com.sun.identity.liberty.ws.disco.Description
Gets WSDL service name reference.
getServiceNames() - Method in class com.sun.identity.sm.ServiceManager
Returns all the service names that have been registered.
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.
getServiceType() - Method in class com.sun.identity.liberty.ws.disco.RequestedService
Gets service type.
getServiceType() - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
Gets service type.
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(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.
getSession() - Method in class org.forgerock.http.session.SessionContext
Returns the Session associated with the remote client.
getSession() - Method in class org.forgerock.oauth2.core.OAuth2Request
Gets the user's session for this request.
getSessionContext() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Gets the SessionContext from this ResourceAccessStatement object.
getSessionContext() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
Returns the SessionContext in the SessionContextStatement.
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 class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Returns the value of SessionIndex attribute.
getSessionIndex() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns value of SessionIndex attribute.
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.
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.
getSessionSubject() - Method in class com.sun.identity.liberty.ws.security.SessionContext
Returns the SessionSubject within the SessionContext object.
getSharedKey() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Gets the shared key.
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.
getSignature() - Method in class com.sun.identity.saml.assertion.AssertionBase
Gets the Signature element of the Assertion.
getSignature() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Gets 0 or 1 of Signature in the Request.
getSignature() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Gets the signature of the Response.
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(String) - Method in class org.forgerock.secrets.keys.SigningKey
Returns s signature object initialised for signing.
getSignature() - Method in class org.forgerock.secrets.keys.SigningKey
Returns an initialised signature object for a default signature algorithm for this key type.
getSignature(String) - Method in class org.forgerock.secrets.keys.VerificationKey
Returns a signature object initialised for verification.
getSignature() - Method in class org.forgerock.secrets.keys.VerificationKey
Returns a signature object initialised for verification using a default algorithm for this key type.
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.
getSignatureString() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns the Signature string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the signature string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the Signature string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns a signed XML string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the Signed LogoutResponse string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the signed XML string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the signed NameRegistrationResponse string.
getSignatureString() - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns the signed XML string.
getSignedJwt() - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Get the signed JWT.
getSignedJwt() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Gets the Signed JWT.
getSignedString(Map, String) - Method in class com.sun.identity.sae.api.SecureAttrs
Returns a String representing data in the attrs argument.
getSignedXMLString() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns Signed XML String.
getSignedXMLString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns Signed XML String representation of this object.
getSignedXMLString() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns a signed XML Representation of this object.
getSignedXMLString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns signed XML representation of this object.
getSigningIds() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a list of id's for signing.
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(String) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Returns the number of LogRecords in the specified table in the DB.
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).
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).
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.
getSoapAction() - Method in class com.sun.identity.liberty.ws.disco.Description
Gets SOAP action.
getSOAPFault() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SOAPFault.
getSOAPFaultException() - Method in exception com.sun.identity.liberty.ws.interaction.InteractionSOAPFaultException
Gets the SOAPFaultException that contains SOAP fault
getSOAPFaultMessage() - Method in exception com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
Returns Message containing SOAPFault.
getSocketAddresses() - Method in interface org.forgerock.opendj.io.LdapSocketAcceptor
Returns the addresses that this LDAP socket acceptor is listening on.
getSocketAddresses() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns the addresses that this LDAP listener is listening on.
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.
getSourceID() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Returns the SourceID of the artifact.
getSourceID() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns the SourceID of the artifact.
getSpAcsUrl() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the SP ACS url.
getSpEntityId() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the SP entity id.
getSPFederationStatus(String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
getSPFederationStatus(String, String, String, String, String) - Static method in class com.sun.liberty.LibertyManager
Returns the federations status of a user with an Service Provider.
getSPList() - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getAllSPList(String realm).
getSPList(String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated. Please use getSPList(String,String)
getSPList(String, String) - Static method in class com.sun.liberty.LibertyManager
Returns a list of all trusted Service Providers for this Hosted Provider.
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
getSPProvidedNameIdentifier() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns the NameIdentifier provided by the Service Provider.
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 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.
getSSOAssertion(AuthorizationDecisionQuery, String) - Method in interface com.sun.identity.saml.plugins.ActionMapper
Returns the Assertion that contains Authentication information that can be used to obtain single sign on token.
getSSOAssertion(AttributeQuery) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
Returns the Assertion that contains Authentication information that can be used to obtain single sign on token.
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.
getSSOTokenID(AuthorizationDecisionQuery) - Method in interface com.sun.identity.saml.plugins.ActionMapper
Returns the single sign on token id to OpenAM from the query.
getSSOTokenID(AttributeQuery) - Method in interface com.sun.identity.saml.plugins.AttributeMapper
Returns the single sign on token ID to OpenAM from the query.
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
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(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
 
getState(String) - Method in interface org.forgerock.selfservice.core.ProcessContext
Allows retrieval of state persisted throughout the flow.
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.liberty.ws.security.ResourceAccessStatement
Returns the type of the Statement.
getStatementType() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
Returns the real type of the Statement.
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(KeyUse, String, PublicKey) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Create the static ID for an asymmetric key secret by combining it's internal ID
getStatistics() - Method in interface org.forgerock.bloomfilter.BloomFilter
Gets a snapshot of the current statistics of the set.
getStatistics() - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
getStatistics() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the st Attribute Type which has the OID 2.5.4.8.
getStatus() - Method in class com.sun.identity.authentication.AuthContext
Returns the current status of the authentication process as AuthContext.Status.
getStatus() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Returns the current status of the authentication process.
getStatus() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the Logout Status.
getStatus() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Returns the Status.
getStatus() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the Response Status.
getStatus() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Gets modify response status.
getStatus() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Gets status of the query response.
getStatus() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Gets response status
getStatus() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets status for the query response
getStatus() - Method in class com.sun.identity.saml.protocol.Response
Gets the Status of the Response.
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.authnsvc.protocol.SASLResponse
Deprecated.
Returns value of attribute 'code' of Element 'Status'.
getStatusCode() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Returns value of code attribute of Status element.
getStatusCode() - Method in class com.sun.identity.saml.protocol.Status
Gets the StatusCode of the Response.
getStatusCode() - Method in class com.sun.identity.saml.protocol.StatusCode
Gets the sub StatusCode of the StatusCode.
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 class com.sun.identity.saml.protocol.Status
Gets the StatusDetail of the Response.
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 class com.sun.identity.saml.protocol.Status
Returns the StatusMessage of the Response.
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.
getStorageType() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
Gets the storage type to use.
getStore(SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.config.KeyStoreBasedSecretStoreProvider
 
getStore(SecretsReferenceProvider) - Method in interface org.forgerock.openam.secrets.LockedSecretStoreProvider
Get the commons SecretStore instance for this instance.
getStore() - Method in interface org.forgerock.openam.secrets.SimpleSecretStoreProvider
Get the commons SecretStore instance for this instance.
getStoredType() - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getStoredType() - Method in interface org.forgerock.secrets.SecretStore
The top-level class that this store is capable of storing.
getStoredType() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the street Attribute Type which has the OID 2.5.4.9.
getString(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) - Method in class com.iplanet.services.util.I18n
Method to obtain internationalized message from the resource bundle given the key.
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(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(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, 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, Debug) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key
getString(ResourceBundle, String, Debug, 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) - Static method in class com.sun.identity.shared.locale.Locale
Gets the localized string for the specified key.
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() - Method in class org.forgerock.http.protocol.Entity
Returns 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(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.
getSubject() - Method in class com.sun.identity.saml.assertion.SubjectStatement
Returns the Subject within the SubjectStatement.
getSubject() - Method in class com.sun.identity.saml.protocol.SubjectQuery
Gets the Subject associated with this Query.
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.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() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Gets the JWT subject.
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
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() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the subject type of this client.
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.
getSubStatus() - Method in class com.sun.identity.liberty.ws.common.Status
Gets sub status.
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.
getSuccinctID(String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method has been deprecated. Use LibertyManager.getSuccinctID(String, String)
getSuccinctID(String, String) - Static method in class com.sun.liberty.LibertyManager
Returns succinct ID of a provider.
getSuperiorClasses() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the superior classes for this object class.
getSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns an unmodifiable set containing the superior rules for this DIT structure rule.
getSuperiorType() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the superior type for this attribute type.
getSupportedAlgorithmsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAlgorithms Attribute Type which has the OID 2.5.4.52.
getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Supported Algorithm Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.49.
getSupportedAuthenticationPasswordSchemes() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of supported authentication password schemes which the Directory Server supports.
getSupportedAuthPasswordSchemesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAuthPasswordSchemes Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.3.
getSupportedControlAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedControl Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.13.
getSupportedControls() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying the request controls that the Directory Server supports.
getSupportedExtendedOperations() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying the extended operations that the Directory Server supports.
getSupportedExtensionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedExtension Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.7.
getSupportedFeatures() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying elective features that the Directory Server supports.
getSupportedFeaturesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedFeatures Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.5.
getSupportedIdTypes() - Method in class com.sun.identity.idm.AMIdentityRepository
 
getSupportedLDAPVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedLDAPVersion Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.15.
getSupportedLdapVersions() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of the versions of LDAP that the Directory Server supports.
getSupportedLocales() - Method in class org.forgerock.api.models.Operation
Getter of the supported locales array.
getSupportedMessageTypes() - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
Gets the Collection of Class objects of the message types supported by the module.
getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Gets the Collection of Class objects of the message types supported by the module.
getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
getSupportedOperations(IdType) - Method in class com.sun.identity.idm.IdRepo
Return supported operations for a given IdType
getSupportedSaslMechanisms() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of the SASL mechanisms that the Directory Server recognizes and/or supports.
getSupportedSASLMechanismsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedSASLMechanisms Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.14.
getSupportedSortKeys() - Method in class org.forgerock.api.models.Query
Getter of the supported sort keys.
getSupportedTypes() - Method in class com.sun.identity.idm.IdRepo
 
getSyntax() - Method in class com.sun.identity.sm.AttributeSchema
Returns the syntax of the attribute.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the syntax for this attribute type.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID of the assertion value syntax with which this matching rule is associated.
getSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the syntax with the specified numeric OID.
getSyntaxes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the syntaxes contained in this schema.
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.
getTargetNamespace() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns the value of TargetNamespace attribute.
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.
getTerminationDonePageURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated
getTerminationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the TerminationDonePageURL from the provider ID under a realm.
getTerminationProviderIDKey() - Static method in class com.sun.liberty.LibertyManager
Returns the termination providerIDKey from IFSConstants.
getTerminationURL(String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated
getTerminationURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns Termination URL.
getTermsOfServiceUri(Locale) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Get the client's terms of service URI to use for the user's locale, or null if none is registered.
getText() - Method in class org.forgerock.http.header.Warning
Gets the warning's text description.
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 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.dst.DSTModifyResponse
Gets time stamp
getTimeStamp() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Gets time stamp
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.
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 class 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.
getTokenEndpointAuthMethod() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets the token_endpoint_auth_method configured for this client.
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 interface com.iplanet.sso.SSOToken
Returns single sign on token ID object.
getTokenId() - Method in exception com.sun.identity.authentication.spi.InvalidPasswordException
Returns the token ID.
getTokenId() - Method in interface org.forgerock.oauth2.core.AccessToken
 
getTokenId() - Method in interface org.forgerock.oauth2.core.Token
Gets the token's identifier.
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 class 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 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.
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.
getTransforms() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.PasswordTransforms
Deprecated.
Returns a list of child 'Transforms' Elements
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.
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.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 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 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.
getTypeCode() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Gets the typeCode of the artifact.
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(AMIdentity) - Static method in class com.sun.identity.idm.IdUtils
 
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.
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 class com.sun.identity.sm.ServiceInstance
Returns the URL of the service.
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.
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.
getUser(List, String, String) - Method in interface com.sun.identity.saml.plugins.PartnerAccountMapper
Returns user account in OpenAM to which the subject in the assertion is mapped.
getUser(SubjectQuery, String) - Method in interface com.sun.identity.saml.plugins.PartnerAccountMapper
Returns user account in OpenAM to which the subject in the query is mapped.
getUser(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns the user from HttpServletRequest.
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(String, String) - Method in interface com.sun.identity.liberty.ws.interfaces.ResourceIDMapper
Returns the ID of the user who has the resource ID in a provider.
getUserID(String, String, Message) - Method in interface com.sun.identity.liberty.ws.interfaces.ResourceIDMapper
Returns the ID of the user who has the resource ID in a provider.
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.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.ScopeValidator
Gets the resource owners information based on an issued access token.
getUserInfoEndpoint() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets endpoint for requesting user information.
getUsername() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
Returns the username to use when authenticating to the proxy.
getUsername() - Method in class org.forgerock.http.header.authorization.BasicCredentials
Get the username.
getUsernameToken() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Gets the string token representing where the user name should be substituted.
getUserPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userPassword Attribute Type which has the OID 2.5.4.35.
getUserRegistrationDestination() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
Gets the user registration destination.
getUserSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
Returns the user service configuration schema.
getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userSecurityInformation Object Class which has the OID 2.5.6.18.
getUserSessionProperty(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the property from the user session.
getUserSessions(String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Returns the set of SSOTokens for a specified user
getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UTC Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.53.
getUUIDMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidMatch Matching Rule which has the OID 1.3.6.1.1.16.2.
getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidOrderingMatch Matching Rule which has the OID 1.3.6.1.1.16.3.
getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UUID Syntax which has the OID 1.3.6.1.1.16.1.
getValid(Purpose<S>) - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
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(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Returns all secrets for the given purpose which have not yet expired.
getValidSession(HttpServletRequest) - 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
Deprecated.
since 14.0.0
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(String) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Returns a set of valid values given the property name.
getValidValues(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the valid values for this referral
getValidValues(SSOToken, String) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Gets the valid values for this referral matching a pattern
getValidValues(String) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Returns a set of valid values given the property name.
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.Subject
Deprecated.
Returns a list of possible values for the Subject that satisfy the given pattern.
getValue() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
Deprecated.
Returns value of 'Parameter' element.
getValue() - Method in class com.sun.identity.saml.protocol.StatusCode
Gets the value of the StatusCode.
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.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(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, Exception>) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Borrow (and create before hand if absent) a cache entry.
getValue() - Method in class org.forgerock.util.time.Duration
Returns the number of TimeUnit this duration represents.
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.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
 
getValues() - Method in class org.forgerock.http.header.SetCookieHeader
 
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.protocol.Header
Returns the header as a list of strings.
getValues() - Method in class org.forgerock.oauth2.core.UserInfoClaims
Gets the values of the claims for the user information.
getValues() - Method in class org.forgerock.openidconnect.Claim
Get the value(s) of this claim.
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.
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
Returns the version of the state management mechanism to which this cookie conforms.
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 interface org.forgerock.opendj.ldap.messages.BindRequest
Returns the version of the protocol to be used at the LDAP message layer.
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.
getW() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
 
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.
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(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.
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(W, 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.
getWsdlURI() - Method in class com.sun.identity.liberty.ws.disco.Description
Gets URI to WSDL resource containing the service description.
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(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
Return java.security.cert.X509Certificate for the specified certAlias.
getX509Certificate() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
Gets the X509Certificate
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.
getX509CertificateToken() - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
Returns the X509 certificate Token.
getX509CertificateToken() - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Gets the X509 certificate Token.
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
Gets the X509 thumbnail.
getX509URL() - Method in class org.forgerock.json.jose.jwk.JWK
Gets the X509 URL.
getX509Url() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
Gets the X.509 URL header parameter for this JWS.
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_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.
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.
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.
goToNext() - Method in class org.forgerock.openam.auth.node.api.SingleOutcomeNode
Move on to the next node in the tree.
gracefullyClosed() - Static method in exception org.forgerock.opendj.io.LdapSocketClosedException
Returns a LdapSocketClosedException specifying that the socket has been intentionally and gracefully closed locally.
GRANT_TYPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Type of grant.
GrantType - Enum in org.forgerock.oauth2.core
Identifies the OAuth2 Authorization Grant (aka OAuth2 Flow) undertaken to obtain an OAuth2 token.
GREATER_EQUAL - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "greater-than-or-equal" operator.
GREATER_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(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.
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.
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.
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.

H

H_BEARER - Static variable in class org.forgerock.http.oauth2.OAuth2Error
The WWW-Authenticate header prefix, 'Bearer'.
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(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(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.
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
 
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.
handleConnectionClosed(LdapSession) - Method in interface org.forgerock.opendj.ldap.LdapSessionCompletionListener
Invoked when the client closed the connection, possibly using an unbind request.
handleConnectionDisconnected(LdapSession, ResultCode, String) - Method in interface org.forgerock.opendj.ldap.LdapSessionCompletionListener
Invoked when the connection has been disconnected by the server.
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.
handleConnectionError(LdapSession, Throwable) - Method in interface org.forgerock.opendj.ldap.LdapSessionCompletionListener
Invoked when the connection has been disconnected because of an error (e.g: message too big).
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(LdapException) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has failed.
handleException(LdapException) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
 
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.
handleInteraction(Message, InquiryType, String) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
Handles resource owner interactions on behalf of WSP.
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.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Updates a JSON resource by applying a set of changes to its existing content, returning a Promise that will be completed when the resource has been updated.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.Router
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Updates a JSON resource by applying a set of changes to its existing content.
handlePostAuth(DataStore, Map<String, List<String>>) - Method in class org.forgerock.oauth.clients.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.
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
 
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.
Handler - Annotation Type in org.forgerock.api.annotations
Details of a handler.
Handler - Interface in org.forgerock.http
Asynchronously handles an HTTP Request by producing an associated Response.
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(ModifyRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to modify 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.
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(S) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
 
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.
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.
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(AttributeType) - Method in class org.forgerock.opendj.ldap.Rdn
Indicates whether this RDN includes the specified attribute type.
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.
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.
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.
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_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.
hashCode() - Method in interface com.iplanet.sso.SSOTokenID
Returns a hash code for this object.
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.security.ISSecurityPermission
Returns hash code for this object.
hashCode() - Method in class com.sun.identity.sm.SchemaType
Returns the hash code of the object.
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.Warning
 
hashCode() - Method in class org.forgerock.http.header.WarningHeader
 
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.json.jose.jwe.JweEncryption
 
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.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.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.DereferenceAliasesPolicy
 
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.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.
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(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.
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.
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 interface 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.
hasRequirements() - Method in class org.forgerock.selfservice.core.StageResponse
Returns true if the response has any requirements.
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.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 - Class in org.forgerock.http.protocol
An HTTP message header.
Header() - Constructor for class org.forgerock.http.protocol.Header
 
header(String, Object) - Method in class org.forgerock.json.jose.builders.JwtHeaderBuilder
Adds a custom header parameter to the JWT header.
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(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(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.
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
 
HeaderUtil - Class in org.forgerock.http.header
Utility class for processing values in HTTP header fields.
HEARTBEAT_ENABLED - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Configures the connection factory to periodically send "heart-beat" or "keep-alive" requests to the Directory Server.
HEARTBEAT_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies the time between successive heart-beat requests (default interval is 10 seconds).
HEARTBEAT_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies the scheduler which will be used for periodically sending heart-beat requests.
HEARTBEAT_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies the parameters of the search request that will be used for heart-beats.
HEARTBEAT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies the timeout for heart-beat requests, after which the remote Directory Server will be deemed to be unavailable (default timeout is 3 seconds).
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.
HEXBINARY - Static variable in class com.sun.identity.liberty.ws.common.wsse.BinarySecurityToken
The HEXBINARY encoding type indicates that the encoding name given corresponds to Hex encoding of a binary value.
hexStringToByteArray(String) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
Converts Hex String to Byte Array.
HexToBase64 - Class in com.sun.identity.saml.common
This class HexToBase64 is used to convert Hex encoded SAML source ID to Base64 encoded ID.
HexToBase64() - Constructor for class com.sun.identity.saml.common.HexToBase64
 
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_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.
HmacSigningHandler - Class in org.forgerock.json.jose.jws.handlers
An implementation of the SigningHandler which can sign and verify using algorithms from the HMAC family.
HmacSigningHandler(byte[]) - Constructor for class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Constructs a new HmacSigningHandler.
HmacSigningHandler(SecretKey) - Constructor for class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Constructs a new HmacSigningHandler.
horizontalRule() - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a horizontal-rule divider.
HOST_LIST - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that lists the IP addresses and/or the certAlias for all of the hosts, within the specified partner site, that can send requests to this site.
HOST_NAME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The HostName field.
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(Provider) - Constructor for class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Initializes the HSM loader with the given PKCS#11 provider.
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.
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 class org.forgerock.oauth.clients.oauth2.OAuth2Client
HTTP POST.
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(Throwable) - Constructor for exception org.forgerock.http.HttpApplicationException
Constructs a new exception with the specified cause.
HttpApplicationException(String, Throwable) - Constructor for exception org.forgerock.http.HttpApplicationException
Constructs a new exception with the specified detail message and 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.
iat(Date) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Sets the time the JWT was issued at, in the Claims Set.
IAuthorizer - Interface in com.sun.identity.log.spi
Deprecated.
since 14.0.0, use Common Audit Service
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() - Method in interface org.forgerock.openam.secrets.BaseSecretStoreProvider
Get an identifier for this secret store provider.
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
 
IdentifierQueryResourceHandler - Class in org.forgerock.json.resource
QueryResourceHandler that searches for a specific identifier value.
IdentifierQueryResourceHandler(String) - Constructor for class org.forgerock.json.resource.IdentifierQueryResourceHandler
Creates a new QueryResourceHandler for the given identifier.
identity() - Static method in class org.forgerock.json.JsonValueFunctions
Returns an identity function that will copy the input JsonValue.
identity(M) - Static method in class org.forgerock.opendj.ldap.Functions
Returns the provided value.
identityChanged(String) - Method in interface com.sun.identity.idm.IdEventListener
This method is called back for all identities that are modified in a repository.
identityDeleted(String) - Method in interface com.sun.identity.idm.IdEventListener
This method is called back for all identities that are deleted from a repository.
identityOfTypeAlreadyExists(String, String) - Static method in exception com.sun.identity.idm.IdRepoDuplicateObjectException
Create an instance using the localized IdRepoErrorCode.IDENTITY_OF_TYPE_ALREADY_EXISTS error message populated with the provided name and type.
identityRenamed(String) - Method in interface com.sun.identity.idm.IdEventListener
This method is called for all identities that are renamed in a repository.
IdEventListener - Interface in com.sun.identity.idm
Represents the event listener interface that consumers of this API should implement and register with the AMIdentityRepository to receive notifications.
idFragment() - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
 
idFragment() - Method in class org.forgerock.services.routing.RouteMatcher
The fragment of an API ID that this matcher provides.
IdGenerator - Interface in org.forgerock.util.generator
Defines the contract to generate global unique identifiers.
IdGenerator.SequenceUuidIdGenerator - Class in org.forgerock.util.generator
Default implementation of the IdGenerator that will output some ids based on the following pattern : <uuid> + '-' + an incrementing sequence.
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 - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
Name of URL query parameter to be used by WSC to include providerID of IDP, that was used to authenticate user.
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.
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.
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.
IDPEntries - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
IDPEntries() - Constructor for class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Default Constructor.
IDPEntries(List) - Constructor for class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Constructor creates IDPEntries object.
IDPEntries(Element) - Constructor for class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Constructor creates IDPEntries object from a Document Element.
IDPEntry - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
IDPEntry() - Constructor for class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Default Constructor.
IDPEntry(String, String, String) - Constructor for class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Constructor creates IDPEntry object.
IDPEntry(Element) - Constructor for class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Constructor creates IDPEntry Object from Document Element.
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.
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.
IDPPExtension - Interface in com.sun.identity.liberty.ws.idpp.plugin
The class IDPPExtension is an interface for extension attributes in each IDPPContainer.
IDPProvidedNameIdentifier - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
IDPProvidedNameIdentifier(String, String, String) - Constructor for class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Constructor creates IDPProvidedNameIdentifier object.
IDPProvidedNameIdentifier(Element) - Constructor for class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Constructor creates IDPProvidedNameIdentifier object from Document Element.
IDPProvidedNameIdentifier(String, String) - Constructor for class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Constructor creates IDPProvidedNameIdentifier object.
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
 
IdRepoDuplicateObjectException - Exception in com.sun.identity.idm
An exception type thrown when an IdRepo is asked to create an object with a name that is already used.
IdRepoException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
IdRepoException() - Constructor for exception com.sun.identity.idm.IdRepoException
 
IdRepoException(String) - Constructor for exception com.sun.identity.idm.IdRepoException
 
IdRepoException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoException
 
IdRepoException(String, String, 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.
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.
IdRepoFatalException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
IdRepoFatalException(String) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
 
IdRepoFatalException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
 
IdRepoFatalException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdRepoFatalException(String, String, ResultCode, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoFatalException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdRepoListener - Class in com.sun.identity.idm
Provides methods that can be called by IdRepo plugins to notify change events.
IdRepoListener() - Constructor for class com.sun.identity.idm.IdRepoListener
 
IdRepoUnsupportedOpException - Exception in com.sun.identity.idm
The exception class whose instance is thrown if there is any error during the operation of objects of the com.sun.identity.sms package.
IdRepoUnsupportedOpException(String) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
 
IdRepoUnsupportedOpException(String, String) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
 
IdRepoUnsupportedOpException(String, String, Object[]) - Constructor for exception com.sun.identity.idm.IdRepoUnsupportedOpException
This constructor is used to pass the localized error message At this level, the locale of the caller is not known and it is not possible to throw localized error message at this level.
IdSearchControl - Class in com.sun.identity.idm
This is a helper class which is used in the AMIdentityRepository search method.
IdSearchControl() - Constructor for class com.sun.identity.idm.IdSearchControl
Creates the IdSearchControl object
IdSearchOpModifier - Class in com.sun.identity.idm
This is a helper class which can be in conjunction with the IdSearchControl class to make simple modifications to the basic search performed by each plugin.
IdSearchResults - Class in com.sun.identity.idm
This class IdSearchResults provides to obtain the search results.
IdSearchResults(IdType, String) - Constructor for class com.sun.identity.idm.IdSearchResults
 
IDSEventListener - Interface in com.iplanet.services.ldap.event
The purpose of this interface is to allow classes that implement this interface to listen to Directory Server Events.
idTokenAsSignedJwt(String) - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Returns the id_token as a SignedJwt.
IdType - Class in com.sun.identity.idm
The class IdType defines the types of supported identities, and provides static constants for these identities.
IdType(String) - Constructor for class com.sun.identity.idm.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
Throws an IllegalArgumentException if the condition parameter is false.
ifFalse(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException with a custom message if the condition parameter is false.
ifNull(Object) - 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.
ifNull(Object, String) - Static method in class org.forgerock.util.Reject
Alias for checkNotNull to be used in fluent Reject.ifNull syntax.
IFSConstants - Interface in com.sun.identity.federation.common
Deprecated.
since 12.0.0
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_ALL - Static variable in interface org.forgerock.opendj.ldif.RejectedLdifListener
A handler which ignores all rejected record notifications.
ignoreAll() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy which will not perform any schema validation.
IllegalStageTagException - Exception in org.forgerock.selfservice.core
Exception that represents an unknown stage tag.
IllegalStageTagException(String) - Constructor for exception org.forgerock.selfservice.core.IllegalStageTagException
Creates a new exception instance.
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.
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_SEARCHING - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
While searching subordinates of the base object, dereference any alias within the scope of the Search operation.
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_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_PATTERN - Static variable in class org.forgerock.api.markup.asciidoc.AsciiDoc
Regex for finding Include-directives, where group 1 contains the path-value.
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(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute 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.
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.
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(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 - 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.
Indexed<T> - Interface in org.forgerock.http.util
Interface of an object that can be indexed with a unique key.
Indexer - Interface in org.forgerock.opendj.ldap.spi
This class is registered with a Backend and it provides callbacks for indexing attribute values.
IndexingOptions - Interface in org.forgerock.opendj.ldap.spi
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.spi
A factory for creating arbitrarily complex index queries.
init(Subject, Map, Map) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Initialize this LoginModule.
init(Map<String, Set<String>>) - Method in interface com.sun.identity.entitlement.EntitlementCondition
Initializes the condition object.
init(String, Object) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
Initializer.
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, String, Properties) - Static method in class com.sun.identity.sae.api.SecureAttrs
Initializes a SecureAttrs instance specified by name.
init(Properties) - Static method in class com.sun.identity.sae.api.SecureAttrs
Deprecated.
For backward compatability with older releases of this api. Replaced by SecureAttrs.init(String,String,Properties)
init() - Method in class com.sun.identity.security.AdminTokenAction
 
init(String) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AttributeMapper
Initialise the instance for i18n.
INITIAL_TAG - Static variable in class org.forgerock.selfservice.core.ServiceUtils
Represents an empty stage tag.
initialize() - Static method in class com.iplanet.am.util.AdminUtils
 
initialize(String, Set) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Initializes the federation adapter, this method will only be executed once after creation of the adapter instance.
initialize(Map<String, Set<String>>) - Method in class com.sun.identity.idm.IdRepo
Initialization paramters as configred for a given plugin.
initialize(Object, XMLSignatureManager) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Initializes the SecurityTokenProvider.
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Referral
Deprecated.
Initializes the Referral with a Map
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Initialize the ResponseProvider
initialize(Map) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Initialize (or configure) the Subject object.
initialize(Map) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Initializes the fedlet adapter, this method will only be executed once after creation of the adapter instance.
initialize(String, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
Initializes the federation adapter, this method will only be executed once after creation of the adapter instance.
initialize(Map) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Initializes the federation adapter, this method will only be executed once after creation of the adapter instance.
initialize(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(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(Map<String, Object>) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Initialise the handler.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
initialize(Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
 
initialize(Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
 
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
initialize(Map) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Initializes the resource name with configuration information, usually set by the administrators.
initializeProperties(String) - Static method in class com.iplanet.am.util.SystemProperties
Initializes properties bundle from the file passed.
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.
initializeProperties(String, String) - Static method in class com.iplanet.am.util.SystemProperties
Initializes a property 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.
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.
InsertEntry - Class in com.sun.identity.liberty.ws.disco
The class InsertEntry represents a Insert Entry for Discovery Modify request.
InsertEntry(ResourceOffering, List) - Constructor for class com.sun.identity.liberty.ws.disco.InsertEntry
Constructor.
InsertEntry(Element) - Constructor for class com.sun.identity.liberty.ws.disco.InsertEntry
Constructor.
installAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Installs a new authentication node.
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.
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 - 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.
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_TAG - Static variable in class org.forgerock.json.jose.utils.DerUtils
DER tag for integer values.
integerSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
 
INTERACTION_NAMESPACE - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
Name space URI of interaction service
InteractionException - Exception in com.sun.identity.liberty.ws.interaction
Base class for exceptions that could be thrown from InteractionService framework.
InteractionException(String) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionException
Constructor
InteractionException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionException
Constructor
InteractionException(String, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionException
Constructor Constructs an instance of InteractionException 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.
InteractionManager - Class in com.sun.identity.liberty.ws.interaction
This class provides the interface and implementation for supporting resource owner interaction.
InteractionRedirectException - Exception in com.sun.identity.liberty.ws.interaction
Class for exception thrown by InteractionManager, on the WSC side, to indicate that the User Agent is redirected to WSP.
InteractionRedirectException(String) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionRedirectException
Constructor
InteractionSOAPFaultException - Exception in com.sun.identity.liberty.ws.interaction
Class for exception thrown by InteractionManager in case of any SOAP fault while handling interaction for the WSP.
InteractionSOAPFaultException(Throwable) - Constructor for exception com.sun.identity.liberty.ws.interaction.InteractionSOAPFaultException
Constructor
InteractionUtils - Class in com.sun.identity.liberty.ws.interaction
Class that provides some utility methods that work with objects related to interaction
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_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 - 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.DereferenceAliasesPolicy
Returns the integer value of this alias dereferencing policy as defined in RFC 4511 section 4.5.1.
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() - Static method in class com.sun.identity.security.AdminTokenAction
Resets cached SSOToken.
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_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 - 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.
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(Throwable, 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(String, String, Object[], 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(String, String, Object[]) - 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(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.
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(Throwable) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified cause.
InvalidTokenException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified detail message and cause.
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.
IP_ADDR - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The IPAddr field.
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_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.
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(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns true if the name object is active.
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.
isAdd() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "add" patch operation.
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.
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(Object, String, Object, Map) - Method in interface com.sun.identity.liberty.ws.interfaces.Authorizer
Checks if the WSC is authorized to query or modify the select data.
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(Object) - Static method in class com.sun.identity.log.spi.Authorizer
Deprecated.
Returns true if given subject is authorized to change the password.
isAuthorized(String, String, Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
Deprecated.
Returns true if a given log record should be published.
isAuthorized(Object) - Method in interface com.sun.identity.log.spi.IAuthorizer
Deprecated.
Returns true if given subject is authorized to change the password.
isAuthorized() - Method in class org.forgerock.authz.filter.api.AuthorizationResult
Whether the request is authorized to access the requested resource.
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.
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.
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.
isCertificateBoundAccessTokensEnabled() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Indicates whether this client wants its access tokens bound to the X.509 certificate it uses to authenticate to the token endpoint.
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(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is an immediate child of the provided DN.
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.
isClientAuthentication() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns a boolean flag to determine if this Message will be sent to a server that requires client authentication.
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 interface org.forgerock.opendj.ldap.LdapSession
Returns true if the underlying connection has been closed as a result of a client disconnect, a fatal connection error, or a server-side LdapSession.disconnect().
isClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Indicates whether this connection has been explicitly closed by calling close.
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.
isConfidential() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets whether the client is confidential or not.
isConsentImplied() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Gets whether or not the client wants the OAuth2 implementation to skip asking the resource owner for consent.
isContentValid() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Verifies that the JWT is valid by: ensuring the JWT contains the 'iss', 'sub', 'aud' and 'exp' claims ensuring the JWT expiry is not unreasonably far in the future ensuring the JWT has not expired ensuring the JWT is not being used before its 'not before time' ensuring the JWT issued at time is not unreasonably far in the past
isContentValid(boolean) - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Verifies that the JWT is valid by: ensuring the JWT contains the 'iss', 'sub', 'aud' and 'exp' claims ensuring the JWT expiry is not unreasonably far in the future ensuring the JWT has not expired ensuring the JWT is not being used before its 'not before time' ensuring the JWT issued at time is not unreasonably far in the past
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 control.
isCopy() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "copy" patch operation.
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.
 
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.
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.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
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(String) - Static method in class org.forgerock.api.util.ValidationUtil
Determines if a String is null, or empty, or only contains whitespace.
isEmpty(Object[]) - Static method in class org.forgerock.api.util.ValidationUtil
Determines if an array is null or zero-length.
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.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.
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.
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(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.
isEqualTo(int) - Method in class org.forgerock.opendj.ldap.ResultCode
Returns true if the provided integer corresponds to this ResultCode.
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.openidconnect.Claim.ClaimBuilder
Marks this ClaimBuilder as building an essential claim.
isEssential() - Method in class org.forgerock.openidconnect.Claim
Get whether the claim is essential.
isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
Indicates whether this result code represents an error result.
isExists() - Method in class com.sun.identity.idm.AMIdentity
This method determines if the identity exists and returns true or false.
isExists(SSOToken, IdType, String) - Method in class com.sun.identity.idm.IdRepo
Returns true if the name object exists in the data store.
isExpired() - Method in interface org.forgerock.oauth2.core.IntrospectableToken
Gets whether the token has expired.
isExpired() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Checks that the JWT has not expired.
isExpired(Clock) - Method in class org.forgerock.secrets.Secret
Indicates whether the secret has expired according to the given clock.
isExpiryUnreasonable() - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Checks that the JWT has an unreasonable expiration time.
isExportable() - Method in class com.sun.identity.sm.ServiceSchema
Returns true if the service configuration created can be exported to other organizations.
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.
isFederationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns true if Federation is cancelled.
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.
isIncludeCommonAttributes() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Checks include common attribute for the DST query item.
isIncrement() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "increment" patch operation.
isInformational() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.INFORMATIONAL one ?
isInScopeOf(Dn, SearchScope) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN matches the provided base DN and search scope.
isInScopeOf(String, SearchScope) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN matches the provided base DN and search scope.
isIntendedForAudience(String) - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Checks that the JWT is intended for the provided audience.
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.
isLECPProfile(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Determines if a HTTP servlet request is Liberty-enabled client and proxy profile.
isList() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a List.
isLogEnabled() - Method in interface com.sun.identity.plugin.log.Logger
Deprecated.
Checks if the logging is enabled.
isLogoutSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns true if logout succeeded.
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(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
Verifies if this identity is a member of the identity being passed.
isMember(SSOToken) - Method in interface com.sun.identity.policy.interfaces.Subject
Deprecated.
Determines if the user belongs to this instance of the Subject object.
isMixUpMitigationEnabled() - Method in interface org.forgerock.oauth2.core.ClientRegistration
Tells whether or not OAuth 2.0 IdP Mix-up mitigation has been enabled for this client.
isMove() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "move" patch operation.
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 class com.sun.identity.liberty.ws.paos.PAOSResponse
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.
isNameRegistrationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns true if name registration is cancelled.
isNameRegistrationSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns true if name registration succeeds.
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(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is null.
isNull() - Method in class org.forgerock.json.JsonValue
Returns true if the 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.
isOverrideAllowed() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Checks if override is allowed
isParentOf(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is the immediate parent of the provided DN.
isParentOf(String) - 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.
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.
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(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.
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.
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.
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
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(int, int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
Checks if a Callback is required to have input.
isRequired() - Method in class org.forgerock.api.models.Parameter
Getter of the required property.
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) - 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.
isReverseOrder() - Method in class org.forgerock.opendj.ldap.SortKey
Returns true if this sort key should be evaluated in reverse (descending) order.
isRoleIDP() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
Deprecated.
Represents that in a specific federation remote deployement participated as SP or IDP.
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.
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.
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, String) - Constructor for class com.sun.identity.security.ISSecurityPermission
Constructs ISSecurityPermission object.
ISSecurityPermission(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
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 com.sun.identity.liberty.ws.security.SecurityAssertion
Return whether the signature is valid.
isSignatureValid() - Method in class com.sun.identity.saml.assertion.Assertion
Returns whether the signature on the object is valid or not.
isSignatureValid() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns whether the signature on the object is valid or not.
isSignatureValid() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Return whether the signature on the object is valid or not.
isSignatureValid() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Returns whether the signature on the object is valid or not.
isSignatureValid() - Method in class com.sun.identity.saml.protocol.Response
Return whether the signature on the object is valid or not.
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 class com.sun.identity.saml.assertion.AssertionBase
Returns whether the object is signed or not.
isSigned() - Method in class com.sun.identity.saml.protocol.AbstractRequest
Return whether the object is signed or not.
isSigned() - Method in class com.sun.identity.saml.protocol.AbstractResponse
Return whether the object is signed 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".
isSOAPFaultNeeded() - Method in interface com.sun.identity.liberty.ws.interfaces.ServiceInstanceUpdate
Checks whether the service needs to send a soap fault.
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.
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.
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(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to or equal to the provided DN.
isSubordinateOrEqualTo(String) - 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(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
Returns true if the given AuthStatus value is AuthStatus.SUCCESS.
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
 
isSuccessful() - Method in class org.forgerock.http.protocol.Status
Is the family of this status a Status.Family.SUCCESSFUL one ?
ISSUER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that defines the creator of an assertion generated within OpenAM.
Issuer - Interface in com.sun.identity.saml2.assertion
The Issuer provides information about the issuer of a SAML assertion or protocol message.
ISSUER_KEY - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for the issuer's name.
isSuperiorOrEqualTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to, but not equal to the provided DN.
isSuperiorTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to, but not equal to the provided DN.
isSuperTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a super-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSuperTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a super-type of the provided attribute type.
isTerminated() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
isTerminationCancelled(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns true if termination is cancelled.
isTerminationSuccess(HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
Returns true if Termination succeeds.
isTimeValid() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Checks validity of time in the assertion.
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.
isTokenRestricted() - Method in interface com.iplanet.sso.SSOToken
Returns true if the SSOTokenID associated with this SSOToken is a restricted token, false otherwise.
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.
isTypesOnly() - Method in interface org.forgerock.opendj.ldap.messages.SearchRequest
Indicates whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
isUnlimited() - Method in class org.forgerock.util.time.Duration
Returns true if this Duration represents an unlimited (or indefinite) duration.
isUserExists(String) - Method in interface com.sun.identity.plugin.datastore.DataStoreProvider
Checks if the user exists with a given userid.
isValid(Object) - Method in interface com.sun.identity.plugin.session.SessionProvider
Returns true if the session is valid.
isValid() - Method in class com.sun.identity.sm.ServiceConfig
Returns the status of this Service Configuration Object.
isValid(DataStoreId) - Method in class com.sun.identity.sm.ServiceConfig
Returns the status of this Service Configuration Object with a specific datastore.
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(SigningHandler) - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Verifies that the JWT is valid by: verifying the signature ensuring the JWT contains the 'iss', 'sub', 'aud' and 'exp' claims ensuring the JWT expiry is not unreasonably far in the future ensuring the JWT has not expired ensuring the JWT is not being used before its 'not before time' ensuring the JWT issued at time is not unreasonably far in the past
isValid(SigningHandler, boolean) - Method in class org.forgerock.oauth2.core.OAuth2Jwt
Verifies that the JWT is valid by: verifying the signature ensuring the JWT contains the 'iss', 'sub', 'aud' and 'exp' claims ensuring the JWT expiry is not unreasonably far in the future optionally ensuring the JWT has not expired ensuring the JWT is not being used before its 'not before time' ensuring the JWT issued at time is not unreasonably far in the past
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() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Returns true if the associated connection has not been closed and no fatal errors have been detected.
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.
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.
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).
isXDHSupported() - Static method in class org.forgerock.json.jose.utils.XECUtils
Indicates whether XDH (Diffie-Hellman using the X25519/X448 curves) is supported by this JDK.
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.
Items - Class in org.forgerock.api.models
Class that represents the Items type in API descriptor.
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.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.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.
since 14.0.0, use Common Audit Service

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.
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.
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.
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, 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(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, 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(String, Object...) - Static method in class org.forgerock.util.Utils
joinAsString(String, Iterable<?>) - Static method in class org.forgerock.util.Utils
joinAsString(StringBuilder, String, Object...) - Static method in class org.forgerock.util.Utils
joinAsString(StringBuilder, String, Iterable<?>) - 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.
Json - Class in org.forgerock.http.util
Provides read and write JSON capabilities.
json(Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON value whose content is the provided object.
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.
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 thumbnail key.
JSON_KEY_X5U - Static variable in class org.forgerock.json.jose.jwk.JWK
The X509 URL key.
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(Throwable) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified cause.
JsonException(String, Throwable) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified detail message and 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
Constructs a JSON pointer, identifying the root value of a JSON structure.
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.
JsonPointer(Iterable<String>) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
jsonResolver(String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using the given filename.
jsonResolver(Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a file at the given path.
jsonResolver(File) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given file.
jsonResolver(JsonValue) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given a JsonValue.
jsonResolver(String, JsonValue) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given a JsonValue.
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, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and cause.
JsonValueException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value, detail message and cause.
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.
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.
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.
jvmDefaultKeyStore() - Static method in class org.forgerock.opendj.security.KeyManagers
Returns the JVM default keystore.
jwe(JwtBuilderFactory) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Apply encryption to the JWT.
jwe(JwtBuilderFactory) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
 
jwe(JwtBuilderFactory) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
 
jwe(Key) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
Creates a builder for building an encrypted JWT into a base64url UTF-8 encoded JWT string.
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.
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(KeyType, KeyUse, String, String) - Constructor for class org.forgerock.json.jose.jwk.JWK
Deprecated.
Use the builder instead.
JWK(KeyType, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.JWK
Deprecated.
Use the builder instead.
JWK(KeyType, KeyUse, 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 - Static variable in interface org.forgerock.oauth.resolvers.OpenIdResolver
Lookup key for JWK configuration.
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
Constructor using provided timeout values to generate the SimpleHTTPClient used for communicating over HTTP.
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 - 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(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.
JWKSet(List<JWK>) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
Construct a JWKSet from a List of JWKs.
jwkSet(URL) - Method in class org.forgerock.json.jose.jwk.JWKSetParser
Provides a jwks 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(int, int) - Constructor for class org.forgerock.json.jose.jwk.JWKSetParser
Constructor allowing the configuration of the read and connection timeouts used by the HTTP client for this parser.
JWKSetParser(SimpleHTTPClient) - Constructor for class org.forgerock.json.jose.jwk.JWKSetParser
Alternative constructor allowing the calling class to pass in an already-configured SimpleHTTPClient.
JWKSetParser(SimpleHTTPClient, JWKLookup) - Constructor for class org.forgerock.json.jose.jwk.JWKSetParser
Alternative constructor allowing the calling class to pass in an already-configured SimpleHTTPClient.
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
Create a new JWKs store.
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
Default constructor.
JwksStoreService(int, int) - Constructor for class org.forgerock.json.jose.jwk.store.JwksStoreService
Constructor with read and connection timeout.
JwksStoreService(SimpleHTTPClient) - 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.
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
Creates a builder for building a plaintext JWT into base64url UTF-8 encoded JWT string.
Jwt - Interface in org.forgerock.json.jose.jwt
The interface for all types of JSON Web Tokens (JWTs).
JWT_VALIDATED_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Validated configuration property key.
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, SignedEncryptedJwt).
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.
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(JwtBuilderFactory) - 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, 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
Token handler for creating tokens using a JWT as the store.
JwtTokenHandler(JweAlgorithm, EncryptionMethod, KeyPair, JwsAlgorithm, SigningHandler) - Constructor for class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
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
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 - Enum in org.forgerock.json.jose.jwt
An Enum for the possible types of JWTs.
jwtType(String) - Static method in enum org.forgerock.json.jose.jwt.JwtType
Finds the value of the String representation of the given JWT type.

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
 
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_DECRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for decrypting ("unwrapping") other keys.
KEY_ENCRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for encrypting ("wrapping") other keys.
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.
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, SecretReference<GenericSecret>) - Constructor for class org.forgerock.secrets.keys.KeyFormatPem
Constructs a new PEM key format that encrypts private keys using the given password.
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.
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 - 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, which must consist of an OkpJWK.OctetECPublicKey and OkpJWK.OctetECPrivateKey.
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.
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.
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
 
KeyStoreConfiguration - Class in org.forgerock.security.keystore
Holds the configuration required for initializing a Keystore.
KeyStoreConfiguration(String, String, String, String, String, String, String, Map<String, Object>) - Constructor for class org.forgerock.security.keystore.KeyStoreConfiguration
Create an Immutable KeyStoreConfiguration that holds keystore configuration parameters.
KeyStoreConfigurationManager - Interface in org.forgerock.security.keystore
Defines an interface to obtain KeyStoreConfiguration objects.
KeyStoreConfigurationManagerImpl - Class in org.forgerock.security.keystore
Implements a KeyStoreConfigurationManager using JSON serialization.
KeyStoreConfigurationManagerImpl(String) - Constructor for class org.forgerock.security.keystore.KeyStoreConfigurationManagerImpl
Construct a KeyStoreConfigurationManager instance.
KeyStoreConfigurationManagerImpl(InputStream) - Constructor for class org.forgerock.security.keystore.KeyStoreConfigurationManagerImpl
Construct a KeyStoreConfigurationManager instance.
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
An implementation of JwtCryptographyHandler that uses a KeyStore to get keys.
KeyStoreJwtCryptographyHandler() - Constructor for class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
 
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.
KeyStoreObject - Class in org.forgerock.opendj.security
An in memory representation of a LDAP key store object.
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>, 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(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.AliasSpec - Class in org.forgerock.secrets.keystore
Specifies an alias with its validity for use in the store.
KeyStoreSecretStore.KeyDetails - Class in org.forgerock.secrets.keystore
Details of a key that comes from the keystore.
KeyStoreSecretStore.StableIdProvider - Interface in org.forgerock.secrets.keystore
An interface to allow the consuming application to provide the stable ID for the secret.
KeyStoreType - Enum in org.forgerock.security.keystore
Deprecated.
Specify the keystore type string directly in preference to this enum, as it is extensible at runtime
keyToHumanReadableString(ByteSequence) - Method in interface org.forgerock.opendj.ldap.spi.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 - 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(KeyUse) - Method in class org.forgerock.json.jose.jwk.JWK.Builder
Set the key use parameter of the JWK.
KeyUse - Enum in org.forgerock.json.jose.jwk
Represents the Possible KeyUse values.
kid(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the Key ID header parameter for this JWS.

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.
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.
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 connection factory to return pre-authenticated connections using the specified BindRequest.
LDAP_CLIENT_AUTHN_BIND_REQUEST_FACTORY - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the connection factory to return pre-authenticated connections using BindRequest provided by the specified Supplier.
LDAP_CLIENT_CONNECT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the connect timeout specified.
LDAP_CLIENT_HEARTBEAT_ENABLED - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the connection factory to periodically send "heart-beat" or "keep-alive" requests to the Directory Server.
LDAP_CLIENT_HEARTBEAT_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the time between successive heart-beat requests (default interval is 10 seconds).
LDAP_CLIENT_HEARTBEAT_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically sending heart-beat requests.
LDAP_CLIENT_HEARTBEAT_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the parameters of the search request that will be used for heart-beats.
LDAP_CLIENT_HEARTBEAT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the timeout for heart-beat requests, after which the remote Directory Server will be deemed to be unavailable (default timeout is 3 seconds).
LDAP_CLIENT_MAX_CONCURRENT_REQUESTS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the maximum number of concurrent requests per connection.
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.
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 - 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.
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.
LdapPromiseImpl<S> - Class in org.forgerock.opendj.ldap.spi
This class provides an implementation of the LdapPromise.
LdapPromises - Class in org.forgerock.opendj.ldap.spi
Utility methods for creating and composing LdapPromises.
LdapReader<R extends Asn1Reader> - 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(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.
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.
LdapSession - Interface in org.forgerock.opendj.ldap
Server side representation of a connected LDAP client.
LdapSessionCompletionListener - Interface in org.forgerock.opendj.ldap
A listener interface for handling LdapSession termination.
LdapSocket - Interface in org.forgerock.opendj.io
A socket implementation representing a stream of LDAP messages.
LdapSocketAcceptor - Interface in org.forgerock.opendj.io
An LDAP socket acceptor listens for incoming connections and binds them to an LdapSocket.
LdapSocketClosedException - Exception in org.forgerock.opendj.io
Thrown when a LdapSocket has been closed locally.
LdapSocketConnector - Interface in org.forgerock.opendj.io
An LDAP socket connector provides a new LdapSocket connected to a peer each time it is subscribed.
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.
LdapWriter<W extends Asn1Writer> - 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(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.
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.
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(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.
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.
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(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.
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.
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(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.
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.
leaf() - Method in class org.forgerock.json.JsonPointer
Returns the last (leaf) reference token of the JSON pointer, or null if the pointer contains no reference tokens (i.e.
leaf() - Method in class org.forgerock.json.resource.ResourcePath
Returns the last path element in this resource path.
LEASE_EXPIRY_DURATION - Static variable in interface org.forgerock.secrets.SecretStore
Option used to specify how long secrets from a store should be used before being refreshed.
length() - Method in interface org.forgerock.http.io.Buffer
Returns the current length of the buffer.
length() - Method in 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_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_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(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.
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.
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.
LibertyManager - Class in com.sun.liberty
LibertyManager forms the basis of the Public APIs.
LibertyManager() - Constructor for class com.sun.liberty.LibertyManager
 
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(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
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.
LinkedAttribute - Class in org.forgerock.opendj.ldap
An implementation of the Attribute interface with predictable iteration order.
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.
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, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and 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.
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(Dn) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided 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.
list - Variable in class org.forgerock.util.ListDecorator
The list wrapped by this decorator.
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.
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(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() - 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.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.
literalBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a literal-block.
load(Request) - Method in interface org.forgerock.http.session.SessionManager
Loads a new Session for the given Request.
load(Class<S>, Options) - Method in interface org.forgerock.http.spi.Loader
Loads a service of the specified type.
load() - Static method in class org.forgerock.openam.entitlement.EntitlementRegistry
Loads all available EntitlementModule instances and registers them with a new entitlement registry.
LOAD_BALANCER_EVENT_LISTENER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the event listener which should be notified whenever a load-balanced LDAP client changes state from online to offline or vice-versa.
LOAD_BALANCER_IDLE_SERVER_SELECTOR - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies a function to chose a server when all servers are idle.
LOAD_BALANCER_MONITORING_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the interval between successive attempts to reconnect to offline load-balanced LDAP clients.
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.
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.
loadDefaultServices(OrganizationConfigManager) - Static method in class com.sun.identity.sm.OrganizationConfigManager
Loads default services to a newly created realm
Loader - Interface in org.forgerock.http.spi
An SPI interface for implementing alternative service loading strategies.
Loader - Class in org.forgerock.http.util
Provides methods for dynamically loading classes.
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[], 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(String) - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Initialize and load the keystore described by this configuration There are a number of possible exceptions that can be generated - they are consolidated to a single KeyStoreException and the underlying exception is wrapped.
loadKeyStore(String, ClassLoader) - Method in class org.forgerock.security.keystore.KeyStoreConfiguration
Initialize and load the keystore described by this configuration There are a number of possible exceptions that can be generated - they are consolidated to a single KeyStoreException and the underlying exception is wrapped.
loadList(Class<E>) - Static method in class org.forgerock.http.util.Loader
Loads services of a particular type into a list.
loadMap(Class<K>, Class<V>) - Static method in class org.forgerock.http.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.
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
 
LocaleUtils - Class in org.forgerock.selfservice.stages.utils
Utility class for Locales.
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
 
LocalizedKeyStoreException - Exception in org.forgerock.opendj.security
A localized KeyStoreException.
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.
log(PrintWriter) - Method in exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Formats this FSRedirectException to a PrintWriter.
log(Throwable, PrintWriter) - Static method in exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Formats an Exception to a PrintWriter.
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(ILogRecord) - Method in class com.sun.identity.log.Logger
Deprecated.
Log entitlement log record.
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_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_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.
since 14.0.0, use Common Audit Service
LogException - Exception in com.iplanet.log
Deprecated.
since 14.0.0, use Common Audit Service
LogException() - Constructor for exception com.iplanet.log.LogException
Deprecated.
Constructs a log exception.
LogException(String) - Constructor for exception com.iplanet.log.LogException
Deprecated.
Constructs a log exception.
LogException(String, int) - Constructor for exception com.iplanet.log.LogException
Deprecated.
Constructs a log exception.
LogException - Exception in com.sun.identity.plugin.log
Deprecated.
since 14.0.0, use Common Audit Service
LogException(String) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a LogException with a detailed message.
LogException(Throwable) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a LogException with an embedded exception.
LogException(Exception) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a LogException with an exception.
LogException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.log.LogException
Deprecated.
Constructs a new LogException without a nested Throwable.
LOGGED_BY - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The LoggedBy field.
Logger - Class in com.sun.identity.log
Deprecated.
since 14.0.0, use Common Audit Service
Logger(String, String) - Constructor for class com.sun.identity.log.Logger
Deprecated.
Protected method to construct a logger for a named subsystem.
Logger - Interface in com.sun.identity.plugin.log
Deprecated.
since 14.0.0, use Common Audit Service
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.
LOGGING_SERVICE - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Defines the LoggingService name.
login() - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext object.
login(HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.authentication.AuthContext
Starts the login process for the given AuthContext 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, 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() - Method in class com.sun.identity.authentication.server.AuthContextLocal
Starts the login process for the given AuthContextLocal object.
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(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(Subject) - Method in class com.sun.identity.authentication.server.AuthContextLocal
Starts the login process for the given AuthContextLocal object for the given Subject.
LOGIN_ID - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The LoginID field.
LogManager - Class in com.sun.identity.log
Deprecated.
since 14.0.0, use Common Audit Service
LogManager() - 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_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.
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.
since 14.0.0, use Common Audit Service
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.
since 14.0.0, use Common Audit Service
LogRecord - Class in com.sun.identity.log
Deprecated.
since 14.0.0, use Common Audit Service
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.
logStopLogs() - Method in class com.sun.identity.log.LogManager
Deprecated.
 
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.
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.
LowercaseTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
LowercaseTransform() - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.LowercaseTransform
Deprecated.
This is the default constructor.

M

MailAddressValidator - Class in com.sun.identity.sm.validators
Validates mail address This class is constructed using default(noarguments) constructor and mail address is passed to validate function with optional rules The passed mail address is validated for authenticity and boolean value is returned accordingly.
MailAddressValidator() - Constructor for class com.sun.identity.sm.validators.MailAddressValidator
 
MailServer - Interface in org.forgerock.openam.services.email
Pluggable interface for all email sending in OpenAM.
main(String[]) - Static method in class com.iplanet.dpro.parser.WebtopParser
 
main(String[]) - Static method in class com.sun.identity.saml.common.Base64ToHex
Returns Hex encoded source ID based on the input Base64 source ID.
main(String[]) - Static method in class com.sun.identity.saml.common.HexToBase64
Returns Base64 encoded source ID based on the input Hex source ID.
main(String[]) - Static method in class com.sun.identity.saml.common.SAMLSiteID
Obtains site ID based on the host name.
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.
MalformedHeaderException - Exception in org.forgerock.http.header
Thrown when a header string cannot be parsed to a rich Header implementation.
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.
MalformedHeaderException(Exception) - Constructor for exception org.forgerock.http.header.MalformedHeaderException
Constructs a new exception with the given cause.
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.
mappings() - Method in interface org.forgerock.openam.secrets.config.KeyStoreBasedSecretStoreProvider
The configured purposes for this key store.
mapToJsonValue() - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
A Function 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).
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
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(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.
matches(InetAddress) - Method in class org.forgerock.opendj.ldap.AddressMask
Returns true if this address mask matches the provided address.
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(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided attribute description matches this attribute description.
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(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(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.
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.
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(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(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.
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.
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.
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_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_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.
maxKey(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the provided attribute type and a set of options which sorts after any other set of options.
maxValue() - Static method in class org.forgerock.opendj.ldap.Rdn
Returns a constant containing a special RDN which sorts after any RDN other than itself.
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.
MechanismHandler - Interface in com.sun.identity.liberty.ws.authnsvc.mechanism
Deprecated.
since 12.0.0
MEDIA_TYPE - Static variable in class org.forgerock.json.JsonPatch
Internet media type for the JSON Patch format.
MemoryBackend - Class in org.forgerock.json.resource
A simple in-memory collection resource provider which uses a Map to store resources.
MemoryBackend() - Constructor for class org.forgerock.json.resource.MemoryBackend
Creates a new in-memory collection containing no 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.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the default schema.
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.
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.
merge(List<ApiDescription>) - Method in class org.forgerock.api.CrestApiProducer
 
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(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Creates a new JSON value which combines the contents two JSON values.
merge(JsonValue) - Method in class org.forgerock.json.JsonValue
Creates a new JSON value which combines the contents this JSON value with another.
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 - 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() - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
Default Constructor.
Message(ProviderHeader) - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
The default constructor uses default cert alias defined in AMConfig for signing.
Message(ProviderHeader, SecurityAssertion) - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
This constructor takes a SAML assertion for signing.
Message(ProviderHeader, BinarySecurityToken) - Constructor for class com.sun.identity.liberty.ws.soapbinding.Message
This constructor takes a binary security token for signing.
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(String) - Method in class com.sun.identity.shared.debug.Debug
Prints messages only when the debug state is either Debug.MESSAGE or Debug.ON.
message(String, Throwable) - Method in class com.sun.identity.shared.debug.Debug
Prints debug and exception 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
A convenience method for message debug statements.
Message<M extends Message<M>> - Interface in org.forgerock.http.protocol
Elements common to requests and responses.
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
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.
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 - Static variable in class org.forgerock.http.protocol.Status
The 405 (Method Not Allowed) status code indicates that the method received in the request-line is known by the origin server but not supported by the target resource.
METHOD_NOT_ALLOWED_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.METHOD_NOT_ALLOWED in an API Description.
METHOD_OPTIONS - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP OPTIONS method.
METHOD_PATCH - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP PATCH method.
METHOD_POST - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP POST method.
METHOD_PUT - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP PUT method.
METHOD_TRACE - Static variable in class org.forgerock.http.filter.OptionsFilter
The HTTP TRACE method.
MethodCallStatisticsMXBean - Interface in org.forgerock.bloomfilter.monitoring
Exposes statistics on method call timings and rates to JMX monitoring.
mightContain(E) - Method in interface org.forgerock.bloomfilter.BloomFilter
Checks if the given element might be a member of this set.
mightContain(T) - Method in class org.forgerock.bloomfilter.ConcurrentRollingBloomFilter
 
mightContain(T) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
MIN_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.
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.
MissingAttributeDetail - Interface in com.sun.identity.xacml.context
The StatusCode element is a container of one or more Statuss issuded by authorization authority.
mode(CreateMode) - Method in class org.forgerock.api.models.Create.Builder
Setter for create-mode.
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.
modify(Modify) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Modifies discovery resource offering.
Modify - Class in com.sun.identity.liberty.ws.disco
This class represents a discovery modify request.
Modify(ResourceID, List, List) - Constructor for class com.sun.identity.liberty.ws.disco.Modify
Constructor.
Modify(EncryptedResourceID, List, List) - Constructor for class com.sun.identity.liberty.ws.disco.Modify
Constructor.
Modify() - Constructor for class com.sun.identity.liberty.ws.disco.Modify
Default constructor.
Modify(Element) - Constructor for class com.sun.identity.liberty.ws.disco.Modify
Constructor.
modify(List) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Gets response for a list of DST Modifications.
modify(DSTModify) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Gets modify response for the specified modify.
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided modify request.
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided lines of LDIF.
modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided modify request.
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 interface org.forgerock.opendj.ldap.LdapClientSocket
Modifies an entry in the Directory Server using the provided modify request.
modifyAccessToken(AccessToken, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Allows modification of the OAuth2 access token before the token is persisted/returned to the client.
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, 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) - 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 interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyDiscoEntries(String, List, List) - Method in interface com.sun.identity.liberty.ws.disco.plugins.DiscoEntryHandler
Modifies discovery entries for a user.
modifyDn(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
modifyDn(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDn(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames an entry in the Directory Server using the provided modify DN request.
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(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Renames an entry in the Directory Server using the provided modify DN request.
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 interface org.forgerock.opendj.ldap.LdapClientSocket
Renames an entry in the Directory Server using the provided modify DN request.
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, 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) - 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 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, 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.
modifyEntry(Entry, ModifyRequest) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification request 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.
ModifyResponse - Class in com.sun.identity.liberty.ws.disco
The class ModifyResponse represents a discovery response for modify request.
ModifyResponse(Status) - Constructor for class com.sun.identity.liberty.ws.disco.ModifyResponse
constructor.
ModifyResponse(Element) - Constructor for class com.sun.identity.liberty.ws.disco.ModifyResponse
Constructor.
modifyService(String, Map) - Method in class com.sun.identity.idm.AMIdentity
Set attributes related to a specific service.
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, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
Sets the attributes related to provided service.
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.
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(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`.
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.
Multimap<K,V> - Interface in org.forgerock.guava.common.collect
Deprecated.
Use Multimap instead.
MULTIPLE_CHOICES - Static variable in class org.forgerock.http.protocol.Status
The 300 (Multiple Choices) status code indicates that the target resource has more than one representation, each with its own more specific identifier, and information about the alternatives is being provided so that the user (or user agent) can select a preferred representation by redirecting its request to one or more of those identifiers.
MultipleEntriesFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.
MultipleOf - Annotation Type in org.forgerock.api.annotations
Annotation to mark a numeric JSON Schema property's multipleOf field.
MultipleOfSchema - Interface in org.forgerock.api.jackson
Interface defining support for multipleOf JSON Schema field.
Multiset<E> - Interface in org.forgerock.guava.common.collect
Deprecated.
Use Multiset instead.
Multiset.Entry<E> - Interface in org.forgerock.guava.common.collect
Deprecated.
An unmodifiable element-count pair for a multiset.
MultiValueMap<K,V> - Class in org.forgerock.http.util
Wraps a map for which the values are lists, providing a set of convenience methods for handling list values.
MultiValueMap(Map<K, List<V>>) - Constructor for class org.forgerock.http.util.MultiValueMap
Creates a new multi-value map, wrapping an existing map with list values.
MutableUri - Class in org.forgerock.http
A MutableUri is a modifiable URI substitute.
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.
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).
mvccSupported(Boolean) - Method in class org.forgerock.api.models.Resource.Builder
Setter for MVCC-supported flag.

N

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(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableTag
Sets the name of the Tag.
name(String) - Method in class org.forgerock.api.transform.LocalizableTag
 
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.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
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.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.selfservice.stages.captcha.CaptchaStageConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.email.RetrieveEmailConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.parameters.ParametersConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.reset.ResetStageConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.UserDetailsConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.UserQueryConfig
Name of the stage configuration.
NAME - Static variable in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Name of the stage configuration.
NAME_ID - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The NameID field.
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.
namedCurveParams(Key) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the NamedCurveParameters for this key.
namedCurveParams(String, AlgorithmParameterSpec) - Static method in class org.forgerock.json.jose.utils.XECUtils
Tries to construct a NamedParameterSpec for a given curve name (currently either "X25519" or "X448").
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.
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(Element) - Constructor for class com.sun.identity.saml.assertion.NameIdentifier
Constructs a NameIdentifer element from an existing XML block.
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.
NameIdentifierMapper - Interface in com.sun.identity.liberty.ws.disco.plugins
The class NameIdentifierMapper is an interface that is used to map user's NameIdentifier from one provider to another.
NAMEIDENTIFIERMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies the class with the path where the nameIdentifierMapper is located.
NameIdentifierMapper - Interface in com.sun.identity.saml.plugins
The class NameIdentifierMapper is an interface that is implemented to map user account to name identifier in assertion subject in OpenAM.
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.
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.
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(Collection<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.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(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(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(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(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(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.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
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.
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.
needsChecking() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN or REJECT.
NEVER - Static variable in class 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.
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.
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(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(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, 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(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.
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.
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(RequirementsBuilder) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for array type creation.
newArray(int, 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.
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.
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(boolean) - Static method in class com.sun.identity.entitlement.ConditionDecision
New decision builder.
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.
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.
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(Callable<? 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) - 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(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.
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.
newCompareResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new compare result using the provided result code.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
Creates a new Active Directory change notification request control.
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) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Creates a new authorization identity request control having the provided criticality.
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(Dn) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Creates a new authorization identity response control using the provided authorization ID.
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(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(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(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, 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(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, 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) - Static method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
Creates a new ManageDsaIT request control having the provided criticality.
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, 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() - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Creates a new Netscape password expired response control.
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(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Creates a new password policy request control having the provided criticality.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with no error nor warning.
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(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Creates a new permissive modify request control having the provided criticality.
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, Collection<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.PostReadRequestControl
Creates a new post-read request control.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Creates a new post-read response control.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Creates a new pre-read response control.
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(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() - Static method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
Creates a new permissive modify request control.
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, 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, 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(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, 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.
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(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, 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) - Static method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Creates a new tree delete request control having the provided criticality.
newControl(int, int, ResultCode, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Creates a new virtual list view response control.
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, 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, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, and JSON content.
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(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.
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.
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(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource path.
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, 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.
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.
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(PrivateKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new handler for signing ES256 signatures.
newEcdsaSigningHandler(ECPrivateKey) - 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
Constructs a new handler for verifying ES256 signatures.
newEdDsaSigningHandler(byte[]) - 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
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(Callable<? 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.
newFailedLdapPromise(E) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task which has already failed with the provided error.
newFailedLdapPromise(E, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task, identified by the provided requestId, which has already failed with the provided error.
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
Constructs a new HmacSigningHandler.
newHmacSigningHandler(SecretKey) - Method in class org.forgerock.json.jose.jws.SigningManager
Constructs a new HmacSigningHandler.
newHttpBasicAuthenticationFilter(String, String) - Static method in class org.forgerock.http.filter.Filters
Creates an authentication Filter that put a Basic Authorization header in the request.
newHttpBasicAuthenticationFilter(String, String, 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.
newInstance(String) - Static method in class org.forgerock.http.util.Loader
Creates a new instance of a named class.
newInstance(String, Class<T>) - Static method in class org.forgerock.http.util.Loader
Creates a new instance of a named class.
newInstance(String) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for the json schema.
newInstance() - Method in interface org.forgerock.util.Factory
Creates and returns a new object instance.
newInternalClientContext(Context) - Static method in class org.forgerock.services.context.ClientContext
Creates an internal ClientContext instance.
newInternalConnection(RequestHandler) - Static method in class org.forgerock.json.resource.Resources
Creates a new connection to a RequestHandler.
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.
newInternalConnectionFactory(RequestHandler) - Static method in class org.forgerock.json.resource.Resources
Creates a new connection factory which binds internal client connections to RequestHandlers.
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.
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.
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(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, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and cause.
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(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.
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.
newLdapPromiseImpl(int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
Creates a new LdapPromiseImpl with a requestId.
newLdapSocketAcceptor(Set<InetSocketAddress>, Options, Consumer<LdapSocket>) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
Returns an implementation of LdapSocketAcceptor.
newLdapSocketConnector(String, int, Options) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
Returns an implementation of LdapSocketConnector.
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.
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(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.
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.
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.
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.
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
Constructs an implementation of the SigningHandler which does not perform any signing or verifying.
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, 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, 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(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(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.
newPlainSaslBindRequest(String, char[], String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Plain SASL bind request as defined in RFC 4616.
newPrioritizedFailoverConnectionFactory(Set<String>, String, String, String, char[], int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Based on the incoming parameters prioritizes the LDAP server list, then creates a connection factory that is capable to failover to the servers defined in case there is an error.
newPrioritizedFailoverConnectionPool(Set<String>, String, String, String, char[], int, int, String, boolean, boolean, Options) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Based on the incoming parameters prioritizes the LDAP server list, then creates a connection pool that is capable to failover to the servers defined in case there is an error.
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(ResourcePath) - 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, 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, 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(int, IntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a IntermediateResponse.
newResponseMessage(int, BindResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a BindResult.
newResponseMessage(int, ExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a ExtendedResult.
newResponseMessage(int, CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a CompareResult.
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
Constructs a new RSASigningHandler, with a SignatureUtil instance to delegate the signing and verifying calls to.
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.
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.
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(String, SearchScope) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name and scope.
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(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.
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.
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
Creates a session Filter that will use the provided SessionManager to manage the users session.
newSigningHandler(Key) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns the signing handler from the given Key which will be used to verify the JWT.
newSigningHandler(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 sign the JWT.
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(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(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, 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(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.
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.
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 manager and trust manager.
newSslOptions(KeyManager[], TrustManager[]) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SslOptions for the provided key managers and trust managers.
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.
newSuccessfulLdapPromise(R) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task which has already succeeded with the provided result.
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, 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(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.
newUpdateRequest(CreateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request built based on the provided create request.
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(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.
newVerificationHandler(Key) - Method in class org.forgerock.json.jose.jws.SigningManager
Returns the signing handler from the given Key which will be used to verify the JWT.
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.
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_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_OP - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
An event listener implementation which ignores all events.
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_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 - 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 - 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.
NOAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML authentication type that uses HTTP protocol
Node - Interface in org.forgerock.openam.auth.node.api
A node is the core abstraction within an authentication tree.
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.
NodeSharedStateCrypto - Class in org.forgerock.openam.auth.nodes.crypto
Encapsulates crypto operations for node shared state payloads.
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]).
NONCE - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Opaque value used to mitigate replay attacks.
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
 
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.
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
An implementation of the SigningHandler which does not perform any signing or verifying.
NOPSigningHandler() - Constructor for class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
 
normaliseAnswer(String) - Static method in class org.forgerock.selfservice.core.util.Answers
Normalises the given answer.
normalizeAttributeValue(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeAttributeValue(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeDN(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Normalizes the DN.
normalizeName(String...) - Static method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Normalizes a name such that it can be used as a unique filename and/or anchor in AsciiDoc.
NoSuchSecretException - Exception in org.forgerock.secrets
Indicates that no secret was configured for the given purpose, or the named secret is not available.
NoSuchSecretException(Purpose<?>, 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(String) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given purpose and secret stable id.
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() - 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(Filter) - 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 - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "or" operator.
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 - 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 - 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_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_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.
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.
notifyConnectionClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Attempts to transition this connection state to closed and invokes event listeners if successful.
notifyConnectionError(boolean, LdapException) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Attempts to transition this connection state to error and invokes event listeners if successful.
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
 
notifyUnsolicitedNotification(ExtendedResult) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Notifies event listeners of the provided unsolicited notification if the state is valid.
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.
now() - Method in class org.forgerock.util.time.ClockTimeService
Deprecated.
 
now() - Method in interface org.forgerock.util.time.TimeService
Deprecated.
Returns a value that represents "now" since the epoch.
NS_SEC - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP security namespace.
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_XMLNS - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML schema namespace.
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.
since 14.0.0, use Common Audit Service
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.
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
 
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.

O

OAuth2 - Class in org.forgerock.http.oauth2
OAuth2 utility class.
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, TimeService, SecureRandom) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2Client
Deprecated.
OAuth2Client(Handler, T, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.oauth2.OAuth2Client
Constructs an OAuth2Client using a provided Handler and OAuthClientConfiguration.
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() - Static method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Creates a new builder for OAuth2ClientConfiguration.
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(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.
OAuth2Jwt - Class in org.forgerock.oauth2.core
Parses a JWT string and offers methods to validate the JWT is valid for the use as an OAuth2 authorization grant or for OAuth2 client authentication.
OAuth2Request - Class 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.
OAuth2Request(OAuth2Request) - Constructor for class org.forgerock.oauth2.core.OAuth2Request
Copy the OAuth2 request.
OAuth2Request(JacksonRepresentationFactory, Request) - Constructor for class org.forgerock.oauth2.core.OAuth2Request
Constructs a new RestletOAuth2Request.
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(TimeService, 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.
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.
object(Map.Entry<String, Object>...) - Static method in class org.forgerock.json.JsonValue
Returns a JSON object comprised of the provided JSON fields.
object(int) - Static method in class org.forgerock.json.JsonValue
Produces an empty JSON object pre-allocated for size fields.
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_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.
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.
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.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing object classes.
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 - 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.
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.
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.
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.
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.
OctetECPrivateKey(byte[], SupportedEllipticCurve) - Constructor for class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
Constructs the private key with the given values.
OctetECPublicKey(byte[], SupportedEllipticCurve) - Constructor for class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
Constructs the public key with the given parameters.
OctJWK - Class in org.forgerock.json.jose.jwk
Creates an Octet JWK.
OctJWK(KeyUse, 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(PropertyResolver...) - Static method in class org.forgerock.config.resolvers.ChainedPropertyResolver
Constructs a ChainedPropertyResolver given a a list of PropertyResolvers.
of(Class<T>, T) - Static method in class org.forgerock.util.Option
Defines an option with the provided type and default value.
of(F, S) - Static method in class org.forgerock.util.Pair
Creates a new Pair.
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 - 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(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_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.
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.
OkpJWK.OctetECKey - Interface in org.forgerock.json.jose.jwk
Super interface of keys represented as raw octet sequences.
OkpJWK.OctetECPrivateKey - Class in org.forgerock.json.jose.jwk
An EC private key represented by a scalar octet value.
OkpJWK.OctetECPublicKey - Class in org.forgerock.json.jose.jwk
An EC public key represented by a compressed x-coordinate.
OldProvidedNameIdentifier - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
OldProvidedNameIdentifier(String, String, String) - Constructor for class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Constructor to create OldProvidedNameIdentifier object.
OldProvidedNameIdentifier(Element) - Constructor for class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Constructor to create OldProvidedNameIdentifier Object from Document Element.
OldProvidedNameIdentifier(String, String) - Constructor for class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Constructor creates OldProvidedNameIdentifier object.
onAmUpgrade(String, String) - Method in interface org.forgerock.openam.plugins.AmPlugin
Handle AM system upgrade.
oneOf(JsonValue...) - Static method in class org.forgerock.selfservice.core.util.RequirementsBuilder
Creates a new builder instance for oneOf keyword.
OneTimeUse - Interface in com.sun.identity.saml2.assertion
The OneTimeUse indicates that the assertion should be used immediately by the relying party and must not be retained for future use.
onExceptionInternalServerError() - Static method in class org.forgerock.http.protocol.Responses
Utility function that returns a Response whose status is Status.INTERNAL_SERVER_ERROR and the exception attached to the response as the cause.
onFedletSLOFailure(HttpServletRequest, HttpServletResponse, LogoutRequest, LogoutResponse, String, String, String) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Invokes after Fedlet receives SLO response from IDP and the SLO status is not success.
onFedletSLOSuccess(HttpServletRequest, HttpServletResponse, LogoutRequest, LogoutResponse, String, String, String) - Method in class com.sun.identity.saml2.plugins.FedletAdapter
Invokes after Fedlet receives SLO response from IDP and the SLO status is success.
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
onPermissionRequest(ResourceSetDescription, Set<String>, String) - Method in interface org.forgerock.openam.uma.extensions.PermissionRequestFilter
Invoked before a permission request is created.
onResourceSharedDeletion(UmaPolicy) - Method in interface org.forgerock.openam.uma.extensions.ResourceDelegationFilter
Invoked before a resource "share" is deleted.
onShutdown() - Method in interface org.forgerock.openam.plugins.AmPlugin
Handle plugin shutdown.
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.
onStartup() - Method in interface org.forgerock.openam.plugins.AmPlugin
Deprecated.
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
An OpenAmAccessTokenResolver knows how to resolve a given token identifier against an OpenAm instance.
OpenAmAccessTokenResolver(Handler, Clock, String) - Constructor for class org.forgerock.http.oauth2.resolver.OpenAmAccessTokenResolver
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, TimeService, SecureRandom) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Deprecated.
OpenIDConnectClient(Handler, OpenIDConnectClientConfiguration, Clock, SecureRandom) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Constructs an OpenIDConnectClient using a provided Handler and 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() - Static method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
Creates a new builder for OpenIDConnectClientConfiguration.
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(TimeService, 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, JwtClaimsSet) - Constructor for class org.forgerock.oauth.clients.oidc.OpenIDConnectUserInfo
Creates an OpenIDConnectUserInfo instance.
OpenIDConnectUserInfo(JsonValue, String) - 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
Validation of Open ID Connect JWTs via verification of their internals (issuer, audience, signature, etc.).
OpenIdResolverFactory - Class in org.forgerock.oauth.resolvers
For producing OpenId Resolvers.
OpenIdResolverFactory(int, int) - Constructor for class org.forgerock.oauth.resolvers.OpenIdResolverFactory
For generating an OpenIDResolverFactory with the supplied timeouts 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
Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.
Operation - Annotation Type in org.forgerock.api.annotations
The common details of an operation.
Operation - Class in org.forgerock.api.models
Class that represents the Operation type in API descriptor.
Operation(Operation.Builder) - Constructor for class org.forgerock.api.models.Operation
Protected constructor of the Operation.
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(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.Builder<T extends Operation.Builder<T>> - Class in org.forgerock.api.models
Builder to help construct the Operation.
OPERATION_ADD - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "add" operations.
OPERATION_COPY - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "copy" operations.
OPERATION_INCREMENT - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "increment" operations.
OPERATION_MOVE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "move" operations.
OPERATION_REMOVE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "remove" operations.
OPERATION_REPLACE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "replace" operations.
OPERATION_TRANSFORM - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "transform" operations.
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 - 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_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_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_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.
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(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(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.
optionalAttributes(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(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(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() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of zero condition results, which is always FALSE.
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(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(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
or(Filter...) - 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(QueryFilter<FF>...) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new or filter using the provided list of sub-filters.
OR - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "not" operator.
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.
org.forgerock.api - package org.forgerock.api
ForgeRock API Descriptor models, builders, and utilities.
org.forgerock.api.annotations - package org.forgerock.api.annotations
Annotations that can be used to specify information to be included in the API Descriptor.
org.forgerock.api.commons - package org.forgerock.api.commons
Data related to ForgeRock Commons API Descriptor.
org.forgerock.api.enums - package org.forgerock.api.enums
API descriptor enums.
org.forgerock.api.jackson - package org.forgerock.api.jackson
Extensions to Jackson's JSON Schema to support the API Descriptor extensions to standard JSON Schema.
org.forgerock.api.markup - package org.forgerock.api.markup
Classes that generate CREST API Descriptor documentation.
org.forgerock.api.markup.asciidoc - package org.forgerock.api.markup.asciidoc
AsciiDoc markup builder.
org.forgerock.api.models - package org.forgerock.api.models
ForgeRock API Descriptor models.
org.forgerock.api.transform - package org.forgerock.api.transform
Classes that transform ApiDescription into different API representations.
org.forgerock.api.util - package org.forgerock.api.util
API Descriptor utility classes.
org.forgerock.authz.filter.api - package org.forgerock.authz.filter.api
This package defines the common authorization API interfaces and classes used by both the CREST API and CHF HTTP API.
org.forgerock.authz.filter.crest - package org.forgerock.authz.filter.crest
This package defines the authorization framework implementation classes for use in a CREST environment.
org.forgerock.authz.filter.crest.api - package org.forgerock.authz.filter.crest.api
This package defines the authorization API interfaces for use in a CREST environment.
org.forgerock.bloomfilter - package org.forgerock.bloomfilter
ForgeRock Bloom Filters
org.forgerock.bloomfilter.monitoring - package org.forgerock.bloomfilter.monitoring
 
org.forgerock.caf.authentication.api - package org.forgerock.caf.authentication.api
This package defines the core interfaces and classes to provide an asynchronous and improved JASPI-like message authentication API.
org.forgerock.caf.authentication.framework - package org.forgerock.caf.authentication.framework
This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules.
org.forgerock.caf.http - package org.forgerock.caf.http
HTTP support for CAF.
org.forgerock.config.resolvers - package org.forgerock.config.resolvers
This package contains the common config property resolvers.
org.forgerock.config.util - package org.forgerock.config.util
Contains utility classes for commons config.
org.forgerock.guava.common.collect - package org.forgerock.guava.common.collect
A collection of Guava interfaces that were previously packaged as "forgerock-guava".
org.forgerock.http - package org.forgerock.http
Models and manages elements of the Hypertext Transfer Protocol.
org.forgerock.http.client - package org.forgerock.http.client
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use in scripted modules.
org.forgerock.http.client.request - package org.forgerock.http.client.request
This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use in scripted modules.
org.forgerock.http.client.response - package org.forgerock.http.client.response
This package contains the classes and interfaces related to the responses received by the HTTP client, and their use in scripted modules.
org.forgerock.http.decoder - package org.forgerock.http.decoder
Decodes HTTP entities that are compressed or encoded.
org.forgerock.http.filter - package org.forgerock.http.filter
Core Filter implementations.
org.forgerock.http.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.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.oauth - package org.forgerock.oauth
Commons OAuth Framework API.
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.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.openam.annotations.sm - package org.forgerock.openam.annotations.sm
Annotations for defining SMS service configurations.
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.crypto - package org.forgerock.openam.auth.nodes.crypto
This package contains operations for protecting node payloads that should not be exposed in cleartext form.
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.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.service - package org.forgerock.openam.authentication.service
A collection of classes which support the authentication service.
org.forgerock.openam.core.realms - package org.forgerock.openam.core.realms
Classes to model realms within AM.
org.forgerock.openam.entitlement - package org.forgerock.openam.entitlement
Defines classes to handle entitlements.
org.forgerock.openam.federation.plugin.rooturl - package org.forgerock.openam.federation.plugin.rooturl
Federation plugin root url 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.oauth2 - package org.forgerock.openam.oauth2
Classes that provide AM's features as an OAuth 2.0 Authorization Server.
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.plugins - package org.forgerock.openam.plugins
This package contains the API for writing AM plugins.
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.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.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.services.email - package org.forgerock.openam.services.email
Service interface for sending email messages and default implementation.
org.forgerock.openam.services.push - package org.forgerock.openam.services.push
Defines classes for the Push Notification service and framework.
org.forgerock.openam.services.push.dispatch.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.session.service - package org.forgerock.openam.session.service
Defines interfaces and classes for the Session Service.
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.sm - package org.forgerock.openam.sm
Contains classes around the Service Manager layer and some of their configuration.
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.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.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.validator - package org.forgerock.openam.sts.rest.token.validator
Token validation occurs in three contexts in the sts: 1.
org.forgerock.openam.sts.token - package org.forgerock.openam.sts.token
Contains the classes related to token operations.
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.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.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.uma - package org.forgerock.openam.uma
Classes that support AM's UMA AS functionality.
org.forgerock.openam.uma.extensions - package org.forgerock.openam.uma.extensions
Extension points for integrating with UMA functionality.
org.forgerock.openam.upgrade - package org.forgerock.openam.upgrade
Defines interfaces and classes to perform OpenAM system upgrade.
org.forgerock.openam.utils - package org.forgerock.openam.utils
This package contains general utilities for use throughout the OpenAM codebase.
org.forgerock.opendj.io - package org.forgerock.opendj.io
Classes and interfaces providing I/O functionality.
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.ldap.spi - package org.forgerock.opendj.ldap.spi
Interfaces and classes for service providers.
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.secrets - package org.forgerock.secrets
Provides a unified API for accessing secrets of various kinds.
org.forgerock.secrets.jwkset - package org.forgerock.secrets.jwkset
Secret store backend for retrieving keys from a local or remote JWK Set.
org.forgerock.secrets.keys - package org.forgerock.secrets.keys
Contains cryptographic key related API objects.
org.forgerock.secrets.keystore - package org.forgerock.secrets.keystore
Implementations of SecretStore for accessing keys stored in Java KeyStores, such as PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores.
org.forgerock.secrets.propertyresolver - package org.forgerock.secrets.propertyresolver
Provides a SecretStore implementation that loads secrets from a Common Configuration PropertyResolver and then decodes it with a SecretPropertyFormat.
org.forgerock.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 and Base64Url 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.
ORGANIZATION_NAME - Static variable in class com.sun.identity.policy.PolicyManager
Deprecated.
The key for the plugins to get the organization name.
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 - 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.
OutcomeProvider - Interface in org.forgerock.openam.auth.node.api
Describes the outcomes for node instances.
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(Throwable) - Constructor for exception org.forgerock.http.io.OverflowException
Constructs a new exception with the specified cause.
OverflowException(String, Throwable) - Constructor for exception org.forgerock.http.io.OverflowException
Constructs a new exception with the specified detail message and 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

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(PagingMode...) - Method in class org.forgerock.api.models.Query.Builder
Set the paging mode.
Pair<F,S> - Class in org.forgerock.util
Ordered pair of arbitrary objects.
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, String, Object[]) - Constructor for exception com.sun.identity.liberty.ws.paos.PAOSException
Constructs a new PAOSException without a nested Throwable.
PAOSException(String) - Constructor for exception com.sun.identity.liberty.ws.paos.PAOSException
Constructs a new PAOSException with the given message.
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(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.
PAOSHeader(String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSHeader
This constructor accepts a PAOS header string and tries to parse it.
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, 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.
PAOSRequest(String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSRequest
Constructs the PAOSRequest Object.
PAOSResponse - Class in com.sun.identity.liberty.ws.paos
The PAOSResponse class is used by a web application on HTTP server side to receive and parse a PAOS response via an HTTP request from the user agent side.
PAOSResponse(String, Boolean, String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSResponse
Constructs the PAOSResponse Object.
PAOSResponse(Element) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSResponse
Constructs the PAOSResponse Object.
PAOSResponse(String) - Constructor for class com.sun.identity.liberty.ws.paos.PAOSResponse
Constructs the PAOSResponse Object.
Parameter - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
Parameter(String, String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
Deprecated.
Constructor takes the value of 'name' attribute and value of 'Transform' element.
Parameter - Annotation Type in org.forgerock.api.annotations
A extra parameter to an operation.
parameter(Parameter) - Method in class org.forgerock.api.models.Operation.Builder
Sets a single supported parameters.
Parameter - Class in org.forgerock.api.models
Class that represents the Parameter type in API descriptor.
parameter() - Static method in class org.forgerock.api.models.Parameter
New parameter builder.
parameter(Parameter) - Method in class org.forgerock.api.models.Resource.Builder
Sets a single supported parameter.
Parameter.Builder - Class in org.forgerock.api.models
Builder to construct Parameter object.
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 - Variable in class org.forgerock.http.header.WwwAuthenticateHeader.Challenge
Any additional options that the type requires.
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 Root 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(String) - Method in class com.iplanet.dpro.parser.WebtopParser
Parses an XML document from a String variable.
parse(InputStream) - Method in class com.iplanet.dpro.parser.WebtopParser
Parses an XML document.
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(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(Object) - Method in class org.forgerock.http.header.HeaderFactory
Create a header instance from a provided object representation.
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(JsonValue) - Static method in class org.forgerock.json.jose.jwk.EcJWK
Parses a JWK from a JsonValue json object.
parse(String) - Static method in class org.forgerock.json.jose.jwk.JWK
Parses a String into the proper JWK type.
parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWK
Parses a JsonValue 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(JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWKSet
Parses a JWKSet object from a jsonValue object.
parse(String) - Static method in class org.forgerock.json.jose.jwk.OctJWK
Parses a OctJWK object from a string json 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(String) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
Parses a RsaJWK from a json string.
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.
parse(String) - Static method in class org.forgerock.json.resource.QueryFilters
Parses the provided query string into a QueryFilter.
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.
parseAdvice(Element) - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Parses the advice element to extract the Security Assertion.
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(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.
parseAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
parseAuthnResponseXML(String) - Static method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Creates FSAuthnResponse object from XML Schema.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns FSAuthnRequest object.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns FSAuthnRequestEnvelope object.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns FSAutnResponse object by parsing a Base64 encoding XML string.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns FSAuthnResponseEnvelope object.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns FSLogoutResponse object.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns FSNameRegistrationResponse object.
parseBASE64EncodedString(String) - Static method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns FSResponse object.
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, String) - Static method in class com.sun.identity.shared.locale.Locale
Gets Date object from date string with specified locale.
parseDateString(String, Locale) - 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(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.
parseMultiValuedHeader(String) - Static method in class org.forgerock.http.header.HeaderUtil
Parses the header content 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.
parseResponseXML(String) - Static method in class com.sun.identity.federation.message.FSResponse
Deprecated.
 
parseSingleValuedHeader(Message<?>, String) - Static method in class org.forgerock.http.header.HeaderUtil
Parses the named single-valued header from the message.
parseURLEncodedRequest(HttpServletRequest, String, int) - Static method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Returns Extension object.
parseURLEncodedRequest(HttpServletRequest, int) - Static method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns RequestAuthnContext object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns FSAuthnRequest object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns FSFederationTerminationNotification object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns FSLogoutNotification object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns FSLogoutResponse object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns FSNameRegistrationRequest object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns FSNameRegistrationLogoutResponse object.
parseURLEncodedRequest(HttpServletRequest) - Static method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Returns FSScoping object.
parseXML(String) - Static method in class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Returns GetComplete object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns the FSAuthnRequest object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns the FSAuthnRequestEnvelope object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns the FSAuthnResponseEnvelope object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the FSAuthnRequest object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Constructor create FSLogoutNotification from a XML string.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns the FSLogoutResponse object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns FSNameIdentifierMappingRequest object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Creates FSNameIdentifierMappingResponse object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
 
parseXML(String) - Static method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the FSNameRegistrationResponse object.
parseXML(String) - Static method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Parses the XML Document String to construct a Request object.
parseXML(String) - Static method in class com.sun.identity.saml.protocol.Request
This method shall only be used at the server side to reconstruct a Request object based on the XML document received from client.
parseXML(String) - Static method in class com.sun.identity.saml.protocol.Response
Returns Response object based on the XML document received from server.
parseXML(InputStream) - Static method in class com.sun.identity.saml.protocol.Response
Returns Response object based on the XML document received from server.
partiallyEscapeAssertionValue(String) - Static method in class org.forgerock.openam.ldap.LDAPUtils
Escapes the provided assertion value according to the LDAP standard.
PARTNERACCOUNTMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies a pluggable class which defines how the subject of an Assertion is related to an identity at the destination site and a target URL.
PartnerAccountMapper - Interface in com.sun.identity.saml.plugins
The class PartnerAccountMapper is an interface that is implemented to map partner account to user account in OpenAM.
PARTNERSITEATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies the class with the path where the partnerSiteAttributeMapper is located.
PartnerSiteAttributeMapper - Interface in com.sun.identity.saml.plugins
Deprecated.
This class has been deprecated. Please use ConsumerSiteAttributeMapper instead.
passthroughBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a pass-through-block.
Password - Annotation Type in org.forgerock.openam.sm.annotations.adapters
An annotation which tags a configuration method as representing a password value.
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 - Static variable in class org.forgerock.secrets.Purpose
Indicates a secret intended to be used as a password for authentication to some service.
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.
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.
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(String) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a new password policy exception with a custom error message
PasswordPolicyException(ResultCode, String, Object...) - Constructor for exception com.sun.identity.idm.PasswordPolicyException
Create a new Password policy exception
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, 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.
PasswordTransforms - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
PasswordTransforms(List) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.PasswordTransforms
Deprecated.
This is the default constructor.
Patch - Annotation Type in org.forgerock.api.annotations
Indicates an CREST patch method on an annotated POJO.
patch(Patch) - Method in class org.forgerock.api.models.Items.Builder
Set Patch.
Patch - Class in org.forgerock.api.models
Class that represents the Patch operation type in API descriptor.
patch() - Static method in class org.forgerock.api.models.Patch
Creates a new builder for Patch.
patch(Patch) - Method in class org.forgerock.api.models.Resource.Builder
Set Patch.
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(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(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(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.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, PatchRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Patches the single resource instance.
patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
 
PatchOperation - Enum in org.forgerock.api.enums
Represents all Patch operations.
PatchOperation - Class in org.forgerock.json.resource
An individual patch operation which is to be performed against a field within a resource.
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 - Annotation Type in org.forgerock.api.annotations
Allocate a path to a component.
PATH_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "path" attribute of a patch entry.
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(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() - Static method in class org.forgerock.api.models.Paths
Create a new Builder for Paths.
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.
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 - 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.
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 interface org.forgerock.opendj.io.Asn1Reader
Returns the data length of the next element without actually reading it.
peekType() - Method in interface org.forgerock.opendj.io.Asn1Reader
Returns the type of the next element without actually reading it.
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.
PerItemEvictionStrategyCache<K,V> - Class in org.forgerock.util
PerItemEvictionStrategyCache is a thread-safe write-through cache.
PerItemEvictionStrategyCache(ScheduledExecutorService, Duration) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
Build a new PerItemEvictionStrategyCache using the given scheduled executor.
PerItemEvictionStrategyCache(ScheduledExecutorService, AsyncFunction<V, Duration, Exception>) - 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.
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(String, JsonValue, String, String, Boolean) - Constructor for class org.forgerock.openam.uma.PermissionTicket
 
PermissionTicket() - Constructor for class org.forgerock.openam.uma.PermissionTicket
 
PermissiveModifyRequestControl - Class in org.forgerock.opendj.ldap.controls
The Microsoft defined permissive modify request control.
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
Constructs a new PipeBufferedStream with a default 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.
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 - 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.
since 12.0.0
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_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.
since 12.0.0
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(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.
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, 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) - Constructor for exception com.sun.identity.policy.remote.PolicyEvaluationException
Constructs an instance of the PolicyEvaluationException class.
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.
PolicyEvaluator - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
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.
since 12.0.0
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(Throwable) - Constructor for exception com.sun.identity.policy.PolicyException
Constructs an instance of the PolicyException class.
PolicyException(String, Throwable) - 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.
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.
since 12.0.0
PolicyManager - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
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() - Method in class org.forgerock.http.protocol.Entity
Restores the underlying input stream to the state it had immediately before the last call to Entity.push().
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_NAME - Static variable in class com.sun.identity.saml.common.SAMLConstants
A POST attribute name that specifies an assertion.
POST_ATTR_NAMES - Static variable in class com.sun.identity.saml.common.SAMLConstants
A POST attribute name that specifies attribute names of an assertion.
postNewNameIDSuccess(String, String, HttpServletRequest, HttpServletResponse, String, ManageNameIDRequest, ManageNameIDResponse, String) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
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.
postRegisterNameIdentifierSuccess(String, HttpServletRequest, HttpServletResponse, String, FSNameRegistrationRequest, FSNameRegistrationResponse, String) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes after Register Name Identifier processing is successful
postSingleLogoutSuccess(String, HttpServletRequest, HttpServletResponse, String, FSLogoutNotification, FSLogoutResponse, String) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes after single logout is successful completed, i.e.
postSingleLogoutSuccess(String, String, HttpServletRequest, HttpServletResponse, String, LogoutRequest, LogoutResponse, String) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Invokes after single logout process succeeded, i.e.
postSingleSignOnFailure(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, Response, String, int) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Invokes after Single Sign-On processing failed.
postSingleSignOnSuccess(String, String, HttpServletRequest, HttpServletResponse, PrintWriter, Object, AuthnRequest, Response, String, boolean) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Invokes after Single-Sign-On processing succeeded.
postSSOFederationFailure(String, HttpServletRequest, HttpServletResponse, FSAuthnRequest, FSAuthnResponse, FSResponse, int) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes after Single-Sign-On or Federation processing is failed.
postSSOFederationSuccess(String, HttpServletRequest, HttpServletResponse, Object, FSAuthnRequest, FSAuthnResponse, FSResponse) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes after Single-Sign-On and Federation processing is successful.
postTerminateNameIDSuccess(String, String, HttpServletRequest, HttpServletResponse, String, ManageNameIDRequest, ManageNameIDResponse, String) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Invokes after Terminate Name Identifier processing succeeded.
postTerminationNotificationSuccess(String, HttpServletRequest, HttpServletResponse, String, FSFederationTerminationNotification, String) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes after the service provider successfully terminates federation with IDP.
preAuthentication(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, Object, String, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
Invokes when OpenAM has received the authn request, processed it, and is ready to redirect to authentication.
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_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(List<Locale>) - Constructor for class org.forgerock.util.i18n.PreferredLocales
Create a new preference of locales by copying the provided locales list.
PreferredLocales() - Constructor for class org.forgerock.util.i18n.PreferredLocales
Create a new, empty preference of locales.
prefixed(String, PropertyResolver) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a prefixed PropertyResolver.
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(HttpServletRequest, HttpServletResponse, String, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
Called before a SAML error message is returned.
preSendResponse(AuthnRequest, String, String, HttpServletRequest, HttpServletResponse, Object, String, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
This method is invoked before sending a non-error SAML2 Response, but before the SAML Response object is constructed.
present(String) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new present filter using the provided attribute description.
present(FF) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new presence filter using the provided field name.
PRESENT - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "present" operator.
preSignResponse(AuthnRequest, Response, String, String, HttpServletRequest, Object, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
Called after the SAML Response object is created, but before the Response is signed/encrypted.
preSingleLogoutProcess(String, HttpServletRequest, HttpServletResponse, String, FSLogoutNotification, FSLogoutResponse, String) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes before single logout process started on FM side.
preSingleLogoutProcess(String, String, HttpServletRequest, HttpServletResponse, String, LogoutRequest, LogoutResponse, String) - Method in class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Invokes before single logout process started on SP side.
preSingleSignOn(String, String, HttpServletRequest, HttpServletResponse, AuthnRequest, String) - Method in interface com.sun.identity.saml2.plugins.SAML2IdentityProviderAdapter
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 class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
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 class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
Invokes before OpenAM sends the Single-Sign-On request to IDP.
preSSOFederationProcess(String, HttpServletRequest, HttpServletResponse, FSAuthnRequest, FSAuthnResponse, FSResponse) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes when the FM received the Single-Sign-On and Federation response from the IDP, this is called before any processing started on SP side.
preSSOFederationRequest(String, String, HttpServletRequest, HttpServletResponse, FSAuthnRequest) - Method in interface com.sun.identity.federation.plugins.FederationSPAdapter
Deprecated.
Invokes before federation manager sends the Single-Sing-On and Federation request to IDP.
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.
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;
printStackTrace() - Method in exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Prints this exception's stack trace to System.err.
printStackTrace(PrintStream) - Method in exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Prints this exception's stack trace to a print stream.
printStackTrace(PrintWriter) - Method in exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Prints this exception's stack trace to a print writer.
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_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(OkpJWK.OctetECPrivateKey) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the private key d-value from the given private key.
privateScalarValue(PrivateKey) - Static method in class org.forgerock.json.jose.utils.XECUtils
Returns the private scalar value for the given XECPrivateKey.
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
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.
processDSTRequest(Object, Message, Message) - Method in class com.sun.identity.liberty.ws.dst.service.DSTRequestHandler
Processes query/modify request.
ProcessingContextHeader - Class in com.sun.identity.liberty.ws.soapbinding
The ProcessingContextHeader class represents ProcessingContext element defined in SOAP binding schema.
ProcessingContextHeader(String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
Constructor.
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(Message) - Method in class com.sun.identity.liberty.ws.dst.service.DSTRequestHandler
Processes the request for the given personal profile service request.
processRequest(Message) - Method in interface com.sun.identity.liberty.ws.soapbinding.RequestHandler
Generates a response according to the request.
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).
processSASLRequest(SASLRequest, Message, String) - Method in interface com.sun.identity.liberty.ws.authnsvc.mechanism.MechanismHandler
Deprecated.
Generates a SASL response according to the SASL request.
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
 
produceDelegateFor(PushNotificationServiceConfig, 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.
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(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.
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.
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.
ProofTokenState - Class in org.forgerock.openam.sts.user.invocation
When issuing SAML2 Holder-of-Key assertions, the proof token is usually an X509Certificate.
PropertiesResolver - Class in org.forgerock.config.resolvers
Given a file path this will load the properties within the file as a PropertyResolver.
propertiesResolver(Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file location.
propertiesResolver(String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file location.
propertiesResolver(File) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file object.
propertiesResolver(Properties) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a Properties object.
propertiesResolver(String, Properties) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a Properties object.
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, SecretPropertyFormat) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store.
PropertyResolverSecretStore(PropertyResolver) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store using base64-encoded properties.
ProtectedResource - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
PROTOCOL - Static variable in class org.forgerock.http.header.AcceptApiVersionHeader
The name of the protocol value component.
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_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
SAML request-response protocol namespace URI.
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.
PROVIDER - Static variable in class org.forgerock.oauth.OAuthClientConfiguration
Name of the provider.
Provider - Interface in org.forgerock.opendj.ldap.spi
Interface for providers, which provide an implementation of one or more interfaces.
ProviderHeader - Class in com.sun.identity.liberty.ws.soapbinding
The ProviderHeader class represents 'Provider' element defined in SOAP binding schema.
ProviderHeader(String) - Constructor for class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
This constructor takes value of 'providerID' attribute which is required.
ProviderNotFoundException - Exception in org.forgerock.opendj.ldap
Exception thrown when a provider of a service can't be found.
ProviderNotFoundException(Class<? extends Provider>, String, String) - Constructor for exception org.forgerock.opendj.ldap.ProviderNotFoundException
Creates the exception with a provider type, provider name and a message.
provisionUser(AMIdentityRepository, Map<String, Set<String>>) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AccountProvider
Provisions a user with the specified attributes.
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_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.
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.
since 12.0.0
ProxyPolicyEvaluatorFactory - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
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.
ProxySubject - Class in com.sun.identity.liberty.ws.security
The ProxySubject class represents the identity of a proxy, the confirmation key and confirmation obligation the proxy must posess and demonstrate for authentication purpose.
ProxySubject(NameIdentifier, SubjectConfirmation) - Constructor for class com.sun.identity.liberty.ws.security.ProxySubject
Constructs a ProxySubject object from a NameIdentifier object and a SubjectConfirmation object.
ProxySubject(NameIdentifier) - Constructor for class com.sun.identity.liberty.ws.security.ProxySubject
Constructs a ProxySubject object from a NameIdentifier object.
ProxySubject(Element) - Constructor for class com.sun.identity.liberty.ws.security.ProxySubject
Constructs a ProxySubject object from a DOM Element.
ProxySubject(SubjectConfirmation) - Constructor for class com.sun.identity.liberty.ws.security.ProxySubject
Constructs a ProxySubject object from a SubjectConfirmation object.
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.
ptr(Iterable<String>) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
publicKey(PublicKey) - Method in class org.forgerock.json.jose.jwk.OkpJWK.Builder
Sets the public x-coordinate from the given public key.
publicKey(ECPublicKey) - 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.secrets.SecretBuilder
Sets the public key associated with this secret.
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.
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<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(String, Class<T>) - Static method in class org.forgerock.secrets.Purpose
Constructs a purpose object.
PURPOSE_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the purpose of the key used to crypt the data.
PurposeMapping - Interface in org.forgerock.openam.secrets.config
A mapping of purpose to alias with a valid-from date.
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.
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() - Method in class org.forgerock.http.protocol.Entity
Saves the current position of the underlying input stream and creates a new buffered input stream.
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(String, Schema) - Method in class org.forgerock.api.models.Definitions.Builder
Adds a Schema.
put(String, ApiError) - Method in class org.forgerock.api.models.Errors.Builder
Adds a ApiError.
put(String, VersionedPath) - Method in class org.forgerock.api.models.Paths.Builder
Adds a Path.
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(Version, Resource) - Method in class org.forgerock.api.models.VersionedPath.Builder
Adds a resource-version.
put(String, Resource) - Method in class org.forgerock.api.models.VersionedPath.Builder
Adds a resource-version.
put(K, V) - Method in interface org.forgerock.guava.common.collect.Multimap
Deprecated.
Stores a key-value pair in this multimap.
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(Header) - Method in class org.forgerock.http.protocol.Headers
A put method to add a particular Header instance.
put(String, V) - Method in class org.forgerock.http.util.CaseInsensitiveMap
 
put(String, Object) - Method in class org.forgerock.json.jose.jwt.JWObject
Sets or removes the value of the specified member.
put(int, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified child list element.
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(String, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified member.
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(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.
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.
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(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().
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<String, P>) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Copies all the partitions from the specified map to this consistent hash map..
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.
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 request.
putHeaders(Header...) - Method in class org.forgerock.http.protocol.MessageImpl
 
putPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Sets the value identified by the specified pointer, relative to this value as root.
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.

Q

Queries - Annotation Type in org.forgerock.api.annotations
Declare an array of Query operations from a single method.
queries(List<Query>) - Method in class org.forgerock.api.models.Resource.Builder
Set Queries.
Query - Class in com.sun.identity.liberty.ws.disco
The class Query represents a discovery Query object.
Query(ResourceID, List) - Constructor for class com.sun.identity.liberty.ws.disco.Query
Constructor.
Query(EncryptedResourceID, List) - Constructor for class com.sun.identity.liberty.ws.disco.Query
Constructor.
Query(Element) - Constructor for class com.sun.identity.liberty.ws.disco.Query
Constructor.
query(DSTQuery) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Gets QueryResponse for the specified query.
Query - Class in com.sun.identity.saml.protocol
This is an abstract base class for SAML query.
Query() - Constructor for class com.sun.identity.saml.protocol.Query
default constructor.
Query - Annotation Type in org.forgerock.api.annotations
Indicates an CREST query method on an annotated POJO.
Query - Class in org.forgerock.api.models
Class that represents the Create Operation type in API descriptor.
query() - Static method in class org.forgerock.api.models.Query
Creates a new builder for Query.
query(Query) - Method in class org.forgerock.api.models.Resource.Builder
Adds one Query to the list of queries.
query(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
query(Context, QueryRequest, Collection<? super ResourceResponse>) - 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, 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, 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(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.Builder - Class in org.forgerock.api.models
Builder to help construct the Read.
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.
QueryElement - Class in com.sun.identity.log
Deprecated.
since 14.0.0, use Common Audit Service
QueryElement(String, String, int) - Constructor for class com.sun.identity.log.QueryElement
Deprecated.
Constructor.
QueryElement() - Constructor for class com.sun.identity.log.QueryElement
Deprecated.
Default constructor.
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 - Class in com.sun.identity.liberty.ws.disco
The class QueryResponse represents a response for a discovery query request.
QueryResponse(Element) - Constructor for class com.sun.identity.liberty.ws.disco.QueryResponse
Constructor.
QueryResponse() - Constructor for class com.sun.identity.liberty.ws.disco.QueryResponse
Default constructor.
QueryResponse(Status) - Constructor for class com.sun.identity.liberty.ws.disco.QueryResponse
Constructor.
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.

R

random - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
SecureRandom used to generate opaque, cryptographically secure strings.
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.
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.
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 Root 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(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided attribute type and value.
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(Ava...) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided AVAs.
Rdn(Collection<Ava>) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided AVAs.
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(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, 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, Object) - Static method in class com.sun.identity.log.LogReader
Deprecated.
Reads a 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, 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, 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(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 - Annotation Type in org.forgerock.api.annotations
Indicates an CREST read method on an annotated POJO.
read(Read) - Method in class org.forgerock.api.models.Items.Builder
Set Read.
Read - Class in org.forgerock.api.models
Class that represents the Read Operation type in API descriptor.
read() - Static method in class org.forgerock.api.models.Read
Creates a new builder for Operation.
read(Read) - Method in class org.forgerock.api.models.Resource.Builder
Set Read.
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() - Method in class org.forgerock.http.io.FileBranchingStream
 
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.Builder - Class in org.forgerock.api.models
Builder to help construct the Read.
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.
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.
readBoolean(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readBoolean() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as a boolean having the Universal Boolean ASN.1 type tag.
readBoolean(byte) - Method in interface 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 interface org.forgerock.opendj.io.Asn1Reader
Finishes reading an explicit tag and discards any unread elements.
readEndSequence() - Method in interface 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 interface org.forgerock.opendj.io.Asn1Reader
Finishes reading a set and discards any unread elements.
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(String, 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(String, 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(String, 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.
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.
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(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readEnumerated() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an enumerated having the Universal Enumerated ASN.1 type tag.
readEnumerated(byte) - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an enumerated having the provided type tag.
reader() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns a Flowable of LDAP messages read from the network.
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.
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, 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(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readInteger() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an integer having the Universal Integer ASN.1 type tag.
readInteger(byte) - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an integer having the provided type tag.
readJson(String) - Static method in class org.forgerock.http.util.Json
Parses to json the provided data.
readJson(Reader) - Static method in class org.forgerock.http.util.Json
Parses to json the provided reader.
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.
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.
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(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readNull() - Method in interface 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 interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as a null element having the provided type tag.
readOctetString(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readOctetString(byte, ByteStringBuilder) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readOctetString() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag.
readOctetString(byte) - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag.
readOctetString(byte, ByteStringBuilder) - Method in interface 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 interface 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(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readOctetStringAsString() - Method in interface 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 interface 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.
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(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readStartExplicitTag() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit ignoring the ASN.1 type tag.
readStartExplicitTag(byte) - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit tag having the provided tag type.
readStartSequence(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readStartSequence() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as a sequence having the Universal Sequence ASN.1 type tag.
readStartSequence(byte) - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as a sequence having the provided type tag.
readStartSequence() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the start of a sequence and subsequent space characters.
readStartSet(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
readStartSet() - Method in interface org.forgerock.opendj.io.Asn1Reader
Reads the next element as a set having the Universal Set ASN.1 type tag.
readStartSet(byte) - Method in interface 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.
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.
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.
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.
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, 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.
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.
REDIRECT_URI - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
Uri to redirect the user agent back to from the authorization server.
reference(Reference) - Method in class org.forgerock.api.models.ApiError.Builder
Set the error as a reference to another definition.
Reference - Class in org.forgerock.api.models
Class that represents the Reference type in API descriptor.
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.Resource.Builder
Set a reference.
reference(Reference) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema 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.
since 12.0.0
REFERRAL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral was encountered.
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.
since 12.0.0
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(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() - Method in class org.forgerock.secrets.jwkset.JwkSetSecretStore
 
refresh() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
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_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.
register(String, String) - Method in class com.iplanet.dpro.parser.WebtopParser
Registers a call back function.
register(ApiDescription) - Method in class org.forgerock.api.util.ReferenceResolver
Registers an external ApiDescription, for Reference lookup, and must not have previously been registered.
register(MBeanServer, String, String) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
register(MBeanServer) - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
register() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
 
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(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).
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.
registerAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
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).
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.
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.
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(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).
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.
Reject - Class in org.forgerock.util
A input parameter-validating utility class using fluent invocation:
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.
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.
reloadJwks() - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Communicates with the configured server, attempting to download the latest JWKs for use.
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.
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(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(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) - 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(int) - Method in class org.forgerock.json.JsonValue
Removes the specified child value, shifting any subsequent elements to the left.
remove(JsonPointer) - Method in class org.forgerock.json.JsonValue
Removes the specified child value with a pointer, relative to this value as root.
remove(String) - Method in class org.forgerock.json.JsonValue
Removes the specified child value.
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(String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the specified field.
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(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes value from this attribute if it is present (optional operation).
remove(String) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Removes the partition that was previously added using the provided partition ID.
remove(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
remove(String) - Method in interface org.forgerock.selfservice.core.ProcessStore
Removes the state out of the store.
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(int) - Method in class org.forgerock.util.LazyList
Removes the element at the specified position in this list.
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(int) - Method in class org.forgerock.util.ListDecorator
Removes the element at the specified position in this list.
remove(Object) - Method in class org.forgerock.util.MapDecorator
Removes the mapping for a key from the map if it is present.
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<T>, Collection<? super T>) - 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<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).
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.
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, String) - Method in class com.sun.identity.sm.OrganizationConfigManager
Removes the given organization creation attribute for the service.
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(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(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Removes the named attribute from this entry if it is present (optional operation).
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(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
removeAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided attribute type.
removeAttributeDefaults(Set) - Method in class com.sun.identity.sm.ServiceSchema
Removes the default values of attributes in the schema.
removeAttributes(Set) - Method in class com.sun.identity.idm.AMIdentity
Removes the attributes from the identity entry.
removeAttributes(SSOToken, IdType, String, Set<String>) - Method in class com.sun.identity.idm.IdRepo
Removes the attributes from the identity.
removeAttributes(Set) - Method in class com.sun.identity.sm.ServiceConfig
Removes a configuration parameters from the service configuration.
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.
removeAttributeSchema(ServiceSchema, String) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Removes 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) - Method in class com.sun.identity.sm.OrganizationConfigManager
Removes the given organization creation attribute values for the service.
removeAttributeValues(String, Set) - Method in class com.sun.identity.sm.ServiceConfig
Removes the specific values for the given configuration parameter.
removeAttributeValues(String, Set) - 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.
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(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the condition with the given name.
removeCondition(Condition) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the Condition object identified by object's equals method.
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.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
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.
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.
RemoveEntry - Class in com.sun.identity.liberty.ws.disco
The class RemoveEntry represents a remove entry element for the discovery modify request.
RemoveEntry(String) - Constructor for class com.sun.identity.liberty.ws.disco.RemoveEntry
Constructor.
removeEventListener(int) - Method in class com.sun.identity.idm.AMIdentityRepository
 
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
 
removeMembers(Set<AMIdentity>) - Method in class com.sun.identity.idm.AMIdentity
 
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, DataStoreId) - Method in class com.sun.identity.sm.ServiceConfigManager
Deletes the organization's group configuration data.
removeOrganizationConfiguration(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
Deprecated.
since 6.5.5, use the removeOrganizationConfiguration method
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(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the referral with the given name.
removeReferral(Referral) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the Referral object identified by object's equals method.
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.
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) - Method in class com.sun.identity.idm.AMIdentity
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.
removeSharedOrganizationNames(Set) - 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.
removeSubConfig(String) - Method in class com.sun.identity.sm.ServiceConfig
Removes the service sub-configuration.
removeSubject(String) - Method in class com.sun.identity.policy.Policy
Deprecated.
Removes the subject with the given name.
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.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, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
renameAttribute(Attribute, String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
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(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 - 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_STRATEGY - Static variable in class org.forgerock.opendj.ldap.Entries
Defines the strategy to use to generate changes.
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(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(Attribute) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.AddRequest
 
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
replaceAttributeSchema(String, Node) - Method in class com.sun.identity.sm.ServiceSchema
Removes the attribute schema from this service.
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(ServiceSchema, String, Node) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Replace an attribute schema from an existing service with the new one
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, Set) - Method in class com.sun.identity.sm.ServiceConfig
Replaces the old values of the configuration parameter with the new values.
replaceAttributeValues(String, Set, Set) - 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.
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, boolean) - 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.
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.
Request - Class in com.sun.identity.saml.protocol
This Request class represents a Request XML document.
Request() - Constructor for class com.sun.identity.saml.protocol.Request
 
Request(List, String, List) - Constructor for class com.sun.identity.saml.protocol.Request
This constructor shall only be used at the client side to construct a Request object.
Request(String, Query) - Constructor for class com.sun.identity.saml.protocol.Request
This constructor shall only be used at the client side to construct a Request object.
Request(String, List) - Constructor for class com.sun.identity.saml.protocol.Request
This constructor shall only be used at the client side to construct a Request object.
Request(Element) - Constructor for class com.sun.identity.saml.protocol.Request
Constructor.
Request - Interface in com.sun.identity.xacml.context
The Request element is the top-level element in the XACML context scehema.
request(Schema) - Method in class org.forgerock.api.models.Action.Builder
Set the request.
Request - Class in org.forgerock.http.protocol
A request message.
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 - 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.RequestType - Enum in org.forgerock.opendj.ldap.messages
The type of this request.
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_ID - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
Name of suggested URL query parameter to be used by WSC to include an ID to refer to request message that led to user agent redirect.
REQUEST_MAX_SIZE_IN_BYTES - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the maximum request size in bytes for incoming LDAP requests.
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 - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies the operation timeout.
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_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.
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(Context) - 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.
RequestAuditContext(Context, Clock) - 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.
RequestAuditContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.RequestAuditContext
Restores a saved context.
RequestAuthnContext - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
RequestAuthnContext(List, List, String) - Constructor for class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Constructor to create RequestAuthnContext object.
RequestAuthnContext() - Constructor for class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Default constructor.
RequestAuthnContext(Element) - Constructor for class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Constructor to create RequestAuthnContext object from Docuemnt Element.
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.
RequestedAuthnContext - Interface in com.sun.identity.saml2.protocol
Java content class for RequestedAuthnContext element declaration.
RequestedService - Class in com.sun.identity.liberty.ws.disco
The class RequestedService enables the requester to specify that all the resource offerings returned must be offered via a service instance complying with one of the specified service type.
RequestedService(List, String) - Constructor for class com.sun.identity.liberty.ws.disco.RequestedService
Constructor.
RequestedService(Element) - Constructor for class com.sun.identity.liberty.ws.disco.RequestedService
Constructor.
RequesterID - Interface in com.sun.identity.saml2.protocol
This interface identifies the requester in an AuthnRequest message.
RequestHandle - Class in org.forgerock.opendj.ldap
Provides the ability to terminate an asynchronous LDAP request.
RequestHandler - Interface in com.sun.identity.liberty.ws.soapbinding
The RequestHandler interface needs to be implemented by each web services in order to receive request from your web service client.
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.
RequestHandler - Interface in org.forgerock.json.resource
Represents the contract with a set of resources.
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.
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.
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(Boolean) - Method in class org.forgerock.api.models.Parameter.Builder
Set the required property.
required() - Method in class org.forgerock.json.JsonValue
Throws a JsonValueException if the JSON value is null.
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(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(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.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
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.
RESEND_MESSAGE - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
Name of URL query parameter to be used by WSP to include an ID to indicate that user agent is redirected back to WSC from WSP
resendRequest(String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
Resends a previously cached SOAP request message to WSP.
resendRequest(String, HttpServletRequest, HttpServletResponse, Message) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
Resends a SOAP request message to WSP.
reset() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
Resets all statistics to zero.
reset(Option<T>) - Method in class org.forgerock.util.Options
Resets an option to its default behavior.
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
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
Resolves a given access token against an authorization server.
resolve(Context, String) - Method in class org.forgerock.http.oauth2.resolver.CachingAccessTokenResolver
 
resolve(Context, String) - Method in class org.forgerock.http.oauth2.resolver.OpenAmAccessTokenResolver
 
resolve(Context, 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 - 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 - Class in org.forgerock.api.models
Class that represents the Resource type in API descriptor.
resource() - Static method in class org.forgerock.api.models.Resource
Create a new Builder for Resoruce.
RESOURCE - Static variable in class org.forgerock.http.header.AcceptApiVersionHeader
The name of the resource value component.
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.
ResourceAccessStatement - Class in com.sun.identity.liberty.ws.security
The ResourceAccessStatement class conveys information regarding the accessing entities and the resource for which access is being attempted.
ResourceAccessStatement(Element) - Constructor for class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Constructs an ResourceAccessStatement object from a DOM Element.
ResourceAccessStatement(String, Subject) - Constructor for class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Constructs a ResourceAccessStatement object from a String object and a Subject.
ResourceAccessStatement(String, ProxySubject, Subject) - Constructor for class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Constructs a ResourceAccessStatement object from a String object, ProxySubject object and a Subject.
ResourceAccessStatement(String, ProxySubject, SessionContext, Subject) - Constructor for class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Constructs a ResourceAccessStatement object from a String object, ProxySubject object, a SessionContext object and a Subject.
ResourceAccessStatement(ResourceID, ProxySubject, SessionContext, Subject) - Constructor for class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Constructs a ResourceAccessStatement object from a ResourceID object, ProxySubject object, a SessionContext object and a Subject.
ResourceAccessStatement(EncryptedResourceID, ProxySubject, SessionContext, Subject) - Constructor for class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Constructs a ResourceAccessStatement object from a EncryptedResourceID object, ProxySubject object, a SessionContext object and a Subject.
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(ResourceApiVersionBehaviourManager) - Constructor for class org.forgerock.http.routing.ResourceApiVersionRoutingFilter
Constructs a new ResourceApiVersionRoutingFilter instance.
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.
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, Throwable) - 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.
ResourceID - Class in com.sun.identity.liberty.ws.disco
The class ResourceID represents a discovery service resource ID.
ResourceID(String) - Constructor for class com.sun.identity.liberty.ws.disco.ResourceID
Constructor.
ResourceID(Element) - Constructor for class com.sun.identity.liberty.ws.disco.ResourceID
Constructor.
ResourceIDMapper - Interface in com.sun.identity.liberty.ws.interfaces
The class ResourceIDMapper is an interface that is used to map between an userID and the ResourceID associated with it.
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.
since 12.0.0
ResourceMatch - Class in com.sun.identity.shared.whitelist
The class ResourceMatch defines the results of a resource match with respect to Policy.
ResourceName - Interface in com.sun.identity.policy.interfaces
Deprecated.
since 12.0.0
ResourceName - Interface in com.sun.identity.shared.whitelist
The interface ResourceName provides methods to determine the hierarchy of resource names.
ResourceOffering - Class in com.sun.identity.liberty.ws.disco
The class ResourceOffering associates a resource with a service instance that provides access to that resource.
ResourceOffering(ResourceID, ServiceInstance) - Constructor for class com.sun.identity.liberty.ws.disco.ResourceOffering
Constructor.
ResourceOffering(EncryptedResourceID, ServiceInstance) - Constructor for class com.sun.identity.liberty.ws.disco.ResourceOffering
Constructor.
ResourceOffering(Element) - Constructor for class com.sun.identity.liberty.ws.disco.ResourceOffering
Constructor.
resourcePath() - Static method in class org.forgerock.json.resource.JsonValueFunctions
Returns the JSON string value as a ResourcePath.
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(Collection<? extends Object>) - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new resource path having the provided path elements.
ResourcePath(Object...) - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new resource path having the provided path elements.
resourcePath(String) - Static method in class org.forgerock.json.resource.ResourcePath
Parses the provided string representation of a resource path.
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.
since 12.0.0
Resources - Class in org.forgerock.json.resource
This class contains methods for creating and manipulating connection factories and connections.
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
Creates a new OAuth2Filter.
ResourceSetDescription - Class in org.forgerock.openam.oauth2
Represents a resource set description created by an OAuth2 client (resource server).
ResourceSetDescription(String, String, String, Map<String, Object>) - Constructor for class org.forgerock.openam.oauth2.ResourceSetDescription
Constructs a new ResourceSetDescription instance.
ResourceSetDescription() - Constructor for class org.forgerock.openam.oauth2.ResourceSetDescription
Bean-spec compliant constructor
Response - Class in com.sun.identity.saml.protocol
This Response class represents a Response XML document.
Response() - Constructor for class com.sun.identity.saml.protocol.Response
default constructor
Response(String, String, Status, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(String, String, Status, String, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(String, Status, String, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(String, Status, List) - Constructor for class com.sun.identity.saml.protocol.Response
This constructor shall only be used at the server side to construct a Response object.
Response(Element) - Constructor for class com.sun.identity.saml.protocol.Response
Constructor.
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(Schema) - Method in class org.forgerock.api.models.Action.Builder
Set the response.
Response - Class in org.forgerock.http.protocol
A response message.
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 - 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_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.
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(Response) - Constructor for exception org.forgerock.http.protocol.ResponseException
Constructs a ResponseException using the given response.
ResponseException(String, Throwable) - Constructor for exception org.forgerock.http.protocol.ResponseException
Constructs a ResponseException using the given message and parent cause.
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.
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.
since 12.0.0, use ResourceAttribute
ResponseProviderTypeManager - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
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.
RestletHttpClient - Class in org.forgerock.http.client
Deprecated.
Will be replaced in a later release by Client.
RestletHttpClient() - Constructor for class org.forgerock.http.client.RestletHttpClient
Deprecated.
 
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.
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<V> - Interface in org.forgerock.util.promise
A completion handler for consuming the results of asynchronous tasks.
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<T>, Collection<? super T>) - 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<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
 
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.
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
 
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
 
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_TO_URL - Static variable in class com.sun.identity.liberty.ws.interaction.InteractionManager
Name of URL query parameter to be used by WSC to include returnToURL, while redirecting user agent to WSP.
returnThread(ThreadPool.WorkerThread) - Method in class com.iplanet.am.util.ThreadPool
 
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<byte[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily, allowing it to be used for its intended purpose.
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[]) - Static method in class org.forgerock.json.jose.utils.Utils
Reverses the given array and returns the reversed copy.
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.
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.
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
 
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.
RootUrlManager - Enum in org.forgerock.openam.federation.plugin.rooturl
Singleton class used to manage Root URL providers.
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() - Constructor for class org.forgerock.http.routing.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 - Class in org.forgerock.json.resource
A router which routes requests based on route predicates.
Router() - Constructor for class org.forgerock.json.resource.Router
Creates a new router with no routes defined.
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.
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.
RsaJWK - Class in org.forgerock.json.jose.jwk
Implements a RsaJWK.
RsaJWK(KeyUse, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(KeyUse, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(KeyUse, 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(KeyUse, 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(RSAPublicKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(RSAPublicKey, RSAPrivateKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
Deprecated.
Use the builder instead.
RsaJWK(RSAPublicKey, RSAPrivateCrtKey, KeyUse, 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.
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.
RSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
An implementation of the SigningHandler which can sign and verify using algorithms from the RSA family.
RSASigningHandler(Key) - Constructor for class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Constructs a new RSASigningHandler.
RSASigningHandler(Key, SignatureUtil) - Constructor for class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Rule - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
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(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.
ruleId(int) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Sets the the numeric ID which uniquely identifies this structure rule.
run(Runnable) - Method in class com.iplanet.am.util.ThreadPool
Runs a user defined task.
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 interface org.forgerock.util.Action
Runs the action, throwing the Exception if necessary.
RuntimeExceptionHandler - Interface in org.forgerock.util.promise
A completion handler for consuming runtime exceptions which occur during the execution of asynchronous tasks.

S

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_PARAM_APPID - Static variable in class com.sun.identity.sae.api.SecureAttrs
SAE Parameter : Deprecated.
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.
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.
SAML2Exception - Exception in com.sun.identity.saml2.common
This class is an extension point for all SAML related exceptions.
SAML2Exception(String, String, Object...) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
Constructs a new SAML2Exception without a nested Throwable.
SAML2Exception(String) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
Constructs a new SAML2Exception with the given message.
SAML2Exception(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2Exception
Constructs an SAML2Exception with given Throwable.
SAML2IdentityProviderAdapter - Interface in com.sun.identity.saml2.plugins
This interface SAML2IdentityProviderAdapter is used to perform specific tasks in the IdP
SAML2IDPFinder - Interface in com.sun.identity.saml2.plugins
This interface SAML2IDPFinder is used to find a list of preferred Identity Authenticating providers to service the authentication request.
SAML2InvalidNameIDPolicyException - Exception in com.sun.identity.saml2.common
This class is an extension point for all SAML related exceptions.
SAML2InvalidNameIDPolicyException(String, String, Object[]) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
Constructs a new SAML2InvalidNameIDPolicyException without a nested Throwable.
SAML2InvalidNameIDPolicyException(String) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
Constructs a new SAML2InvalidNameIDPolicyException with the given message.
SAML2InvalidNameIDPolicyException(Throwable) - Constructor for exception com.sun.identity.saml2.common.SAML2InvalidNameIDPolicyException
Constructs an SAML2InvalidNameIDPolicyException with given Throwable.
SAML2MetaManager - Class in com.sun.identity.saml2.meta
The SAML2MetaManager provides methods to manage both the standard entity descriptor and the extended entity configuration.
SAML2MetaUtils - Class in com.sun.identity.saml2.meta
The SAML2MetaUtils provides metadata related util methods.
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
The SAML2ServiceProviderAdapter abstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.
SAML2ServiceProviderAdapter() - Constructor for class com.sun.identity.saml2.plugins.SAML2ServiceProviderAdapter
 
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.
SAMLClient - Class in com.sun.identity.saml
The class SAMLClient provides interfaces to do Web and POST profile as specified by SAML specification.
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(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLException
Constructs an SAMLException with given Throwable.
SAMLException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLException
Constructs a new SAMLException without a nested Throwable.
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(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
Constructs an SAMLRequesterException with given Throwable.
SAMLRequesterException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequesterException
Constructs a new SAMLRequesterException without a nested Throwable.
SAMLRequestVersionDeprecatedException - Exception in com.sun.identity.saml.common
This exception is thrown when the receiver could not process the request because the version was deprecated.
SAMLRequestVersionDeprecatedException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
Constructs an SAMLRequestVersionDeprecatedException with a message.
SAMLRequestVersionDeprecatedException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
Constructs an SAMLRequestVersionDeprecatedException with given Throwable.
SAMLRequestVersionDeprecatedException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionDeprecatedException
Constructs a new SAMLRequestVersionDeprecatedException without a nested Throwable.
SAMLRequestVersionTooHighException - Exception in com.sun.identity.saml.common
This exception is thrown when the receiver could not process the request because the version was too high.
SAMLRequestVersionTooHighException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException
Constructs an SAMLRequestVerionTooHighException with a message.
SAMLRequestVersionTooHighException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException
Constructs an SAMLRequestVersionTooHighException with given Throwable.
SAMLRequestVersionTooHighException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooHighException
Constructs a new SAMLRequestVersionTooHighException without a nested Throwable.
SAMLRequestVersionTooLowException - Exception in com.sun.identity.saml.common
This exception is thrown when the receiver could not process the request because the version was too low.
SAMLRequestVersionTooLowException(String) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException
Constructs an SAMLRequestVersionTooLowException with a message.
SAMLRequestVersionTooLowException(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException
Constructs an SAMLRequestVersionTooLowException with given Throwable.
SAMLRequestVersionTooLowException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLRequestVersionTooLowException
Constructs a new SAMLRequestVersionTooLowException without a nested 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(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
Constructs an SAMLResponderException with given Throwable.
SAMLResponderException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLResponderException
Constructs a new SAMLResponderException without a nested Throwable.
SAMLSiteID - Class in com.sun.identity.saml.common
This class is used to generate SAML Site ID.
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(Throwable) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
Constructs an SAMLVersionMismatchException with given Throwable.
SAMLVersionMismatchException(String, String, Object[]) - Constructor for exception com.sun.identity.saml.common.SAMLVersionMismatchException
Constructs a new SAMLVersionMismatchException without a nested * Throwable.
sanitisePurposeLabel(String) - Static method in class org.forgerock.openam.secrets.SecretsUtils
Remove illegal characters from a purpose label.
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".
SASLRequest - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
SASLRequest(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Constructs a SASLRequest instance.
SASLRequest(Element) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Constructs a SAMLRequest with a org.w3c.dom.Element.
SASLResponse - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
SASLResponse(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Constructs a SASLResponse instance.
SASLResponse(Element) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Constructs a SASLResponse with a org.w3c.dom.Element.
save(Response) - Method in interface org.forgerock.http.session.Session
Save the session state to the response.
save(Session, Response) - Method in interface org.forgerock.http.session.SessionManager
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(TimeoutScheduler.TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Schedules the task for periodic invocation.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
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 - Annotation Type in org.forgerock.api.annotations
Specify a schema for the element that is being described.
schema(Schema) - Method in class org.forgerock.api.models.ApiError.Builder
Set the schema.
Schema - Class in org.forgerock.api.models
Class that represents the Schema type in API descriptor.
schema(JsonValue) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema.
schema(String, Object) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema by json key-value pairs.
schema() - Static method in class org.forgerock.api.models.Schema
Create a new Builder for Schema.
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.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(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(String) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default 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.
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.
SCOPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
e.g.
ScopeValidator - Interface in org.forgerock.oauth2.core
Provided as extension points to allow the OAuth2 provider to customise the requested scope of authorize, access token and refresh token requests and to allow the OAuth2 provider to return additional data from these endpoints as well.
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.
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(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(String, SearchScope, String, String...) - 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, 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>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(String, SearchScope, String, String...) - 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, 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 interface org.forgerock.opendj.ldap.Connection
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(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 interface org.forgerock.opendj.ldap.LdapClientSocket
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.
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, 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, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchIdentities(IdType, String, IdSearchControl) - Method in class com.sun.identity.idm.AMIdentityRepository
 
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.
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(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(String, SearchScope, String, String...) - 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(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(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search request.
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 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(AMIdentityRepository, Map<String, Set<String>>) - Method in interface org.forgerock.openam.authentication.modules.common.mapping.AccountProvider
Search for a user given a map of attributes.
Secret - Class in org.forgerock.secrets
A secret is any piece of data that should be kept confidential.
Secret(SecretBuilder) - Constructor for class org.forgerock.secrets.Secret
Constructs the secret using the given builder.
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.
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.
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 secret.
SecretReference(SecretsProvider, Purpose<T>, Clock) - Constructor for class org.forgerock.secrets.SecretReference
Constructs the secret reference from the given provider and purpose.
SecretReference(SecretsProvider, Purpose<T>) - Constructor for class org.forgerock.secrets.SecretReference
Constructs the secret reference from the given provider and purpose using the system clock to check for expiry.
Secrets - Class in org.forgerock.openam.secrets
The top-level API to obtain secrets in AM.
Secrets(AnnotatedServiceRegistry) - Constructor for class org.forgerock.openam.secrets.Secrets
DI constructor for the Secrets class.
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
 
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
An implementation of JwtCryptographyHandler that uses a SecretsProvider to get keys.
SecretsProviderJwtCryptographyHandler() - Constructor for class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
 
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.
SecretsUtils - Class in org.forgerock.openam.secrets
Utility methods for dealing with secrets.
SecretsUtils() - Constructor for class org.forgerock.openam.secrets.SecretsUtils
 
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(MessageContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
Secures the outgoing response message.
secureResponse(MessageInfoContext, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
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 class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
Sends SEND_SUCCESS automatically.
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(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
secureResponse(MessageInfo, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
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(Element) - Constructor for class com.sun.identity.liberty.ws.security.SecurityAssertion
This constructor creates a SecurityAssertion object from a DOM Element.
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(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, 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.
SecurityAttributePlugin - Interface in com.sun.identity.liberty.ws.security
This interface SecurityAttributePlugin is used to insert security attributes via the AttributeStatement into the SecurityAssertion during the discovery service credential generation.
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(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().
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.
SecurityTokenException - Exception in com.sun.identity.liberty.ws.security
This class is an extension point for all security authority related exceptions.
SecurityTokenException() - Constructor for exception com.sun.identity.liberty.ws.security.SecurityTokenException
Create an SecurityTokenException with no message.
SecurityTokenException(String) - Constructor for exception com.sun.identity.liberty.ws.security.SecurityTokenException
Create an SecurityTokenException with a message.
SecurityTokenManager - Class in com.sun.identity.liberty.ws.security
The class SecurityTokenManager is a final class that provides interfaces to manage Web Service Security (WSS) Tokens.
SecurityTokenManager(Object) - Constructor for class com.sun.identity.liberty.ws.security.SecurityTokenManager
Returns the security token manager instance, the default XMLSignatureManager instance will be used for signing and accessing the data store.
SecurityTokenManagerClient - Class in com.sun.identity.liberty.ws.security
The class SecurityTokenManagerClient is a final class that provides interfaces to create, get and destroy Assertions.
SecurityTokenProvider - Interface in com.sun.identity.liberty.ws.security
The class SecurityTokenProvider is a provider interface for managing WSS security tokens.
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.
SELECTOR_THREAD_COUNT - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the number of threads which will be used to handle incoming network events.
SELECTOR_THREAD_NAME - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the thread name used for selector threads.
SelectTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
SelectTransform() - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SelectTransform
Deprecated.
This is the default constructor.
SelectTransform(String) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.SelectTransform
Deprecated.
Constructs SelectTransform with allowed characters.
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.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(Context) - Constructor for class org.forgerock.selfservice.core.SelfServiceContext
Constructs a new SelfServiceContext.
SelfServiceContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.selfservice.core.SelfServiceContext
Constructs a new SelfServiceContext.
send(Request) - Method in class org.forgerock.http.Client
Sends an HTTP request and returns a Promise representing the pending HTTP response.
send(Context, Request) - Method in class org.forgerock.http.Client
Sends an HTTP request and returns a Promise representing the pending HTTP response.
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(PushMessage) - Method in interface org.forgerock.openam.services.push.PushNotificationDelegate
Used to send a message out to the PushNotificationDelegate to be delivered.
send(Request, RequestHandle) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Sends a request to the Directory Server.
send(Request) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Sends a request to the Directory Server.
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, 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, Set<String>>) - Method in interface org.forgerock.openam.services.email.MailServer
Sends an email message using specified options given for the MailServer settings
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.
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.
sendRequest(SASLRequest, String) - Static method in class com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient
Deprecated.
Sends a SASL request to the Authentication Service SOAP endpoint and returns a SASL response.
sendRequest(Message, String, String, String, String, HttpServletRequest, HttpServletResponse) - Method in class com.sun.identity.liberty.ws.interaction.InteractionManager
Sends SOAP request to WSP.
sendRequest(Message, String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Client
Sends a request to a SOAP endpoint and returns the response.
sendRequest(Message, String, String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Client
Sends a request to a SOAP endpoint and returns the response.
sendRequest(Message, String, String, String) - Static method in class com.sun.identity.liberty.ws.soapbinding.Client
Sends a request to a SOAP endpoint and returns the response.
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.
SEQUENCE_TAG - Static variable in class org.forgerock.json.jose.utils.DerUtils
DER tag for sequence values.
serialVersionUID - Static variable in exception org.forgerock.authz.filter.api.AuthorizationException
Serial Version UID.
serialVersionUID - Static variable in exception org.forgerock.config.resolvers.SubstitutionException
 
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.
SERVICE_LOADER - Static variable in interface org.forgerock.http.spi.Loader
The default Loader implementation used throughout the HTTP framework.
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.
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.
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.openam.sm
A sub-exception of SMSException for the ServiceConfigValidator.
ServiceConfigException(String) - Constructor for exception org.forgerock.openam.sm.ServiceConfigException
A constructor with a message.
ServiceConfigException(String, Throwable) - Constructor for exception org.forgerock.openam.sm.ServiceConfigException
A constructor with a message and a cause.
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.
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.liberty.ws.disco
The class ServiceInstance describes a web service at a distinct protocol endpoint.
ServiceInstance() - Constructor for class com.sun.identity.liberty.ws.disco.ServiceInstance
Default Constructor.
ServiceInstance(String, String, List) - Constructor for class com.sun.identity.liberty.ws.disco.ServiceInstance
Constructor
ServiceInstance(Element) - Constructor for class com.sun.identity.liberty.ws.disco.ServiceInstance
Constructor.
ServiceInstance - Class in com.sun.identity.sm
The class ServiceInstance provides methods to manage service's instance variables.
ServiceInstanceUpdate - Interface in com.sun.identity.liberty.ws.interfaces
This class ServiceInstanceUpdate is an interface to include the SOAP Header namely ServiceInstanceUpdateHeader when sending a SOAP Response while processing the service request.
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(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 method in class org.forgerock.api.models.Services
Create a new Builder for Services.
SERVICES - Static variable in interface org.forgerock.http.decoder.Decoder
Mapping of supported codings to associated decoders.
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(JwtBuilderFactory) - 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, JwtCryptographyHandler) - Constructor for class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
Constructs an instance of the ServletJwtSessionModule.
Session - Interface in org.forgerock.http.session
An interface for managing attributes across multiple requests from the same user agent.
SESSION_COOKIE_NAME_KEY - Static variable in class org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
The Jwt Session Cookie Name configuration property key.
SessionContext - Class in com.sun.identity.liberty.ws.security
The SessionContext class represents session status of an entity to another system entity.
SessionContext() - Constructor for class com.sun.identity.liberty.ws.security.SessionContext
Default constructor
SessionContext(SessionSubject, AuthnContext, String) - Constructor for class com.sun.identity.liberty.ws.security.SessionContext
Constructs a SessionContext object from a SessionSubject object, a AuthnContext object and a String.
SessionContext(Element) - Constructor for class com.sun.identity.liberty.ws.security.SessionContext
Constructs an SessionContext object from a DOM Element.
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(Context, Session) - Constructor for class org.forgerock.http.session.SessionContext
Constructs a new SessionContext.
SessionContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.session.SessionContext
Restore from JSON representation.
SessionContextStatement - Class in com.sun.identity.liberty.ws.security
The SessionContextStatement element conveys session status of an entity to another system entity within the body of an <saml:assertion> element.
SessionContextStatement(SessionContext, Subject) - Constructor for class com.sun.identity.liberty.ws.security.SessionContextStatement
Constructs a SessionContextStatement object from a SessionContext object and a Subject object.
SessionContextStatement(SessionContext, ProxySubject, Subject) - Constructor for class com.sun.identity.liberty.ws.security.SessionContextStatement
Constructs a SessionContextStatement object from a SessionContext object, a proxySubject and a Subject object.
SessionContextStatement(Element) - Constructor for class com.sun.identity.liberty.ws.security.SessionContextStatement
Constructs a SessionContextStatement object from a DOM element.
SessionException - Exception in com.sun.identity.plugin.session
This class is to handle Session related exceptions.
SessionException(String) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a SessionException with a detailed message.
SessionException(Throwable) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a SessionException with an embedded exception.
SessionException(Exception) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a SessionException with an exception.
SessionException(String, String, Object[]) - Constructor for exception com.sun.identity.plugin.session.SessionException
Constructs a new SessionException without a nested Throwable.
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
A SessionFactory is responsible to create a new type of Session.
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.
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.
SessionSubject - Class in com.sun.identity.liberty.ws.security
The SessionSubject class represents a liberty subject with associated session status.
SessionSubject(NameIdentifier, SubjectConfirmation, IDPProvidedNameIdentifier) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
Constructs a SessionSubject object from a NameIdentifier object, SubjectConfirmation and IDPProvidedNameIdentifier object.
SessionSubject(NameIdentifier, IDPProvidedNameIdentifier) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
Constructs a SessionSubject object from a NameIdentifier object and a IDPProvidedNameIdentifier object.
SessionSubject(Element) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
Constructs a SessionSubject object from a DOM element.
SessionSubject(SubjectConfirmation) - Constructor for class com.sun.identity.liberty.ws.security.SessionSubject
Constructs a SessionSubject object from a SubjectConfirmation object.
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(AuthorizationContext, T) - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
Sets this attribute in the given authorization context to the given value.
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(Option<T>, T) - Method in class org.forgerock.util.Options
Sets an option to the provided value.
setAbstract(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Sets abstract.
setAccountStatusField(String) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
Sets the field name for the account status.
setAction(List<Action>) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Sets the Action(s) of the statement.
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.
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.
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.paos.PAOSResponse
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.ProcessingContextHeader
Sets value of actor attribute.
setActor(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
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
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
setAdvisoryAuthnID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of advisoryAuthnID attribute.
setAffiliationID(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the Affiliation Identifier.
setAffiliationID(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
Sets value of affiliationID attribute.
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(List) - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
Sets the value of the Any property.
setAny(String) - Method in interface com.sun.identity.saml2.protocol.ArtifactResponse
Sets the any element of the response.
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.
setAny(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the any attribute.
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(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.
setAssertionConsumerServiceID(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the Assertion Consumer Service Identifier.
setAssertionConsumerServiceIndex(Integer) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the AssertionConsumerServiceIndex attribute.
setAssertionConsumerServiceURL(String) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Sets the value of AssertionConsumerServiceURL attribute.
setAssertionConsumerServiceURL(String) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Sets the Assertion Consumer Service URL.
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(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(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
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.
setAttributeDefaults(Map) - Method in class com.sun.identity.sm.ServiceSchema
Method to change the default values of attributes in the schema.
setAttributeDefaults(String, Set) - Method in class com.sun.identity.sm.ServiceSchema
Method to change default value for a specific attribute.
setAttributeDefaultValues(String, String, String, String, Set) - Static method in class org.forgerock.openam.upgrade.UpgradeUtils
Sets default values of an existing attribute.
setAttributeDescription(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.messages.CompareRequest
Sets the name of the attribute to be compared.
setAttributeDescription(String) - 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(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.
setAttributeId(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Sets the AttributeIds of this object
setAttributeMap(Map) - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Converts attribute value pairs to a list of XML String objects.
setAttributes(Map) - Method in class com.sun.identity.idm.AMIdentity
Sets the values of attributes.
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(List<Attribute>) - Method in interface com.sun.identity.saml2.protocol.AttributeQuery
Sets the Attribute objects.
setAttributes(String, Map) - Method in class com.sun.identity.sm.OrganizationConfigManager
Sets/Creates organization attributes for the service.
setAttributes(Map) - Method in class com.sun.identity.sm.ServiceConfig
Sets the service configuration parameters.
setAttributes(Map) - Method in class com.sun.identity.sm.ServiceInstance
Sets the attributes that are specific to the service instance.
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
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.
setAuthContextCompType(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of AuthContext Comparison attribute.
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 class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Sets the Authentication Context object.
setAuthnContext(RequestAuthnContext) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the RequestedAuthnContext object.
setAuthnContext(AuthnContext) - Method in class com.sun.identity.liberty.ws.security.SessionContext
Sets the AuthnContext in the SessionContext.
setAuthnContext(AuthnContext) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the AuthnContext property.
setAuthnContextClassRef(String) - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Sets the AuthnContext Class Reference URI.
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.
setAuthnContextClassRefList(List) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Sets a List of AuthnContext Class References.
setAuthnContextComparison(String) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Sets the AuthnContext comparison type.
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.
setAuthnContextStatementRef(String) - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Sets AuthnContext Statement Reference URI.
setAuthnContextStatementRefList(List) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Sets a List of AuthnContext Statement References.
setAuthnInstant(Date) - Method in interface com.sun.identity.saml2.assertion.AuthnStatement
Sets the value of the AuthnInstant attribute.
setAuthnRequest(FSAuthnRequest) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Sets the FSAuthnRequest object.
setAuthnRequest(FSAuthnRequest, String) - Static method in class com.sun.liberty.LibertyManager
Deprecated.
This method is deprecated.
setAuthnRequest(FSAuthnRequest, String, String) - Static method in class com.sun.liberty.LibertyManager
Sets the authentication request to be sent to identity provider.
setAuthnResponse(FSAuthnResponse) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Sets the FSAuthnResponse object.
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
setAuthzID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of authzID attribute.
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(Map) - Method in class com.sun.identity.idm.AMIdentity
Set the values of binary attributes.
setBinaryAttributes(SSOToken, IdType, String, Map<String, byte[][]>, boolean) - Method in class com.sun.identity.idm.IdRepo
Set the values of binary attributes the identity.
setBinarySecurityToken(BinarySecurityToken) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the binary security token.
setBinarySecurityToken(BinarySecurityToken) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a binary security token for this message.
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.
setCacheMissCacheTime(Duration) - Method in class org.forgerock.json.jose.jwk.store.JwksStore
Update the cache time before reload 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.
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
 
setCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManager
Sets the alias of the certificate used for issuing WSS token, i.e.
setCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.SecurityTokenManagerClient
Sets the alias of the certificate used for issuing WSS token, i.e.
setCertAlias(String) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Sets the alias of the certificate used for issuing WSS token, i.e.
setCertDBPassword(String) - Static method in class com.sun.identity.authentication.AuthContext
Sets the password for the certificate database.
setCertificate(X509Certificate) - Method in interface com.sun.identity.liberty.ws.security.SecurityTokenProvider
Sets the certificate used for issuing WSS token, i.e.
setChildren(List) - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Sets a list of XML String object.
setClaim(String, Object) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets a claim with the specified name and value.
setClaims(Map<String, Object>) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
Sets claims using the values contained in the specified map.
setClaims(String) - Method in interface org.forgerock.oauth2.core.AccessToken
Sets the token's claims.
setClientAuth(boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the client authentication.
setClientAuthentication(boolean) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Sets flag to indicate whether the connection is SSL/TLS with client authentication.
setClientAuthentication(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a boolean flag.
setClientCert(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Sets the alias for the client certificate.
setClientCert(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the alias for the client certificate if the connection is TLS/SSL with client authentication.
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 class org.forgerock.oauth2.core.OAuth2Request
Set the OAuth2 client registration.
setCode(QName) - Method in class com.sun.identity.liberty.ws.common.Status
Sets status code.
setColumns(ArrayList) - Method in class com.sun.identity.log.LogQuery
Deprecated.
Set the columns to be selected.
setComment(String) - Method in class com.sun.identity.liberty.ws.common.Status
Sets comment
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
Sets the intended use of a cookie.
setCommentURL(String) - Method in class org.forgerock.http.protocol.Cookie
Sets the URL identifying the intended use of a cookie.
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(List<Condition>) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets a list of Condition
setConditions(Conditions) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the Conditions object.
setConfigMap(Map) - Method in class com.sun.identity.idm.IdRepoListener
 
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 class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of consent attribute.
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.Message
Sets ConsentHeader.
setConsentHeader(ConsentHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets ConsentHeader.
setConsentResponseJwt(SignedJwt) - Method in class org.forgerock.oauth2.core.OAuth2Request
 
setConsentURI(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Sets the value of the consent attribute.
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.
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
Processes the Set-Cookie2 request message header, defined in RFC 2965.
SetCookie2Header(List<Cookie>) - Constructor for class org.forgerock.http.header.SetCookie2Header
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.Message
Sets the CorrelationHeader.
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.
setCredentialRef(List) - Method in class com.sun.identity.liberty.ws.disco.Description
Sets the value of the CredentialRef property.
setCredentials(List) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets a list of child Elements of 'Credentials' Element.
setCredentials(List) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Sets credentials.
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.
setData(byte[]) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of Element 'Data'.
setData(byte[]) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets value of Element 'Data'.
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.
setDataType(String) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Sets the DataTypes of this object
setDebug(int) - Method in class com.sun.identity.shared.debug.Debug
Sets the debug capabilities based on the values of the debugType argument.
setDebug(String) - Method in class com.sun.identity.shared.debug.Debug
Sets the debug capabilities based on the values of the debugType argument.
setDecision(String) - Method in interface com.sun.identity.saml2.assertion.AuthzDecisionStatement
Sets the Decision attribute.
setDecision(Decision) - Method in interface com.sun.identity.xacml.context.Result
Sets the Decision of this object
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) - Method in class com.sun.identity.sm.AttributeSchema
Sets the default values of the attribute.
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(List) - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
Sets the service descriptions.
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
 
setDescriptionIDRef(List) - Method in class com.sun.identity.liberty.ws.disco.Directive
Sets a list of description ID references.
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
 
setDirectiveType(String) - Method in class com.sun.identity.liberty.ws.disco.Directive
Sets type of the directive.
setDiscard(Boolean) - Method in class org.forgerock.http.protocol.Cookie
Sets the value indicating whether the user agent should discard the cookie unconditionally when it terminates.
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.
setElementValue(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProcessingContextHeader
Sets value of ProcessingContex element if it is not null.
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.
setEmpty() - Method in class org.forgerock.http.protocol.Entity
Mark this entity as being empty.
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.
setEncryptedData(Element) - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Sets encrypted data element.
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.
setEncryptedKey(Element) - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Sets encrypted key element.
setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.Modify
Sets the encrypted resource ID for the discovery resource to be modified.
setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.Query
Sets the encrypted resource ID of the discovery resource to be queried.
setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Sets encrypted resource ID.
setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets encrypted resource ID
setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets encrypted resource ID for the DST query.
setEncryptedResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Sets the EncryptedResourceID for this ResourceAccessStatement object.
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.disco.Description
Sets SOAP end point URI.
setEndRange(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the end range Attribute.
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.
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
 
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.
setEntryID(String) - Method in class com.sun.identity.liberty.ws.disco.RemoveEntry
Sets entry ID to be removed.
setEntryID(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Sets entry ID.
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
 
setExportable(boolean) - Method in class com.sun.identity.sm.ServiceSchema
Sets the exportable nature of the service configurations created for this schema.
setExportedOrganizationNames(Set) - Method in class com.sun.identity.sm.ServiceConfig
Sets the organization names that can import the service configuration.
setExtension(Element) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Sets modify response extension.
setExtension(List) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets the extension property
setExtensions(List) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets Extension objects.
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.
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.
setFederate(boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of the Federate attribute.
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(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.
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.
setForceAuthn(boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of Force Authentication attribute.
setForceAuthn(Boolean) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the value of the ForceAuthn attribute.
setFormat(String) - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Sets the Format attribute.
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.
setGetCompleteList(List) - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Sets list of GetComplete objects.
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.AttributeSchema
Sets the I18N key to describe the configuration attribute.
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.ServiceSchemaManager
Sets the i18nKey of the schema.
setID(String) - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Sets value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Sets the value of the id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Sets the value of id attribute.
setID(String) - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Sets the value of id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets value of id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
Sets value of 'id' attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.disco.Description
Sets id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Sets id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.disco.Query
Sets id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Sets id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceID
Sets id attribute.
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
Sets id attribute
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets id attribute
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets id attribute
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Sets id attribute
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets id attribute
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Sets id attribute
setId(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Sets id attribute
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.
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
 
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(IDPEntries) - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Sets IDPEntries object.
setIDPEntries(List<IDPEntry>) - Method in interface com.sun.identity.saml2.protocol.IDPList
Sets the IDPEntry Object.
setIDPEntryList(List) - Method in class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Sets the list of Identity Providers.
setIDPList(FSIDPList) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Sets the FSIDPList object.
setIDPList(FSIDPList) - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Sets preferred ordered List of IDPs that is known to SP for proxying.
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.
setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the Identity Provider's NameIdentifier.
setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSSubject
Deprecated.
Sets the Identity Provider's NameIdentifier.
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 class com.sun.identity.federation.message.FSAssertion
Deprecated.
Sets the value of InResponseTo attribute.
setInResponseTo(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the InResponseTo of the Response.
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.
setInsertEntry(List) - Method in class com.sun.identity.liberty.ws.disco.Modify
Sets the value of the InsertEntry property.
setIPAddress(String) - Method in class com.sun.identity.saml.assertion.SubjectLocality
Sets the IP address for SubjectLocality locality.
setIsPassive(boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of the IsPassive attribute.
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 class com.sun.identity.saml.protocol.AbstractRequest
Set the IssueInstant of the Request.
setIssueInstant(Date) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the IssueInstant of the Response.
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(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the issuer for an assertion
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 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.
setItemID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets item id attribute
setItemID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets item ID attribute
setItemID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Sets itemID attribute
setItemIDRef(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
Sets item reference.
setItemIDRef(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Sets item id reference
setItemIDRef(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Sets item reference.
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
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.
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(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Sets the key info.
setKeyInfo(List) - Method in interface com.sun.identity.saml2.assertion.KeyInfoConfirmationData
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.
setLocation(String) - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Sets the location URI of the Identity Provider.
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.
setMajorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Sets the MajorVersion of the Request.
setMajorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Sets the MajorVersion of the Response.
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setMatchedDn(Dn) - 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(Dn) - 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.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.
setMechanism(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of mechanism attribute
setMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of messageID attribute of CorrelationHeader.
setMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets value of messageID attribute of CorrelationHeader.
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.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.
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.federation.message.common.AuthnContext
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Sets the MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Sets the MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Sets the MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Sets the value of MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of the MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Sets the value of MinorVersion property.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the value of MajorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Sets the value of MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Sets the value of MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Sets the value of MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets the value of MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the value of MinorVersion attribute.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.federation.message.FSSAMLRequest
Deprecated.
Sets the MinorVersion.
setMinorVersion(int) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the minor version number of an assertion.
setMinorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Sets the MinorVersion of the Request.
setMinorVersion(int) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Sets the MinorVersion of the Response.
setMinValue(String) - Method in class com.sun.identity.sm.AttributeSchema
Sets the minimum value attribute.
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.paos.PAOSResponse
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.ProcessingContextHeader
Sets value of mustUnderstand attribute.
setMustUnderstand(Boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
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.federation.message.common.EncryptableNameIdentifier
Deprecated.
Sets the name attribute.
setName(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
Deprecated.
Sets value of 'name' 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(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(String) - 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(String) - 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(String) - 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(String) - 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(String) - 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(String) - 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(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(Dn) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
setName(String) - 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.
setName(String) - 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.federation.message.FSFederationTerminationNotification
Deprecated.
Sets the NameIdentifier object.
setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets the NameIdentifier object.
setNameIdentifier(NameIdentifier) - Method in class com.sun.identity.saml.assertion.Subject
Sets the NameIdentifier to the subject.
setNameIDPolicy(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the NameIDPolicy object.
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.federation.message.common.EncryptableNameIdentifier
Deprecated.
Sets nameQualifier attribute.
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.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
Sets the name space prefix.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets the name space prefix.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets the name space prefix.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Sets the name space prefix.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets the name space prefix.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Sets the name space prefix.
setNameSpacePrefix(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Sets the name space prefix.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTData
Sets the name space.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets the name space.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets the name space.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Sets the name space.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets the name space.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Sets the name space.
setNameSpaceURI(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Sets the name space.
setNewDataValue(List) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets new data value
setNewEncryptedID(NewEncryptedID) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
Sets the value of the newEncryptedID property.
setNewEntryIDs(List) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Sets the newEntryIDs attribute.
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(Rdn) - Method in interface org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the new RDN of the entry to be renamed.
setNewRdn(String) - 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(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.
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.
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.
setNotChangedSince(Date) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets NotChangedSince 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.
setNumberOfAnswersUserMustSet(int) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
Sets the number of answers that user must set.
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(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.
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.
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.
setOldProvidedNameIdentifier(OldProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the original NameIdentifier.
setOneTimeUses(List<OneTimeUse>) - Method in interface com.sun.identity.saml2.assertion.Conditions
Sets a list of OneTimeUse
setOps(String) - Method in class 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(List) - Method in class com.sun.identity.liberty.ws.disco.RequestedService
Sets options.
setOptions(List) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Sets options.
setOptions(Options) - Method in interface org.forgerock.opendj.io.LdapSocketAcceptor
Updates the options of this LDAP socket acceptor.
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.
setOtherElements(List) - Method in class com.sun.identity.federation.message.common.EntityName
Deprecated.
Sets list of other elements.
setOtherElements(List) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Sets a list of elements.
setOtherElements(List) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Sets a list of elements.
setOtherSecurityHeader(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a security header.
setOtherSecurityHeaders(List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a list of security headers.
setOtherSOAPHeader(Element, String) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a SOAP header except CorrelationHeader, ConsentHeader and UsageDirectiveHeader.
setOtherSOAPHeaders(List, List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a list of SOAP headers except CorrelationHeader, ConsentHeader, UsageDirectiveHeader and 'Security' header.
setOverrideAllowed(boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets if override is allowed
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(List) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
Sets a list of 'Parameter' child element.
setParameters(Map<String, Object>) - Method in class org.forgerock.json.jose.jwt.JwtHeader
Sets header parameters using the values contained in the specified map.
setPasswordTransforms(PasswordTransforms) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets child Element 'PasswordTransforms'
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
Set the Port attribute as defined per RFC 2965 for Set-Cookie2.
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.
setProcessingContextHeader(ProcessingContextHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets the ProcessingContextHeader.
setProcessingContextHeader(ProcessingContextHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets ProcessingContextHeader.
setProperties(Map<String, Set<String>>) - Method in interface com.sun.identity.policy.interfaces.Condition
Deprecated.
Sets the properties of the condition.
setProperties(Map) - Method in interface com.sun.identity.policy.interfaces.ResponseProvider
Deprecated.
Sets the properties of the responseProvider plugin.
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(String, String) - Method in interface com.iplanet.sso.SSOToken
Sets a property for this token.
setProperty(Object, String, String[]) - Method in interface com.sun.identity.plugin.session.SessionProvider
Stores a property in the session object.
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.
setProtocolProfile(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of ProtocolProfile attribute.
setProtocolVersion(Version) - Method in class org.forgerock.http.routing.ApiVersionRouterContext
Sets the protocol API version of the framework used to handle the request.
setProviderHeader(ProviderHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets ProviderHeader if it is not null.
setProviderHeader(ProviderHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets ProviderHeader if it is not null.
setProviderID(String) - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Sets the value of ProviderID attribute.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the value of ProviderID attribute.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Sets the ProviderID attribute value.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Sets the value of ProviderID attribute.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets value of ProviderID attribute.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the value of ProviderID attribute.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the value of ProviderID attribute.
setProviderId(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Sets the value of providerID attribute.
setProviderID(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Sets the provider ID.
setProviderID(String) - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
Sets provider ID.
setProviderID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the provider ID.
setProviderID(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
Sets value of providerID attribute if the value is not null.
setProviderID(String) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Sets the ProviderID attribute value.
setProviderName(String) - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Sets the Identity Provider Name.
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(int) - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Sets the proxy count.
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
setProxySubject(ProxySubject) - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
Sets the ProxySubject for SessionContextStatement.
setQuery(String) - Method in class org.forgerock.http.MutableUri
Update the query string (not encoded) of this MutableUri.
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.
setQueryItem(List) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets the value of the QueryItem property.
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.
setReauthenticateOnOrAfter(Date) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Sets re-authentication date for this authentication statement.
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 class com.sun.identity.saml.protocol.AbstractResponse
Set the Recipient attribute of the Response.
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.common.Status
Sets reference attribute.
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.authnsvc.protocol.SASLRequest
Deprecated.
Sets value of refToMessageID attribute of CorrelationHeader.
setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets value of refToMessageID attribute of CorrelationHeader.
setRefToMessageID(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
Sets the value of the refToMessageID 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.
setRelayState(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Set the value of RelayState attribute.
setRelayState(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Set the value of RelayState attribute.
setRelayState(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets the value of RelayState attribute.
setRelayState(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Set the value of RelayState attribute.
setRelayState(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Set the value of RelayState attribute.
setRelayState(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Set the value of RelayState attribute.
setRemoveEntry(List) - Method in class com.sun.identity.liberty.ws.disco.Modify
Sets the value of the RemoveEntry property.
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
 
setRequestAuthnContext(Element) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Sets Element RequestAuthnContext.
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.
setRequestedServiceType(List) - Method in class com.sun.identity.liberty.ws.disco.Query
Sets the list of the requested service types.
setRequesterIDs(List<RequesterID>) - Method in interface com.sun.identity.saml2.protocol.Scoping
Sets a list of RequesterID Objects.
setRequestID(String) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Set the RequestID of the Request.
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(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
setResourceContent(String) - Method in interface com.sun.identity.xacml.context.ResourceContent
Sets the resource content of this object
setResourceID(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Sets the resource ID to be accessed.
setResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Sets the encrypted resource ID to be accessed.
setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.disco.Modify
Sets resource ID for the discovery resource to be modified.
setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.disco.Query
Sets the resource ID of the discovery resource to be queried
setResourceID(String) - Method in class com.sun.identity.liberty.ws.disco.ResourceID
Sets resource id.
setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Sets resource ID.
setResourceID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the resource ID to be accessed
setResourceID(EncryptedResourceID) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the encrypted resource ID to be accessed
setResourceID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Sets the resource ID
setResourceID(String) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Sets resource ID for the DST query.
setResourceID(String) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Sets the ResourceID for this ResourceAccessStatement object.
setResourceID(ResourceID) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Sets the ResourceID for this ResourceAccessStatement 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.
setResourceOffering(ResourceOffering) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets Element ResourceOffering.
setResourceOffering(ResourceOffering) - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
Sets the resource offering to be inserted.
setResourceOffering(List) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Sets ResourceOffering to return.
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(ResourcePath) - Method in interface org.forgerock.json.resource.ActionRequest
 
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(ResourcePath) - Method in interface org.forgerock.json.resource.CreateRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.ReadRequest
 
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(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(String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResourcePath(ResourcePath) - 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.
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
 
setResponseConsumerURL(String) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Sets the value of the responseConsumerURL attribute.
setResponseID(String) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the ResponseID of the Response.
setResponseTo(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the value of InResponseTo attribute.
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(FSScoping) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the FSScoping object.
setScoping(Scoping) - Method in interface com.sun.identity.saml2.protocol.AuthnRequest
Sets the Scoping object.
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.
setSecurityAssertion(SecurityAssertion) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the Security Assertion.
setSecurityMech(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the security mechanism.
setSecurityProfileType(int) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets security profile type.
setSelect(String) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Sets select 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.
setServerMechanism(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets value of mechanism attribute.
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
setServiceInstance(ServiceInstance) - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Sets service instance.
setServiceInstanceUpdateHeader(ServiceInstanceUpdateHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets the ServiceInstanceUpdateHeader.
setServiceInstanceUpdateHeader(ServiceInstanceUpdateHeader) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets ServiceInstanceUpdateHeader.
setServiceNameRef(QName) - Method in class com.sun.identity.liberty.ws.disco.Description
Sets WSDL service name reference.
setServiceType(String) - Method in class com.sun.identity.liberty.ws.disco.RequestedService
Sets service type.
setServiceType(String) - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
Sets service type.
setSession(Session) - Method in class org.forgerock.http.session.SessionContext
Sets the Session associated with the remote client.
setSession(String) - Method in class org.forgerock.oauth2.core.OAuth2Request
Sets the user's session for this request.
setSessionContext(SessionContext) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Sets the SessionContext for this ResourceAccessStatement object.
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 class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Sets the SessionIndex attribute.
setSessionIndex(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets value of SessionIndex attribute.
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(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.
setSessionSubject(SessionSubject) - Method in class com.sun.identity.liberty.ws.security.SessionContext
Sets the SessionSubject object.
setSharedKey(String) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
Set the shared key.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Sets the Element's signature.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Sets the Signature of the Element passed.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Sets the Element signature.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Sets the Element signature.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Sets the Element signature.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the Signature.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the Signature.
setSignature(Element) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Sets the Signature.
setSignature(Element) - Method in class com.sun.identity.saml.assertion.AssertionBase
Sets the signature for the Request
setSignature(Element) - Method in class com.sun.identity.saml.protocol.AbstractRequest
Set the signature for the Request
setSignature(Element) - Method in class com.sun.identity.saml.protocol.AbstractResponse
Set the signature for the Response.
setSignature(Element) - Method in class com.sun.identity.saml.protocol.Request
Set the signature for the Response.
setSignature(Element) - Method in class com.sun.identity.saml.protocol.Response
Set the signature for the Response.
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.ProcessingContextHeader
Sets the sign flag.
setSignFlag(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.ProviderHeader
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.
setSoapAction(String) - Method in class com.sun.identity.liberty.ws.disco.Description
Sets SOAP action.
setSOAPAction(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets SOAP Action such as query or modify
setSOAPBodies(List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a list of SOAP bodies.
setSOAPBody(Element) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a SOAP body.
setSOAPEndPoint(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the SOAP Endpoint.
setSOAPFault(SOAPFault) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets the SOAPFault.
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
setSPProvidedNameIdentifier(SPProvidedNameIdentifier) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Sets the Service Provider's NameIdentifier.
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(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the Logout Status.
setStatus(Status) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Sets the Logout Status.
setStatus(Status) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Sets the Response Status.
setStatus(Status) - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Sets modify response status.
setStatus(Status) - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Sets the Status of the query response.
setStatus(Status) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Sets response status
setStatus(Status) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Sets status for the query response
setStatus(Status) - Method in class com.sun.identity.saml.protocol.Response
Set the Status of the Response.
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(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Sets value of attribute 'code' of Element 'Status'.
setStatusCode(QName) - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
Sets value of code attribute of Status element.
setStatusCode(StatusCode) - Method in class com.sun.identity.saml.protocol.StatusCode
Sets the sub StatusCode.
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
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(String) - Method in interface com.sun.identity.saml2.protocol.Status
Sets the value of the statusMessage property.
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
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(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(Element) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Sets the SubjectConfirmationData
setSubjectConfirmationData(String) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Sets the SubjectConfirmationData.
setSubjectConfirmationData(SubjectConfirmationData) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Sets the subject confirmation data
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.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.
setSubStatus(Status) - Method in class com.sun.identity.liberty.ws.common.Status
Sets sub status.
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.
setTimeOut(int) - Method in class com.sun.identity.idm.IdSearchControl
Sets the maximum number of milliseconds to wait for any operation for the search.
setTimeStamp(Date) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Sets time stamp
setTimeStamp(Date) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Sets time stamp
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 class org.forgerock.oauth2.core.OAuth2Request
Set a Token that is in play for this request.
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.
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.
setTransforms(List) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.PasswordTransforms
Deprecated.
Sets a list of child 'Transforms' Elements.
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.federation.message.common.EntityName
Deprecated.
Sets the URI.
setUri(String) - Method in class com.sun.identity.liberty.ws.soapbinding.ConsentHeader
Sets value of uri attribute.
setURI(String) - Method in class com.sun.identity.sm.ServiceInstance
Sets the URI for the service instance.
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(MutableUri) - Method in class org.forgerock.http.header.ReferrerHeader
Set the URI value of the Referrer header.
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.
setUsageDirectiveHeaders(List) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets a list of UsageDirectiveHeader.
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.
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.
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
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(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Parameter
Deprecated.
Sets value of 'Parameter' element.
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.
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.
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.
setVerifyingCertAlias(String) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Sets the value of the certificate alias.
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(int) - Method in class org.forgerock.caf.http.Cookie
Sets the version of the cookie protocol that this Cookie complies with.
setVersion(Integer) - Method in class org.forgerock.http.protocol.Cookie
Sets the version of the state management mechanism to which this cookie conforms.
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
 
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.
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
 
setWsdlURI(String) - Method in class com.sun.identity.liberty.ws.disco.Description
Sets URI to WSDL resource containing the service description.
setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.disco.DiscoveryClient
Sets the web services version.
setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.dst.DSTClient
Sets the web services version.
setWSFVersion(String) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Sets the web services version to the message.
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.
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.
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.
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.
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.
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.
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 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.
sidebarBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
Inserts a sidebar-block.
sign(PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.assertion.Assertion
Signs the Assertion.
sign(PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Signs the Request.
sign(PrivateKey, X509Certificate) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Signs the StatusResponse.
sign(EncryptedJwtBuilder) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Sign the JWT.
sign(EncryptedJwtBuilder) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
 
sign(EncryptedJwtBuilder) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
 
sign(SigningHandler, JwsAlgorithm) - Method in class org.forgerock.json.jose.builders.EncryptedJwtBuilder
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
 
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
 
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
 
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
Signs the given String data using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
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.NOPSigningHandler
Simply returns a byte array of a UTF-8 empty string.
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
Returns an empty byte array.
sign(JwsAlgorithm, String) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Signs the given String data using the Java Cryptographic algorithm defined by the JwsAlgorithm.
sign(JwsAlgorithm, byte[]) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Signs the given raw data bytes 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(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 - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for creating digital signatures or message authentication codes (MACs).
sign(PrivateKey, String, String) - Method in class org.forgerock.util.SignatureUtil
Signs a String using the given private key.
signAssertion(boolean) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets whether the SAML2Config assertion should be signed.
signAssertion() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets whether the assertion should be signed.
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.
SignatureUtil - Class in org.forgerock.util
Utility class for signing and verifying signatures.
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, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.SignedEncryptedJwt
Deprecated.
Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.
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.
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, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Constructs a fresh, new SignedJwt from the given JwsHeader and JwtClaimsSet.
SignedJwt(SignedJwt) - Constructor for class org.forgerock.json.jose.jws.SignedJwt
Construct an signed JWT from an existent one.
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, 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(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.
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, 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.
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.
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.
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
 
signXML(String) - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Signs the Assertion.
signXML(String) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Signs the Request.
signXML() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Unsupported Method.
signXML(String) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Signs the Response.
signXML() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Unsupported operation.
signXML(String) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Signs the FSFederationTerminationNotification.
signXML() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Unsupported operation.
signXML(String) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Signs the FSLogoutNotification object.
signXML() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Unsupported operation.
signXML(String) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Signs the LogoutResponse.
signXML() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Signs the XML document representing NameIdentifierMappingRequest using the certificate indicated by the property "com.sun.identity.saml.xmlsig.certalias" in AMConfig.properties file.
signXML(String) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Signs the XML document representing NameIdentifierMappingRequest using the specified certificate.
signXML() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Signs the XML document representing NameIdentifierMappingResponse using the certificate indicated by the property "com.sun.identity.saml.xmlsig.certalias" in AMConfig.properties file.
signXML(String) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Signs the XML document representing NameIdentifierMappingResponse using the specified certificate.
signXML() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
 
signXML(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Signs the FSNameRegistrationRequest object.
signXML(String) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Signs the Name Registration Response.
signXML() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Unsupported operation.
signXML(String) - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Signs the Response.
signXML() - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Unsupported operation.
signXML() - Method in class com.sun.identity.saml.assertion.Assertion
Signs the Assertion.
signXML(String) - Method in class com.sun.identity.saml.assertion.Assertion
Signs the Assertion.
signXML() - Method in class com.sun.identity.saml.assertion.AssertionBase
Signs the Assertion.
signXML(String) - Method in class com.sun.identity.saml.assertion.AssertionBase
Signs the Assertion.
signXML() - Method in class com.sun.identity.saml.protocol.AbstractRequest
An abstract method to sign the object.
signXML() - Method in class com.sun.identity.saml.protocol.AbstractResponse
An abstract method that signs the object.
signXML() - Method in class com.sun.identity.saml.protocol.Request
Method to sign the Request.
signXML() - Method in class com.sun.identity.saml.protocol.Response
Method that signs the Response.
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.
SimpleHTTPClient - Class in org.forgerock.util
Simple helper client for connecting to URLs over HTTP and retrieving their contents via a GET request.
SimpleHTTPClient() - Constructor for class org.forgerock.util.SimpleHTTPClient
Generates a new SimpleHTTPClient with the appropriate timeouts.
SimpleHTTPClient(int, int) - Constructor for class org.forgerock.util.SimpleHTTPClient
Generates a new SimpleHTTPClient with the appropriate timeouts.
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.
since(long) - Method in interface org.forgerock.util.time.TimeService
Deprecated.
Computes the elapsed time between now and past.
SINGLE_LEVEL - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the immediate subordinates of the search base entry.
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.JsonValuePropertyEvaluator(SubstitutionService, List).
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
 
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.
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.
singletonAttribute(String, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description.
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".
SITEATTRIBUTEMAPPER - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies the class with the path where the siteAttributeMapper is located.
SiteAttributeMapper - Interface in com.sun.identity.saml.plugins
Deprecated.
This class has been deprecated. Please use PartnerSiteAttributeMapper instead.
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 - 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.
skipElement(byte) - Method in class org.forgerock.opendj.io.AbstractAsn1Reader
 
skipElement() - Method in interface org.forgerock.opendj.io.Asn1Reader
Skips the next element without decoding it.
skipElement(byte) - Method in interface 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.
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(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(String, String, Throwable, String) - Constructor for exception com.sun.identity.sm.SMSException
Constructs an 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.
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.
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.
SOAP12_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP 1.2 namespace URI.
SOAP_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
SOAP 1.1 namespace URI.
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
Deprecated.
As of OpenSSO version 8.0 SOAPClientException
SOAPClientException() - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
Deprecated.
Create SOAPClientException with no message.
SOAPClientException(String) - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
Deprecated.
Create SOAPClientException with a message.
SOAPClientException(String, String) - Constructor for exception com.sun.identity.jaxrpc.SOAPClientException
Deprecated.
Create SOAPClientException with a class name and message.
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.shared.jaxrpc.SOAPClientException
Create SOAPClientException with no 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.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(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.
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.
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.
SOAPUrl - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that defines the URL that provides the SAML service.
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(AttributeDescription, boolean, MatchingRule) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
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.
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.
source(ParameterSource) - Method in class org.forgerock.api.models.Parameter.Builder
Set the parameter source.
SOURCEID - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter.
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.
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.
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.
spEntityId(String) - Method in class org.forgerock.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the SP entity id on the SAML2ConfigBuilder.
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.
split(String) - Method in interface org.forgerock.openam.shared.resourcename.BaseResourceName
Method to split a resource into the smallest necessary sub resource units.
SPProvidedNameIdentifier - Class in com.sun.identity.federation.message.common
Deprecated.
since 12.0.0
SPProvidedNameIdentifier(String, String, String) - Constructor for class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Constructor creates SPProvidedNameIdentifier object.
SPProvidedNameIdentifier(Element) - Constructor for class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Constructor creates SPProvidedNameIdentifier object from Document Element.
SPProvidedNameIdentifier(String, String) - Constructor for class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Constructor creates SPProvidedNameIdentifier object.
SSL - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML authentication type that uses HTTPS protocol
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.
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.
SSLWITHBASICAUTH - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML authentication type that uses HTTPS protocol and username/password
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, Throwable) - 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(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 - 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 - Enum in org.forgerock.api.enums
Represents API stability.
stability(Stability) - Method in class org.forgerock.api.models.Operation.Builder
Sets stability of Operation.
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.
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.
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.
startAuthNode(Class<?>) - Method in interface org.forgerock.openam.plugins.PluginTools
Starts an existing authentication node.
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(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(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(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
 
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.
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.
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() - Constructor for class com.sun.identity.saml.assertion.Statement
Default constructor of the statement
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.
Stats - Class in com.sun.identity.shared.stats
Allows a uniform interface to statistics information in a uniform format.
Status - Class in com.sun.identity.liberty.ws.common
This class represents a common status object.
Status() - Constructor for class com.sun.identity.liberty.ws.common.Status
Default constructor.
Status(String, String) - Constructor for class com.sun.identity.liberty.ws.common.Status
Constructor.
Status - Class in com.sun.identity.saml.protocol
This class represents the Status element.
Status(Element) - Constructor for class com.sun.identity.saml.protocol.Status
This constructor is used to construct a Status from a DOM element.
Status(StatusCode, String, Element) - Constructor for class com.sun.identity.saml.protocol.Status
Constructor.
Status(StatusCode) - Constructor for class com.sun.identity.saml.protocol.Status
Constructs a Status object from a StatusCode.
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 - 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.Family - Enum in org.forgerock.http.protocol
The first digit of the status-code defines the class of response.
StatusCode - Class in com.sun.identity.saml.protocol
This class represents the StatusCode and SubStatusCode element.
StatusCode(Element) - Constructor for class com.sun.identity.saml.protocol.StatusCode
Constructs an instance of StatusCode from a DOM element.
StatusCode(String, StatusCode) - Constructor for class com.sun.identity.saml.protocol.StatusCode
Construct a StatusCode object from a value String and a sub StatusCode.
StatusCode(String) - Constructor for class com.sun.identity.saml.protocol.StatusCode
Construct a StatusCode object from a value String.
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.
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(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.
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.
stream() - Method in class org.forgerock.json.JsonValue
Construct a Stream from this JsonValue object.
Streams - Class in org.forgerock.util
Utility methods for operating on IO streams.
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
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 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.
stringToBoolean(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a boolean.
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.
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 - 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.
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.
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 - Static variable in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Subject identifier.
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 - Interface in com.sun.identity.policy.interfaces
Deprecated.
since 12.0.0, use EntitlementSubject
Subject - Class in com.sun.identity.saml.assertion
The Subject element specifies one or more subjects.
Subject() - Constructor for class com.sun.identity.saml.assertion.Subject
Default constructor
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(NameIdentifier) - Constructor for class com.sun.identity.saml.assertion.Subject
Constructs a Subject object from a NameIdentifier 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(SubjectConfirmation) - Constructor for class com.sun.identity.saml.assertion.Subject
Constructs a Subject object from a SubjectConfirmation object.
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.
SubjectConfirmation - Class in com.sun.identity.saml.assertion
The SubjectConfirmation element specifies a subject by specifying data that authenticates the subject.
SubjectConfirmation(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectConfirmation
Constructs a subject confirmation element from an existing XML block.
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 - 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.
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.
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() - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Default Constructor
SubjectLocality(Element) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Constructs an instance of SubjectLocality from an existing XML block.
SubjectLocality(String, String) - Constructor for class com.sun.identity.saml.assertion.SubjectLocality
Constructs an instance of SubjectLocality.
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.
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.
SubjectQuery - Class in com.sun.identity.saml.protocol
This abstract class extends from another abstract class Query.
SubjectQuery() - Constructor for class com.sun.identity.saml.protocol.SubjectQuery
Default constructor
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.
since 12.0.0
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(Callable<T>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Runnable, T) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Runnable) - 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 - 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(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() - Static method in class org.forgerock.api.models.SubResources
Create a new Builder for sub-resources.
SubResources.Builder - Class in org.forgerock.api.models
Builder to help construct the SubResources.
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.
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.
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, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
Creates a SubstitutionException with the given message.
SubstitutionException(String, Throwable, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
Creates a SubstitutionException with the given message and parent cause.
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.
substringKeySize() - Method in interface org.forgerock.opendj.ldap.spi.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.
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 - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation completed successfully.
superiorObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorObjectClasses(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.
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
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.
SynchronousRequestHandler - Interface in org.forgerock.json.resource
An interface for implementing synchronous RequestHandlers.
Syntax - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
syntax(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the syntax for this attribute type.
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.
syntaxOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the syntax OID of this matching rule.
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.
SYSTEM - Static variable in interface org.forgerock.util.time.TimeService
Deprecated.
TimeService implementation based on System.
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

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.
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.
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".
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.
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.
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.
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, 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>, 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, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
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 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, 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>, 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, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
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 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
 
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
 
thenOnException(ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
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
 
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(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(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(ResultHandler<? super V>, ExceptionHandler<? super E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnResultOrException(Runnable) - 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
 
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, Debug) - 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.
TIME - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
The Date/Time field.
TIME_BUFFERING_STATUS - Static variable in class com.sun.identity.log.LogConstants
Deprecated.
Attribute defining the Time Buffering Status; ON or OFF.
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.
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>, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.TimeoutScheduler
Creates a new TimeoutScheduler.
TimeoutScheduler(ReferenceCountedObject.Reference<ScheduledExecutorService>, Clock, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.TimeoutScheduler
Creates a new TimeoutScheduler.
TimeoutScheduler.TimeoutEventListener - Interface in org.forgerock.opendj.ldap
Listener on timeout events.
timeService - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
TimeService used to handle token expire times.
timeService - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2SessionInfo
TimeService used when comparing expire times.
TimeService - Interface in org.forgerock.util.time
Deprecated.
Title - Annotation Type in org.forgerock.api.annotations
Annotation to define JSON Schema property's title.
title(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDocTable
Sets a table-title.
title(LocalizableString) - Method in class org.forgerock.api.models.Resource.Builder
Set the 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.transform.LocalizableRefProperty
 
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(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() - 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(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() - 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(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() - 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.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.http.MutableUri
Returns the content of this URI as a US-ASCII string.
toAsciiString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a 7-bit ASCII string representation.
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.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns a Base64 Encoded String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns a Base64 Encoded Authentication Request String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns a Base64 encoded string representing this object.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns a Base64 Encoded String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns a Base64 encoded string representing this object.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns a Base64 Encoded String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns a Base64 Encoded String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns a Base64 Encoded String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns a Base64 Encoded String.
toBASE64EncodedString() - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns a Base64 Encoded String.
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.
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.
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.
toDate() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a Date representation of this generalized time.
toDocument() - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SOAP message in org.w3c.dom.Document format.
toDocument(boolean) - Method in class com.sun.identity.liberty.ws.soapbinding.Message
Returns the SOAP message in org.w3c.dom.Document format.
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
Converts the JWK to a public key object.
toElement() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLRequest
Deprecated.
Returns SASLRequest in org.w3c.dom.Element format.
toElement() - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SASLResponse
Deprecated.
Returns SASLResponse in org.w3c.dom.Element format.
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 and a space between each byte.
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.
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.
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.
toJsonString() - Method in class org.forgerock.json.jose.jwk.OctJWK
Prints the JWK as a json string.
toJsonString() - Method in class org.forgerock.json.jose.jwk.RsaJWK
Prints the RsaJWK object 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(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.
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.TransactionIdContext
Updates the data object to have the current transactionId state.
Token - Interface in org.forgerock.oauth2.core
Models a OAuth2 token.
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.
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
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(Throwable) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified cause.
TokenHandlerException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified detail message and cause.
tokenHeader(String) - Method in class org.forgerock.http.filter.CsrfFilter.Builder
Sets the header to use to receive the anti-CSRF token.
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.openam.sts.config.user.SAML2Config.SAML2ConfigBuilder
Sets the token lifetime (in seconds) on the SAML2ConfigBuilder.
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.
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 - 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").
toOffsetDateTime() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a OffsetDateTime representation of this generalized time.
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.
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.
toSmsJson() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
Gets the SMS JsonValue representation of the SAML2Config.
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 exception com.sun.identity.federation.common.FSRedirectException
Deprecated.
Returns a formatted FSRedirectException exception message; includes embedded exceptions.
toString() - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Returns a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.EncryptableNameIdentifier
Deprecated.
Returns String representation of the <EncryptableNameIdentifier> element.
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.Status
Returns string format of the status.
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.disco.Description
Returns formatted string of the service description.
toString() - Method in class com.sun.identity.liberty.ws.disco.Directive
Returns the directive object in string format.
toString() - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Returns string format.
toString(String) - Method in class com.sun.identity.liberty.ws.disco.EncryptedResourceID
Returns string format.
toString() - Method in class com.sun.identity.liberty.ws.disco.InsertEntry
Gets string format.
toString() - Method in class com.sun.identity.liberty.ws.disco.Modify
Gets string format.
toString() - Method in class com.sun.identity.liberty.ws.disco.ModifyResponse
Gets formatted string of modify response.
toString() - Method in class com.sun.identity.liberty.ws.disco.Query
Returns formatted string of the Query object.
toString() - Method in class com.sun.identity.liberty.ws.disco.QueryResponse
Returns formatted string of the QueryResponse.
toString() - Method in class com.sun.identity.liberty.ws.disco.RemoveEntry
Returns string format.
toString() - Method in class com.sun.identity.liberty.ws.disco.RequestedService
Returns string format of object RequestedServiceType.
toString() - Method in class com.sun.identity.liberty.ws.disco.ResourceID
Returns string format of object ResourceID.
toString() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
Returns string representation of object ResourceOffering.
toString() - Method in class com.sun.identity.liberty.ws.disco.ServiceInstance
Returns string format of object ServiceInstance.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTData
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTData
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTModification
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTModify
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTModifyResponse
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTQuery
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryItem
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Creates a String representation of this object.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.dst.DSTQueryResponse
Creates a String representation of this object.
toString() - Method in class com.sun.identity.liberty.ws.security.ProxySubject
Creates a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.ProxySubject
Creates a String representation of the <Subject> element.
toString() - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Returns a String representation of the ResourceAccessStatement.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.ResourceAccessStatement
Returns a String representation of the ResourceAccessStatement.
toString() - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Create a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.SecurityAssertion
Creates a String representation of the <Assertion> element.
toString() - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
Returns a String representation of SessionContextStatement.
toString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.SessionContextStatement
Returns a String representation of the ResourceAccessStatement.
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(boolean, boolean) - 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(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AdviceBase
Returns a String representation of the <saml:Advice> element.
toString() - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AssertionBase
Returns a String representation of the <Assertion> element.
toString() - Method in class com.sun.identity.saml.assertion.AssertionIDReference
Translates the AssertionID to an XML String,
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AssertionIDReference
Returns a String representation of the AssertionIDReference element.
toString() - 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.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(boolean, boolean) - 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(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AttributeStatement
Returns 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(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AudienceRestrictionCondition
Returns a String representation of the <AudienceRestrictionCondition> element.
toString() - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns a String representation of the Authentication Statement.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.AuthenticationStatement
Returns a String representation of the AuthenticationStatement
toString() - 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.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(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() - Method in class com.sun.identity.saml.assertion.Conditions
Returns a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Conditions
Returns a String representation of the <Conditions> element.
toString() - Method in class com.sun.identity.saml.assertion.DoNotCacheCondition
Creates a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.DoNotCacheCondition
Returns a String representation of the <DoNotCacheCondition> element.
toString() - Method in class com.sun.identity.saml.assertion.EvidenceBase
Returns a String representation of the 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() - Method in class com.sun.identity.saml.assertion.NameIdentifier
Returns a String representation of the 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() - Method in class com.sun.identity.saml.assertion.Subject
Returns a String representation of the element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.Subject
Returns a String representation of the <Subject> element.
toString() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Returns a String representation of the element
toString(boolean, boolean) - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
Returns a String representation of the <SubjectConfirmation> element.
toString() - Method in class com.sun.identity.saml.assertion.SubjectLocality
Returns a String representation of the 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() - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Translates the AssertionArtifact to an XML document String based on the SAML schema.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AssertionArtifact
Creates a String representation of the <samlp:AssertionArtifact> element.
toString() - Method in class com.sun.identity.saml.protocol.AttributeQuery
Returns the String Representation of the AttributeQuery object.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AttributeQuery
Returns a String representation of the samlp:AttributeQuery element.
toString() - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Translates the AuthenticationQuery to an XML document String based on the AuthenticationQuery schema described above.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AuthenticationQuery
Returns a String representation of the <samlp:AuthenticationQuery> element.
toString() - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
This method translates the AuthorizationDecisionQuery to an XML document String based on the AuthorizationDecisionQuery schema.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.AuthorizationDecisionQuery
Create a String representation of the samlp:AuthorizationDecisionQuery element.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Query
Creates a String representation of the element.
toString() - Method in class com.sun.identity.saml.protocol.Request
This method translates the request to an XML document String based on the Request schema described above.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Request
Returns a String representation of the <samlp:Request> element.
toString(boolean, boolean, boolean) - Method in class com.sun.identity.saml.protocol.Request
Returns a String representation of the <samlp:Request> element.
toString() - Method in class com.sun.identity.saml.protocol.Response
This method translates the response to an XML document String based on the Response schema described above.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Response
Creates a String representation of the <samlp:Response> element.
toString(boolean, boolean, boolean) - Method in class com.sun.identity.saml.protocol.Response
Creates a String representation of the <samlp:Response> element.
toString() - Method in class com.sun.identity.saml.protocol.Status
This method translates the AssertionArtifact to an XML document String based on the SAML schema.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.Status
Creates a String representation of the <samlp:Status> element.
toString() - Method in class com.sun.identity.saml.protocol.StatusCode
Translates the StatusCode to an XML document String based on the SAML schema.
toString(boolean, boolean) - Method in class com.sun.identity.saml.protocol.StatusCode
Creates a String representation of the <samlp:StatusCode> element.
toString() - Method in class com.sun.identity.shared.whitelist.ResourceMatch
Method to get string representation of the resource match.
toString() - Method in class com.sun.identity.sm.AttributeSchema
Returns a string representation of this AttributeSchema object.
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.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 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(Charset) - Method in class org.forgerock.http.header.authorization.BasicCredentials
Get the string credentials in the specified charset.
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.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.OAuth2Error
 
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 the content of this entity decoded as a string.
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 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 enum org.forgerock.json.jose.jwk.KeyUse
Prints the KeyUse value.
toString() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPrivateKey
 
toString() - Method in class org.forgerock.json.jose.jwk.OkpJWK.OctetECPublicKey
 
toString() - Method in class org.forgerock.json.jose.jwk.OkpJWK
 
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.openam.sts.config.user.SAML2Config
toString() - Method in class org.forgerock.openam.sts.user.invocation.ProofTokenState
 
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
Returns the string representation of this address mask.
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
 
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.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 class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the string representation of this alias dereferencing policy.
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 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.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(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Returns the LDIF string representation of the provided change record.
toString(Entry) - Static method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the LDIF string representation of the provided entry.
toString() - Method in class org.forgerock.openidconnect.Claim
 
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.Purpose
 
toString() - Method in class org.forgerock.secrets.Secret
 
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.i18n.LocalizableString
The default toString method.
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
 
toTranslatedString(PreferredLocales) - Method in class org.forgerock.util.i18n.LocalizableString
Returns the contained string, translated if applicable.
toURLEncodedQueryString(String) - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Returns an URL Encoded String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns an URL Encoded String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Returns an URL Encoded Query String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns an URL encoded query string.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns an URL Encoded String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns an URL Encoded String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns an URL Encoded String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns an URL Encoded String.
toURLEncodedQueryString() - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Returns an URL Encoded String.
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(String, AMEncryption) - Method in class com.sun.identity.sm.ServiceConfig
 
toXML(String, AMEncryption, String) - Method in class com.sun.identity.sm.ServiceConfig
 
toXML() - Method in class com.sun.identity.sm.ServiceInstance
 
toXMLString() - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.common.AuthnContext
Deprecated.
Returns a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Returns a String representation of the Extension element.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.Extension
Deprecated.
Creates a String representation of the Extension element.
toXMLString() - Method in class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Returns a String representation of the <samlp:Response> element.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.common.GetComplete
Deprecated.
Returns a String representation of the <samlp:Response> element.
toXMLString() - Method in class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.common.IDPEntries
Deprecated.
Returns a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.common.IDPEntry
Deprecated.
Returns a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.IDPProvidedNameIdentifier
Deprecated.
Returns the string representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.OldProvidedNameIdentifier
Deprecated.
Returns a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns a String representation of the Logout Response.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.common.RequestAuthnContext
Deprecated.
Returns a String representation of the Logout Response.
toXMLString() - Method in class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.common.SPProvidedNameIdentifier
Deprecated.
Returns the string representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns a XML String representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSAssertion
Deprecated.
Returns a XML String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthenticationStatement
Deprecated.
Returns a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
This method translates the request to an XML document String based on the Request schema described above.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequest
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
toXMLString() - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Returns the request as an XML Document String based on the Liberty Request schema.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnRequestEnvelope
Deprecated.
Creates a String representation of the <lib:AuthnRequest> element.
toXMLString() - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns a String representation of the <samlp:Response> element.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnResponse
Deprecated.
Returns a String representation of the <samlp:Response> element.
toXMLString() - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Returns XML document String for this object based on the Response Schema.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Creates a String representation of the Response object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSAuthnResponseEnvelope
Deprecated.
Creates a String representation of the Response object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns a String representation of the <samlp:Response> element.
toXMLString() - Method in class com.sun.identity.federation.message.FSFederationTerminationNotification
Deprecated.
Returns the string representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Returns a XML string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Creates a String representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSIDPList
Deprecated.
Creates a String representation of this element.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the string representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSLogoutNotification
Deprecated.
Returns the string representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns a String representation of the LogoutResponse object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns a String representation of the LogoutResponse object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSLogoutResponse
Deprecated.
Returns a String representation of the LogoutResponse object.
toXMLString() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingRequest
Deprecated.
Returns a String representation of the <samlp:Response> element.
toXMLString() - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameIdentifierMappingResponse
Deprecated.
Returns a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns a String representation of the Logout Response.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns a String representation of the Logout Response.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameRegistrationRequest
Deprecated.
Returns a String representation of the Logout Response.
toXMLString() - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns the string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns a String representation of the Logout Response.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSNameRegistrationResponse
Deprecated.
Returns a String representation of the Logout Response.
toXMLString() - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Creates a String representation of the <samlp:Request> element.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Creates a String representation of the <samlp:Request> element.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSRequest
Deprecated.
Creates a String representation of the <samlp:Request> element.
toXMLString() - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns a String representation of the Logout Response.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
Returns a String representation of the Logout Response.
toXMLString(boolean, boolean, boolean) - Method in class com.sun.identity.federation.message.FSResponse
Deprecated.
 
toXMLString() - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Returns a XML string representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSScoping
Deprecated.
Creates a String representation of this object.
toXMLString() - Method in class com.sun.identity.federation.message.FSSubject
Deprecated.
Returns a String representation of this object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.federation.message.FSSubject
Deprecated.
Returns a String representation of the Logout Response.
toXMLString() - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.paos.PAOSRequest
Returns a String representation
toXMLString() - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.paos.PAOSResponse
Returns a String representation
toXMLString() - Method in class com.sun.identity.liberty.ws.security.SessionContext
Returns a String representation of the SessionContext element.
toXMLString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.SessionContext
Returns a String representation of the <SessionContext> element.
toXMLString() - Method in class com.sun.identity.liberty.ws.security.SessionSubject
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in class com.sun.identity.liberty.ws.security.SessionSubject
Returns a String representation of the <Subject> element.
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Action
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Action
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Advice
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Assertion
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.AssertionIDRef
Returns a String representation of the element.
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Attribute
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.AudienceRestriction
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.AuthnContext
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.BaseID
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.BaseID
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.ConditionAbstract
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.ConditionAbstract
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Conditions
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.EncryptedElement
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.EncryptedElement
Returns a String representation
toXMLString() - 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.assertion.Evidence
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.NameIDType
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Statement
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Statement
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.Subject
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.Subject
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmation
Returns a String representation
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.SubjectConfirmationData
Returns a String representation
toXMLString() - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.assertion.SubjectLocality
Returns a String representation of the SubjectLocality element.
toXMLString() - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRelayState
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.ecp.ECPRequest
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.ecp.ECPResponse
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns a String representation of the element.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.Artifact
Returns a String representation of the element.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.Extensions
Returns a String representation of this object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.Extensions
Returns a String representation of this object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.GetComplete
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.GetComplete
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.IDPEntry
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.IDPList
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.NameIDPolicy
Returns a String representation of this object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.NewID
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.NewID
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.RequestAbstract
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.RequestedAuthnContext
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.RequesterID
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.RequesterID
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.Scoping
Returns a String representation of this Object.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.Scoping
Returns a String representation of this Object.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.SessionIndex
Returns the SessionIndex in an XML document String format based on the SessionIndex schema described above.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.SessionIndex
Returns the SessionIndex in an XML document String format based on the SessionIndex schema described above.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.Status
Returns the Status in an XML document String format based on the Status schema described above.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.Status
Returns the Status in an XML document String format based on the Status schema described above.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.StatusCode
Returns the StatusCode in an XML document String format based on the StatusCode schema described above.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.StatusCode
Returns the StatusCode in an XML document String format based on the StatusCode schema described above.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.StatusDetail
Returns the StatusDetail in an XML document String format based on the StatusDetail schema described above.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.StatusDetail
Returns the StatusDetail in an XML document String format based on the StatusDetail schema described above.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.StatusMessage
Returns the StatusMessage in an XML document String format based on the StatusMessage schema described above.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.StatusMessage
Returns the StatusMessage in an XML document String format based on the StatusMessage schema described above.
toXMLString() - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the StatusResponse in an XML document String format based on the StatusResponse schema described above.
toXMLString(boolean, boolean) - Method in interface com.sun.identity.saml2.protocol.StatusResponse
Returns the StatusResponse in an XML document String format based on the StatusResponse schema described above.
toXMLString(boolean, boolean) - 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.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() - 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(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() - Method in interface com.sun.identity.xacml.context.Environment
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.ActionImpl
Returns a String representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.ActionImpl
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns a String representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.AttributeImpl
Returns a string representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
Returns a String representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.EnvironmentImpl
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Returns a String representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.RequestImpl
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Returns a String representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.ResourceImpl
Returns a string representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusCodeImpl
Returns a string representation
toXMLString() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
Returns a string representation
toXMLString() - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusImpl
Returns a string representation
toXMLString() - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.StatusMessageImpl
Returns a string representation
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Returns a String representation of this object
toXMLString() - Method in class com.sun.identity.xacml.context.impl.SubjectImpl
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns a string representation
toXMLString() - Method in interface com.sun.identity.xacml.context.MissingAttributeDetail
Returns a string representation
toXMLString(boolean, boolean) - 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.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() - 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() - 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 of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.context.Response
Returns a string representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.context.Result
Returns a string representation
toXMLString(boolean, boolean) - 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(boolean, boolean) - 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(boolean, boolean) - 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(boolean, boolean) - 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(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() - Method in interface com.sun.identity.xacml.context.Subject
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Returns a string representation of this object
toXMLString() - Method in class com.sun.identity.xacml.policy.impl.ObligationImpl
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
Returns a string representation of this object
toXMLString() - Method in class com.sun.identity.xacml.policy.impl.ObligationsImpl
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() - 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() - Method in interface com.sun.identity.xacml.policy.Obligations
Returns a string representation of this object
toXMLString() - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Returns a string representation of this object
toXMLString(boolean, boolean) - Method in class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
Returns a String representation of this object
toXMLString(boolean, boolean) - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
Returns a String representation of this object
toXMLString() - Method in interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery
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 interface com.sun.identity.xacml.saml2.XACMLAuthzDecisionStatement
Returns a String representation of the element.
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.
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(Context, TransactionId) - Constructor for class org.forgerock.services.context.TransactionIdContext
Constructs a new TransactionIdContext.
TransactionIdContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.services.context.TransactionIdContext
Restores a saved context.
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
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) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.GenericTransform
Deprecated.
Transforms password.
transform(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.LowercaseTransform
Deprecated.
Transforms password.
transform(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.SelectTransform
Deprecated.
Transforms password.
Transform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
Transform() - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
 
transform(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
Deprecated.
Transforms password.
transform(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.TruncationTransform
Deprecated.
Transforms password.
transform(String) - Method in class com.sun.identity.liberty.ws.authnsvc.protocol.UppercaseTransform
Deprecated.
Transforms password.
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(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(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_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.
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.
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.
TransportProvider - Interface in org.forgerock.opendj.ldap.spi
Interface for ldap socket providers, which provide implementation for LdapSocket class, using a specific transport.
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(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, 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>) - 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.
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.
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(Dn) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided 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.
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.
trimToSize() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Attempts to reduce storage used for this byte string builder.
TRUE - Static variable in class org.forgerock.util.query.QueryFilterOperators
a literal "true".
TruncationTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
TruncationTransform() - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.TruncationTransform
Deprecated.
This is the default constructor.
TruncationTransform(int) - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.TruncationTransform
Deprecated.
Constructs TruncationTransform object with length.
trustAll() - Static method in class org.forgerock.opendj.security.TrustManagers
Returns an X509TrustManager which trusts all certificates.
TrustManagers - Class in org.forgerock.opendj.security
This class contains methods for creating common types of trust manager.
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.
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.
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.
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(Class<?>) - Method in class org.forgerock.api.models.Schema.Builder
Sets the schema.
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.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_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_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.

U

UID - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that defines the uid of the partner which is used to protect the partner's SOAP Receiver
unassignService(String) - Method in class com.sun.identity.idm.AMIdentity
Removes a service from the identity.
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.sm.OrganizationConfigManager
Unassigns the service from the organization.
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 - 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 - 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.
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 - 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 - 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.
UniqueItems - Annotation Type in org.forgerock.api.annotations
Annotation to mark a JSON Schema array-items as unique.
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_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.
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.
UnknownRequest - Class in org.forgerock.opendj.ldap.messages
Wraps a message that the LdapServer was unable to decode because it did not recognize it.
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.
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.
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.
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.
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_REF - Static variable in class org.forgerock.api.commons.CommonsApi
JSON Reference to CommonsApi.Errors.UNSUPPORTED_MEDIA_TYPE in an API Description.
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 - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is unwilling to perform the requested operation.
unwrapKey(ByteSequence) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
Unwraps the provided wrapped key.
Update - Annotation Type in org.forgerock.api.annotations
Indicates an CREST update method on an annotated POJO.
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 - Class in org.forgerock.api.models
Class that represents the Create Operation type in API descriptor.
update() - Static method in class org.forgerock.api.models.Update
Creates a new builder for Operation.
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(Map<String, Object>) - Method in class org.forgerock.openam.oauth2.ResourceSetDescription
Replaces the description of the resource set with the given description.
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.
updateBooleanValues(String, String, String, String, Document) - Method in class com.sun.identity.sm.AttributeSchema
 
updateChoiceValues(Map) - Method in class com.sun.identity.sm.AttributeSchema
 
updateChoiceValues(Map, Document) - Method in class com.sun.identity.sm.AttributeSchema
 
updateDefaultValues(Set) - Method in class com.sun.identity.sm.AttributeSchema
Method for modifying default values
updateDefaultValues(Set, Document) - Method in class com.sun.identity.sm.AttributeSchema
Method for modifying default values given the XML document
updateDelegate(PushNotificationServiceConfig) - 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.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, String, Object[]) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs a new UpgradeException without a nested Throwable.
UpgradeException(String) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs a new UpgradeException with the given message.
UpgradeException(Throwable) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs an UpgradeException with given Throwable.
UpgradeException(String, Throwable) - Constructor for exception org.forgerock.openam.upgrade.UpgradeException
Constructs a new UpgradeException with the given message and init cause.
UpgradeUtils - Class in org.forgerock.openam.upgrade
This class contains utilities to upgrade the service schema configuration to be compatible with OpenAM.
UppercaseTransform - Class in com.sun.identity.liberty.ws.authnsvc.protocol
Deprecated.
since 12.0.0
UppercaseTransform() - Constructor for class com.sun.identity.liberty.ws.authnsvc.protocol.UppercaseTransform
Deprecated.
This is the default constructor.
uri(String) - Static method in class org.forgerock.http.MutableUri
Factory method for avoiding typing new MutableUri("http://...").
uri() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a uniform resource identifier.
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 - Class in org.forgerock.http.routing
A Context which is created when a request has been routed.
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(JsonValue, ClassLoader) - Constructor for class org.forgerock.http.routing.UriRouterContext
Restore from JSON representation.
uriRouterContext(Context) - Static method in class org.forgerock.http.routing.UriRouterContext
Return a builder for a new UriRouterContext.
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.
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, Debug) - Static method in class com.sun.identity.shared.locale.Locale
 
URLDecodeField(String, String, Debug) - 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, Debug) - 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_JVM_TRUST_MANAGER - Static variable in class org.forgerock.opendj.security.SslOptions
Use the JVM trust manager.
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.
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_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The user field.
USER_ID_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The userId field.
userAgent(String) - Method in class org.forgerock.services.context.ClientContext.Builder
Sets the client's user agent.
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.
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.
USERNAME_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
The username field.
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, 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(String) - Constructor for exception com.sun.identity.authentication.spi.UserNamePasswordValidationException
Creates UserNamePasswordValidationException with given message.
UserNamePasswordValidationException(Throwable) - Constructor for exception com.sun.identity.authentication.spi.UserNamePasswordValidationException
Creates UserNamePasswordValidationException with given Throwable.
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.
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.
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.
usesBasicAuth() - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
Gets useBasicAuth to be used when making requests to the tokenInfo endpoint.
useSingleCertificate(String, X509KeyManager) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns a new X509KeyManager which selects the named certificate from the provided X509KeyManager.
using(Function<JsonValue, Object, JsonValueException>) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
Specify the function that will convert the matched JSON into an object.
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.
uuid() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a universally unique identifier (UUID).

V

validate() - Method in interface com.sun.identity.entitlement.EntitlementCondition
Checks that this condition is configured correctly.
validate(Set<String>) - Method in interface com.sun.identity.sm.ServiceAttributeValidator
Validates the given set of string values.
validate() - Method in class com.sun.identity.sm.ServiceInstance
 
validate(String, 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.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) - 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) - Method in class com.sun.identity.sm.validators.DomainValidator
Determines if the domain is valid
validate(String, 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.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) - Method in class com.sun.identity.sm.validators.MailAddressValidator
Check if the given email address is valid
validate(String, 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.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(String) - Method in class com.sun.identity.sm.validators.URLValidator
Determines whether the specified string is a valid URL
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(PublicKey) - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
Validates that the given public key is on this curve.
validate(String) - Method in class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
 
validate(Realm, String, List<String>, Map<String, Set<String>>) - Method in class org.forgerock.openam.secrets.config.PurposeMappingValidator
 
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(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(String) - Method in interface org.forgerock.tokenhandler.TokenHandler
Validates the passed token.
validateAccessTokenScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customise the scope requested when an access token is requested.
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
 
validateAndExtractState(String) - Method in class org.forgerock.json.jose.tokenhandler.JwtTokenHandler
 
validateAndExtractState(String) - Method in interface org.forgerock.tokenhandler.TokenHandler
Validates and parses the token, extracting any encapsulated state.
validateAndInheritDefaults(Map, boolean) - Method in class com.sun.identity.sm.ServiceSchema
Validates the attrMap against the attributes defined in this schema of the service.
validateAndInheritDefaults(Map, String, boolean) - 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(Map) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid.
validateAttributes(Map, String) - Method in class com.sun.identity.sm.ServiceSchema
Determines whether each attribute in the attribute set is valid for the given organization.
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.
validateAuthorizationScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customise the scope requested when authorization is requested.
validateBackChannelAuthorizationScope(ClientRegistration, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customize the scope requested when performing a client initiated back channel authentication.
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(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 interface org.forgerock.oauth.resolvers.OpenIdResolver
Validates the supplied Jwt against this OpenId Connect Idp.
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
 
validateNonce(JsonValue) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
Validates the nonce.
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.
Password validation should be performed by the underlying user store at provisioning time.
validateRefreshTokenScope(ClientRegistration, Set<String>, Set<String>, OAuth2Request) - Method in interface org.forgerock.oauth2.core.ScopeValidator
Provided as an extension point to allow the OAuth2 provider to customise the scope requested when a refresh token is requested.
validateRequest(MessageContext, Subject, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
Validates the incoming request message.
validateRequest(MessageInfoContext, Subject, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
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 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(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(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
 
validateRequest(MessageInfo, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
 
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
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.
ValidationUtil - Class in org.forgerock.api.util
API Descriptor model-validation utilities.
ValidValues - Class in com.sun.identity.policy
Deprecated.
since 12.0.0
ValidValues(int, Set) - Constructor for class com.sun.identity.policy.ValidValues
Deprecated.
Constructs a ValidValues given errorCode and a set of values
value(String) - Method in class org.forgerock.api.models.Reference.Builder
Setter for Reference-value.
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.jwk.KeyUse
Get the Value of the KeyUse.
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_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(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.http.handler.HttpClientHandler.HostnameVerifier
Returns the enum constant of this type with the specified name.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.AcceptApiVersionHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.AcceptApiVersionHeader
Constructs a new header, initialized from the specified string value.
valueOf(PreferredLocales) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Creates an accept language header representation for a PreferredLocales instance.
valueOf(List<Locale>) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Create a header from a list of preferred Locale instances.
valueOf(String...) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Create a header from a list of preferred Locale language tags.
valueOf(Set<String>) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
Create a header from a list of header values.
valueOf(String) - Static method in class org.forgerock.http.header.AuthorizationHeader
Parse a string as an Authorization header value.
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(String) - Static method in class org.forgerock.http.header.ConnectionHeader
Constructs a new header, initialized from the specified string value.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentApiVersionHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.ContentApiVersionHeader
Constructs a new header, initialized from the specified string.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentEncodingHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.ContentEncodingHeader
Constructs a new header, initialized from the specified string value.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentLengthHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.ContentLengthHeader
Constructs a new header, initialized from the specified string value.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ContentTypeHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.ContentTypeHeader
Constructs a new header, initialized from the specified string value.
valueOf(Request) - Static method in class org.forgerock.http.header.CookieHeader
Constructs a new header, initialized from the specified request message.
valueOf(String) - Static method in class org.forgerock.http.header.CookieHeader
Constructs a new header, initialized from the specified string value.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.LocationHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.LocationHeader
Constructs a new header, initialized from the specified string value.
valueOf(Message<?>) - Static method in class org.forgerock.http.header.ReferrerHeader
Constructs a new header, initialized from the specified message.
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
Constructs a new header, initialized from the specified string value.
valueOf(Response) - Static method in class org.forgerock.http.header.SetCookie2Header
Constructs a new header, initialized from the specified response message.
valueOf(List<String>) - Static method in class org.forgerock.http.header.SetCookie2Header
Constructs a new header, initialized from the specified list of Set-Cookie2 values.
valueOf(String) - Static method in class org.forgerock.http.header.SetCookieHeader
Constructs a new header, initialized from the specified string value.
valueOf(Response) - Static method in class org.forgerock.http.header.SetCookieHeader
Constructs a new header, initialized from the specified response message.
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(Request) - Static method in class org.forgerock.http.header.TransactionIdHeader
Constructs a new header, initialized from the specified request.
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(Message<?>) - Static method in class org.forgerock.http.header.WarningHeader
Constructs a new header, initialized from the specified message.
valueOf(String) - Static method in class org.forgerock.http.header.WarningHeader
Constructs a new header, initialized from the specified string value.
valueOf(Response) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Obtain a WwwAuthenticateHeader representation of the headers in the given response.
valueOf(List<String>) - Static method in class org.forgerock.http.header.WwwAuthenticateHeader
Obtain a WwwAuthenticateHeader representation of the given header values.
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(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, String) - Static method in class org.forgerock.http.protocol.Status
Get a Status from the given integer.
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.jwk.KeyUse
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(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
Parses the provided JSON content as a patch operation.
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.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 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, 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) - Static method in class org.forgerock.opendj.ldap.Ava
Parses the provided LDAP string representation of an AVA using the default 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) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the condition result which is equivalent to the provided boolean value.
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(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 class 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(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, Schema) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the provided schema.
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(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(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(long) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided time in milliseconds since the epoch.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Parses the provided string as an LDAP generalized time.
valueOf(OffsetDateTime) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided OffsetDateTime.
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, 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) - 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(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(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, Schema) - Static method in class org.forgerock.opendj.ldap.Rdn
Parses the provided LDAP string representation of a RDN using the provided 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(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(Entry) - Static method in class org.forgerock.opendj.ldap.RootDse
Creates a new Root DSE instance backed by the provided entry.
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.ObjectClassType
Returns the enum constant of this type with the specified name.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Parses the provided entry as a subschema subentry.
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(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(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 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.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.security.keystore.KeyStoreType
Deprecated.
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(JsonValue) - Static method in class org.forgerock.services.TransactionId
Creates a TransactionId from a JsonValue.
valueOf(String) - Method in class org.forgerock.util.EnumValueOfHelper
Fast lookup of E 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.
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(String) - 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(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.
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.
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 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() - 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.jwk.KeyUse
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.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.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 class 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.
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.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.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.security.keystore.KeyStoreType
Deprecated.
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.
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.
verify(EncryptedThenSignedJwt) - Method in interface org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
Verify the JWT.
verify(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.KeyStoreJwtCryptographyHandler
 
verify(EncryptedThenSignedJwt) - Method in class org.forgerock.jaspi.modules.session.jwt.SecretsProviderJwtCryptographyHandler
 
verify(SigningHandler) - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
Verifies that the signature is valid on the nested signed JWT.
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
 
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.EdDSASigningHandler
 
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
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
Verifies that the signature length is zero.
verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
Verifies that the given signature is valid for the given data.
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(SigningHandler) - Method in class org.forgerock.json.jose.jws.SignedJwt
Verifies that the JWS signature is valid for the contents of its payload.
VERIFY - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for verifying digital signatures or message authentication codes.
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.
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.
verifyAttrs(Map, 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.
verifyIdTokenSignedByUsWithConfiguredAlg(OAuth2Jwt) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Verifies that the supplied jwt is signed by AM using the algorithm the client has configured to use.
verifyIdTokenSignedByUsWithConfiguredAlg(OAuth2Jwt, boolean) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Verifies that the supplied jwt is signed by AM using the algorithm the client has configured to use.
verifyJwtBearerForClientAuthentication(OAuth2Request, OAuth2Jwt) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Verifies that the supplied jwt is signed by this client.
verifyJwtRequestParameter(OAuth2Request, Jwt) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Verifies that the supplied request parameter jwt is signed by this client.
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.
verifyTlsClientCertificateAuthentication(OAuth2Request, List<X509Certificate>) - Method in interface org.forgerock.oauth2.core.ClientRegistration
Verifies that the supplied X.509 certificate chain is acceptable to authenticate this client.
VERSION - Static variable in class com.sun.identity.saml.common.SAMLConstants
A SAML service attribute parameter that specifies SAML version
version(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
Set the version of the API.
Version - Class in org.forgerock.http.routing
Represents some version in the form majorNumber.minorNumber, for instance 2.4.
version(int, int) - Static method in class org.forgerock.http.routing.Version
Creates a new version using the provided version information.
version(int) - Static method in class org.forgerock.http.routing.Version
Creates a new version using the provided version information and a minor.
version(String) - Static method in class org.forgerock.http.routing.Version
Parses the string argument as a version.
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 - 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 - Class in org.forgerock.api.models
Class that represents versioned Resources on an API descriptor path.
versionedPath() - Static method in class org.forgerock.api.models.VersionedPath
Create a new Builder for VersionedPath.
VersionedPath.Builder - Class in org.forgerock.api.models
Builder to help construct the VersionedPath.
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, Supplier<?>) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a virtual attribute whose values will be supplied by provided Supplier.
virtualAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns an empty virtual attribute.
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(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitAndFilter(JsonValue, List<QueryFilter<JsonPointer>>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitAndFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits an and filter.
visitAndFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits an and filter.
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(P, boolean) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitBooleanLiteralFilter(JsonValue, boolean) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitBooleanLiteralFilter(Void, boolean) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a boolean literal filter.
visitBooleanLiteralFilter(P, boolean) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a boolean literal filter.
visitContainsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitContainsFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitContainsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a contains filter.
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.
visitEqualsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitEqualsFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitEqualsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a equality filter.
visitEqualsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a equality filter.
visitExtendedMatchFilter(P, F, String, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitExtendedMatchFilter(JsonValue, JsonPointer, String, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitExtendedMatchFilter(Void, F, String, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a comparison filter.
visitExtendedMatchFilter(P, F, String, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a comparison filter.
visitGreaterThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitGreaterThanFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitGreaterThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a greater than filter.
visitGreaterThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a greater than filter.
visitGreaterThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitGreaterThanOrEqualToFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitGreaterThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a greater than or equal to filter.
visitGreaterThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a greater than or equal to filter.
visitLessThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitLessThanFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitLessThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a less than filter.
visitLessThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a less than filter.
visitLessThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitLessThanOrEqualToFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitLessThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a less than or equal to filter.
visitLessThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a less than or equal to filter.
visitNotFilter(P, QueryFilter<F>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitNotFilter(JsonValue, QueryFilter<JsonPointer>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitNotFilter(Void, QueryFilter<F>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a not filter.
visitNotFilter(P, QueryFilter<F>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a not filter.
visitOrFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitOrFilter(JsonValue, List<QueryFilter<JsonPointer>>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitOrFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits an or filter.
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(P, F) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitPresentFilter(JsonValue, JsonPointer) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitPresentFilter(Void, F) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a present filter.
visitPresentFilter(P, F) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a present filter.
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, AddRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, BindRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, CompareRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, DeleteRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ExtendedRequest<?>) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, InvalidRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ModifyRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, SearchRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, UnbindRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, UnknownRequest) - 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 interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Add request.
visitRequest(P, BindRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Bind request.
visitRequest(P, CompareRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Compare request.
visitRequest(P, DeleteRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Delete request.
visitRequest(P, ExtendedRequest<?>) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Extended request.
visitRequest(P, InvalidRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Invalid request.
visitRequest(P, ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an ModifyDN request.
visitRequest(P, ModifyRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Modify request.
visitRequest(P, SearchRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Search request.
visitRequest(P, UnbindRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Unbind request.
visitRequest(P, UnknownRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Unknown request.
visitRequest(P, AddRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, DeleteRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, ModifyRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitStartsWithFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitStartsWithFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitStartsWithFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a starts with filter.
visitStartsWithFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a starts with filter.
visitUpdateRequest(P, UpdateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits an update request.

W

warning(String) - Method in class com.sun.identity.shared.debug.Debug
Prints warning messages only when debug level is greater than Debug.ERROR.
warning(String, Throwable) - Method in class com.sun.identity.shared.debug.Debug
Prints warning messages only when debug level is greater than Debug.ERROR.
warning(String, Object...) - Method in class com.sun.identity.shared.debug.Debug
A convenience method for warning debug statements.
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.
warningEnabled() - Method in class com.sun.identity.shared.debug.Debug
Checks if warning debugging is enabled.
WarningHeader - Class in org.forgerock.http.header
Processes the Warning message header.
WarningHeader(Warning) - Constructor for class org.forgerock.http.header.WarningHeader
Constructor for single Warning.
WarningHeader(List<Warning>) - Constructor for class org.forgerock.http.header.WarningHeader
Constructor for multiple Warnings.
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
Generates a factory that will use the given timeouts 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 - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry and to all its subordinates.
WITH_CERTIFICATE - Static variable in class org.forgerock.secrets.keys.KeyFormatPem
Exports the key material with the certificate as well.
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.
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
 
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
Set the clientSecret.
withConcurrencyStrategy(ConcurrencyStrategy) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Sets the strategy to use for managing thread-safety in the bloom filter.
withConnectionTimeout(int) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the connectionTimeout.
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.
withEncryptionPassword(SecretReference<GenericSecret>) - Method in class org.forgerock.secrets.keys.KeyFormatPem
Returns a new PEM key format that will encrypt private keys with the given password.
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
 
withInitialCapacity(int) - Method in class org.forgerock.bloomfilter.BloomFilters.BloomFilterBuilder
Specifies the initial capacity of the bloom filter.
withInputStream(InputStream) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the input stream to load the keystore from.
withIssuer(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the issuer.
withJwk(String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the JWK Set URL Endpoint.
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(KeyStoreType) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Deprecated.
Use withKeyStoreType(String) instead. Use of the KeyStoreType enum is deprecated as it restricts the keystore type to those specified in the enum. Library consumers may want to specify the keystore type at runtime.
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(String) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Sets the locale of the ClaimBuilder.
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
 
withName(String) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Sets the name of the ClaimBuilder.
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(ApiDescription, String) - Method in class org.forgerock.api.CrestApiProducer
 
withPath(D, String) - Method in interface org.forgerock.http.ApiProducer
Mutate the provided descriptor to add the specified path.
withPkceMethod(PkceMethod) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Sets the PKCE transformation method to use.
withProvider(String) - Method in class org.forgerock.oauth.OAuthClientConfiguration.Builder
Sets the provider name.
withProvider(Provider) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the security provider to use for the keystore.
withProvider(String) - 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.
withReadTimeout(int) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration.Builder
Set the readTimeout.
withRedirectUri(URI) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the redirectUri.
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.
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.
withTokenEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration.Builder
Set the tokenEndpoint.
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.
withValues(List<String>) - Method in class org.forgerock.openidconnect.Claim.ClaimBuilder
Adds to the set of values for the ClaimBuilder.
withVersion(ApiDescription, Version) - Method in class org.forgerock.api.CrestApiProducer
 
withVersion(D, Version) - Method in interface org.forgerock.http.ApiProducer
Mutate the provided descriptor to add the specified version.
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.
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>, 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(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().
wrapKey(ByteSequence) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
Wraps the provided encoded key.
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_TIMEOUT_MS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Maximum time allowed for write operations to complete.
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.
writeAttribute(Asn1Writer, Attribute) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Attribute to the provided Asn1Writer.
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.
writeBoolean(boolean) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeBoolean(boolean) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a boolean element using the Universal Boolean ASN.1 type tag.
writeBoolean(byte, boolean) - Method in interface 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(ChangeRecord) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a change record.
writeChangeRecord(DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Delete change record.
writeChangeRecord(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a ModifyDN change record.
writeChangeRecord(ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Modify 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(ChangeRecord) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided change record to the underlying connection, blocking until the request completes.
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(ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided ModifyDN request to the underlying connection, blocking until the request completes.
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(AddRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ModifyRequest) - 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.
writeEndSequence() - Method in interface org.forgerock.opendj.io.Asn1Writer
Finishes writing a sequence element.
writeEndSet() - Method in interface 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(int) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeEnumerated(byte, int) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an enumerated element using the provided type tag.
writeEnumerated(int) - Method in interface 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.
writeInteger(ByteBuffer, byte[]) - Static method in class org.forgerock.json.jose.utils.DerUtils
Writes an integer value in DER format to the given buffer.
writeInteger(int) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeInteger(long) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeInteger(byte, int) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the provided type tag.
writeInteger(byte, long) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the provided type tag.
writeInteger(int) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(long) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
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.
writeNull() - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeNull() - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a null element using the Universal Null ASN.1 type tag.
writeNull(byte) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a null element using the provided type tag.
writeOctetString(byte, byte[]) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeOctetString(byte[]) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeOctetString(byte[], int, int) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeOctetString(ByteSequence) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeOctetString(CharSequence) - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeOctetString(byte, byte[]) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, byte[], int, int) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, ByteSequence) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, CharSequence) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a string as a UTF-8 encoded octet string element using the provided type tag.
writeOctetString(byte[]) - Method in interface 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 interface org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(ByteSequence) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(CharSequence) - Method in interface 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.
WritePolicy - Enum in org.forgerock.api.enums
Enum that represents the Schema write policies.
writer() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns a Processor which will write all LdapMessage it receives to the network.
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.
writeStartSequence() - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeStartSequence() - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a sequence element using the Universal Sequence ASN.1 type tag.
writeStartSequence(byte) - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a sequence element using the provided type tag.
writeStartSet() - Method in class org.forgerock.opendj.io.AbstractAsn1Writer
 
writeStartSet() - Method in interface org.forgerock.opendj.io.Asn1Writer
Writes a set element using the Universal Set ASN.1 type tag.
writeStartSet(byte) - Method in interface 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.
WSFederationException - Exception in com.sun.identity.wsfederation.common
This class is an extension point for all WS-Federation related exceptions.
WSFederationException(String, String, Object[]) - Constructor for exception com.sun.identity.wsfederation.common.WSFederationException
Constructs a new WSFederationException without a nested Throwable.
WSFederationException(String) - Constructor for exception com.sun.identity.wsfederation.common.WSFederationException
Constructs a new WSFederationException with the given message.
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.
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
Gets the X509 thumbnail.
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.
x5t(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the X.509 Certificate Thumbprint header parameter for this JWS.
x5u(URL) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
Sets the X.509 URL header parameter for this JWS.
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(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.
XACMLAuthzDecisionQueryImpl(String) - Constructor for class com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl
This constructor is used to build XACMLAuthzDecisionQuery object from a XML string.
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.
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.
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.
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.
XMLSIG_NAMESPACE_URI - Static variable in class com.sun.identity.saml.common.SAMLConstants
XML Digital Signature namespace.
XMLUtils - Class in org.forgerock.util.xml
Utility classes for handling XML.

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.
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 
OpenAM Server Only 6.5.5 Documentation

Copyright © 2010-2018, ForgeRock All Rights Reserved.