- 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
-
- 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
AmPlugin
s 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
-
- 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
-
- 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
-
- AccessTokenException(String, Exception) - Constructor for exception org.forgerock.http.oauth2.AccessTokenException
-
- AccessTokenInfo - Class in org.forgerock.http.oauth2
-
- AccessTokenInfo(JsonValue, String, Set<String>, long) - Constructor for class org.forgerock.http.oauth2.AccessTokenInfo
-
- 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
-
- 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
-
- 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
-
- 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
-
- ApiDocGeneratorException(String, Throwable) - Constructor for exception org.forgerock.api.markup.ApiDocGeneratorException
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- asLdapPromise(Promise<R, LdapException>, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- 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
-
- 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
-
- 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 Assertion
s.
- 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
T
s 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
T
s 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 AttributeDescription
s
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 AttributeDescription
s
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 AttributeDescription
s
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 AttributeDescription
s
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 Boolean
s, 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 Boolean
s, 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 X509Certificate
s, 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 DN
s 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 DN
s 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 DN
s 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 DN
s 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 GeneralizedTime
s 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 GeneralizedTime
s 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 Integer
s, 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 Integer
s, 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 Long
s, 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 Long
s, 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 String
s, 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 String
s, 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
-
- AsyncServerAuthModule - Interface in org.forgerock.caf.authentication.api
-
- 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 Audience
s.
- 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
-
- 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
-
- 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
-
- 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
-
- AuthnSvcClient() - Constructor for class com.sun.identity.liberty.ws.authnsvc.AuthnSvcClient
-
Deprecated.
- AuthnSvcException - Exception in com.sun.identity.liberty.ws.authnsvc
-
- 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
FilterChain
s 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
-
- 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
-
- 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
-
- 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
-
- CachingAccessTokenResolver(Clock, AccessTokenResolver, PerItemEvictionStrategyCache<String, Promise<AccessTokenInfo, AccessTokenException>>) - Constructor for class org.forgerock.http.oauth2.resolver.CachingAccessTokenResolver
-
- 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
PropertyResolver
s that should be used to get a token replacement property.
- ChainedPropertyResolver(List<? extends PropertyResolver>) - Constructor for class org.forgerock.config.resolvers.ChainedPropertyResolver
-
- 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 ChangeRecord
s, 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 Assertion
s.
- 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
-
- 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
-
- 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
-
- 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 Connection
s
to ChangeRecordWriter
s.
- 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 Connection
s to
EntryReader
s.
- 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 Connection
s to
EntryWriter
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
BadRequestException
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 AttributeId
s 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 Attribute
s.
- 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 Attribute
s.
- 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
-
- getAttributeStatements(String, String, FSSubject, Object) - Method in interface com.sun.identity.federation.services.FSAttributePlugin
-
- 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 AttributeValue
s 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
-
- 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
-
- 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
Buffer
s 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
-
- getClientClass() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
-
- getClientClass() - Method in class org.forgerock.oauth.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 Cookie
s 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 Cookie
s 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
-
- 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 DataType
s 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
-
- 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
Schema
s.
- 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
-
- 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
-
- 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
-
- 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 String
s.
- 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
-
- 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
-
- getFederationDonePageURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
- 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
-
- 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
-
- 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
-
- getIDPList(String) - Static method in class com.sun.liberty.LibertyManager
-
- 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 Issuer
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getKeystorePassword() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 NameID
information 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 NameID
information 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
-
- 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
-
- getNameRegistrationURL(String, String, String, HttpServletRequest) - Static method in class com.sun.liberty.LibertyManager
-
Returns NameRegistrationURL
.
- getNames() - Method in class org.forgerock.api.models.Definitions
-
- getNames() - Method in class org.forgerock.api.models.Errors
-
- getNames() - Method in class org.forgerock.api.models.Paths
-
Returns all Path names.
- getNames() - Method in class org.forgerock.api.models.Services
-
- 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
-
- 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
-
- getPayload() - Method in class org.forgerock.json.jose.jws.SignedJwt
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 Resourceid
s 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
-
- 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 Result
s 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
-
- 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
-
- 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
-
- 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
-
- 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
Resource
s.
- 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
-
- 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
-
- 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
-
- getSPList(String) - Static method in class com.sun.liberty.LibertyManager
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getTotalPagedResultsPolicy() - Method in interface org.forgerock.json.resource.QueryRequest
-
- 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
-
- 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 value
s of this object
- getValue() - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
-
Returns the value
s 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 String
s.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- IdentifierQueryResourceHandler(String) - Constructor for class org.forgerock.json.resource.IdentifierQueryResourceHandler
-
- 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
-
- 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 Attribute
s
so that the SAML framework may insert these attribute information as SAML
AttributeStatement
s 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 Attribute
s
so that the SAML framework may insert these attribute information as SAML
AttributeStatement
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ifBlank(String, String) - Static method in class org.forgerock.util.Reject
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- internalServerError() - Static method in class org.forgerock.http.protocol.Responses
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- isRedirection() - Method in class org.forgerock.http.protocol.Status
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
AudienceRestrictionCondition
from 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
-
- 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
-
- 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
-
- REQUEST_URI_TOO_LARGE_REF - Static variable in class org.forgerock.api.commons.CommonsApi
-
- 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
-
- 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 Request
s
with the provided mode and template.
- requestUriMatcher(RoutingMode, String) - Static method in class org.forgerock.json.resource.RouteMatchers
-
Creates a RouteMatcher
instance that matches Request
s
with the provided mode and template.
- RequestVisitor<R,P> - Interface in org.forgerock.json.resource
-
A visitor of Request
s, in the style of the visitor design pattern.
- RequestVisitor<R,P,E extends Exception> - Interface in org.forgerock.opendj.ldap.messages
-
A visitor of Request
s, 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
-
- 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
Privilege
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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 Result
s 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
-
- ResponseProviderTypeManager - Class in com.sun.identity.policy
-
- ResponseProviderTypeManager(PolicyManager) - Constructor for class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Constructs a ResponseProviderTypeManager
object
- responseProviderTypeName(ResponseProvider) - Static method in class com.sun.identity.policy.ResponseProviderTypeManager
-
Deprecated.
Returns ResponseProvider
type name
- Responses - Class in org.forgerock.http.protocol
-
Provide out-of-the-box, pre-configured
Response
objects.
- Responses - Class in org.forgerock.json.resource
-
A utility class containing various factory methods for creating and
manipulating responses.
- Responses - Class in org.forgerock.opendj.ldap.messages
-
This class contains various methods for creating and manipulating responses.
- ResponseTypeHandler - Interface in org.forgerock.oauth2.core
-
Handles the issuing of Tokens for a response type, i.e.
- ResponseWriter - Interface in org.forgerock.caf.authentication.framework
-
Writes AuthenticationException
responses for different media types.
- RestletHttpClient - Class in org.forgerock.http.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 Result
s 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
-
- rethrowConsumer(Consumer<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
-
- 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
-
- rethrowSupplier(Supplier<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
-
- 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
-
- 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
-
- 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
-
- 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
-
- RsaJWK(KeyUse, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
- RsaJWK(KeyUse, String, String, String, String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
- 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
-
- RsaJWK(RSAPublicKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
- RsaJWK(RSAPublicKey, RSAPrivateKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
- RsaJWK(RSAPublicKey, RSAPrivateCrtKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
Assertion
s.
- 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
-
- 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 AttributeId
s 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 AttributeValue
s 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
-
- 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 DataType
s 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 Issuer
s 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
-
- 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
-
- 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 Resourceid
s 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 Result
s 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
-
- setSaslMechanismAndCredentials(String, byte[]) - Method in interface org.forgerock.opendj.ldap.messages.BindRequest
-
- 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
-
- 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 value
s of this object
- setValue(String) - Method in class com.sun.identity.xacml.context.impl.DecisionImpl
-
Sets the value
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- SimpleHttpClientRequest() - Constructor for class org.forgerock.http.client.request.SimpleHttpClientRequest
-
- SimpleHttpClientResponse - Class in org.forgerock.http.client.response
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 Attribute
s to the local user attributes.
- SPAttributeMapper - Interface in com.sun.identity.wsfederation.plugins
-
This interface SPAttributeMapper
is used to map the
SAML Attribute
s 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
-
- 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
SSLEngine
s.
- 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
-
- 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
-
- 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 Status
s 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 StatusCode
s issuded by authorization authority.
- StatusCodeImpl - Class in com.sun.identity.xacml.context.impl
-
The StatusCode
element is a container of
one or more StatusCode
s 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 Status
s issuded by authorization authority.
- StatusDetailImpl - Class in com.sun.identity.xacml.context.impl
-
The StatusCode
element is a container of
one or more Status
s 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 Status
s 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 StatusMessage
s issuded by authorization authority.
- StatusMessageImpl - Class in com.sun.identity.xacml.context.impl
-
The StatusMessage
element is a container of
one or more StatusMessage
s 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
-
- 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
-
- 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
-
- 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
-
- SubstitutionException - Exception in org.forgerock.config.resolvers
-
Exception thrown during substitution process.
- SubstitutionException(String, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
-
- SubstitutionException(String, Throwable, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
-
- 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
-
- Syntax - Class in com.sun.identity.policy
-
- 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.
- 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
-
- SystemPropertyResolver - Class in org.forgerock.config.resolvers
-
A SystemPropertyResolver resolves a config token using system properties.
- 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
-
- 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
-
- TimeoutScheduler(ReferenceCountedObject.Reference<ScheduledExecutorService>, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.TimeoutScheduler
-
- TimeoutScheduler(ReferenceCountedObject.Reference<ScheduledExecutorService>, Clock, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.TimeoutScheduler
-
- TimeoutScheduler.TimeoutEventListener - Interface in org.forgerock.opendj.ldap
-
Listener on timeout events.
- timeService - Variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- TransformerException(String, Throwable) - Constructor for exception org.forgerock.api.transform.TransformerException
-
- 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
-
- 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.