- abandon() - Method in class com.iplanet.ums.SearchResults
-
Abandons a current search operation, notifying the server not to send
additional search results.
- 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.
- abridge(String, int) - Static method in class com.persistit.util.Util
-
- 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
-
Sole constructor.
- AbstractExtendedRequest<ER extends ExtendedRequest<S>,S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
-
An abstract Extended request which can be used as the basis for implementing new Extended operations.
- AbstractExtendedRequest() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
-
Creates a new abstract extended request.
- AbstractExtendedRequest(ExtendedRequest<S>) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
-
Creates a new extended request that is an exact copy of the provided
request.
- AbstractExtendedResult<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
-
An abstract Extended result which can be used as the basis for implementing
new Extended operations.
- AbstractExtendedResult(ExtendedResult) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
-
Creates a new extended result that is an exact copy of the provided
result.
- AbstractExtendedResult(ResultCode) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
-
Creates a new extended result using the provided result code.
- AbstractExtendedResultDecoder<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
-
This class provides a skeletal implementation of the
ExtendedResultDecoder
interface, to minimize the effort required to
implement this interface.
- AbstractExtendedResultDecoder() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
-
Creates a new abstract extended result decoder.
- AbstractFilterVisitor<R,P> - Class in org.forgerock.opendj.ldap
-
- AbstractFilterVisitor() - Constructor for class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Default constructor.
- 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
-
- 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
-
- AbstractReference - Class in com.persistit.ref
-
- AbstractReference() - Constructor for class com.persistit.ref.AbstractReference
-
No-arg constructor supplied for object serialization/deserialization.
- AbstractReference(Object, Object) - Constructor for class com.persistit.ref.AbstractReference
-
Construct a reference to the referent Object with the supplied persistent
identifier.
- AbstractReference(Object) - Constructor for class com.persistit.ref.AbstractReference
-
Construct a reference using the persistent identity of an object.
- 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.
- AbstractWeakReference - Class in com.persistit.ref
-
An abstract superclass for implementations of
PersistitReference
that
implement weak reference semantics.
- AbstractWeakReference() - Constructor for class com.persistit.ref.AbstractWeakReference
-
No-arg constructor supplied for object serialization/deserialization.
- AbstractWeakReference(Object, Object) - Constructor for class com.persistit.ref.AbstractWeakReference
-
Construct a reference to the referent Object with the supplied persistent
identifier.
- AbstractWeakReference(Object) - Constructor for class com.persistit.ref.AbstractWeakReference
-
Construct a reference using the persistent identity of an object.
- 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(FilterVisitor<R, P>, P) - Method in class org.forgerock.opendj.ldap.Filter
-
Applies a FilterVisitor
to this Filter
.
- 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.LambdaExceptionUtils.ThrowingConsumer
-
Consume the value.
- accept() - Method in interface org.forgerock.util.LambdaExceptionUtils.ThrowingSupplier
-
Supply a 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.
- acceptJoin(Buffer, int) - Method in class com.persistit.policy.JoinPolicy
-
Determines whether two pages will be permitted to be rejoined during a
delete operation.
- 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.
- AccessRightObject - Class in com.iplanet.ums
-
Represents the attribute access rights associated with a user or role.
- AccessRightObject() - Constructor for class com.iplanet.ums.AccessRightObject
-
Default constructor
- AccessRightObject(Collection, Collection) - Constructor for class com.iplanet.ums.AccessRightObject
-
This constructor establishes collections of readable attribute names and
writeable attribute names.
- AccessRightsException - Exception in com.iplanet.ums
-
Exception occurs upon insufficient access rights to perform operations in the
underlying persistent storage.
- AccessRightsException() - Constructor for exception com.iplanet.ums.AccessRightsException
-
Default constructor
- AccessRightsException(String) - Constructor for exception com.iplanet.ums.AccessRightsException
-
This constructor creates an access rights exception from a message
string.
- AccessRightsException(String, Throwable) - Constructor for exception com.iplanet.ums.AccessRightsException
-
This constructor creates an access rights exception from a message string
and an embedded exception.
- 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.
- Accumulator - Class in com.persistit
-
An Accumulator accumulates statistical information in the MVCC Transaction
environment without creating write-write dependency conflicts.
- Accumulator.MaxAccumulator - Class in com.persistit
-
An Accumulator that computes a maximum value
- Accumulator.MinAccumulator - Class in com.persistit
-
An Accumulator that computes a minimum value
- Accumulator.SeqAccumulator - Class in com.persistit
-
An Accumulator used to generate unique ID values.
- Accumulator.SumAccumulator - Class in com.persistit
-
An Accumulator that computes a sum
- Accumulator.Type - Enum in com.persistit
-
- ACCUMULATOR_CHECKPOINT_A - Static variable in interface com.persistit.util.SequencerConstants
-
- ACCUMULATOR_CHECKPOINT_B - Static variable in interface com.persistit.util.SequencerConstants
-
- ACCUMULATOR_CHECKPOINT_C - Static variable in interface com.persistit.util.SequencerConstants
-
- ACCUMULATOR_CHECKPOINT_SCHEDULED - Static variable in interface com.persistit.util.SequencerConstants
-
- ACI - Class in com.iplanet.services.ldap.aci
-
Class that encapsulates directory entry aci Provides a simple programmatic
interface to compose, set, query and parse ACI
- ACI() - Constructor for class com.iplanet.services.ldap.aci.ACI
-
No argument constructor
- ACI(String) - Constructor for class com.iplanet.services.ldap.aci.ACI
-
Constructor
- ACIComposeException - Exception in com.iplanet.services.ldap.aci
-
Exception thrown to indicate problems while converting an ACI object to text
value to be stored as a value of aci attribute in directory server
- ACIComposeException() - Constructor for exception com.iplanet.services.ldap.aci.ACIComposeException
-
No arguments constructor.
- ACIComposeException(String) - Constructor for exception com.iplanet.services.ldap.aci.ACIComposeException
-
- ACIException - Exception in com.iplanet.services.ldap.aci
-
Base class of all ACI specific exceptions
- ACIException() - Constructor for exception com.iplanet.services.ldap.aci.ACIException
-
No arguments constructor.
- ACIException(String) - Constructor for exception com.iplanet.services.ldap.aci.ACIException
-
- ACIParseException - Exception in com.iplanet.services.ldap.aci
-
Exception thrown to indicate problems while parsing value of aci attribute
read from directory to ACI object
- ACIParseException() - Constructor for exception com.iplanet.services.ldap.aci.ACIParseException
-
No arguments constructor.
- ACIParseException(String) - Constructor for exception com.iplanet.services.ldap.aci.ACIParseException
-
- 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.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.
- adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
-
- adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
-
Adapts the provided extended result handler into a result handler which
is compatible with this extended result decoder.
- 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(Attr) - Method in class com.iplanet.services.ldap.AttrSet
-
Add one attribute to the AttrSet The attribute
should have only string values
- add(long) - Method in class com.persistit.Accumulator.SumAccumulator
-
Add the supplied value to this SumAccumulator
.
- 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(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(ByteString) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- 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(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
- 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.
- addACI(ACI) - Method in class com.iplanet.ums.PersistentObject
-
Adds an ACI to this object.
- 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) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- addAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- 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.
- addAttributeName(String) - Method in class com.iplanet.ums.SearchTemplate
-
Adds the attribute name to the list of attributes to be returned on a
search.
- addAttributeNames(String[]) - Method in class com.iplanet.ums.SearchTemplate
-
Adds the attribute names to the list of attributes to be returned on a
search.
- 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(Principal, Guid, String, String) - Method in class com.iplanet.ums.DataLayer
-
Adds value for an attribute and saves the change in the database.
- addAttributeValue(SSOToken, Guid, String, String) - Static method in class com.iplanet.ums.PersistentObject
-
Adds value for an attribute and saves the change in the database.
- 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.
- addBinaryAttr(Attr) - Method in class com.iplanet.services.ldap.AttrSet
-
Add one attribute to the AttrSet The attribute
should have only byte values
- addChild(PersistentObject) - Method in class com.iplanet.ums.Organization
-
Adds a new object to the organization.
- addChild(PersistentObject) - Method in class com.iplanet.ums.PersistentObject
-
Adds a child object to the persistent object container.
- addChildPeopleContainer(PeopleContainer) - Method in class com.iplanet.ums.PeopleContainer
-
Adds a new People Container object to the People Container.
- 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
-
- 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.
- addCOSAttribute(String, int) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Adds the COS attribute to the definition.
- addCOSAttribute(String, int) - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method adds a COS attribute to the COS definition.
- addCOSTemplate(COSTemplate) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Adds a COS Template to this COS definition.
- 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(ICOSDefinition) - Method in class com.iplanet.ums.cos.COSManager
-
This method adds a COS definition to the persistent store.
- 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.
- addDomain(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Add a virtual domain into the domain component
tree.
- added(AlertMonitor.History) - Method in class com.persistit.AlertMonitor.Event
-
Called when this Event
is added to a
History
.
- addEntry(Principal, Guid, AttrSet) - Method in class com.iplanet.ums.DataLayer
-
Adds entry to the server.
- 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.
- 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
-
Registers for changes to organization's
configuration.
- 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(Guid) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Adds a member to the group.
- addMember(PersistentObject) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Adds a member to the group.
- addMember(Guid) - Method in interface com.iplanet.ums.IAssignableMembership
-
Adds a member to the group.
- addMember(PersistentObject) - Method in interface com.iplanet.ums.IAssignableMembership
-
Adds a member to the group.
- addMember(PersistentObject) - Method in class com.iplanet.ums.ManagedRole
-
Adds a member to the role.
- addMember(Guid) - Method in class com.iplanet.ums.ManagedRole
-
Adds a member to the role.
- addMember(Guid) - Method in class com.iplanet.ums.StaticGroup
-
Adds a member to the group.
- addMember(PersistentObject) - Method in class com.iplanet.ums.StaticGroup
-
Adds a member to the group.
- addMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
-
- addMembers(Guid[]) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Adds a list of members to the group.
- addMembers(Guid[]) - Method in interface com.iplanet.ums.IAssignableMembership
-
Adds a list of members to the group.
- addMembers(Guid[]) - Method in class com.iplanet.ums.ManagedRole
-
Adds a list of members to the role.
- addMembers(Guid[]) - Method in class com.iplanet.ums.StaticGroup
-
Adds a list of members to the group.
- 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.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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.
- addPeopleContainerRule(Guid, String) - Method in class com.iplanet.ums.Organization
-
Adds rule for determining which People Container the user is supposed to
be in.
- 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.
- addSchedule(int[], int[]) - Static method in class com.persistit.util.ThreadSequencer
-
- addSchedules(int[][]) - Static method in class com.persistit.util.ThreadSequencer
-
- 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.
- 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.
- 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.
- addSecondaryIndexBuilder(String, String[]) - Method in class com.persistit.DefaultObjectCoder
-
Construct and add a secondary index 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.
- 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.
- addTemplateAttribute(String, String) - Method in class com.iplanet.ums.cos.COSTemplate
-
Adds a name/value attribute pair for this template; for example,
"postalcode" and "95020".
- 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.
- addUser(User) - Method in class com.iplanet.ums.PeopleContainer
-
Adds a new User object to the People Container.
- addValue(String) - Method in class com.iplanet.services.ldap.Attr
-
Add a string value to the attribute
- addValue(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Add a byte array value to the attribute
- addValues(String[]) - Method in class com.iplanet.services.ldap.Attr
-
Add mulitple string values to the attribute
- addValues(byte[][]) - Method in class com.iplanet.services.ldap.Attr
-
Add a list byte array values to the attribute
- addVersion(V, Transaction) - Method in class com.persistit.TimelyResource
-
- 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
- adminFlushException - Variable in class com.persistit.logging.LogBase
-
- 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, 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, TermsAndConditionsConfig) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
-
- 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.
- AFTER - Static variable in class com.persistit.Key
-
A Key
segment value that collates after any actual key in a
Tree
.
- afterMergeKey(Exchange) - Method in class com.persistit.TreeBuilder
-
This method may be extended to provide custom behavior after merging one
record.
- afterSortVolumeClose(Volume, File) - Method in class com.persistit.TreeBuilder
-
This method may be extended to provide application-specific reporting
functionality after a sort volume has been filled to capacity and has
been evicted.
- AGGREGATION_FORMAT - Static variable in class com.persistit.AlertMonitor
-
- AlertMonitor - Class in com.persistit
-
Manage the process of accumulating and logging abnormal events such as
IOExceptions and measurements outside of expected thresholds.
- AlertMonitor.AlertLevel - Enum in com.persistit
-
Severity of an event
- AlertMonitor.AlertRecord - Class in com.persistit
-
- AlertMonitor.Event - Class in com.persistit
-
Holder for event data including the event arguments and the time the
event was posted.
- AlertMonitor.History - Class in com.persistit
-
- AlertMonitorMXBean - Interface in com.persistit.mxbeans
-
Management interface to the AlertMonitor
which accumulates and
logs abnormal events such as IOExceptions and measurements outside of
expected thresholds.
- 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_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.
- ALL - Static variable in class com.persistit.KeyFilter
-
- 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
-
- allocate() - Method in class com.persistit.Accumulator.SeqAccumulator
-
Allocate a sequence number.
- allocate(String) - Static method in class com.persistit.util.ThreadSequencer
-
- allocateBuffers - Variable in class com.persistit.logging.LogBase
-
- allocateFromGarbageChain - Variable in class com.persistit.logging.LogBase
-
- 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.
- 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.
- AlphaValidator - Class in com.iplanet.ums.validation
-
This class implements IValidator interface.
- AlphaValidator() - Constructor for class com.iplanet.ums.validation.AlphaValidator
-
- 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.
- alwaysReplaceAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Requests that all generated changes should use the
REPLACE
modification type, rather
than a combination of
DELETE
and
ADD
.
- 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 result, which is always
r
.
- 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(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.
- 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(boolean) - Method in class com.persistit.Exchange
-
- append(byte) - Method in class com.persistit.Exchange
-
- append(short) - Method in class com.persistit.Exchange
-
- append(char) - Method in class com.persistit.Exchange
-
- append(int) - Method in class com.persistit.Exchange
-
- append(long) - Method in class com.persistit.Exchange
-
- append(float) - Method in class com.persistit.Exchange
-
- append(double) - Method in class com.persistit.Exchange
-
- append(Object) - Method in class com.persistit.Exchange
-
- append(boolean) - Method in class com.persistit.Key
-
Encodes and appends a boolean value to the key.
- append(byte) - Method in class com.persistit.Key
-
Encodes and appends a byte value to the key.
- append(short) - Method in class com.persistit.Key
-
Encodes and appends a short value to the key.
- append(char) - Method in class com.persistit.Key
-
Encodes and appends a char value to the key.
- append(int) - Method in class com.persistit.Key
-
Encodes and appends an int value to the key.
- append(long) - Method in class com.persistit.Key
-
Encodes and appends a long value to the key.
- append(float) - Method in class com.persistit.Key
-
Encodes and appends a float value to the key.
- append(double) - Method in class com.persistit.Key
-
Encodes and appends a double value to the key.
- append(Object) - Method in class com.persistit.Key
-
Encodes and appends an Object
value to the key.
- append(Object, CoderContext) - Method in class com.persistit.Key
-
Encodes and appends an Object
value to the key.
- append(KeyFilter) - Method in class com.persistit.KeyFilter
-
Constructs and returns a new KeyFilter
in which the terms of
the supplied filter
are appended to the array of terms
already present in this KeyFilter
.
- append(KeyFilter.Term) - Method in class com.persistit.KeyFilter
-
Constructs and returns a new KeyFilter
in which the supplied
term
is appended to the end of the array of terms in the
current KeyFilter
.
- append(KeyFilter.Term[]) - Method in class com.persistit.KeyFilter
-
Constructs and returns a new KeyFilter
in which the supplied
terms
are appended to the array of terms in the current
KeyFilter
.
- append(Appendable, char) - Static method in class com.persistit.util.Util
-
- append(Appendable, CharSequence) - Static method in class com.persistit.util.Util
-
- 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.
- APPEND_ONLY_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for the "append only" property.
- AppendableIOException - Exception in com.persistit.exception
-
- AppendableIOException(IOException) - Constructor for exception com.persistit.exception.AppendableIOException
-
- 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.
- appendByteArray(byte[], int, int) - Method in class com.persistit.Key
-
Append a key segment that encodes a subarray from a supplied array of
bytes.
- 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.
- appendHistoryElement(StringBuilder, int) - Static method in class com.persistit.util.ThreadSequencer
-
- 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.
- appendKeySegment(Key, Object, CoderContext) - Method in class com.persistit.DefaultObjectCoder
-
- appendKeySegment(Key, Object, CoderContext) - Method in interface com.persistit.encoding.KeyCoder
-
Append a key segment derived from an object to a
Key
.
- appendKeySegment(Key) - Method in class com.persistit.Key
-
Append the next key segment of the supplied Key
to this
Key
.
- 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.
- appendMessage(String, int) - Method in class com.persistit.Task
-
Appends a String to the final message of the log.
- 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.
- appendQuotedChar(Appendable, int) - Static method in class com.persistit.util.Util
-
- appendQuotedString(Appendable, String, int, int) - Static method in class com.persistit.util.Util
-
- 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(VIN) - Method in interface org.forgerock.util.AsyncFunction
-
Asynchronously applies this function to the input parameter
value
and returns a
Promise
for the result.
- apply(VIN) - Method in class org.forgerock.util.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.
- apply(T, U) - Method in interface org.forgerock.util.LambdaExceptionUtils.ThrowingBiFunction
-
Process the values.
- APPLY_TRANSACTION_LOG_COUNT - Static variable in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
Number of transactions to apply per progress log message
- applyAllRecoveredTransactions(TransactionPlayer.TransactionPlayerListener, TransactionPlayer.TransactionPlayerListener) - Method in class com.persistit.RecoveryManager
-
- 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.
- 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.
- approx(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.
- ArgParser - Class in com.persistit.util
-
A simple command line argument parser that provides primitive type conversion
and value checking.
- ArgParser(String, String[], String[]) - Constructor for class com.persistit.util.ArgParser
-
Construct an instance that parses an array of command line arguments
according to specifications provided in a template.
- array(int...) - Static method in class com.persistit.util.ThreadSequencer
-
- 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.
- 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.Utils
-
Returns the string value as an enum constant of the specified enum
type.
- 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.
- 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 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.
- 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.
- assertOneEntry() - Method in class com.iplanet.ums.SearchResults
-
Assert if the search result contains one and only one entry.
- 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.
- AssignableDynamicGroup - Class in com.iplanet.ums
-
Represents a dynamic group entry that uses memberOf as its filter.
- AssignableDynamicGroup() - Constructor for class com.iplanet.ums.AssignableDynamicGroup
-
Default constructor
- AssignableDynamicGroup(CreationTemplate, AttrSet) - Constructor for class com.iplanet.ums.AssignableDynamicGroup
-
Constructs an in memory AssignableDynamicGroup
object with
a given template.
- AssignableDynamicGroup(CreationTemplate, AttrSet, Guid, int) - Constructor for class com.iplanet.ums.AssignableDynamicGroup
-
Constructs an AssignableDynamicGroup
object with a given
template.
- assignCOSDef(PersistentObject, ICOSDefinition, COSTemplate) - Method in class com.iplanet.ums.cos.COSManager
-
Assigns a COS (as defined by a COS definition) to the persistent object.
- 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(Throwable) - Static method in class com.persistit.util.Debug
-
- 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.
- 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
-
- Attr - Class in com.iplanet.services.ldap
-
Represents an attribute value pair in UMS.
- Attr() - Constructor for class com.iplanet.services.ldap.Attr
-
Default constructor
- Attr(String) - Constructor for class com.iplanet.services.ldap.Attr
-
Constructs an attribute value pair with no value.
- Attr(String, String) - Constructor for class com.iplanet.services.ldap.Attr
-
Construct an attribute value pair with a single string value.
- Attr(String, String[]) - Constructor for class com.iplanet.services.ldap.Attr
-
Construct an attribute value pair with a multiple string values.
- Attr(String, byte[]) - Constructor for class com.iplanet.services.ldap.Attr
-
Constructs an attribute value pair with byte array.
- Attr(String, byte[][]) - Constructor for class com.iplanet.services.ldap.Attr
-
Constructs an attribute value pair with array of byte array.
- 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_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
.
- AttributeFactory - Interface in org.forgerock.opendj.ldap
-
Attribute factories are included with a set of DecodeOptions
in order
to allow application to control how Attribute
instances are created
when decoding requests and responses.
- 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(AttributeFilter) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies an attribute filter which will be used to determine which
attributes will be compared.
- attributes(String...) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies the list of attributes to be compared.
- 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.
- AttrSet - Class in com.iplanet.services.ldap
-
Represents a set of attributes
- AttrSet() - Constructor for class com.iplanet.services.ldap.AttrSet
-
No argument constructor
- AttrSet(Attr[]) - Constructor for class com.iplanet.services.ldap.AttrSet
-
Construct attribute set given an array of attributes.
- AttrSet(Attr) - Constructor for class com.iplanet.services.ldap.AttrSet
-
Construct attribute set given an attribute
- 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
.
- 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.
- 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.
- CACHE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The caching mechanism that the key store will use.
- CachingAccessTokenResolver - Class in org.forgerock.http.oauth2.resolver
-
- CachingAccessTokenResolver(TimeService, 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.
- callStack(int, int) - Static method in class com.persistit.util.Debug
-
- 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.
- 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.
- 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.
- 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.
- changeByte(byte[], int, byte) - Static method in class com.persistit.util.Util
-
- changeBytes(byte[], int, byte[]) - Static method in class com.persistit.util.Util
-
- changeChar(byte[], int, char) - Static method in class com.persistit.util.Util
-
- changeInt(byte[], int, int) - Static method in class com.persistit.util.Util
-
- changeLong(byte[], int, long) - Static method in class com.persistit.util.Util
-
- changePassword(Guid, String, String, String) - Method in class com.iplanet.ums.DataLayer
-
Changes user password.
- 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.
- changeShort(byte[], int, short) - Static method in class com.persistit.util.Util
-
- 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.
- checkAllVolumes() - Method in class com.persistit.Persistit
-
Convenience method that performs an integrity check on all open
Volume
s and reports detailed results to
System.out
.
- checkAndCreateGroup(String, String) - 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 and skew.
- 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, SchemaValidationPolicy.EntryResolver) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against structure rules
defined in the schema.
- checkDitStructureRulesEntryResolver() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns 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.
- checkPendingRollback() - Method in class com.persistit.Transaction
-
Throws a
RollbackException
if this transaction context has a
roll-back transition pending.
- checkpoint() - Method in class com.persistit.Persistit
-
Force a new Checkpoint and wait for it to be written.
- CHECKPOINT_INTERVAL_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for checkpoint interval in seconds
- CheckpointManagerMXBean - Interface in com.persistit.mxbeans
-
Management information about the CLEANUP_MANAGER, a thread that performs
background pruning and other cleanup tasks.
- checkpointProposed - Variable in class com.persistit.logging.LogBase
-
- checkpointRecovered - Variable in class com.persistit.logging.LogBase
-
- checkpointWritten - Variable in class com.persistit.logging.LogBase
-
- 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.
- checkSuspended() - Method in class com.persistit.Persistit
-
Waits until updates are no longer suspended.
- checkTree(Tree) - Method in class com.persistit.IntegrityCheck
-
Performs the integrity checking process on a
Tree
.
- 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.
- checkVolume(Volume) - Method in class com.persistit.IntegrityCheck
-
Performs the integrity checking process on a
Volume
.
- 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.
- 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
-
- clean() - Method in class com.persistit.encoding.ObjectCache
-
Remove all dead entries from this cache.
- 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
-
- cleanup() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
Remove all obsolete long-running and aborted
TransactionStatus
instances.
- CLEANUP_CATEGORY - Static variable in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- cleanupException - Variable in class com.persistit.logging.LogBase
-
- CleanupManagerMXBean - Interface in com.persistit.mxbeans
-
Management information about the CLEANUP_MANAGER, a thread that performs
background pruning and other cleanup tasks.
- clear() - Method in class com.persistit.encoding.ObjectCache
-
Remove all entries from this cache.
- clear() - Method in class com.persistit.Exchange
-
- clear() - Method in class com.persistit.Key
-
Sets the current location and size of this Key
to zero,
effectively removing any previously appended key segments.
- clear() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
Clear the queue of all pending CleanupAction
.
- clear() - Method in class com.persistit.PersistitMap
-
Removes all mappings from this map.
- clear() - Method in class com.persistit.TreeBuilder
-
- clear() - Method in class com.persistit.util.InternalHashSet
-
- clear() - Method in class com.persistit.Value
-
Remove all content from this Value
.
- 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.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 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
-
- clearBytes(byte[], int, int) - Static method in class com.persistit.util.Util
-
- 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
- CLI - Class in com.persistit
-
Handle commands delivered interactively as command strings.
- CLI(Persistit) - Constructor for class com.persistit.CLI
-
- CLI(Persistit, int) - Constructor for class com.persistit.CLI
-
- CLI(Persistit, BufferedReader, PrintWriter) - Constructor for class com.persistit.CLI
-
- CLI.Arg - Annotation Type in com.persistit
-
Annotation for parameters of command methods
- CLI.Cmd - Annotation Type in com.persistit
-
Annotation for methods that implement commands
- 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.
- clone() - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Clones this object
- clone() - Method in class com.iplanet.services.ldap.Attr
-
Return a copy of the object
- clone() - Method in class com.iplanet.services.ldap.AttrSet
-
Return a copy of the object
- clone() - Method in class com.iplanet.ums.CreationTemplate
-
Returns a copy of the template.
- clone() - Method in class com.iplanet.ums.SearchTemplate
-
Returns a copy of the template.
- clone() - Method in class com.iplanet.ums.Template
-
Returns a copy of the template.
- clone() - Method in class com.persistit.PersistitMap
-
Returns a shallow copy of this AbstractMap
instance: the
keys and values themselves are not cloned.
- 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 com.persistit.logging.DefaultPersistitLogger
-
Closes the log file.
- close() - Method in interface com.persistit.logging.PersistitLogger
-
Called when Persistit stops using the log.
- close() - Method in class com.persistit.logging.Slf4jAdapter
-
- close() - Method in interface com.persistit.Management
-
- close() - Method in class com.persistit.Persistit
-
Close the Persistit Journal and all
Volume
s.
- close(boolean) - Method in class com.persistit.Persistit
-
Close the Persistit Journal and all
Volume
s.
- close() - Method in class com.persistit.StreamLoader
-
- close() - Method in class com.persistit.StreamSaver
-
Closes this StreamSaver and the underlying DataOutputStream.
- close() - Method in interface com.persistit.util.UtilControl
-
- close() - Method in class com.persistit.Volume
-
Release all resources for this
Volume
and invalidate all its
buffers in the
BufferPool
.
- close(long) - Method in class com.persistit.Volume
-
Release all resources for this
Volume
and invalidate all its
buffers in the
BufferPool
.
- 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
-
- 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
-
Closes the provided resources ignoring any errors which occurred.
- closeSilently(Iterable<? extends Closeable>) - Static method in class org.forgerock.util.Utils
-
Closes the provided resources ignoring any errors which occurred.
- closeSilentlyAsync(Closeable...) - Static method in class org.forgerock.util.Utils
-
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.
- CoderContext - Interface in com.persistit.encoding
-
A marker interface for an application-specific object that may be passed to a
KeyCoder
or
ValueCoder
.
- CoderManager - Interface in com.persistit.encoding
-
Manages the collections of
KeyCoder
s and
ValueCoder
s that
encode and decode object values in Persistit™.
- 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.
- CollectionValueCoder - Class in com.persistit.encoding
-
Implements ValueCoder, ValueRenderer and ValueDisplayer for selected classes
in the Java Collections API.
- CollectionValueCoder() - Constructor for class com.persistit.encoding.CollectionValueCoder
-
- 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.aci - package com.iplanet.services.ldap.aci
-
Deprecated classes to manage LDAP ACIs.
- 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.iplanet.ums - package com.iplanet.ums
-
Deprecated classes for UMS.
- com.iplanet.ums.cos - package com.iplanet.ums.cos
-
Deprecated classes for UMS.
- com.iplanet.ums.dctree - package com.iplanet.ums.dctree
-
Deprecated classes for UMS.
- com.iplanet.ums.validation - package com.iplanet.ums.validation
-
Deprecated validator classes for UMS.
- com.persistit - package com.persistit
-
- com.persistit.encoding - package com.persistit.encoding
-
- com.persistit.exception - package com.persistit.exception
-
- com.persistit.logging - package com.persistit.logging
-
- com.persistit.mxbeans - package com.persistit.mxbeans
-
- com.persistit.policy - package com.persistit.policy
-
- com.persistit.ref - package com.persistit.ref
-
- com.persistit.util - package com.persistit.util
-
- 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.client - package com.sun.identity.policy.client
-
Provides classes necessary for a remote client to evaluate policy decisions.
- 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.jaas - package com.sun.identity.policy.jaas
-
Provides classes for performing policy evaluation against OpenAM
using JAAS (Java Authentication and Authorization) framework.
- 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.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.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.
- commit() - Method in class com.persistit.Transaction
-
Commit this transaction.
- commit(boolean) - Method in class com.persistit.Transaction
-
Deprecated.
- commit(Transaction.CommitPolicy) - Method in class com.persistit.Transaction
-
Commit this transaction.
- COMMIT_FLUSH_A - Static variable in interface com.persistit.util.SequencerConstants
-
- COMMIT_FLUSH_B - Static variable in interface com.persistit.util.SequencerConstants
-
- COMMIT_FLUSH_C - Static variable in interface com.persistit.util.SequencerConstants
-
- COMMIT_FLUSH_SCHEDULE - Static variable in interface com.persistit.util.SequencerConstants
-
- COMMIT_POLICY_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
- 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() - Method in class com.persistit.PersistitMap
-
Returns null because PersistitMap always uses Persistit's natural
ordering and no other Comparator is possible.
- 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_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).
- compareKeyFragment(Key, int, int) - Method in class com.persistit.Key
-
Compare a bounded subarray of the backing byte array for this
Key
with another Key
.
- compareKeySegment(Key) - Method in class com.persistit.Key
-
Compare the next key segment of this key to the next key segment of the
supplied Key.
- 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(Object) - Method in class com.persistit.Key
-
Returns a positive integer if this Key
is larger than the
supplied Key
, a negative integer if it is smaller, or zero
if they are equal.
- compareTo(Object) - Method in class com.persistit.KeyState
-
Implement Comparable
in such a way that Key
and
KeyState
can be used interchangeably as map keys.
- compareTo(Management.VolumeInfo) - Method in class com.persistit.Management.VolumeInfo
-
- 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.Utils
-
Compare two values based on types.
- 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
-
- computeBufferCount(long) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
Compute the buffer count determined by the constraints of this
BufferPoolConfiguration
given the supplied
availableHeapMemory.
- COMPUTED_MEMBER_ATTR_NAME - Static variable in class com.iplanet.ums.ManagedRole
-
Name of the computed member attribute, which would be computed by
Directory server for role, when the member entry is read.
- computeHistogram(Key, Key, int, int, KeyFilter, int) - Method in class com.persistit.Exchange
-
- 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() - Constructor for class com.persistit.util.ThreadSequencer.Condition
-
- 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.
- CONFIG_FILE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name by which name of properties file can be supplied.
- 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.
- Configuration - Class in com.persistit
-
Configuration parameters used to determine locations of files, sizes of
buffer pool and journal allocation, policies and other parameters required
during Persistit initialization.
- Configuration() - Constructor for class com.persistit.Configuration
-
Construct a Configuration
instance.
- Configuration(Properties) - Constructor for class com.persistit.Configuration
-
Construct a Configuration
instance and merge the supplied
Properties
.
- Configuration.BufferPoolConfiguration - Class in com.persistit
-
Configuration constraints that determine the number of
Buffer
s in a
BufferPool
.
- ConfigurationActionEvent - Interface in com.sun.identity.plugin.configuration
-
The ConfigurationActionEvent
class represents
Configuration event.
- configurationError - Variable in class com.persistit.logging.LogBase
-
- 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(PersistitLogger) - Method in class com.persistit.logging.LogBase
-
- configure(PersistitLogger, PersistitLevel, String) - Method in interface com.persistit.logging.PersistitLogMessage.LogItem
-
- configureJwksStore(String, Duration, Duration, URL) - 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, Schema, SchemaValidationPolicy, Collection<LocalizableMessage>) - 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.
- 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.
- 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.
- CONSTRUCTOR_OVERRIDE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name to specify whether DefaultValueCoder should use a declared
no-arg contructor within each class being deserialized.
- 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(String) - Method in class com.iplanet.services.ldap.Attr
-
Checks whether the given value already exist for
the attribute
- contains(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Checks whether the given value already exist for
the attribute
- contains(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Check if attrSet has this attribute
- contains(String, String) - Method in class com.iplanet.services.ldap.AttrSet
-
Check if this attrSet has the attribute with the
given value
- 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 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.
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- containsAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- 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(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.
- containsKey(Object) - Method in class com.persistit.PersistitMap
-
Determine whether this map contains a mapping for the specified key.
- containsKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Whether the key alias exists in the keystore.
- 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, Schema, ObjectClass) - 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 class com.persistit.PersistitMap
-
Determine whether this map maps one or more keys to this 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
-
Constructs a new header based on message type, charset and boundary.
- ContentTypeHeader(String, String, String, Map<String, String>) - Constructor for class org.forgerock.http.header.ContentTypeHeader
-
Constructs a new header based on message type, charset, boundary and any additional message parameters.
- 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.
- ConversionException - Exception in com.persistit.exception
-
Thrown by encoding and decoding methods of the
Value
and
Key
classes when conversion to or from an value's
serialized form cannot be completed.
- ConversionException() - Constructor for exception com.persistit.exception.ConversionException
-
- ConversionException(String) - Constructor for exception com.persistit.exception.ConversionException
-
- ConversionException(Throwable) - Constructor for exception com.persistit.exception.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception com.persistit.exception.ConversionException
-
- 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
.
- 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.
- 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.
- copyBack() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- copyBackPages() - Method in class com.persistit.Persistit
-
Copy back all pages from the journal to their host Volumes.
- 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.
- copyException - Variable in class com.persistit.logging.LogBase
-
- copyFromEncodedBytes(byte[], int, int, int) - Method in class com.persistit.Value
-
Copy a subarray from the encoded byte array to a target.
- 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.
- copyRawContentTo(OutputStream) - Method in class org.forgerock.http.protocol.Entity
-
Copies the raw content of this entity to the provided output stream.
- copyright - Variable in class com.persistit.logging.LogBase
-
- COPYRIGHT - Static variable in class com.persistit.Persistit
-
The copyright notice
- copyright() - Static method in class com.persistit.Persistit
-
Returns the copyright notice for this product
- copyTo(Key) - Method in class com.persistit.Key
-
Copies all state information from this to the supplied Key
.
- copyTo(Key) - Method in class com.persistit.KeyState
-
Copy the content of this KeyState
to the supplied
Key
.
- copyTo(Value) - Method in class com.persistit.Value
-
Copy the state of this Value
to another Value
.
- copyTo(Value) - Method in class com.persistit.ValueState
-
Copies the content of this ValueState
to the supplied
Value
.
- 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
- CorruptImportStreamException - Exception in com.persistit.exception
-
Thrown by
StreamLoader
if the format of data in the
input stream is invalid.
- CorruptImportStreamException() - Constructor for exception com.persistit.exception.CorruptImportStreamException
-
- CorruptImportStreamException(String) - Constructor for exception com.persistit.exception.CorruptImportStreamException
-
- CorruptJournalException - Exception in com.persistit.exception
-
Thrown if the journal files are corrupt.
- CorruptJournalException(String) - Constructor for exception com.persistit.exception.CorruptJournalException
-
- CorruptValueException - Exception in com.persistit.exception
-
Thrown if a multi-version value is malformed.
- CorruptValueException(String) - Constructor for exception com.persistit.exception.CorruptValueException
-
- corruptVolume - Variable in class com.persistit.logging.LogBase
-
- CorruptVolumeException - Exception in com.persistit.exception
-
Thrown if Persistit attempts to open a corrupt volume file.
- CorruptVolumeException() - Constructor for exception com.persistit.exception.CorruptVolumeException
-
- CorruptVolumeException(String) - Constructor for exception com.persistit.exception.CorruptVolumeException
-
- COSATTRIBUTE - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- COSManager - Class in com.iplanet.ums.cos
-
This class has the responsibility of adding, removing and replacing COS
definitions.
- COSNotFoundException - Exception in com.iplanet.ums.cos
-
The exception thrown by COS Manager if a COS object is not found.
- COSSPECIFIER - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- COSSUPERDEF_NAME_SEARCH - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents an LDAP search filter used for searching for COS
definitions by name.
- COSSUPERDEF_SEARCH - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents an LDAP search filter used for searching for COS
definitions.
- COSTARGETTREE - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in Directory Server 4.x COS
implementations.
- COSTemplate - Class in com.iplanet.ums.cos
-
This class represents a COS Template.
- COSTemplate(CreationTemplate, String) - Constructor for class com.iplanet.ums.cos.COSTemplate
-
Constructor with creation template and name parameter.
- COSTEMPLATEDN - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- 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.
- crash() - Method in class com.persistit.Persistit
-
Abruptly stop (using
Thread.stop()
) the writer and collector
processes.
- crashRetry - Variable in class com.persistit.logging.LogBase
-
- 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(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
-
- 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(String, AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- create(String, AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and options.
- create(AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and options.
- create(String, AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- 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) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
Creates a
URI
that the user agent will be redirected to for authentication and authorization.
- createAuthRedirectUri(String, String) - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClient
-
Creates a
URI
that the user agent will be redirected to for authentication and authorization.
- createAuthzDecisionStatement() - Method in class com.sun.identity.saml2.assertion.AssertionFactory
-
Returns a new instance of AuthzDecisionStatement
.
- createAuthzDecisionStatement(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(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.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(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.
- 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() - 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) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Creates organization configuration for the default
instance of the service given configuration attributes.
- 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(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) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
Creates a
Request
for the token endpoint of an identity provider.
- createRequestForTokenRefresh(JsonValue) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
Creates a
Request
for the token refresh endpoint of an identity provider.
- createRequestForUserInfoEndpoint(String) - Method in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
Creates a
Request
for the user information endpoint of an identity provider.
- createResource() - Method in class com.sun.identity.xacml.context.ContextFactory
-
Returns a new instance of Resource
.
- createResource(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.
- 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.
- 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.
- createSubTransactionId() - Method in class org.forgerock.services.TransactionId
-
Creates a new TransactionId, child of this one.
- createTemporaryVolume() - Method in class com.persistit.Persistit
-
Create a temporary volume.
- createTemporaryVolume(int) - Method in class com.persistit.Persistit
-
Create a temporary volume.
- 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.
- 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
.
- CreationTemplate - Class in com.iplanet.ums
-
Represents templates for creating objects in UMS.
- 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.
- 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
-
- cty(String) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
-
Sets the content type header parameter for this JWS.
- cullMessages(int) - Method in class com.persistit.Task
-
Remove all the messages up to, but not including the specified index.
- 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.
- 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.
- cut(int) - Method in class com.persistit.Exchange
-
- cut() - Method in class com.persistit.Exchange
-
Delegate to
Key.cut()
on the associated
Key
object.
- cut() - Method in class com.persistit.Key
-
Remove one key segment value from the end of this Key
.
- cut(int) - Method in class com.persistit.Key
-
Remove up to count
key segment values from the end of this
Key
.
- garbageChainDone - Variable in class com.persistit.logging.LogBase
-
- garbageChainUpdate - Variable in class com.persistit.logging.LogBase
-
- garbagePageExhausted - Variable in class com.persistit.logging.LogBase
-
- garbagePageFull - Variable in class com.persistit.logging.LogBase
-
- 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, 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, TermsAndConditionsConfig) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
-
- 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
-
- 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.
- 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.
- 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 com.iplanet.ums.SearchResults
-
Get search result attributes related to the search operation performed.
- get(Value, Class, CoderContext) - Method in class com.persistit.DefaultValueCoder
-
Creates an instance of the supplied class, populates its state by
decoding the supplied Value
, and returns it.
- get(Value, Class<?>, CoderContext) - Method in class com.persistit.encoding.CollectionValueCoder
-
Creates an instance of the supplied class, populates its state by
decoding the supplied Value
, and returns it.
- get(Value, Class, CoderContext) - Method in class com.persistit.encoding.EnumValueCoder
-
Creates an instance of the supplied class, populates its state by
decoding the supplied Value
, and returns it.
- get(Key) - Method in class com.persistit.encoding.ObjectCache
-
Return the Object value associated with the key if it is present in the
cache; otherwise null
.
- get(Value, Class<?>, CoderContext) - Method in class com.persistit.encoding.SerialValueCoder
-
Creates an instance of the supplied class, populates its state by
decoding the supplied Value
using standard Java
serialization, and returns it.
- get(Value, Class<?>, CoderContext) - Method in interface com.persistit.encoding.ValueCoder
-
Creates an instance of the supplied class, populates its state by
decoding the supplied Value
, and returns it.
- get(Object) - Method in class com.persistit.PersistitMap
-
Return the value to which this map maps the specified key.
- get() - Method in class com.persistit.ref.AbstractReference
-
Gets the referent object.
- get() - Method in class com.persistit.ref.AbstractWeakReference
-
Gets the referent object.
- get() - Method in interface com.persistit.ref.PersistitReference
-
- get() - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
.
- get(Object) - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
.
- get(Object, CoderContext) - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
.
- 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(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(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(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.
- 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.
- getAbortedCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- getAbsoluteFile() - Method in class com.persistit.Volume
-
Returns the absolute file by which this volume was opened.
- getAbsoluteFile() - Method in class com.persistit.VolumeSpecification
-
- getAbstract() - Method in class com.sun.identity.liberty.ws.disco.ResourceOffering
-
Gets abstract of the resource offering
- getAcceptedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getAccessorName(int) - Method in class com.persistit.DefaultValueCoder.Builder
-
- getAccessRight() - Method in class com.iplanet.ums.BaseRole
-
Returns the attribute access rights associated with the role.
- getAccessRight(Guid) - Method in class com.iplanet.ums.Resource
-
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
- getAccessRight(Guid) - Method in class com.iplanet.ums.User
-
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
- 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.
- getACI() - Method in class com.iplanet.ums.PersistentObject
-
Returns all the ACIs of this object.
- getACI(String) - Method in class com.iplanet.ums.PersistentObject
-
Returns all the ACIs of this object with the given name.
- getACIText() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the ACI text.
- getAcquisitionTime() - Method in class com.persistit.Management.AcquisitionTimeBase
-
Return the time (in milliseconds since January 1, 1970 00:00:00 GMT)
at which the information represented by this object was acquired.
- 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.policy.jaas.ISPermission
-
returns a comma separated list of actions associated with this
ISPermission
.
- 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.
- getActiveTransactionCeiling() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
Timestamp recorded at the start of the last invocation of
updateActiveTransactionCache
.
- getActiveTransactionCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
Count of active transactions measured when
updateActiveTransactionCache
was last called.
- getActiveTransactionFloor() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
Timestamp known to be less than or equal to the start timestamp of any
currently executing transaction.
- 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
-
Returns any additional parameters in the message or an empty map if none specified.
- 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.
- getAlertLevel() - Method in class com.persistit.AlertMonitor
-
- getAlertLevel() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
Current maximum AlertLevel in this monitor as a String: one of NORMAL,
WARN or ERROR
- getAlertMonitor() - Method in class com.persistit.Persistit
-
- getAlertRecordArray() - Method in class com.persistit.AlertMonitor
-
Generate a list of event data suitable for the Akiban Server in-memory
tables implementation.
- 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 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.
- getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the aliasedObjectName
Attribute Type
which has the OID 2.5.4.1
.
- getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the alias
Object Class
which has the OID 2.5.6.1
.
- getAll() - Static method in class com.iplanet.am.util.SystemProperties
-
This method lets you get all the properties defined and their values.
- getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns a collection containing all of the entries in this memory
backend.
- getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAllAttributes(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- 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
-
- 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.
- getAlloc() - Method in class com.persistit.Buffer
-
- getAlloc() - Method in class com.persistit.Management.BufferInfo
-
- getAllowedIdOperations(IdType) - Method in class com.sun.identity.idm.AMIdentityRepository
-
- 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
-
- getAppCache() - Method in class com.persistit.Exchange
-
- getAppCache() - Method in class com.persistit.Tree
-
- getAppCache() - Method in class com.persistit.Volume
-
- 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
.
- getAppliedTransactionCount() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getAppliedTransactionCount() - Method in class com.persistit.RecoveryManager
-
- getAppliedTransactions() - Method in class com.persistit.Management.RecoveryInfo
-
- 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.
- getArgs() - Method in class com.persistit.AlertMonitor.Event
-
- getArray() - Method in class com.persistit.Value
-
Decodes the array value represented by the current state of this
Value
.
- getArrayLength() - Method in class com.persistit.Value
-
Returns the element count for the array represented by the current state
of this Value
.
- 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(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 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
.
- getAssociatedOrganizationGuid() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the domain mapping from this dc entry.
- getAttribute(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Gets the attribute contained in the set.
- getAttribute(String) - Method in class com.iplanet.ums.CreationTemplate
-
Gets the value of a given attribute in the template.
- getAttribute(Principal, Guid, String) - Method in class com.iplanet.ums.DataLayer
-
Returns Attr
from the given attribute name.
- getAttribute(String) - Method in class com.iplanet.ums.PersistentObject
-
Gets an attribute of the object.
- getAttribute(String, Locale) - Method in class com.iplanet.ums.PersistentObject
-
Gets an attribute value with a given locale
- 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.openam.entitlement.PrivilegeEvaluatorContext
-
Fetch an attribute from the map
- getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAttribute(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- 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 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 class org.forgerock.opendj.ldap.AbstractAttribute
-
- 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.LinkedAttribute
-
- 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 class org.forgerock.opendj.ldap.AbstractAttribute
-
- 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 AttributeFactory
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.
- getAttributeNames() - Method in class com.iplanet.services.ldap.AttrSet
-
Get names of attributes.
- getAttributeNames() - Method in class com.iplanet.ums.PersistentObject
-
Gets names for all available attributes for this entity
- getAttributeNames() - Method in class com.iplanet.ums.SearchTemplate
-
Gets a list of attribute names defined in the object.
- getAttributeNamespace() - Method in class com.sun.identity.saml.assertion.AttributeDesignator
-
Returns attribute name space from the
AttributeDesignator
.
- getAttributes() - Method in class com.iplanet.services.ldap.AttrSet
-
Enumerate the attributes contained in the attribute
set
- getAttributes(Principal, Guid, Collection<String>) - Method in class com.iplanet.ums.DataLayer
-
Returns attributes for the given attribute names.
- getAttributes(String[]) - Method in class com.iplanet.ums.PersistentObject
-
Gets attribute values
- getAttributes(String[], boolean) - Method in class com.iplanet.ums.PersistentObject
-
Gets attribute values
- getAttributes(String[], Locale) - Method in class com.iplanet.ums.PersistentObject
-
Returns attribute values with a specified locale.
- getAttributes(SearchTemplate) - Method in class com.iplanet.ums.Resource
-
Return attribute set according to a supplied search template.
- getAttributes(SearchTemplate) - Method in class com.iplanet.ums.User
-
Return attribute set according to a supplied search template.
- 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 the 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
- getAttributeString(Principal, Guid, String) - Method in class com.iplanet.ums.DataLayer
-
Returns String values of the attribute.
- 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() - 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
.
- getAttrRuleValue(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collections of values for the given attrRuleName
- 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
- getAuditTrackingId() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's audit tracking id.
- 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.
- 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.
- getAuthMethods() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the authorization methods to which this ACI applies
- 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.
- getAvailableBytes() - Method in class com.persistit.Management.BufferInfo
-
- getAvailableHeap() - Method in class com.persistit.Persistit
-
Available heap space at the time this Persistit instance was created.
- getAvailableSize() - Method in class com.persistit.Buffer
-
- 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.
- getBaseAddress() - Method in class com.persistit.Management.JournalInfo
-
Base address is the journal address of the first record required for
recovery.
- getBaseAddress() - Method in class com.persistit.Management.RecoveryInfo
-
Address of first record in the journal required for recovery.
- getBaseAddress() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getBaseAddress() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getBaseAddress() - Method in class com.persistit.RecoveryManager
-
- 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.
- getBaseName() - Method in class com.iplanet.services.ldap.Attr
-
Get base name for the attribute.
- getBaseName(String) - Static method in class com.iplanet.services.ldap.Attr
-
Get base name for an attribute name.
- 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.
- getBigDecimal() - Method in class com.persistit.Value
-
Decodes the java.math.BigDecimal
value represented by the
current state of this Value
.
- getBigInteger() - Method in class com.persistit.Value
-
Decodes the java.math.BigInteger
value represented by the
current state of this Value
.
- 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
- 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
.
- getBlockSize() - Method in class com.persistit.Management.JournalInfo
-
Maximum size of one journal file
- getBlockSize() - Method in class com.persistit.Management.RecoveryInfo
-
- getBlockSize() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getBlockSize() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getBlockSize() - Method in class com.persistit.RecoveryManager
-
- 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.
- getBoolean() - Method in class com.persistit.Value
-
Decodes the boolean value represented by the current state of this
Value
.
- getBooleanArray() - Method in class com.persistit.Value
-
Returns a boolean
array representing the state of this
Value
.
- getBooleanArray(boolean[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the boolean
array represented by the
state of this Value
into the supplied target array.
- 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
.
- getBooleanProperty(String, boolean) - Method in class com.persistit.Configuration
-
Parse and return a string value as either true or false.
- 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.
- getBufferCopy(Volume, long) - Method in class com.persistit.BufferPool
-
Returns a copy of Buffer.
- getBufferCopy(int) - Method in class com.persistit.BufferPool
-
- getBufferCount() - Method in class com.persistit.BufferPool
-
- getBufferCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return the count of Buffer
s managed by this pool.
- getBufferCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- getBufferFactory() - Method in interface org.forgerock.http.HttpApplication
-
Gets the
Factory
that will create temporary storage
Buffer
s to handle the processing of requests.
- getBufferInfo(String, long) - Method in interface com.persistit.Management
-
Return a BufferInfo
reflecting the status of the buffer
containing the page specified by the supplied volumeName
and
pageAddress
.
- getBufferInfo(String, String, KeyState, int) - Method in interface com.persistit.Management
-
Return a BufferInfo
reflecting the state of a page
containing the specified key.
- getBufferInfoArray(int, int, String, String) - Method in interface com.persistit.Management
-
Return an array of
Management.BufferInfo
objects reflecting the states of
selected buffers from the
BufferPool
for the specified
bufferSize
.
- getBufferPoolConfiguration() - Method in class com.persistit.Configuration
-
Return a summary of the buffer configuration of all buffer pool sizes as
a string.
- getBufferPoolInfoArray() - Method in interface com.persistit.Management
-
Return an array containing a BufferPoolInfo
element for each
buffer pool.
- getBufferPoolMap() - Method in class com.persistit.Configuration
-
Return an an unmodifiable Map containing the
BufferPoolConfiguration
instances for each possible buffer
size.
- getBufferSize() - Method in class com.persistit.Buffer
-
- getBufferSize() - Method in class com.persistit.BufferPool
-
- getBufferSize() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getBufferSize() - Method in class com.persistit.Management.BufferInfo
-
- getBufferSize() - Method in class com.persistit.Management.BufferPoolInfo
-
Return the size of Buffer
s managed by this pool.
- getBufferSize() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- 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
.
- getByte(byte[], int) - Static method in class com.persistit.util.Util
-
- getByte() - Method in class com.persistit.Value
-
Decodes the byte value represented by the current state of this
Value
.
- getByteArray() - Method in class com.persistit.Value
-
Returns a byte
array representing the state of this
Value
.
- getByteArray(byte[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the byte
array represented by the state
of this Value
into the supplied target array.
- getByteBuffer() - Method in class com.persistit.Buffer
-
- getBytes() - Method in class com.persistit.KeyHistogram.KeyCount
-
Get the key bytes
- getBytes() - Method in class com.persistit.KeyState
-
- getBytes() - Method in class org.forgerock.http.protocol.Entity
-
Returns a byte array containing a copy of the decoded content of this
entity.
- getByteValue() - Method in class com.iplanet.services.ldap.Attr
-
Get one byte[] value of the attribute Returning a
colletion would be better, but will not be consistent with the method
getStringValues()
- getByteValues() - Method in class com.iplanet.services.ldap.Attr
-
Get the byte[] values of the attribute
- 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
.
- getCategory() - Method in class com.persistit.AlertMonitor.AlertRecord
-
- 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 exception com.persistit.Management.WrappedRemoteException
-
- getCause() - Method in exception com.persistit.PersistitMap.PersistitMapException
-
- 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(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
.
- getChangeCount() - Method in class com.persistit.Exchange
-
Return the count of structural changes committed to the
Tree
on
which this
Exchange
operates.
- getChangeCount() - Method in interface com.persistit.ReadOnlyExchange
-
Return the count of structural changes committed to the
Tree
on
which this
Exchange
operates.
- getChangeCount() - Method in class com.persistit.TreeState
-
- 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.
- getChar(byte[], int) - Static method in class com.persistit.util.Util
-
- getChar() - Method in class com.persistit.Value
-
Decodes the char value represented by the current state of this
Value
.
- getCharArray() - Method in class com.persistit.Value
-
Returns a char
array representing the state of this
Value
.
- getCharArray(char[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the char
array represented by the state
of this Value
into the supplied target array.
- 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.
- getCheckpointInterval() - Method in class com.persistit.Configuration
-
- getCheckpointInterval() - Method in interface com.persistit.mxbeans.CheckpointManagerMXBean
-
- getChildDomainIDs() - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Get all virtual domains present in the dctree.
- getChildPeopleContainerCount() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the current number of People Containers.
- getChildren(String, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Find all IDs for immediate children under current node based on search
criteria specified in filter.
- getChildren(String, String[], SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search entries on immediate children based on criteria specified in
filter.
- getChildren(SearchTemplate, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Find all IDs for immediate children under current node based on search
criteria specified in template, and return attributes specified there.
- getChildren(String, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the immediate children, subject to search filter constraints.
- getChildren(String, String[], SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the immediate children, returning only specified attributes
- getChildren(SearchTemplate, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets all immediate children under current node based on search criteria
specified in template, and returns attributes specified there.
- 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) - Method in class com.sun.identity.sm.ChoiceValues
-
Returns the choice values for attribute for the given environment
parameters.
- getChoiceValuesMap(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,
along with the values' i18n keys.
- 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.
- getClientClass() - Method in class com.persistit.DefaultValueCoder
-
Return the class
that this ObjectCoder
serves.
- 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
-
- getClientHostName() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the client's hostname or IP address as set by
setClientHostName
- getClientHostNames() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the client DNS host names to which this ACI applies
- 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.
- getClientIP() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the client IPs to which this ACI applies
- 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.
- 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.
- getCoderManager() - Method in class com.persistit.Persistit
-
Returns the current CoderManager.
- getCodeSource() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the CodeSource
associated with this
ISPermission
.
- getCodings() - Method in class org.forgerock.http.header.ContentEncodingHeader
-
Returns the list of content codings.
- getCollection() - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Gets the collection of values
- 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.
- getCommitCompletionWaitTime() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getCommitCount() - Method in class com.persistit.Management.TransactionInfo
-
Return the aggregate number of transactions committed since Persistit
was initialized
- getCommitPolicy() - Method in class com.persistit.Configuration
-
- getCommittedCount() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getCommittedCount() - Method in class com.persistit.RecoveryManager
-
- getCommittedTransactionCount() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the aggregate number of transactions committed since Persistit was
initialized
- getCommittedTransactionCount() - Method in class com.persistit.Transaction
-
Return the number of transactions committed by this transaction context.
- getCommittedTransactions() - Method in class com.persistit.Management.RecoveryInfo
-
- getCommitTimestamp() - Method in class com.persistit.Transaction
-
- 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.
- 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.persistit.Persistit
-
- 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 tokens confirmation claim.
- getConfirmationMethod() - Method in class com.sun.identity.saml.assertion.SubjectConfirmation
-
Gets Confirmation Method(s)
- getConnection(Principal) - Method in class com.iplanet.ums.DataLayer
-
Get connection from pool.
- 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.
- 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.
- 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>, 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 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.
- getCopiedPageCount() - Method in class com.persistit.Management.JournalInfo
-
- getCopiedPageCount() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getCopierInterval() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getCopyright() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the copyright notice for the current Persistit instance.
- 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
.
- getCOSAttributes() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Retrieves the COS attributes for this definition.
- getCOSManager(SSOToken, Guid) - Static method in class com.iplanet.ums.cos.COSManager
-
This method returns an instance of a COS Manager.
- 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
.
- getCOSSpecifier() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns the COS specifier.
- getCOSTemplate(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns a template from this definition given the name of the template.
- getCOSTemplates() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns all templates for this definition.
- getCOTKey() - Static method in class com.sun.liberty.LibertyManager
-
Returns the COT
key from IFSConstants
.
- getCount() - Method in class com.persistit.AlertMonitor.History
-
- getCount() - Method in class com.persistit.KeyHistogram.KeyCount
-
Get the count
- getCount() - Method in class com.persistit.Management.LogicalRecordCount
-
- 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.
- 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.
- getCreateTime() - Method in class com.persistit.Management.VolumeInfo
-
Return the time and date when this Volume
was created.
- 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
.
- getCreationClasses() - Method in class com.iplanet.ums.CreationTemplate
-
Get the classes that the CreationTemplate is associated with.
- getCreationTemplate(Class, Guid) - Method in class com.iplanet.ums.TemplateManager
-
Given a class, gets the default creation template for the object.
- getCreationTemplate(Class, Guid, int) - Method in class com.iplanet.ums.TemplateManager
-
Returns default creation template of a given class.
- getCreationTemplate(String, Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getCreationTemplate(String, Guid, int) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getCreationTemplateNames(Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a set of known creation templates.
- 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.
- 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
- getCurrentAddress() - Method in class com.persistit.Management.RecoveryInfo
-
Address within journal file from which records currently are being
scanned.
- getCurrentAddress() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getCurrentCapacity() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
-
- getCurrentCapacity() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
-
- getCurrentCheckpoint() - Method in class com.persistit.Persistit
-
- getCurrentCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- getCurrentFile() - Method in class com.sun.identity.log.Logger
-
Deprecated.
Returns the current file to which the logger's handler is writing.
- getCurrentJournalAddress() - Method in class com.persistit.Management.JournalInfo
-
- getCurrentJournalFile() - Method in class com.persistit.Management.JournalInfo
-
- getCurrentSize() - Method in class com.iplanet.am.util.ThreadPool
-
- getCurrentSize() - Method in class com.persistit.Management.VolumeInfo
-
Return the current size in bytes of this Volume
.
- 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
-
- getCurrentTimestamp() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getCurrentTimestamp() - Method in class com.persistit.Persistit
-
- getCursor() - Method in class com.persistit.Value
-
- getCurve() - Method in class org.forgerock.json.jose.jwk.EcJWK
-
- 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.
- getCustomSubjectProviderClassName() - Method in class org.forgerock.openam.sts.config.user.SAML2Config
-
Gets the classname of the CustomSubjectProvider.
- getCycleCount() - Method in class com.persistit.StreamSaver
-
Returns the cycle count, which is the maximum number of records that will
be written with elided keys.
- 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.
- 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.
- getDataByteCount() - Method in class com.persistit.IntegrityCheck
-
Returns the total count of bytes in use (not page structure overhead) in
data pages traversed during the integrity checking process.
- getDataPageCount() - Method in class com.persistit.IntegrityCheck
-
Returns the total count of data pages traversed during the integrity
checking process.
- 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 com.persistit.Value
-
Decodes the java.util.Date
value represented by the current
state of this Value
.
- 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.
- getDaysOfWeek() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the days of the week on which this ACI applies
- getDb() - Method in class com.persistit.Management.RecordInfo
-
- 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
.
- getDCRoot() - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Gets the root of the domain component tree (dc
tree)
- 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.
- getDefaultCommitListener() - Method in class com.persistit.RecoveryManager
-
- getDefaultCommitPolicy() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
- getDefaultCommitPolicy() - Method in class com.persistit.Transaction
-
- getDefaultJoinPolicy() - Method in class com.persistit.Persistit
-
- getDefaultLocale() - Static method in class com.sun.identity.shared.locale.Locale
-
Gets the default locale
- getDefaultRollbackListener() - Method in class com.persistit.RecoveryManager
-
- 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.
- getDefaultSplitPolicy() - Method in class com.persistit.Persistit
-
- getDefaultTransactionCommitPolicy() - Method in class com.persistit.Persistit
-
This property can be configured with the configuration property
"txnpolicy".
- 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(String) - Method in class com.iplanet.ums.cos.COSManager
-
Returns COS definition given the name.
- getDefinition(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
-
- getDefinitions() - Method in class com.iplanet.ums.cos.COSManager
-
Retrieves all COS definitions for the current organization.
- 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.
- getDepth() - Method in class com.persistit.Key
-
The number of key segments in this Key
.
- getDepth() - Method in class com.persistit.Management.TreeInfo
-
Return the count of levels in the Tree
.
- getDepth() - Method in class com.persistit.Tree
-
- getDepth() - Method in class com.persistit.TreeState
-
- 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.persistit.Management.TaskStatus
-
Return a description of this task
- getDescription(MBeanAttributeInfo) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- getDescription(MBeanOperationInfo) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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 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.
- getDetailedHistory(String) - Method in class com.persistit.AlertMonitor
-
- getDetailedHistory() - Method in class com.persistit.AlertMonitor.History
-
- getDetailedHistory(String) - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
Return a detailed description, including first and recent occurrences of
events within the History for the specified category.
- 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
-
- getDidFirstReadConfig() - Method in class com.sun.identity.log.LogManager
-
Deprecated.
- getDirection() - Method in class com.persistit.PersistitMap.ExchangeIterator
-
- 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
.
- getDirtyPageCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Get the count of dirty pages (pages that contain updates not yet
written to disk) in this pool.
- getDirtyPageCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
Get the count of dirty pages (pages that contain updates not yet written
to disk) in this pool.
- 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.
- getDisplayFilter() - Method in interface com.persistit.Management
-
- 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.iplanet.ums.Guid
-
Returns the string representation of the distinguished name.
- 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.
- getDomainComponent(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given a virtual domain name such as
"javasoft.sun.com", returns the domain component entry in the dc index
tree.
- 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
.
- getDomainStatus() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the domain status in the dc entry
- getDomainStatus(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Gets the domain status of a given virtual domain
- 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
- getDouble() - Method in class com.persistit.Value
-
Decodes the double value represented by the current state of this
Value
.
- getDoubleArray() - Method in class com.persistit.Value
-
Returns a double
array representing the state of this
Value
.
- getDoubleArray(double[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the double
array represented by the
state of this Value
into the supplied target array.
- 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
.
- getDroppedCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- getDroppedPageCount() - Method in class com.persistit.Management.JournalInfo
-
- getDroppedPageCount() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getDSAttribute(String) - Method in interface com.sun.identity.liberty.ws.idpp.plugin.AttributeMapper
-
Gets the DS attribute for the PP attribute.
- getDuration() - Method in class com.persistit.AlertMonitor.History
-
- getDynamicSchema() - Method in class com.sun.identity.sm.ServiceSchemaManager
-
Returns the dynamic service configuration schema.
- getEarliestDirtyTimestamp() - Method in class com.persistit.BufferPool
-
- getEarliestDirtyTimestamp() - Method in class com.persistit.Management.BufferPoolInfo
-
- getEarliestDirtyTimestamp() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- getEbc() - Method in class com.persistit.Management.RecordInfo
-
- 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.
- getElapsedTime() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the elapsed time since startup in milliseconds
- getElement() - Method in class com.sun.identity.xacml.context.impl.StatusDetailImpl
-
- getElement() - Method in interface com.sun.identity.xacml.context.StatusDetail
-
- 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.
- 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.
- getEncodedBytes() - Method in class com.persistit.Key
-
Returns the byte array that backs this Key
.
- getEncodedBytes() - Method in class com.persistit.Value
-
Returns the backing byte array used to hold the state of this
Value
.
- getEncodedBytes() - Method in class com.persistit.ValueState
-
- getEncodedSize() - Method in class com.persistit.Key
-
Count of encoded bytes in the backing byte array.
- getEncodedSize() - Method in class com.persistit.Value
-
Returns the number of bytes used to encode the current value.
- getEncodedSize() - Method in class com.persistit.ValueState
-
- 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.
- 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.
- getEndKey() - Method in class com.persistit.KeyHistogram
-
- 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
.
- getEnqueuedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- 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
-
- 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.
- getEntry(Dn) - Method in interface org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.EntryResolver
-
Returns the named entry in order to enforce DIT structure rules.
- 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 EntryFactory
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
- getEnvParams() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns environment parameters and their values associated with this
ISPermission
.
- getEphemeralPublicKey() - Method in class org.forgerock.json.jose.jwe.JweHeader
-
Gets the Ephemeral Public Key header parameter for this JWE.
- getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for equality matching with
this attribute type.
- getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default equality matching rule that will be used for
attributes with this syntax.
- getEqualityMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default equality matching rule that will be used for
attributes with this syntax.
- getErrCode() - Method in exception com.sun.identity.plugin.session.SessionException
-
Returns the error code for the caller of a SessionProvider
method.
- getError() - Method in class com.persistit.Management.RecordInfo
-
- 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.
- getErrorCount() - Method in class com.persistit.Management.RecoveryInfo
-
- getErrorCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getErrorCount() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getErrorCount() - Method in class com.persistit.RecoveryManager
-
- 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.
- getErrorLogTimeInterval() - Method in class com.persistit.AlertMonitor
-
- getErrorLogTimeInterval() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- 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
.
- getEventList() - Method in class com.persistit.AlertMonitor.History
-
- 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.
- getEvictCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return the count of valid pages evicted from this pool.
- getEvictCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- 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.
- getExchange(Volume, String, boolean) - Method in class com.persistit.Persistit
-
Returns an
Exchange
for the specified
Volume
and the
Tree
specified by the supplied name.
- getExchange(String, String, boolean) - Method in class com.persistit.Persistit
-
Returns an
Exchange
for the
Tree
specified by
treeName within the
Volume
specified by
volumeName
.
- 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 com.persistit.Management.TaskStatus
-
System time at which this task is scheduled to be stopped if it has
not finished yet.
- 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.
- 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.
- 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.
- getExtendedPageCount() - Method in class com.persistit.Volume
-
- 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.
- getExtensionPages() - Method in class com.persistit.VolumeSpecification
-
- 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.
- getExtensionSize() - Method in class com.persistit.Management.VolumeInfo
-
Return the size in bytes by which Persistit will extend this
Volume
when additional file space is required.
- getExtensionSize() - Method in class com.persistit.VolumeSpecification
-
- 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.
- 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.
- getFaults() - Method in class com.persistit.IntegrityCheck
-
Returns the detected faults
- 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.
- getFetchCounter() - Method in class com.persistit.Management.TreeInfo
-
- getFetchCounter() - Method in class com.persistit.Management.VolumeInfo
-
- getFetchCounter() - Method in class com.persistit.TreeStatistics
-
- 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.
- getFileList() - Method in class com.persistit.BackupTask
-
- getFilter() - Method in class com.iplanet.ums.FilteredRole
-
Gets the filter that controls the membership.
- getFilter() - Method in interface com.iplanet.ums.IFilteredMembership
-
Gets the filter that controls the membership.
- 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 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.
- getFinishTime() - Method in class com.persistit.Management.TaskStatus
-
System time at which this task ended, whether normal or abnormally,
or zero if the task has not ended yet.
- 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.
- getFirstArg() - Method in class com.persistit.AlertMonitor.Event
-
- getFirstAva() - Method in class org.forgerock.opendj.ldap.Rdn
-
Returns the first AVA contained in this RDN.
- getFirstEvent() - Method in class com.persistit.AlertMonitor.History
-
- getFirstEventTime() - Method in class com.persistit.AlertMonitor.History
-
- 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.
- getFlags() - Method in class com.persistit.util.ArgParser
-
- getFloat() - Method in class com.persistit.Value
-
Decodes the float value represented by the current state of this
Value
.
- getFloatArray() - Method in class com.persistit.Value
-
Returns a float
array representing the state of this
Value
.
- getFloatArray(float[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the float
array represented by the
state of this Value
into the supplied target array.
- getFlushInterval() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getForceAuthn() - Method in class com.sun.identity.federation.message.FSAuthnRequest
-
Deprecated.
Returns the value of Force Authentication attribute.
- getForcedCheckpointWriteCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return count of pages forced to be written due to an updated after a
checkpoint
- getForcedCheckpointWriteCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- getForcedCheckpointWriteCounter() - Method in class com.persistit.BufferPool
-
This counter is incremented each time a application modifies a buffer
that is (a) dirty, and (b) required to be written as part of a
checkpoint.
- getForcedWriteCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return count of pages forced to be written when dirty on eviction
- getForcedWriteCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- getForcedWriteCounter() - Method in class com.persistit.BufferPool
-
This counter is incremented ach time the eviction algorithm selects a
dirty buffer to evict.
- 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.
- getFraction() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getFragment() - Method in class org.forgerock.http.MutableUri
-
Returns the fragment element.
- getFreeCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- 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.
- getGarbageLeftPage() - Method in class com.persistit.Management.RecordInfo
-
- getGarbagePageCount() - Method in class com.persistit.IntegrityCheck
-
- getGarbageRightPage() - Method in class com.persistit.Management.RecordInfo
-
- getGarbageStatus() - Method in class com.persistit.Management.RecordInfo
-
- 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.
- getGeneration() - Method in class com.persistit.Key
-
An integer that is incremented every time the content of this Key
changes.
- getGeneration() - Method in class com.persistit.Management.VolumeInfo
-
Return the generation number for this Volume
.
- getGeneration() - Method in class com.persistit.Tree
-
- 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.
- getGetCounter() - Method in class com.persistit.Management.VolumeInfo
-
Return the number of get operations on this Volume
.
- 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.
- 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.
- 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
.
- getGrantType() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Gets the token's grant type.
- 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
.
- getGroups() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collection of groups to whom the ACI apllies
- getGroups() - Method in class com.iplanet.ums.User
-
Return groups that the user is a member of.
- getGuid() - Method in interface com.iplanet.ums.IRole
-
Returns the GUID of this object
- getGuid() - Method in class com.iplanet.ums.PersistentObject
-
Get GUID of the given entity
- 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
.
- getHandle() - Method in class com.persistit.DefaultValueCoder
-
- getHandle() - Method in interface com.persistit.encoding.HandleCache
-
- getHandle() - Method in class com.persistit.Tree
-
- getHandle() - Method in class com.persistit.Volume
-
- 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.
- getHistory(String) - Method in class com.persistit.AlertMonitor
-
- getHistoryLength() - Method in class com.persistit.AlertMonitor
-
- getHistoryLength() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- getHistoryMap() - Method in class com.persistit.AlertMonitor
-
- getHitCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return the count of lookup operations for pages images in this pool
for which the page image was already found in this
BufferPool
.
- getHitCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
Return the number of lookup operations for pages in this pool for which
the page image was already found in this BufferPool
.
- getHitCounter() - Method in class com.persistit.BufferPool
-
- getHitRatio() - Method in class com.persistit.BufferPool
-
Get the "hit ratio" - the number of hits divided by the number of overall
gets.
- getHitRatio() - Method in class com.persistit.Management.BufferPoolInfo
-
Get the "hit ratio" - the number of hits divided by the number of
overall gets.
- getHitRatio() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
Get the "hit ratio" - the number of hits divided by the number of overall
gets.
- 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
.
- 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.iplanet.ums.Guid
-
Returns the nsuniqueID name in the Guid object associated with an LDAP
entry.
- getId() - Method in class com.persistit.Management.VolumeInfo
-
Return the internal identifier value for this Volume
- getId() - Method in class com.persistit.Transaction
-
Returns the internal transaction identifier.
- getId() - Method in class com.persistit.Volume
-
- getId() - Method in class com.persistit.VolumeSpecification
-
- 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 interface org.forgerock.openam.sts.TokenTypeId
-
Gets the token type id.
- 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(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
-
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.
- getIndex() - Method in class com.persistit.Buffer
-
Gets the index of this Buffer within the buffer pool
- getIndex() - Method in class com.persistit.Key
-
Returns the index from which the next invocation of
Key.decode()
will
decode a key segment.
- getIndex() - Method in class com.persistit.KeyParser
-
Return the current index for parsing.
- getIndexByteCount() - Method in class com.persistit.IntegrityCheck
-
Returns the total count of bytes in use (not page structure overhead) in
index pages traversed during the integrity checking process.
- getIndexHoleCount() - Method in class com.persistit.IntegrityCheck
-
- getIndexId() - Method in interface org.forgerock.opendj.ldap.spi.Indexer
-
Returns an index identifier associated with this indexer.
- getIndexingOptions() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns the indexing options for this factory.
- getIndexPageCount() - Method in class com.persistit.IntegrityCheck
-
Returns the total count of index pages traversed during the integrity
checking process.
- 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.
- getInitialPages() - Method in class com.persistit.VolumeSpecification
-
- 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
.
- getInitialSize() - Method in class com.persistit.VolumeSpecification
-
- 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(ServerInstance) - Static method in class com.iplanet.ums.DataLayer
-
Create the singleton DataLayer object if it doesn't exist already.
- getInstance() - Static method in class com.iplanet.ums.DataLayer
-
Create the singleton DataLayer object if it doesn't exist already.
- 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.client.PolicyEvaluatorFactory
-
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluatorFactory
- 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.
- getInt(byte[], int) - Static method in class com.persistit.util.Util
-
- getInt() - Method in class com.persistit.Value
-
Decodes the int value represented by the current state of this
Value
.
- getIntArray() - Method in class com.persistit.Value
-
Returns a int
array representing the state of this
Value
.
- getIntArray(int[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the int
array represented by the state
of this Value
into the supplied target array.
- 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(String) - Method in class com.persistit.util.ArgParser
-
- 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.
- getIoRate() - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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.
- 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.
- 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.
- getJAXBPackages() - Static method in class com.sun.identity.liberty.ws.soapbinding.Utils
-
Returns a String of JAXB packages seperated by ":".
- getJoinPolicy() - Method in class com.persistit.Configuration
-
- getJournalCreatedTime() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getJournalCreatedTime() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getJournalCreatedTime() - Method in class com.persistit.RecoveryManager
-
- getJournaledPageCount() - Method in class com.persistit.Management.JournalInfo
-
- getJournaledPageCount() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getJournalFilePath() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getJournalFilePath() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getJournalFilePath() - Method in class com.persistit.RecoveryManager
-
- getJournalInfo() - Method in interface com.persistit.Management
-
- getJournalManager() - Method in class com.persistit.Persistit
-
- getJournalPath() - Method in class com.persistit.Configuration
-
- getJournalSize() - Method in class com.persistit.Configuration
-
- 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.
- 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.
- 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.stages.kba.KbaConfig
-
Gets the property name in user json instance where kba details will be set.
- getKbOffset() - Method in class com.persistit.Management.RecordInfo
-
- getKey() - Method in class com.persistit.Exchange
-
Return the
Key
associated with this
Exchange
.
- getKey() - Method in class com.persistit.PersistitMap.ExchangeEntry
-
Returns the key field of this ExchangeEntry
.
- getKey() - Method in interface com.persistit.ReadOnlyExchange
-
Return the
Key
associated with this
Exchange
.
- 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.
- getKeyAlias() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
-
- getKeyBlockEnd() - Method in class com.persistit.Management.BufferInfo
-
Return an offset within the Buffer
used internally in
allocating space for key/value pairs.
- getKeyBlockStart() - Method in class com.persistit.Management.BufferInfo
-
Return an offset within the Buffer
used internally in
allocating space for key/value pairs.
- getKeyBuilder() - Method in class com.persistit.DefaultObjectCoder
-
Return the Builder
that copies data values between a
Key
and a client object.
- getKeyCount() - Method in class com.persistit.Buffer
-
- getKeyCount() - Method in class com.persistit.KeyHistogram
-
- getKeyDepth() - Method in class com.persistit.KeyHistogram
-
- getKeyFilter() - Method in class com.persistit.PersistitMap.ExchangeIterator
-
Returns the KeyFilter
for this iterator, or
null
if there is none.
- 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.
- 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).
- getKeyState() - Method in class com.persistit.Management.LogicalRecord
-
- getKeyState() - Method in class com.persistit.Management.LogicalRecordCount
-
- getKeyState() - Method in class com.persistit.Management.RecordInfo
-
- getKeystoneAddress() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getKeystoneAddress() - Method in class com.persistit.RecoveryManager
-
- getKeystoneJournalAddress() - Method in class com.persistit.Management.RecoveryInfo
-
- getKeystoneJournalFile() - Method in class com.persistit.Management.RecoveryInfo
-
- 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.
- 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.
- getKeyString() - Method in class com.persistit.Management.LogicalRecord
-
- 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.
- 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.
- getKLength() - Method in class com.persistit.Management.RecordInfo
-
- 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.InvalidAttributeValueException
-
Returns a localized error message
- getL10NMessage(Locale) - Method in exception com.sun.identity.sm.SMSException
-
Returns a localized error message
- getLabeledUri() - Method in class com.sun.identity.sm.ServiceConfig
-
- getLastCopierException() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getLastEvent() - Method in class com.persistit.AlertMonitor.History
-
- getLastEventTime() - Method in class com.persistit.AlertMonitor.History
-
- getLastException() - Method in class com.persistit.Management.TaskStatus
-
The most recent Exception
thrown by this task.
- getLastExtensionTime() - Method in class com.persistit.Management.VolumeInfo
-
Return the time and date when the most recent file extension
occurred.
- getLastFlusherException() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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
- getLastReadTime() - Method in class com.persistit.Management.VolumeInfo
-
Return the time and date when the most recent file read occurred.
- getLastUpdateTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The timestamp at which the statistics were last updated.
- getLastValidCheckpoint() - Method in class com.persistit.RecoveryManager
-
- getLastValidCheckpointAddress() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getLastValidCheckpointAddress() - Method in class com.persistit.RecoveryManager
-
- getLastValidCheckpointAge() - Method in class com.persistit.Management.JournalInfo
-
Convenience method to return the elapsed time since the last valid
checkpoint was written.
- getLastValidCheckpointJournalAddress() - Method in class com.persistit.Management.JournalInfo
-
- getLastValidCheckpointJournalAddress() - Method in class com.persistit.Management.RecoveryInfo
-
- getLastValidCheckpointJournalFile() - Method in class com.persistit.Management.JournalInfo
-
- getLastValidCheckpointJournalFile() - Method in class com.persistit.Management.RecoveryInfo
-
- getLastValidCheckpointSystemTime() - Method in class com.persistit.Management.JournalInfo
-
- getLastValidCheckpointSystemTime() - Method in class com.persistit.Management.RecoveryInfo
-
- getLastValidCheckpointTimeMillis() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getLastValidCheckpointTimestamp() - Method in class com.persistit.Management.JournalInfo
-
- getLastValidCheckpointTimestamp() - Method in class com.persistit.Management.RecoveryInfo
-
- getLastValidCheckpointTimestamp() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getLastValidCheckpointTimestamp() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getLastValidCheckpointTimestamp() - Method in class com.persistit.RecoveryManager
-
- getLastWriteTime() - Method in class com.persistit.Management.VolumeInfo
-
Return the time and date when the most recent file write occurred.
- 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(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.
- getLevel() - Method in class com.persistit.AlertMonitor.AlertRecord
-
- getLevel() - Method in class com.persistit.AlertMonitor.Event
-
- getLevel() - Method in class com.persistit.AlertMonitor.History
-
- getLevel() - Method in class com.persistit.logging.DefaultPersistitLogger
-
- getLevel() - Method in interface com.persistit.logging.PersistitLogMessage.LogItem
-
- 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.
- getLiveTransactionMapSize() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getLiveValue() - Method in class com.persistit.Accumulator
-
Non-transactional view aggregating all updates applied to this
Accumulator, whether committed or not.
- 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.
- 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.
- getLockVolume() - Method in class com.persistit.Persistit
-
- getLogBase() - Method in class com.persistit.Persistit
-
- 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.
- getLogFile() - Method in class com.persistit.Configuration
-
- getLogFile() - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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.
- getLogging() - Method in class com.persistit.Configuration
-
- getLoggingStatusIsActive() - Method in class com.sun.identity.log.LogManager
-
Deprecated.
- getLogicalRecordArray(String, String, String, KeyState, Key.Direction, int, int, boolean) - Method in interface com.persistit.Management
-
Return an array of LogicalRecord
elements from a
Tree
.
- getLogicalRecordCount(String, String, String, KeyState, Key.Direction, int) - Method in interface com.persistit.Management
-
Count the the number of records that could be traversed given a starting
key value in a tree specified by
volumeName
,
treeName
, using an optional
KeyFilter
specified by
keyFilterString
.
- 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
.
- getLogItem() - Method in class com.persistit.AlertMonitor.Event
-
- getLogNames() - Static method in class com.sun.identity.log.LogReader
-
Deprecated.
Returns the names of the Log Files or Tables.
- getLong(byte[], int) - Static method in class com.persistit.util.Util
-
- getLong() - Method in class com.persistit.Value
-
Decodes the long value represented by the current state of this
Value
.
- getLongArray() - Method in class com.persistit.Value
-
Returns a long
array representing the state of this
Value
.
- getLongArray(long[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the long
array represented by the state
of this Value
into the supplied target array.
- getLongRecordByteCount() - Method in class com.persistit.IntegrityCheck
-
Returns the total count of bytes in use (not page structure overhead) in
long record pages traversed during the integrity checking process.
- getLongRecordPageCount() - Method in class com.persistit.IntegrityCheck
-
Returns the total count of long record pages traversed during the
integrity checking process.
- getLongRunningCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- getLongValue(String) - Method in class com.persistit.util.ArgParser
-
- 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.
- getManagement() - Method in class com.persistit.Persistit
-
Returns an implementation of the Management
interface.
- 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 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.
- 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.
- getMaxAccumulator(int) - Method in class com.persistit.Tree
-
Return a MaxAccumulator
for this Tree
and the
specified index value between 0 and 63, inclusive.
- 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
-
- getMaxChildPeopleContainerLimit() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the container limit constraint.
- getMaxIdleTime() - Method in interface com.iplanet.sso.SSOToken
-
Returns the maximum session idle time in minutes.
- getMaximumCount() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getMaximumDepth() - Method in class com.persistit.KeyFilter
-
Returns the maximum
depth
of a key value that will
be selected by this
KeyFilter
.
- 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.
- getMaximumMemory() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getMaximumPageAddress() - Method in class com.persistit.Management.VolumeInfo
-
Return the largest page address currently in use within the
Volume
.
- getMaximumPages() - Method in class com.persistit.VolumeSpecification
-
- getMaximumSize() - Method in class com.persistit.Key
-
Returns the maximum number of bytes permitting in the backing byte array
for this Key
.
- getMaximumSize() - Method in class com.persistit.Management.VolumeInfo
-
Return the maximum size in bytes to which this Volume
may grow.
- getMaximumSize() - Method in class com.persistit.Value
-
Returns the maximum size to which the backing buffer can grow.
- getMaximumSize() - Method in class com.persistit.VolumeSpecification
-
- getMaximumTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The maximum time that this method took to execute.
- getMaxResults() - Method in class com.iplanet.ums.SearchControl
-
Gets the maximum number of search results to return.
- 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).
- getMaxUserLimit() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the user limit constraint.
- 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
.
- getMemberCount() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the member count.
- getMemberCount() - Method in class com.iplanet.ums.FilteredRole
-
Gets the member count.
- getMemberCount() - Method in interface com.iplanet.ums.IMembership
-
Gets the member count of the group.
- getMemberCount() - Method in class com.iplanet.ums.ManagedRole
-
Gets the member count.
- getMemberCount() - Method in class com.iplanet.ums.StaticGroup
-
Gets the member count.
- getMemberCount(int) - Method in class com.iplanet.ums.StaticGroup
-
Gets the member count.
- getMemberIDAt(int) - Method in class com.iplanet.ums.DynamicGroup
-
Returns a member given an index (zero-based).
- getMemberIDAt(int) - Method in class com.iplanet.ums.FilteredRole
-
Gets a member given an index (zero based).
- getMemberIDAt(int) - Method in interface com.iplanet.ums.IMembership
-
Gets a member.
- getMemberIDAt(int) - Method in class com.iplanet.ums.ManagedRole
-
Gets the GUID of the member at the given index (zero-based).
- getMemberIDAt(int) - Method in class com.iplanet.ums.StaticGroup
-
Gets a member given an index (zero-based).
- getMemberIDAt(int, int) - Method in class com.iplanet.ums.StaticGroup
-
Gets a member given an index (zero-based).
- getMemberIDs() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the members of the group.
- getMemberIDs() - Method in class com.iplanet.ums.FilteredRole
-
Gets the members of the role.
- getMemberIDs(String) - Method in class com.iplanet.ums.FilteredRole
-
Gets the members of the role meeting an LDAP filter
condition.
- getMemberIDs() - Method in interface com.iplanet.ums.IMembership
-
Gets the members of the group.
- getMemberIDs() - Method in class com.iplanet.ums.ManagedRole
-
Gets the members of the group.
- getMemberIDs(String) - Method in class com.iplanet.ums.ManagedRole
-
Returns the members of the group meeting the filter condition.
- getMemberIDs() - Method in class com.iplanet.ums.StaticGroup
-
Gets the members of the group.
- getMembers(int) - Method in class com.iplanet.ums.StaticGroup
-
Get members of the group.
- 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
-
- getMergedKeyCount() - Method in class com.persistit.TreeBuilder
-
- 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.iplanet.ums.UMSException
-
Returns the detail message of this exception and all embedded exceptions.
- getMessage() - Method in class com.persistit.AlertMonitor.AlertRecord
-
- getMessage() - Method in exception com.persistit.exception.PersistitIOException
-
Override default implementation in
Throwable.getMessage()
to
return the detail message of the wrapped IOException.
- 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.
- 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.
- getMessageLogSize() - Method in class com.persistit.Task
-
Returns the number of messages available in the message log.
- getMessageLogVerbosity() - Method in class com.persistit.Task
-
Returns the current verbosity level
- getMessageObject() - Method in exception org.forgerock.opendj.ldap.DecodeException
-
- 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
.
- getMessages() - Method in class com.persistit.Management.TaskStatus
-
Messages that have been posted by this task.
- getMessages(int) - Method in class com.persistit.Task
-
Get all the messages, starting from a specified index.
- 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.
- getMessageWriter() - Method in class com.persistit.Task
-
Returns the current PrintWriter
, or null
if
there is none.
- 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.
- 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.
- getMinAccumulator(int) - Method in class com.persistit.Tree
-
Return a MinAccumulator
for this Tree
and the
specified index value between 0 and 63, inclusive.
- 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.
- getMinimumCount() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getMinimumDepth() - Method in class com.persistit.KeyFilter
-
Returns the minimum
depth
of a key value that will
be selected by this
KeyFilter
.
- getMinimumMemory() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getMinimumPruningDelay() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getMinimumTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The minimum time that this method took to execute.
- 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
.
- getMissCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return the count of lookup operations for pages images in this pool.
- getMissCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
Return the number of lookup operations for pages that resulted in a
physical disk read operation.
- getMissCounter() - Method in class com.persistit.BufferPool
-
- 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.
- getMvvAntiValues() - Method in class com.persistit.IntegrityCheck
-
- getMvvCount() - Method in class com.persistit.IntegrityCheck
-
- getMvvCount() - Method in class com.persistit.Management.BufferInfo
-
- getMvvOverhead() - Method in class com.persistit.IntegrityCheck
-
- getMvvSize() - Method in class com.persistit.Management.BufferInfo
-
- getMXBeans() - Method in interface com.persistit.Management
-
Return an unmodifiable map of all MXBeans registered in the Persistit
instance.
- getName() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the name of the ACI
- getName() - Method in class com.iplanet.services.ldap.Attr
-
Get name of an UMS attribute
- getName(Locale) - Method in class com.iplanet.services.ldap.Attr
-
Get name of attribute in a given Locale
- getName(String, Locale) - Static method in class com.iplanet.services.ldap.Attr
-
Get attribute name with locale input.
- getName() - Method in class com.iplanet.ums.cos.COSTemplate
-
Returns the name of this COS template.
- getName() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Returns the name of this COS.
- getName() - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method returns the name of the COS definition.
- getName() - Method in class com.iplanet.ums.Organization
-
Returns the name of the organization.
- getName() - Method in class com.iplanet.ums.OrganizationalUnit
-
Return name of the organizational unit
- getName() - Method in class com.iplanet.ums.PeopleContainer
-
Return name of the People Container.
- getName() - Method in class com.iplanet.ums.Template
-
Gets the name of the template.
- getName() - Method in class com.persistit.DefaultValueCoder.Builder
-
- getName() - Method in class com.persistit.Management.TreeInfo
-
Return the name of the Tree
- getName() - Method in class com.persistit.Management.VolumeInfo
-
Return the alias if one was assigned in the system configuration.
- getName() - Method in class com.persistit.policy.JoinPolicy
-
- getName() - Method in class com.persistit.Tree
-
- getName() - Method in class com.persistit.TreeBuilder
-
- getName() - Method in class com.persistit.TreeState
-
- getName() - Method in class com.persistit.Volume
-
- getName() - Method in class com.persistit.VolumeSpecification
-
- 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.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.GenericHeader
-
- getName() - Method in class org.forgerock.http.header.HeaderUtil.Parameter
-
Represents the header name.
- getName() - Method in class org.forgerock.http.header.LocationHeader
-
- 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.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 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 interface org.forgerock.selfservice.core.config.StageConfig
-
Gets the name of the stage configuration.
- 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.terms.TermsAndConditionsConfig
-
- 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
.
- 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.AttributeDescription
-
- 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.
- getNamingAttribute() - Method in class com.iplanet.ums.CreationTemplate
-
Gets the naming attribute.
- getNamingAttribute() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the naming attribute for the dc entry
- getNamingAttribute() - Method in class com.iplanet.ums.PersistentObject
-
Gets the attribute name that specifies the ID (or RDN in terms of DN in
ldap) component in an object.
- 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.
- getNestedTransactionDepth() - Method in class com.persistit.Transaction
-
Returns the nested level count.
- getNewCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return the count of newly create pages images in this Pool.
- getNewCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- getNewCounter() - Method in class com.persistit.BufferPool
-
- 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.
- getNext() - Method in class com.persistit.util.InternalHashSet.Entry
-
- getNextAvailablePage() - Method in class com.persistit.Volume
-
- getNodes() - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
-
Specify the 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.
- getNotificationInfo() - Method in class com.persistit.AlertMonitor
-
- getNotificationInfo() - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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.
- getNull() - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
and verifies that it is null
.
- 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(SSOToken, Guid) - Static method in class com.iplanet.ums.UMSObject
-
Returns the persistent object of correct subclass, for the given id.
- getObject(SSOToken, Guid, String[]) - Static method in class com.iplanet.ums.UMSObject
-
Returns the persistent object of correct subclass, for the given ID.
- getObject() - Method in class org.forgerock.json.JsonValue
-
Returns the raw Java object representing this JSON value.
- getObjectArray() - Method in class com.persistit.Value
-
Returns a Object
array representing the state of this
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.
- getObjectHandle(SSOToken, Guid) - Static method in class com.iplanet.ums.UMSObject
-
Return a PersistentObject given an authenticated token and guid.
- 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
.
- getObjectInputStream() - Method in class com.persistit.Value
-
Return a java.io.ObjectInputStream
that reads bytes from
this Value.
- 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.
- getObjectOutputStream() - Method in class com.persistit.Value
-
Return a java.io.ObjectOutputStream
that writes bytes
directly into this Value.
- 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.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
-
- getOpenTime() - Method in class com.persistit.Management.VolumeInfo
-
Return the time and date when this Volume
was opened.
- 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.
- getOptionalAttributeNames() - Method in class com.iplanet.ums.CreationTemplate
-
Gets a list of optional attribute names defined in the object.
- 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.
- getOptionalAttributeSet() - Method in class com.iplanet.ums.CreationTemplate
-
Gets the optional attributes for object creation.
- 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.
- getOrganization() - Method in class com.iplanet.ums.dctree.DomainComponent
-
Get the domain mapping from this dc entry to the
organization entry in the customer DIT.
- getOrganization(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given a virtual domain name such as
"javasoft.sun.com", return the organization, organizationalunit or any
DIT entry that is assoicated from the domain compoent tree (dctree) to
the customer oranization DIT (the convergence tree as outlined in nortel
spec)
- getOrganizationalPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalPerson
Object Class
which has the OID 2.5.6.7
.
- getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalRole
Object Class
which has the OID 2.5.6.8
.
- getOrganizationalStatusAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalStatus
Attribute Type
which has the OID 0.9.2342.19200300.100.1.45
.
- getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalUnit
Object Class
which has the OID 2.5.6.5
.
- getOrganizationConfig(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Returns the organization configuration for the
given organization and instance name.
- 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.
- 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.
- getOutstandingCheckpointCount() - Method in interface com.persistit.mxbeans.CheckpointManagerMXBean
-
- getOwner() - Method in class com.persistit.Management.TaskStatus
-
Return the owner (hostname and/or username) of the initiator of this
task
- 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
.
- getPageAddress() - Method in class com.persistit.Buffer
-
- getPageAddress() - Method in class com.persistit.Management.BufferInfo
-
- getPageBytesInUse() - Method in class com.persistit.KeyHistogram
-
- getPageBytesTotal() - Method in class com.persistit.KeyHistogram
-
- getPageCount() - Method in class com.persistit.KeyHistogram
-
- 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.
- getPageListSize() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getPageMapSize() - Method in class com.persistit.Management.JournalInfo
-
- getPageMapSize() - Method in class com.persistit.Management.RecoveryInfo
-
Number of page entries in the recovered page map
- getPageMapSize() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getPageMapSize() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getPageMapSize() - Method in class com.persistit.RecoveryManager
-
- 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 class com.persistit.Management.VolumeInfo
-
Return the page size for this Volume
.
- getPageSize() - Method in class com.persistit.Volume
-
- getPageSize() - Method in class com.persistit.VolumeSpecification
-
- 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.
- getPageType() - Method in class com.persistit.Buffer
-
Gets the page type
- getPageTypeName() - Method in class com.persistit.Buffer
-
- getPageTypeName(long, int) - Static method in class com.persistit.Buffer
-
- 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
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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(InteractionResponseElement) - 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.
- getParent() - Method in class com.persistit.DefaultCoderManager
-
Returns the parent CoderManager
.
- getParent() - Method in interface com.persistit.encoding.CoderManager
-
Return the parent CoderManager
implementation, or
null
if there is none.
- getParent() - Method in class org.forgerock.services.context.AbstractContext
-
- getParent() - Method in interface org.forgerock.services.context.Context
-
Returns the parent of this context.
- getParentGuid() - Method in interface com.iplanet.ums.ISearch
-
Search for immediate parent ID
- getParentObject() - Method in class com.iplanet.ums.PersistentObject
-
Gets the parent object
- 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.
- 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 com.persistit.Management.VolumeInfo
-
Return the full path name.
- getPath() - Method in class com.persistit.Volume
-
Returns the path name by which this volume was opened.
- getPath() - Method in class com.persistit.VolumeSpecification
-
- 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.
- getPeopleContainerGuids() - Method in class com.iplanet.ums.Organization
-
Gets all People Containers under the organization.
- getPercentileDump() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
Gets a raw summary dump of call time percentile distribution data, suitable for plotting.
- getPerformedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getPeriodMillis() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
-
Returns the period in milliseconds between successive task invocations.
- getPermissions() - Method in class com.iplanet.services.ldap.aci.ACI
-
Geets the QualifiedCollection of permissions that apply to the ACI
- getPermissions(ProtectionDomain) - Method in class com.sun.identity.policy.jaas.ISPolicy
-
Evaluates the global policy and returns a
PermissionCollection
object specifying the set of
permissions allowed for Principals associated with the enclosed
set of classes.
- getPermissions(CodeSource) - Method in class com.sun.identity.policy.jaas.ISPolicy
-
Evaluates the global policy and returns a
PermissionCollection
object specifying the set of
permissions allowed for Principals associated with the specified code
source.
- getPermissions() - Method in interface org.forgerock.oauth2.core.AccessToken
-
Get the UMA permissions contained in the token.
- getPersistitGuiContainer() - Method in class com.persistit.Persistit
-
Returns the java.awt.Container
object that contains the
diagnostic GUI, if it is open.
- getPersistitInstance() - Method in class com.persistit.Exchange
-
Return the Persistit instance from which this Exchange was created.
- getPersistitInstance() - Method in interface com.persistit.ReadOnlyExchange
-
Return the Persistit instance from which this Exchange was created.
- getPersistitLogger() - Method in class com.persistit.Persistit
-
- 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
.
- 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.
- getPointerValue() - Method in class com.persistit.Management.RecordInfo
-
- 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.
- getPolicyDecision(SSOToken, String, Set, Map) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Evaluates privileges of the user to perform the specified actions
on the specified resource.
- 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.
- getPolicyEvaluator(String) - Method in class com.sun.identity.policy.client.PolicyEvaluatorFactory
-
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator
- getPolicyEvaluator(String, AppSSOTokenProvider) - Method in class com.sun.identity.policy.client.PolicyEvaluatorFactory
-
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator
- 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.
- getPollInterval() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getPoolIndex() - Method in class com.persistit.Management.BufferInfo
-
Return the index of this Buffer
within the
BufferPool
array.
- 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
.
- getProgress() - Method in class com.persistit.IntegrityCheck
-
Returns an approximate indication of progress during the integrity
checking process, where 0.0 indicates that work has not started, and 1.0
represents completion.
- 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.terms.TermsAndConditionsConfig
-
- 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 class com.persistit.Configuration
-
Return the Properties
from which this
Configuration
was loaded.
- getProperties() - Method in class com.persistit.Persistit
-
Deprecated.
- 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(String) - Method in class com.persistit.Configuration
-
Return a property value for the supplied propertyName
, or
null
if there is no such property.
- getProperty(String, String) - Method in class com.persistit.Configuration
-
Returns a property value, or a default value if there is no such
property.
- getProperty(String) - Method in class com.persistit.Persistit
-
Deprecated.
- getProperty(Object, String) - Method in interface com.sun.identity.plugin.session.SessionProvider
-
Returns property value of a session object.
- 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.
- getProposedCheckpoint() - Method in interface com.persistit.mxbeans.CheckpointManagerMXBean
-
- getProtectedResourcesIgnoreConditions(SSOToken, String) - Method in class com.sun.identity.policy.PolicyEvaluator
-
Deprecated.
Gets protected resources for a user identified by single sign on token
Conditions defined in the policies are ignored while
computing protected resources.
- getProtectionDomain() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the ProtectionDomain
associated with this
ISPermission
.
- 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.
- 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.
- getPrunedPagesCount() - Method in class com.persistit.IntegrityCheck
-
- getPruningErrorCount() - Method in class com.persistit.IntegrityCheck
-
- getPublicExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK
-
Get the RSA Public Exponent.
- getPublicKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Returns java.security.PublicKey
for the specified
keyAlias
- getPublicKey(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
-
Gets the Public Key from the KeyStore with the given alias.
- 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.
- 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.stages.kba.KbaConfig
-
Gets the kba questions.
- getQuiescentIOthreshold() - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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.
- 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.
- getRead() - Method in class org.forgerock.api.models.Items
-
Getter of Read.
- getRead() - Method in class org.forgerock.api.models.Resource
-
Getter of Read.
- getReadableAttributeNames() - Method in class com.iplanet.ums.AccessRightObject
-
Get all the readable attribute names.
- getReadCounter() - Method in class com.persistit.Management.VolumeInfo
-
Return the number of physical read operations performed against pages
in this Volume
.
- 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.
- getReaderClaimedPageCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Get the count of pages on which running threads have reader
(non-exclusive), but not writer (exclusive) claims in this
pool.
- getReaderClaimedPageCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
Get the count of pages on which running threads have reader
(non-exclusive), but not writer (exclusive) claims in this
BufferPool
.
- 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.
- getReadPageCount() - Method in class com.persistit.Management.JournalInfo
-
- getReadPageCount() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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
- 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
-
- 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
- getRecordInfoArray(String, long) - Method in interface com.persistit.Management
-
Return an array containing a RecordInfo
element for each
record in the page specified by volumeName
and
pageAddress
.
- getRecords() - Method in class com.persistit.Buffer
-
- getRecoveredCommittedTransactions() - Method in class com.persistit.Management.JournalInfo
-
- getRecoveredCompletedTransactions() - Method in class com.persistit.Management.JournalInfo
-
- getRecoveryEndAddress() - Method in class com.persistit.Management.RecoveryInfo
-
- getRecoveryEndedAddress() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getRecoveryEndedAddress() - Method in class com.persistit.RecoveryManager
-
- getRecoveryEndedException() - Method in class com.persistit.Management.RecoveryInfo
-
- getRecoveryEndedException() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getRecoveryEndedException() - Method in class com.persistit.RecoveryManager
-
- getRecoveryInfo() - Method in interface com.persistit.Management
-
- getRecoveryJournalAddress() - Method in class com.persistit.Management.JournalInfo
-
Address within journal file currently being recovered during startup.
- getRecoveryJournalFile() - Method in class com.persistit.Management.JournalInfo
-
The current journal file being recovered during startup.
- getRecoveryManager() - Method in class com.persistit.Persistit
-
- getRecoveryStatus() - Method in class com.persistit.Management.JournalInfo
-
Return one of the following values:
Long.MINVALUE
if recovery has not begun yet
-1
if recovery ended after a "dirty" (abruptly terminated) shutdown
0
if recovery completed after a "clean" (normal) shutdown
N > 0
if recovery is in progress, in which case N represents the
approximate number of remaining bytes of journal data to process.
- getRecoveryStatus() - Method in class com.persistit.Management.RecoveryInfo
-
Return one of the following values:
Long.MINVALUE
if recovery has not begun yet
-1
if recovery ended after a "dirty" (abruptly terminated) shutdown
0
if recovery completed after a "clean" (normal) shutdown
N > 0
if recovery is in progress, in which case N represents the
approximate number of remaining bytes of journal data to process.
- 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 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.
- getRefusedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- 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
.
- getRegisteredKeyCoders() - Method in class com.persistit.DefaultCoderManager
-
Create a Map
of Class
es to registered
KeyCoder
s.
- getRegisteredKeyCoders() - Method in interface com.persistit.encoding.CoderManager
-
Create a Map
of Class
es to registered
KeyCoder
s.
- 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.
- getRegisteredValueCoders() - Method in class com.persistit.DefaultCoderManager
-
Create a Map
of Class
es to registered
ValueCoder
s.
- getRegisteredValueCoders() - Method in interface com.persistit.encoding.CoderManager
-
Create a Map
of Class
es to registered
ValueCoder
s.
- 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.
- getRemainingTime() - Method in class com.persistit.Task
-
Indicates how much time remains (in milliseconds) until this
Task
's maximum time has expired.
- 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.
- getRemoteClass(String) - Method in interface com.persistit.Management
-
Return a Class definition for a class specified by its name.
- 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.
- getRemoveCounter() - Method in class com.persistit.Management.TreeInfo
-
- getRemoveCounter() - Method in class com.persistit.Management.VolumeInfo
-
- getRemoveCounter() - Method in class com.persistit.TreeStatistics
-
- getRemoveEntry() - Method in class com.sun.identity.liberty.ws.disco.Modify
-
Gets the value of the RemoveEntry
property.
- getReportKeyCountMultiple() - Method in class com.persistit.TreeBuilder
-
- 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.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.
- 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.
- getRequestedSampleSize() - Method in class com.persistit.KeyHistogram
-
- 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 class com.iplanet.ums.CreationTemplate
-
Gets a list of required attribute names defined in the object.
- 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.
- getRequiredAttributeSet() - Method in class com.iplanet.ums.CreationTemplate
-
Gets the required attributes for object creation.
- 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.
- getReservedMemory() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- 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.jaas.ISPermission
-
returns the name of the resource associated with this ISPermission
.
- 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.
- 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
-
- getResourceResult(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.PolicyEvaluator
-
- 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.
- 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.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 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 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
.
- getRightSibling() - Method in class com.persistit.Buffer
-
Get the page address of the right sibling page
- getRightSiblingAddress() - Method in class com.persistit.Management.BufferInfo
-
- getRmiHost() - Method in class com.persistit.Configuration
-
- getRmiPort() - Method in class com.persistit.Configuration
-
- getRmiPort() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the port on which a local RMI server has been registered, or -1 if
not registered.
- getRmiServerPort() - Method in class com.persistit.Configuration
-
- 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
.
- getRoles() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collection of roles to which the ACI applies
- getRoles() - Method in class com.iplanet.ums.PersistentObject
-
Gets the list of GUIDS roles assosciated with this object
- getRollbackCount() - Method in class com.persistit.Management.TransactionInfo
-
Return the aggregate number of transaction rollback events since
Persistit was initialized
- getRollbackCount() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the aggregate number of transaction rollback events since
Persistit was initialized
- getRollbackSinceCommitCount() - Method in class com.persistit.Management.TransactionInfo
-
Return the aggregate number of transaction rollback events since the
last commit
- getRolledBackSinceLastCommitCount() - Method in class com.persistit.Transaction
-
Return the number of times a transaction in this Transaction
context has rolled back since the last successful commit
operations.
- getRolledBackTransactionCount() - Method in class com.persistit.Transaction
-
Return the number of transactions rolled back by this transaction
context.
- 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.iplanet.ums.UMSException
-
Returns the embedded exception.
- getRootCause() - Method in exception com.sun.identity.federation.common.FSRedirectException
-
Deprecated.
Returns the embedded exception.
- getRootPageAddr() - Method in class com.persistit.Tree
-
Returns the page address of the root page of this Tree
.
- getRootPageAddr() - Method in class com.persistit.TreeState
-
Returns the page address of the root page of this Tree
.
- getRootPageAddress() - Method in class com.persistit.Management.TreeInfo
-
Return the page address of the root page.
- getRoutes() - Method in class org.forgerock.services.routing.AbstractRouter
-
Gets all registered routes on this router.
- getRule() - Method in class com.iplanet.ums.validation.ValidationElement
-
Returns a rule
- getRule(String) - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the rule object identified by name.
- getRuleId() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
-
Retrieves the rule ID for this DIT structure rule.
- getRuleNames() - Method in class com.sun.identity.policy.Policy
-
Deprecated.
Gets the set of rule names associated with the policy.
- getSafeDocumentBuilder(boolean) - Static method in class org.forgerock.util.xml.XMLUtils
-
Provides a secure DocumentBuilder implementation, which is protected against
different types of entity expansion attacks and makes sure that only locally
available DTDs can be referenced within the XML document.
- getSafeSAXParser(boolean) - Static method in class org.forgerock.util.xml.XMLUtils
-
Provides a secure SAXParser instance, which is protected against different
types of entity expension, DoS attacks and makes sure that only locally
available DTDs can be referenced within the XML document.
- getSameSite() - Method in class org.forgerock.http.protocol.Cookie
-
- 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.
- getSamples() - Method in class com.persistit.KeyHistogram
-
- getSampleSize() - Method in class com.persistit.KeyHistogram
-
- 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(Principal) - Method in class com.iplanet.ums.DataLayer
-
Fetches the schema from the LDAP directory server.
- 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.
- 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.
- getSearchBase() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the search base used to evaluate this dynamic group.
- getSearchBase() - Method in interface com.iplanet.ums.IDynamicMembership
-
Gets the search base used to evaluate this dynamic group.
- getSearchFilter() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the search filter used to evaluate this dynamic group.
- getSearchFilter() - Method in interface com.iplanet.ums.IDynamicMembership
-
Gets the search filter used to evaluate this dynamic group.
- getSearchFilter() - Method in class com.iplanet.ums.SearchTemplate
-
Gets the filter expression used to search for objects of this type.
- 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() - Method in class com.iplanet.ums.DynamicGroup
-
Returns the search scope used to evaluate this dynamic group.
- getSearchScope() - Method in interface com.iplanet.ums.IDynamicMembership
-
Gets the search scope used to evaluate this dynamic group.
- getSearchScope() - Method in class com.iplanet.ums.SearchControl
-
Gets the search scope defined in the SearchControl.
- getSearchScope(int) - Method in class com.iplanet.ums.SearchControl
-
Gets the search scope defined in the SearchControl.
- 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.
- getSearchTemplate(String, Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getSearchTemplate(String, Guid, int) - Method in class com.iplanet.ums.TemplateManager
-
Returns a template from a supplied template name.
- getSearchTemplateNames(Guid) - Method in class com.iplanet.ums.TemplateManager
-
Returns a set of known search templates.
- getSecond() - Method in class org.forgerock.util.Pair
-
Returns the second element of this pair.
- getSecondaryIndexBuilder(int) - Method in class com.persistit.DefaultObjectCoder
-
Return a Builder
s by index, according to the order in which
secondary index builders were added.
- getSecondaryIndexBuilder(String) - Method in class com.persistit.DefaultObjectCoder
-
Return a Builder
by name.
- getSecondaryIndexBuilderCount() - Method in class com.persistit.DefaultObjectCoder
-
Return the count of secondary index builders.
- 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
.
- getSecretKey(String) - Method in interface com.sun.identity.saml.xmlsig.KeyProvider
-
Retrieves the secret key for the given certificate alias.
- 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.
- getSelectedTrees(TreeSelector) - Method in class com.persistit.Persistit
-
- 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
-
- getSeqAccumulator(int) - Method in class com.persistit.Tree
-
Return a SeqAccumulator
for this Tree
and the
specified index value between 0 and 63, inclusive.
- 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
.
- getSerialOverride() - Method in class com.persistit.Configuration
-
- getSerialOverridePatterns() - Method in class com.persistit.DefaultCoderManager
-
Returns the serialization override pattern specified by the
serialOverride
property.
- 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.policy.jaas.ISPermission
-
returns the name of the service associated with this ISPermission
.
- 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.persistit.Persistit
-
Return this thread's SessionId.
- getSessionId() - Method in class com.persistit.Transaction
-
- 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.
- getShort(byte[], int) - Static method in class com.persistit.util.Util
-
- getShort() - Method in class com.persistit.Value
-
Decodes the short value represented by the current state of this
Value
.
- getShortArray() - Method in class com.persistit.Value
-
Returns a short
array representing the state of this
Value
.
- getShortArray(short[], int, int, int) - Method in class com.persistit.Value
-
Copies a subarray of the short
array represented by the
state of this Value
into the supplied target array.
- 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
.
- 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() - Method in class com.persistit.DefaultValueCoder.Builder
-
- getSize() - Method in class com.persistit.Management.RecordInfo
-
- 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).
- getSlack() - Method in class com.persistit.Management.BufferInfo
-
- getSlowIoAlertThreshold() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getSnapshotTokenConfig() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
Gets the snapshot token type to use.
- getSnapshotValue() - Method in class com.persistit.Accumulator
-
Compute the value computed by accumulating values contributed by (a) all
transactions having commit timestamps less than or equal to the specified
transaction
's start timestamp, and (b) all operations
performed by the specified transaction having step numbers equal to or
less than the transaction
's current step.
- 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.
- getSortedKeyCount() - Method in class com.persistit.TreeBuilder
-
- getSortFileCount() - Method in class com.persistit.TreeBuilder
-
- getSortFileDirectories() - Method in class com.persistit.TreeBuilder
-
- getSortingField() - Method in class com.sun.identity.log.LogQuery
-
Deprecated.
Returns the field name on which records to be sorted.
- getSortKeys() - Method in class com.iplanet.ums.SearchControl
-
Get existing attribute names for sorting.
- 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.
- getSplitPolicy() - Method in class com.persistit.Configuration
-
- 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.
- 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.
- getStartKey() - Method in class com.persistit.KeyHistogram
-
- getStartRange() - Method in class com.sun.identity.sm.AttributeSchema
-
Returns the start range if the attribute syntax is either
NUMBER_RANGE
or DECIMAL_RANGE
.
- getStartTime() - Method in class com.persistit.Management.TaskStatus
-
System time at which this task was started, or zero if never started.
- getStartTime() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the system time at which Persistit was initialized.
- getStartTimestamp() - Method in class com.persistit.Transaction
-
- getState() - Method in class com.persistit.Management.TaskStatus
-
Return the state code for this task.
- 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(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
.
- getStateString() - Method in class com.persistit.Management.TaskStatus
-
Return the name of the state this task is in.
- getStatistics() - Method in class com.persistit.Tree
-
- 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.persistit.BackupTask
-
- getStatus() - Method in class com.persistit.IntegrityCheck
-
Returns a displayable String indicating the tree currently being checked
and the relative counts of pages that have been traversed.
- getStatus() - Method in class com.persistit.Management.BufferInfo
-
Return the status integer for this Buffer
.
- getStatus() - Method in class com.persistit.Management.TreeInfo
-
Return the status code for this Tree.
- getStatus() - Method in class com.persistit.StatisticsTask
-
- getStatus() - Method in class com.persistit.StreamLoader
-
- getStatus() - Method in class com.persistit.StreamSaver
-
- getStatus() - Method in class com.persistit.Task
-
Returns a short String message describing the current state of this
Task
.
- getStatus() - Method in class com.persistit.TaskCheck
-
- 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.persistit.IntegrityCheck
-
- getStatusDetail() - Method in class com.persistit.Management.TaskStatus
-
A more detailed description of the current status of the task.
- getStatusDetail() - Method in class com.persistit.Task
-
Returns a String message describing the current state of this
Task
, possibly in greater detail than
Task.getStatus()
.
- 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
- getStatusName() - Method in class com.persistit.Management.BufferInfo
-
Return the status of this Buffer
in displayable form.
- getStatusRef() - Method in class com.sun.identity.liberty.ws.soapbinding.SOAPFaultDetail
-
Returns value of ref
attribute of Status element.
- getStatusSummary() - Method in class com.persistit.Management.TaskStatus
-
A short (under 40 character) readable String summarizing the current
status.
- getStdDeviation() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The standard deviation of the average execution time.
- getStep() - Method in class com.persistit.Transaction
-
- getStorageType() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
Gets the storage type to use.
- getStoreCounter() - Method in class com.persistit.Management.TreeInfo
-
- getStoreCounter() - Method in class com.persistit.Management.VolumeInfo
-
- getStoreCounter() - Method in class com.persistit.TreeStatistics
-
- 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() - Method in class com.persistit.Value
-
Decodes the java.lang.String
value represented by the
current state of this Value
.
- getString(T) - Method in class com.persistit.Value
-
Decodes the java.lang.String
value represented by the
current state of this Value
into a supplied
java.lang.Appendable
.
- 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.
- getStringArray() - Method in class com.persistit.Value
-
Returns a Object
array representing the state of this
Value
.
- getStringValue(String) - Method in class com.persistit.util.ArgParser
-
- getStringValues() - Method in class com.iplanet.services.ldap.Attr
-
Get the string values of the attribute
- 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.
- getSubject() - Method in class com.sun.identity.authentication.AuthContext
-
Returns the set of Principals or Subject the user has been
authenticated as.
- getSubject() - Method in class com.sun.identity.authentication.server.AuthContextLocal
-
Returns the set of Principals the user has been authenticated as.
- getSubject() - Method in class com.sun.identity.policy.jaas.ISPermission
-
returns the Subject
associated with this ISPermission
.
- 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.
- 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.
- 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.
- 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.
- getSumAccumulator(int) - Method in class com.persistit.Tree
-
Return a SumAccumulator
for this Tree
and the
specified index value between 0 and 63, inclusive.
- getSummary() - Method in class com.persistit.AlertMonitor
-
- getSummary() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
Return a summary of this AlertMonitor's current state.
- 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
.
- getSupportedAttrRules() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the names of supported attr rule names
- 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.
- getSystemVolume() - Method in class com.persistit.Persistit
-
Returns the designated system volume.
- getSysVolume() - Method in class com.persistit.Configuration
-
- getTags() - Method in class org.forgerock.api.transform.LocalizableOperation
-
- getTarget() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the target of the ACI
- 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.
- getTargetAttrFilters() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the target attr filters that controls value based access control
- getTargetAttributes() - Method in class com.iplanet.services.ldap.aci.ACI
-
Geets the QualifiedCollection of targetAttributes that apply to the ACI
- getTargetFilter() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the target filter for the ACI
- 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.
- getTaskId() - Method in class com.persistit.Management.TaskStatus
-
Return the unique taskID for this task
- getTbOffset() - Method in class com.persistit.Management.RecordInfo
-
- 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
.
- getTemplateManager() - Static method in class com.iplanet.ums.TemplateManager
-
Clients can only obtain a reference through this method.
- getTemplateName() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module display page template name.
- getTerm(int) - Method in class com.persistit.KeyFilter
-
Returns the term at the specified index.
- 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.
- getTermsTranslations() - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Gets the map of terms and conditions.
- 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.
- getTime() - Method in class com.persistit.AlertMonitor.AlertRecord
-
- getTime() - Method in class com.persistit.AlertMonitor.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.iplanet.ums.SearchControl
-
Get current time out setting.
- getTimeOut() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns current time out setting.
- getTimeoutMillis() - Method in class com.persistit.Exchange
-
- getTimeOutValue() - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Returns the authentication module display page time out value.
- getTimesOfDay() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the times of the day at which this ACI applies
- getTimestamp() - Method in class com.persistit.Buffer
-
- getTimestamp(ByteBuffer) - Static method in class com.persistit.JournalRecord
-
- getTimestamp() - Method in class com.persistit.Management.BufferInfo
-
- 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
.
- getTmpVolDir() - Method in class com.persistit.Configuration
-
- getTmpVolMaxSize() - Method in class com.persistit.Configuration
-
- getTmpVolPageSize() - Method in class com.persistit.Configuration
-
- 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.oauth2.AccessTokenInfo
-
Returns the access token identifier issued from the authorization server.
- 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.
- 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.
- 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
.
- getTotalCompletedCommits() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.
- getTransaction() - Method in class com.persistit.Exchange
-
The transaction context for this Exchange.
- getTransaction() - Method in class com.persistit.Persistit
-
Get the Transaction
object for the current thread.
- getTransaction() - Method in interface com.persistit.ReadOnlyExchange
-
The transaction context for this Exchange.
- 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.
- getTransactionInfo() - Method in interface com.persistit.Management
-
- getTransactionMapSize() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getTransactionMapSize() - Method in class com.persistit.RecoveryManager
-
- 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.
- getTraverseCounter() - Method in class com.persistit.Management.TreeInfo
-
- getTraverseCounter() - Method in class com.persistit.Management.VolumeInfo
-
- getTraverseCounter() - Method in class com.persistit.TreeStatistics
-
- getTree() - Method in class com.persistit.Exchange
-
Return the
Tree
on which this
Exchange
operates.
- getTree() - Method in class com.persistit.KeyHistogram
-
- getTree() - Method in interface com.persistit.ReadOnlyExchange
-
Return the
Tree
on which this
Exchange
operates.
- getTree(String, boolean) - Method in class com.persistit.Volume
-
Looks up by name and returns a NewTree
within this
Volume
.
- getTreeComparator() - Method in class com.persistit.TreeBuilder
-
This method may be extended to provide an application-specific ordering
on Tree
s.
- getTreeDepth() - Method in class com.persistit.KeyHistogram
-
- getTreeInfo(String, String) - Method in interface com.persistit.Management
-
Return a TreeInfo
for a specified Volume
and
Tree
.
- getTreeInfoArray(String) - Method in interface com.persistit.Management
-
Return an array containing a TreeInfo
element for each
Tree
in the specified volume.
- getTreeNames() - Method in class com.persistit.Volume
-
Returns an array of all currently defined Tree
names.
- getTrees() - Method in class com.persistit.TreeBuilder
-
- getTreeStatistics() - Method in class com.persistit.TreeState
-
- 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(ByteBuffer) - Static method in class com.persistit.JournalRecord
-
- getType() - Method in class com.persistit.Management.BufferInfo
-
Return the type of page occupying this Buffer
as an
integer.
- getType() - Method in class com.persistit.Value
-
Returns the type of the object represented by the current state of this
Value
.
- 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.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.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.
- getTypeName() - Method in class com.persistit.Management.BufferInfo
-
Return the type of page occupying this Buffer
in
displayable name form.
- getUID() - Method in class com.iplanet.ums.User
-
Return uid for the user
- 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.
- getUncommittedCount() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getUncommittedCount() - Method in class com.persistit.RecoveryManager
-
- getUncommittedTransactions() - Method in class com.persistit.Management.RecoveryInfo
-
- 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
-
- getUnparsedArray() - Method in class com.persistit.util.ArgParser
-
Array of arguments that were not parsed by this template.
- getUnparsedList() - Method in class com.persistit.util.ArgParser
-
List of the arguments that were not parsed by this template.
- 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.
- getUrgentFileCountThreshold() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.protocol.Request
-
Returns the fully-qualified URI of the resource being accessed.
- 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(String, String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given a uid for a user, lookup the user under a
specified virtual domain name.
- getUser(String, String, String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Given identification of a user with a naming
attribute and value, lookup the user under a virtual domain specified.
- 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).
- getUserAttrs() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the user Attributes.
- 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
.
- getUserCount() - Method in class com.iplanet.ums.PeopleContainer
-
Gets the current number of users.
- getUserDNAttrs() - Method in class com.iplanet.services.ldap.aci.ACI
-
Get the DN attributes.
- 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.
- 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.
- getUsers() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets the collection of users to whom the ACI apllies
- 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
.
- getValidatedAttributeNames() - Method in class com.iplanet.ums.CreationTemplate
-
Gets a list of attribute names registered for validation.
- getValidation(String) - Method in class com.iplanet.ums.CreationTemplate
-
Gets enumeration of ValidationElement for the attribute name
- getValidator() - Method in class com.iplanet.ums.validation.ValidationElement
-
Returns a validator
- getValidator() - Method in class com.sun.identity.sm.AttributeSchema
-
Method to get the validator name for using to validate this service
attribute
- getValidPageCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Get the count of valid pages in this pool.
- getValidPageCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- 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.
- 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
-
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester.
- getValidSessions(SSOToken, String) - Method in class com.iplanet.sso.SSOTokenManager
-
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester.
- getValidStatusValue() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Gets the field name for the valid status value.
- getValidValues(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.iplanet.services.ldap.Attr
-
Get one string value of the attribute
- getValue(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Gets the first string value right from a specified
attribute
- getValue() - Method in class com.persistit.Exchange
-
Return the
Value
associated with this
Exchange
.
- getValue() - Method in class com.persistit.PersistitMap.ExchangeEntry
-
Returns the value field of this ExchangeEntry
.
- getValue() - Method in interface com.persistit.ReadOnlyExchange
-
Return the
Value
associated with this
Exchange
.
- 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.HeaderUtil.Parameter
-
Represents header value.
- 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.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.
- getValueBuilder() - Method in class com.persistit.DefaultValueCoder
-
Return the Builder
that copies data values between a
Value
and a client object.
- getValueCoder(Class<?>) - Method in class com.persistit.DefaultCoderManager
-
Return a ValueCoder
for the supplied Class
.
- getValueCoder(Class<?>) - Method in interface com.persistit.encoding.CoderManager
-
Return a ValueCoder
for the supplied Class
.
- 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.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.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.protocol.Header
-
Returns the header as a list of strings.
- getValueState() - Method in class com.persistit.Management.LogicalRecord
-
- getValueState() - Method in class com.persistit.Management.RecordInfo
-
- getValueString() - Method in class com.persistit.Management.LogicalRecord
-
- 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 class com.iplanet.services.ldap.aci.ACI
-
Get the version number.
- GetVersion - Class in com.persistit
-
Access the build version string from a resource included in the persistit jar
file.
- getVersion() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the version name of the current Persistit instance.
- getVersion() - Method in class com.persistit.TimelyResource
-
- getVersion(Version.VersionCreator<V>) - Method in class com.persistit.TimelyResource
-
- getVersion() - Method in class com.persistit.VolumeSpecification
-
- 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.
- getVersion() - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Gets the version string associated with the terms and conditions.
- getVersionHandle() - Method in exception com.persistit.exception.WWRetryException
-
- 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.
- getVersionString() - Static method in class com.persistit.GetVersion
-
- 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.
- getVLVJumpTo() - Method in class com.iplanet.ums.SearchControl
-
Get jumpTo value for VLV range.
- getVLVRange() - Method in class com.iplanet.ums.SearchControl
-
Get range for current VLV setting.
- getVolume() - Method in class com.persistit.Buffer
-
- getVolume() - Method in class com.persistit.Exchange
-
Return the
Volume
containing the data accessed by this
Exchange
.
- getVolume(String) - Method in class com.persistit.Persistit
-
Looks up a
Volume
by name or path.
- getVolume() - Method in interface com.persistit.ReadOnlyExchange
-
Return the
Volume
containing the data accessed by this
Exchange
.
- getVolume() - Method in class com.persistit.Tree
-
- getVolumeId() - Method in class com.persistit.Management.BufferInfo
-
- getVolumeInfo(String) - Method in interface com.persistit.Management
-
Return the VolumeInfo
for the volume specified by the
supplied volumeName
.
- getVolumeInfoArray() - Method in interface com.persistit.Management
-
Return an array containing a VolumeInfo
element for each
open volume.
- getVolumeList() - Method in class com.persistit.Configuration
-
Return a List of
VolumeSpecification
instances for
Volume
s that Persistit should load or create during
initialization.
- getVolumeName() - Method in class com.persistit.Management.BufferInfo
-
- getVolumePathName() - Method in class com.persistit.Management.TreeInfo
-
Return the path name of the volume to which this tree belongs.
- getVolumes() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return an array of information of all volumes that Persistit knows about,
or null if there are none.
- getVolumes() - Method in class com.persistit.Persistit
-
Get a
List
of all
Volume
s currently being managed by this
Persistit instance.
- 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.
- getWarnLogTimeInterval() - Method in class com.persistit.AlertMonitor
-
- getWarnLogTimeInterval() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- getWellKnownEndpoint() - Method in class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
-
Gets the well-known endpoint.
- getWithNull(Key) - Method in class com.persistit.encoding.ObjectCache
-
Return the Object value associated with the key if it is present in the
cache; otherwise null
.
- 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
.
- getWritableAttributeNames() - Method in class com.iplanet.ums.AccessRightObject
-
Get all the writable attribute names.
- getWriteCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Return count of pages written from this pool.
- getWriteCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
- getWriteCounter() - Method in class com.persistit.Management.VolumeInfo
-
Return the number of physical write operations performed against
pages in this Volume
.
- 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.
- getWriterClaimedPageCount() - Method in class com.persistit.Management.BufferPoolInfo
-
Get the count of pages on which running threads have writer
(exclusive) claims in this pool.
- getWriterClaimedPageCount() - Method in interface com.persistit.mxbeans.BufferPoolMXBean
-
Get the count of pages on which running threads have writer (exclusive)
claims in this BufferPool
.
- getWriterThreadName() - Method in class com.persistit.Management.BufferInfo
-
Return the name of the Thread
that currently holds a
writer (exclusive) claim on the Buffer
if there is one,
otherwise returns null
.
- getWriterThreadName() - Method in class com.persistit.Management.TreeInfo
-
Return the name of the Thread
that currently holds a
writer (exclusive) claim on the Buffer
if there is one,
otherwise returns null
.
- 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.
- 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
.
- 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.
- 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.
- GIGA - Static variable in class com.persistit.Configuration
-
- 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.
- grantReadPermission(Collection) - Method in class com.iplanet.ums.AccessRightObject
-
Grant read permission to attributes.
- grantWritePermission(Collection) - Method in class com.iplanet.ums.AccessRightObject
-
Grant write permission to attributes.
- 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.
- 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.
- 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.
- GT - Static variable in class com.persistit.Key
-
- GTEQ - Static variable in class com.persistit.Key
-
- Guid - Class in com.iplanet.ums
-
This class represents an LDAP entry and it provides
access to the ID (dn) and GUID of the given name.
- Guid(String) - Constructor for class com.iplanet.ums.Guid
-
Constructs a Guid object from the specified distinguished name.
- Guid(long) - Constructor for class com.iplanet.ums.Guid
-
Constructs a Guid object from the specified unique ID.
- Guid(String, long) - Constructor for class com.iplanet.ums.Guid
-
Constructs a Guid object from the specified distinguished name and unique
ID.
- I18n - Class in com.iplanet.services.util
-
The I18n
class provides methods for applications and services
to internationalize their messages.
- IAssignableMembership - Interface in com.iplanet.ums
-
Represents a container interface common to groups and roles.
- 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
-
- icheck(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.persistit.IntegrityCheck
-
- IClassResolver - Interface in com.iplanet.ums
-
Interface for a class that can resolve the Java class to instantiate for a
specific collection of attributes.
- ICOSDefinition - Interface in com.iplanet.ums.cos
-
This interface provides method signatures which will be implemented for COS
definitions.
- ICOSSPECIFIER - Static variable in interface com.iplanet.ums.cos.ICOSDefinition
-
This field represents a keyword used in COS definitions.
- id(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
-
Set the id.
- 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
- IDynamicMembership - Interface in com.iplanet.ums
-
Represents a container interface common to groups and roles.
- 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.
- IFilteredMembership - Interface in com.iplanet.ums
-
Interface that would be implemented by roles that control membership based on
a filter.
- 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.
- IGNORE_MISSING_VOLUMES_PROPERTY - Static variable in class com.persistit.Configuration
-
Property name for the "ignore missing volumes" property.
- 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.
- IMembership - Interface in com.iplanet.ums
-
Represents a container interface common to groups and roles.
- 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.policy.jaas.ISPermission
-
Checks if the specified permission's actions are "implied by"
this object's actions.
- 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.
- ImportHandler(Persistit) - Constructor for class com.persistit.StreamLoader.ImportHandler
-
- ImportHandler(Persistit, TreeSelector, boolean, boolean) - Constructor for class com.persistit.StreamLoader.ImportHandler
-
- 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.
- incrementStep() - Method in class com.persistit.Transaction
-
Increment this transaction's current step index.
- 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.
- indexTo(int) - Method in class com.persistit.Key
-
Sets the index to a specified depth
.
- init(String) - Method in class com.persistit.RecoveryManager
-
- 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.
- initCache() - Method in class com.persistit.Exchange
-
Drop all cached optimization information
- INITIAL_SIZE - Static variable in class com.persistit.Value
-
Default initial size of the byte array that backs this Value
.
- 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() - Method in class com.persistit.Persistit
-
- initialize(String) - Method in class com.persistit.Persistit
-
Deprecated.
- initialize(Properties) - Method in class com.persistit.Persistit
-
Deprecated.
- initialize(Configuration) - Method in class com.persistit.Persistit
-
Deprecated.
- 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(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
-
- 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.
- 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.
- 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_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
-
- IntegrityCheck - Class in com.persistit
-
A simple integrity checker that traverses all pages within one or more
Tree
s, verifies the internal structure of each page, and verifies the
relationships between the pages.
- IntegrityCheck(Persistit) - Constructor for class com.persistit.IntegrityCheck
-
- IntegrityCheck.Fault - Class in com.persistit
-
A representation of an error or inconsistency within a
Tree
.
- 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
-
- InternalHashSet - Class in com.persistit.util
-
A minimal HashSet-like collection that allows lookup by just hash code.
- InternalHashSet() - Constructor for class com.persistit.util.InternalHashSet
-
- InternalHashSet.Entry - Class in com.persistit.util
-
- 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.
- interruptedAtClose - Variable in class com.persistit.logging.LogBase
-
- 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(int) - Method in class com.persistit.util.ArgParser
-
Return the integer value of argument specified by its index in the
template
- 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.
- InUseException - Exception in com.persistit.exception
-
Thrown when a Persistit database operation fails to establish a claim on a
resource within a reasonable length of time.
- InUseException(String) - Constructor for exception com.persistit.exception.InUseException
-
- 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.
- InvalidAppSSOTokenException - Exception in com.sun.identity.policy.client
-
Exception thrown if Application SSOToken
is invalid.
- InvalidAppSSOTokenException(String) - Constructor for exception com.sun.identity.policy.client.InvalidAppSSOTokenException
-
Constructs InvalidAppSSOTokenException
- InvalidAppSSOTokenException(String, String, Object[]) - Constructor for exception com.sun.identity.policy.client.InvalidAppSSOTokenException
-
Constructs InvalidAppSSOTokenException
- InvalidAppSSOTokenException(String, String, Object[], Throwable) - Constructor for exception com.sun.identity.policy.client.InvalidAppSSOTokenException
-
Constructs InvalidAppSSOTokenException
- 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.
- InvalidDCRootException - Exception in com.iplanet.ums.dctree
-
Exception occurs when root of DCTree are not defined for DCTree to function
properly.
- InvalidDCRootException() - Constructor for exception com.iplanet.ums.dctree.InvalidDCRootException
-
Default constructor
- InvalidDCRootException(String) - Constructor for exception com.iplanet.ums.dctree.InvalidDCRootException
-
Constructor with a message string
- InvalidDCRootException(String, Throwable) - Constructor for exception com.iplanet.ums.dctree.InvalidDCRootException
-
Constructor with message string and an
embedded exception
- 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.
- InvalidKeyException - Exception in com.persistit.exception
-
Thrown by
Exchange
on an attempt to store an invalid
Key
.
- InvalidKeyException() - Constructor for exception com.persistit.exception.InvalidKeyException
-
- InvalidKeyException(String) - Constructor for exception com.persistit.exception.InvalidKeyException
-
- 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.
- InvalidPageAddressException - Exception in com.persistit.exception
-
Thrown when Persistit detects an invalid page pointer.
- InvalidPageAddressException(String) - Constructor for exception com.persistit.exception.InvalidPageAddressException
-
- InvalidPageStructureException - Exception in com.persistit.exception
-
Thrown when Persistit detects corruption within a page image.
- InvalidPageStructureException(String) - Constructor for exception com.persistit.exception.InvalidPageStructureException
-
- InvalidPageTypeException - Exception in com.persistit.exception
-
Thrown when Persistit detects an invalid page type.
- InvalidPageTypeException(String) - Constructor for exception com.persistit.exception.InvalidPageTypeException
-
- 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.
- InvalidSearchFilterException - Exception in com.iplanet.ums
-
This exception will be thrown if invalid LDAP search filters are used during
search operations.
- 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.
- InvalidVolumeSpecificationException - Exception in com.persistit.exception
-
Thrown by
Volume
on an attempt to create a Volume with
invalid buffer size, initial size, extension size or maximum size..
- InvalidVolumeSpecificationException() - Constructor for exception com.persistit.exception.InvalidVolumeSpecificationException
-
- InvalidVolumeSpecificationException(String) - Constructor for exception com.persistit.exception.InvalidVolumeSpecificationException
-
- IO - Class in org.forgerock.http.io
-
Utility class that can stream to and from streams.
- IOMeterMXBean - Interface in com.persistit.mxbeans
-
Manages statistics about various types of physical I/O operations.
- IP_ADDR - Static variable in class com.sun.identity.log.LogConstants
-
Deprecated.
The IPAddr field.
- IRole - Interface in com.iplanet.ums
-
This is a common iterface from which different roles can
be implemented.
- 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.
- 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.persistit.Transaction
-
- 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.
- isAliased() - Method in class com.persistit.VolumeSpecification
-
- isAlive() - Method in class com.persistit.SessionId
-
- isAlive() - Method in interface com.persistit.util.UtilControl
-
- isAllowConcurrentModification() - Method in class com.persistit.PersistitMap
-
Indicate whether a new Iterator
s should throw a
ConcurrentModificationException
in the event the Persistit
Tree backing this Map changes.
- 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(SSOToken, String, String, Map) - Method in class com.sun.identity.policy.client.PolicyEvaluator
-
Evaluates simple privileges of boolean type.
- 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.
- isAppendOnly() - Method in class com.persistit.Configuration
-
- isAppendOnly() - Method in class com.persistit.Management.JournalInfo
-
The appendOnly flag suspends copying of pages to their Volume files.
- isAppendOnly() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.Utils
-
Check to see if a character sequence is null or blank.
- isBoolean() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Boolean
.
- isBufferInventoryEnabled() - Method in class com.persistit.Configuration
-
- isBufferPreloadEnabled() - Method in class com.persistit.Configuration
-
- isCached(Key) - Method in class com.persistit.encoding.ObjectCache
-
Indicates whether there is a value associated with the key.
- 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.
- 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 com.persistit.Management.JournalInfo
-
- isClosed() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- isClosed() - Method in class com.persistit.Persistit
-
Indicates whether this instance of Persistit has been closed.
- isClosed() - Method in class com.persistit.Volume
-
Indicate whether this Volume
has been closed.
- 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".
- isCommitted() - Method in class com.persistit.Transaction
-
Indicates whether the
Transaction.commit()
method has run to successful
completion at the current nested level.
- isCompatible(Object, Object) - Static method in class org.forgerock.util.Utils
-
Returns whether the two objects are type-compatible.
- 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.
- isConstructorOverride() - Method in class com.persistit.Configuration
-
- 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
- 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.
- isCopying() - Method in class com.persistit.Management.JournalInfo
-
- isCopying() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- isCopyingFast() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- isCreate() - Method in class com.persistit.VolumeSpecification
-
- isCreateOnly() - Method in class com.persistit.VolumeSpecification
-
- 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.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
-
- isCsvMode() - Method in class com.persistit.IntegrityCheck
-
Indicate whether CSV mode is enabled.
- isDataPage() - Method in class com.persistit.Buffer
-
- isDataPage() - Method in class com.persistit.Management.BufferInfo
-
Indicates whether the page occupying this buffer is a Data page.
- 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() - Method in class com.persistit.Value
-
Indicates whether there is data associated with this Value
.
- 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.
- isDeleted() - Method in class com.persistit.Tree
-
- 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.
- 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.
- 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
-
- ISearch - Interface in com.iplanet.ums
-
Represents interface for search methods.
- isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenPasswordConsoleConfig
-
Whether email verification is enabled.
- isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.ForgottenUsernameConsoleConfig
-
Whether email verification is enabled.
- isEmailEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Whether email verification is enabled.
- isEmailVerificationFirstEnabled() - Method in class org.forgerock.openam.selfservice.config.beans.UserRegistrationConsoleConfig
-
Whether email verification before user detail option is enabled.
- isEmpty() - Method in class com.persistit.PersistitMap
-
Return true
if this map contains no key-value mappings.
- isEmpty() - Method in class com.persistit.TimelyResource
-
- 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 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 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.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 interface com.persistit.logging.PersistitLogMessage.LogItem
-
- 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.
- isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Indicates whether this result code represents an error result.
- isExclusive() - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Gets the value of the exclusive flag
- 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.
- 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.
- isFailure(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
-
Returns true
if the given AuthStatus
value is AuthStatus.FAILURE
.
- isFastCopying() - Method in class com.persistit.Management.JournalInfo
-
- isFatal() - Method in class com.persistit.Persistit
-
- 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.
- isFixHolesEnabled() - Method in class com.persistit.IntegrityCheck
-
Indicate whether missing index pages should be added when an index "hole"
is discovered.
- isFlag(int) - Method in class com.persistit.util.ArgParser
-
- isFlushing() - Method in class com.persistit.Management.JournalInfo
-
- 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.
- isGarbagePage() - Method in class com.persistit.Buffer
-
- isGarbagePage() - Method in class com.persistit.Management.BufferInfo
-
Indicates whether the page occupying this buffer is a Garbage page.
- isGetAllReturnAttributesEnabled() - Method in class com.sun.identity.idm.IdSearchControl
-
Returns true if the option for getting all attributes has been enabled.
- isHashed(JsonValue) - Method in class org.forgerock.selfservice.core.crypto.CryptoService
-
Detects if a String is hashed.
- isHeadPage() - Method in class com.persistit.Buffer
-
- 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
.
- isIgnoreMissingVolumes() - Method in class com.persistit.Configuration
-
- isIgnoreMissingVolumes() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- isImmediate() - Method in class com.persistit.Task
-
- isImmediate() - Method in class com.persistit.TaskCheck
-
- 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.
- isIndexPage() - Method in class com.persistit.Buffer
-
- isIndexPage() - Method in class com.persistit.Management.BufferInfo
-
Indicates whether the page occupying this buffer is an Index page.
- isInformational() - Method in class org.forgerock.http.protocol.Status
-
- isInitialized() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Indicate whether Persistit is currently in the initialized state.
- isInitialized() - Method in class com.persistit.Persistit
-
Indicates whether this instance has been initialized.
- 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.
- isInUse() - Method in class com.persistit.Management.RecordInfo
-
- isJmxEnabled() - Method in class com.persistit.Configuration
-
- 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.
- isLeftEdge() - Method in class com.persistit.Key
-
Determine if this is the special Key
value that is stored at
the left edge of a Tree
.
- 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.
- isLoggable(PersistitLevel) - Method in class com.persistit.logging.DefaultPersistitLogger
-
- isLoggable(PersistitLevel) - Method in interface com.persistit.logging.PersistitLogger
-
Test whether a message at the specified level should be written to the
log.
- isLoggable(PersistitLevel) - Method in class com.persistit.logging.Slf4jAdapter
-
Overrides isLoggable
to allow control by the wrapped
Logger
.
- 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.
- isLongRecordPage() - Method in class com.persistit.Buffer
-
- isLongRecordPage() - Method in class com.persistit.Management.BufferInfo
-
Indicates whether the page occupying this buffer is a LongRecord
page.
- isMap() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Map
.
- isMember(User) - Method in class com.iplanet.ums.PeopleContainer
-
Checks if a given user is a member of the container.
- 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.
- isMemberOf(IMembership) - Method in class com.iplanet.ums.PersistentObject
-
Checks if this object is a member of an IMembership.
- 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() - Method in class com.persistit.Key
-
Determine if the current segment would return
null
if
Key.decode()
were called.
- isNull(boolean) - Method in class com.persistit.Key
-
Determine if the current segment would return
null
if
Key.decode()
were called.
- isNull() - Method in class com.persistit.Value
-
Tests whether the data held by this Value
is null.
- isNull(boolean) - Method in class com.persistit.Value
-
Determine whether the data held by this Value
is null.
- 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.Utils
-
Check to see if the provided String is null
or empty.
- isNumber() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Number
.
- 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".
- isOpened() - Method in class com.persistit.Volume
-
Indicate whether this Volume
has been opened or created,
i.e., whether a backing volume file has been created or opened.
- 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.
- ISPermission - Class in com.sun.identity.policy.jaas
-
This class provides the support for JAAS Authorization service
Its a new JAAS
Permission
which extends the
Permission
class.
- ISPermission(ProtectionDomain) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission
instance, with the specified
ProtectionDomain
.
- ISPermission(Subject, CodeSource) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission
instance, with the specified
Subject
and the CodeSource
.
- ISPermission(CodeSource) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission
instance, with the specified
CodeSource
.
- ISPermission(String, String, String) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission
instance, with the specified
service name, resource name and action name.
- ISPermission(String, String, String, Map) - Constructor for class com.sun.identity.policy.jaas.ISPermission
-
Constructs an ISPermission
instance, with the specified
service name, resource name and action name.
- isPersistentSearch(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
-
Returns whether the provided request is a persistent search request.
- 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.
- ISPolicy - Class in com.sun.identity.policy.jaas
-
This is an implementation of abstract class
java.security.Policy
for representing the system security
policy for a Java application environment.
- ISPolicy() - Constructor for class com.sun.identity.policy.jaas.ISPolicy
-
Constructs an ISPolicy
instance.
- isPruneEnabled() - Method in class com.persistit.IntegrityCheck
-
Indicate whether pages containing MVV values should be pruned.
- 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.
- isRawContentEmpty() - Method in class org.forgerock.http.protocol.Entity
-
Returns true
if this entity's raw content is empty.
- isReadable(String) - Method in class com.iplanet.ums.AccessRightObject
-
Check if an attribute is readable.
- isReadOnly() - Method in class com.persistit.Volume
-
Indicate whether this Volume
prohibits updates.
- isReadOnly() - Method in class com.persistit.VolumeSpecification
-
- isReadRetryEnabled() - Method in class com.persistit.Persistit
-
Indicates whether Persistit will retry read any operation that fails due
to an IOException.
- 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.
- isRightEdge() - Method in class com.persistit.Key
-
Determine if this is the special Key
value that is stored at
the right edge of a Tree
.
- isRoleIDP() - Method in class com.sun.identity.federation.accountmgmt.FSAccountFedInfo
-
Deprecated.
Represents that in a specific federation remote
deployement participated as SP or IDP.
- isRollbackPending() - Method in class com.persistit.Transaction
-
Indicates whether the current transaction scope has been marked for
rollback.
- isRollbackPruningEnabled() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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
-
Returns true
if this DN is the Root 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
- 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.
- isSelectAll() - Method in class com.persistit.TreeSelector
-
- isSelected(Volume) - Method in class com.persistit.TreeSelector
-
- isSelected(Tree) - Method in class com.persistit.TreeSelector
-
- 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
.
- isSerialOverride(Class<?>) - Method in class com.persistit.DefaultCoderManager
-
Tests whether the supplied class is included in the serial override set.
- 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
- isShowGUI() - Method in class com.persistit.Configuration
-
- 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.
- isShutdownSuspended() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Indicate whether Persistit will suspend its shutdown activities on
invocation of
Persistit.close()
.
- isShutdownSuspended() - Method in class com.persistit.Persistit
-
Indicates whether Persistit will suspend its shutdown activities on
invocation of
Persistit.close()
.
- 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.
- isSpecified(String) - Method in class com.persistit.util.ArgParser
-
Indicate whether the value returned for the specified field is the
default value.
- 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.
- isStreamMode() - Method in class com.persistit.Value
-
Indicates whether stream mode is enabled.
- 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
.
- 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.
- 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.
- 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.
- isSuspendUpdates() - Method in class com.persistit.IntegrityCheck
-
Indicate mode of operation.
- 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.
- isTransactionPrivate(boolean) - Method in class com.persistit.TimelyResource
-
- isTransform() - Method in class org.forgerock.json.resource.PatchOperation
-
Returns true
if this is a "transform" patch operation.
- isTransient() - Method in class com.persistit.Management.VolumeInfo
-
- isTransientError() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Returns whether an exceptional result code represents a transient error.
- isTreeNameSelected(String, String) - Method in class com.persistit.TreeSelector
-
- isType(Class<?>) - Method in class com.persistit.Value
-
- 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.
- isUnallocatedPage() - Method in class com.persistit.Buffer
-
- isUnallocatedPage() - Method in class com.persistit.Management.BufferInfo
-
Indicates whether the page occupying this buffer is an Unallocated
page.
- isUnlimited() - Method in class org.forgerock.util.time.Duration
-
Returns true if this Duration represents an unlimited (or indefinite) duration.
- isUpdateSuspended() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Indicate whether Persistit is suspending all update operations.
- isUpdateSuspended() - Method in class com.persistit.Persistit
-
Indicates whether Persistit is suspending all updates.
- isUsageOnly() - Method in class com.persistit.util.ArgParser
-
- isUseOldVSpec() - Method in class com.persistit.Configuration
-
Deprecated.
- 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() - 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() - 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
-
- isValidName(String) - Static method in class com.persistit.util.Util
-
- isValidPageSize(int) - Static method in class com.persistit.Volume
-
- 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.
- isValidType(int) - Static method in class com.persistit.JournalRecord
-
- isValueDefined() - Method in class com.persistit.Exchange
-
Determines whether the current key has an associated value - that is,
whether a
Exchange.fetch()
operation would return a defined value - without
actually changing the state of either the
Key
or the
Value
.
- 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.
- isVolumeNameSelected(String) - Method in class com.persistit.TreeSelector
-
- isVolumeOnlySelection(String) - Method in class com.persistit.TreeSelector
-
- 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.
- isWritable(String) - Method in class com.iplanet.ums.AccessRightObject
-
Check if an attribute is writable.
- isWritePagePruningEnabled() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- isZero() - Method in class org.forgerock.util.time.Duration
-
Returns true if this Duration represents a zero-length duration.
- isZeroByteFree() - Method in class com.persistit.DefaultObjectCoder
-
- isZeroByteFree() - Method in interface com.persistit.encoding.KeyCoder
-
Since a key segment is terminated by a zero byte value the encoded
portion of the segment must not contain zeroes.
- 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 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 - Static variable in class com.persistit.util.Debug
-
- 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
-
- rangeCheck(int, int, int) - Static method in class com.persistit.util.Util
-
- rangeCheck(long, long, long) - Static method in class com.persistit.util.Util
-
- rangeCheck(float, float, float) - Static method in class com.persistit.util.Util
-
- 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.
- rangeTerm(Object, Object) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that accepts a range of values.
- rangeTerm(Object, Object, CoderContext) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that accepts a range of values.
- rangeTerm(Object, Object, boolean, boolean) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that accepts a range of values.
- rangeTerm(Object, Object, boolean, boolean, CoderContext) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that accepts a range of values.
- 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].
- rawSequenceHistoryCopy() - Static method in class com.persistit.util.ThreadSequencer
-
- 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(Principal, Guid) - Method in class com.iplanet.ums.DataLayer
-
Read an ldap entry
- read(Principal, Guid, String[]) - Method in class com.iplanet.ums.DataLayer
-
Reads an ldap entry.
- 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_PAGE_CATEGORY - Static variable in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- READ_RETRY_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying whether Persistit should retry read
operations that fail due to IOExceptions.
- 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.
- 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.
- readClassDescriptor() - Method in class com.persistit.Value.OldValueInputStream
-
- 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.
- 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 a 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() - 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.
- readException - Variable in class com.persistit.logging.LogBase
-
- readFilter(Asn1Reader) - Static method in class org.forgerock.opendj.io.Ldap
-
Reads the next ASN.1 element from the provided ASN1Reader
as a
Filter
.
- 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.
- 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.
- ReadOnlyExchange - Interface in com.persistit
-
- ReadOnlyVolumeException - Exception in com.persistit.exception
-
Thrown when an application attempts to modify data in a
Volume
that is open in read-only mode.
- ReadOnlyVolumeException() - Constructor for exception com.persistit.exception.ReadOnlyVolumeException
-
- ReadOnlyVolumeException(String) - Constructor for exception com.persistit.exception.ReadOnlyVolumeException
-
- 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.
- readResolve() - Method in class com.persistit.Key.EdgeValue
-
- 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 client 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.
- 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.
- 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.
- readStreamHeader() - Method in class com.persistit.Value.OldValueInputStream
-
- 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.
- RebalanceException - Exception in com.persistit.exception
-
Thrown to signify an internal condition that requires special handling during
deletion rebalancing.
- RebalanceException() - Constructor for exception com.persistit.exception.RebalanceException
-
- RebalanceException(String) - Constructor for exception com.persistit.exception.RebalanceException
-
- rebalanceFit(Buffer, Buffer, int, int, int, int, int, int, int) - Method in class com.persistit.policy.JoinPolicy
-
Determines the quality of fit for a specified candidate join location
within a page.
- 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
.
- 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
.
- RECORD_TYPE_COMMENT - Static variable in class com.persistit.StreamSaver
-
Record type marker for COMMENT records
- RECORD_TYPE_COMPLETION - Static variable in class com.persistit.StreamSaver
-
Record type marker for COMPLETION records
- RECORD_TYPE_COUNT - Static variable in class com.persistit.StreamSaver
-
Record type marker for FILL records
- RECORD_TYPE_DATA - Static variable in class com.persistit.StreamSaver
-
Record type marker for DATA records
- RECORD_TYPE_END - Static variable in class com.persistit.StreamSaver
-
Record type marker for END records
- RECORD_TYPE_EXCEPTION - Static variable in class com.persistit.StreamSaver
-
Record type marker for EXCEPTION records
- RECORD_TYPE_FILL - Static variable in class com.persistit.StreamSaver
-
Record type marker for FILL records
- RECORD_TYPE_HOSTNAME - Static variable in class com.persistit.StreamSaver
-
Record type marker for HOSTNAME records
- RECORD_TYPE_KEY_FILTER - Static variable in class com.persistit.StreamSaver
-
Record type marker for KEY_FILTER records
- RECORD_TYPE_START - Static variable in class com.persistit.StreamSaver
-
Record type marker for START records
- RECORD_TYPE_TIMESTAMP - Static variable in class com.persistit.StreamSaver
-
Record type marker for TIMESTAMP records
- RECORD_TYPE_TREE_ID - Static variable in class com.persistit.StreamSaver
-
Record type marker for TREE_ID records
- RECORD_TYPE_USER - Static variable in class com.persistit.StreamSaver
-
Record type marker for USER records
- RECORD_TYPE_VOLUME_ID - Static variable in class com.persistit.StreamSaver
-
Record type marker for VOLUME_ID records
- RecordInfo() - Constructor for class com.persistit.Management.RecordInfo
-
- RECOVERY_PRUNING_A - Static variable in interface com.persistit.util.SequencerConstants
-
- RECOVERY_PRUNING_B - Static variable in interface com.persistit.util.SequencerConstants
-
- RECOVERY_PRUNING_SCHEDULE - Static variable in interface com.persistit.util.SequencerConstants
-
- recoveryDone - Variable in class com.persistit.logging.LogBase
-
- recoveryException - Variable in class com.persistit.logging.LogBase
-
- recoveryFailure - Variable in class com.persistit.logging.LogBase
-
- RecoveryInfo() - Constructor for class com.persistit.Management.RecoveryInfo
-
- RecoveryInfo(String, long, long, int, long, long, long, long, String, long, int, int, int, int, long, long, String, boolean, boolean) - Constructor for class com.persistit.Management.RecoveryInfo
-
- recoveryKeystone - Variable in class com.persistit.logging.LogBase
-
- RecoveryManager - Class in com.persistit
-
Manages the recovery process during Persistit startup.
- RecoveryManagerMXBean - Interface in com.persistit.mxbeans
-
Management interface for the RecoveryManager
.
- RecoveryMissingVolumesException - Exception in com.persistit.exception
-
Thrown during recovery processing when the prewrite journal contains recovery
data for one or more Volumes that no longer exist.
- RecoveryMissingVolumesException() - Constructor for exception com.persistit.exception.RecoveryMissingVolumesException
-
- RecoveryMissingVolumesException(String) - Constructor for exception com.persistit.exception.RecoveryMissingVolumesException
-
- recoveryPlan - Variable in class com.persistit.logging.LogBase
-
- recoveryProgress - Variable in class com.persistit.logging.LogBase
-
- recoveryRecord - Variable in class com.persistit.logging.LogBase
-
- recoveryValidFile - Variable in class com.persistit.logging.LogBase
-
- RECURRING - Static variable in class com.persistit.logging.LogBase
-
- recurring(String, int, long) - Static method in class com.persistit.logging.LogBase
-
- 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
- refresh() - Method in class com.sun.identity.policy.jaas.ISPolicy
-
Refreshes/reloads the policy configuration.
- 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_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
-
Installs and registers an authentication node for execution by trees.
- registerCommands(Class<?>) - Static method in class com.persistit.CLI
-
Registers command methods provided by the supplied Class.
- 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.
- registerEncodedObject(Object) - Method in class com.persistit.Value
-
Registers an object with an internal handle used to represent back
references.
- registerKeyCoder(Class<?>, KeyCoder) - Method in class com.persistit.DefaultCoderManager
-
Associates a
KeyCoder
with a
Class
that it will
encode.
- registerKeyCoder(Class<?>, KeyCoder) - Method in interface com.persistit.encoding.CoderManager
-
Register the provided KeyCoder
to encode and decode
instances of supplied class.
- registerObjectCoder(Persistit, Class, String[], String[]) - Static method in class com.persistit.DefaultObjectCoder
-
Convenience method that creates and registers a
DefaultObjectCoder
for an arbitrary Java class.
- registerObjectCoderFromBean(Persistit, Class, String[]) - Method in class com.persistit.DefaultObjectCoder
-
Convenience method that creates and registers a
DefaultObjectCoder
for a Java Bean.
- 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.
- registerValueCoder(Class<?>, ValueCoder) - Method in class com.persistit.DefaultCoderManager
-
Attempt to register the provided ValueCoder
to encode and
decode instances of supplied Class
.
- registerValueCoder(Class<?>, ValueCoder) - Method in interface com.persistit.encoding.CoderManager
-
Register the provided ValueCoder
to encode and decode
instances of supplied class.
- 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.
- releaseExchange(Exchange) - Method in class com.persistit.Persistit
-
Releases an Exchange
to the internal pool.
- releaseExchange(Exchange, boolean) - Method in class com.persistit.Persistit
-
Releases an Exchange
to the internal pool.
- 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(String) - Method in class com.iplanet.services.ldap.AttrSet
-
Removes an exisiting attribute
- remove(String, String) - Method in class com.iplanet.services.ldap.AttrSet
-
Remove a specified value for an attribute in the
set
- remove() - Method in class com.iplanet.ums.PersistentObject
-
Remove itself from the persistent store.
- remove(Key) - Method in class com.persistit.encoding.ObjectCache
-
Remove the entry for the specified key, if present, and return its former
value.
- remove() - Method in class com.persistit.Exchange
-
Remove a single key/value pair from the this Exchange
's
Tree
.
- remove(Key.Direction) - Method in class com.persistit.Exchange
-
Depending on the value of the selection parameter, remove the record
associated with the current key, its logical children, or both.
- remove() - Method in class com.persistit.PersistitMap.ExchangeIterator
-
- remove(Object) - Method in class com.persistit.PersistitMap
-
Removes the mapping for this key from this map if present, and returns
the former value.
- 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 class org.forgerock.opendj.ldap.AbstractAttribute
-
- 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() - Method in class com.persistit.Exchange
-
Remove all keys in this Exchange
's Tree
.
- 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
-
- removeAllMembers() - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Removes all members of the group.
- removeAllMembers() - Method in interface com.iplanet.ums.IAssignableMembership
-
Removes all members of the group
- removeAllMembers() - Method in class com.iplanet.ums.ManagedRole
-
Removes all members of the role.
- removeAllMembers() - Method in class com.iplanet.ums.StaticGroup
-
Removes all members of the group.
- 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(Attr) - Method in class com.iplanet.ums.PersistentObject
-
Removes attribute value for the entity.
- 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.AbstractEntry
-
- removeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- removeAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- 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.
- removeAttributeName(String) - Method in class com.iplanet.ums.SearchTemplate
-
Removes the attribute name from the list of attributes to be returned on
a search.
- removeAttributeNames(String[]) - Method in class com.iplanet.ums.SearchTemplate
-
Removes the attribute names from the list of attributes to be returned on
a search.
- 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.
- removeAttributeValue(Principal, Guid, String, String) - Method in class com.iplanet.ums.DataLayer
-
Removes value for an attribute and saves the change in the database.
- removeAttributeValue(SSOToken, Guid, String, String) - Static method in class com.iplanet.ums.PersistentObject
-
Removes value for an attribute and saves the change in the database.
- 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.
- 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.
- removeChild(PersistentObject) - Method in class com.iplanet.ums.Organization
-
Removes an object from the organization.
- removeChild(PersistentObject) - Method in class com.iplanet.ums.PersistentObject
-
Removes a child object from a persistent object container.
- removeChild(Guid) - Method in class com.iplanet.ums.PersistentObject
-
Removes an object given its unique ID.
- removeChildPeopleContainer(PeopleContainer) - Method in class com.iplanet.ums.PeopleContainer
-
Removes a People Container object from the People Container.
- removeChoiceValue(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Removes the given value from the set of choice values.
- 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.
- 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.
- removeCOSAssignment(PersistentObject, ICOSDefinition, COSTemplate) - Method in class com.iplanet.ums.cos.COSManager
-
Removes COS assignment from the persistent object.
- removeCOSAttribute(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Removes the COS attribute from the definition.
- removeCOSAttribute(String) - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method removes a COS attribute from the COS definiton.
- removeCOSTemplate(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Removes a COS Template from this COS definition.
- removeCOSTemplates() - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Removes all COS Templates from this COS definition.
- removed(AlertMonitor.History) - Method in class com.persistit.AlertMonitor.Event
-
Called when this Event
is removed from a
History
.
- 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.
- removeDefinition(String) - Method in class com.iplanet.ums.cos.COSManager
-
Removes the COS definition.
- 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.
- removeDomain(String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Remove a virtual domain in the dctree
- 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
-
- removeFast(Object) - Method in class com.persistit.PersistitMap
-
Removes the mapping for this key from this map if present.
- removeFinishedTasks(long) - Method in interface com.persistit.Management
-
Removes done, expired, stopped or failed tasks from the task list.
- removeGlobalConfiguration(String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Deletes the global configuration data for the given
group name.
- 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.
- removeKeyRange(Key, Key) - Method in class com.persistit.Exchange
-
Removes all records with keys falling between key1
and
key2
, left-inclusive.
- 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
-
Removes the listener from the organization for the
given listener ID.
- 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(Guid) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Removes a member from the group.
- removeMember(PersistentObject) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Removes a member from the group.
- removeMember(Guid) - Method in interface com.iplanet.ums.IAssignableMembership
-
Removes a member from the group.
- removeMember(PersistentObject) - Method in interface com.iplanet.ums.IAssignableMembership
-
Removes a member from the group.
- removeMember(PersistentObject) - Method in class com.iplanet.ums.ManagedRole
-
Removes a member from the role.
- removeMember(Guid) - Method in class com.iplanet.ums.ManagedRole
-
Removes a member from the group.
- removeMember(Guid) - Method in class com.iplanet.ums.StaticGroup
-
Removes a member from the group.
- removeMember(PersistentObject) - Method in class com.iplanet.ums.StaticGroup
-
Removes a member from the group.
- removeMember(AMIdentity) - Method in class com.sun.identity.idm.AMIdentity
-
- removeMembers(Set) - 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.
- removeNotificationListener(NotificationListener) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- removeObject(SSOToken, Guid) - Static method in class com.iplanet.ums.UMSObject
-
Removes an object identified by the given ID.
- removeObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named object class from this schema builder.
- removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
-
Removes the provided optional attribute in the list of attribute
types that entries subject to this DIT content rule may contain.
- removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes the specified optional attribute.
- removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes the provided optional attribute.
- removeOrganizationConfiguration(String, String) - Method in class com.sun.identity.sm.ServiceConfigManager
-
Deletes the organization's group configuration data.
- removePeopleContainerRule(Guid, String) - Method in class com.iplanet.ums.Organization
-
Removes the rule applying to the given People Container guid with the
given filter string.
- 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.
- 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.
- 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.
- removeSecondaryIndexBuilder(String) - Method in class com.persistit.DefaultObjectCoder
-
Remove a secondary index Builder
specified by its name.
- 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.
- removeTargetAttributes() - Method in class com.iplanet.services.ldap.aci.ACI
-
Removes the QualifiedCollection of targetAttributes that contol the
attributes to which this ACI apllies
- removeTargetFilter() - Method in class com.iplanet.services.ldap.aci.ACI
-
Removes the target filter of the ACI
- removeTemplateAttribute(String) - Method in class com.iplanet.ums.cos.COSTemplate
-
Removes a name/value attribute pair from this template.
- removeTrailingSlash(String) - Static method in class org.forgerock.http.util.Paths
-
Removes trailing slash (if there is any), returns the same value otherwise.
- removeTree() - Method in class com.persistit.Exchange
-
Remove the entire Tree
that this Exchange
is
based on.
- removeUser(User) - Method in class com.iplanet.ums.PeopleContainer
-
Removes an User object from the People Container.
- removeValue(String) - Method in class com.iplanet.services.ldap.Attr
-
Remove a specified string value in the attribute
- removeValue(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Remove a specified string value in the attribute
- rename(String, boolean) - Method in class com.iplanet.ums.PersistentObject
-
Renames the RDN to a new value.
- 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.
- render(Value, Object, Class, CoderContext) - Method in class com.persistit.DefaultValueCoder
-
Populates the state of the supplied (mutable) target Object
by decoding the supplied Value
.
- render(Value, Object, Class, CoderContext) - Method in class com.persistit.encoding.CollectionValueCoder
-
Populates the state of the supplied (mutable) target Object
by decoding the supplied Value
.
- render(Value, Object, Class<?>, CoderContext) - Method in interface com.persistit.encoding.ValueRenderer
-
Populates the state of the supplied (mutable) target Object
by decoding the supplied Value
.
- renderKeySegment(Key, Object, Class, CoderContext) - Method in class com.persistit.DefaultObjectCoder
-
Populates the state of the supplied target Object
by
decoding the next key segment of the supplied Key
.
- renderKeySegment(Key, Object, Class<?>, CoderContext) - Method in interface com.persistit.encoding.KeyRenderer
-
Populate the state of the supplied target Object
by decoding
the next key segment of the supplied Key
.
- replace(Attr) - Method in class com.iplanet.services.ldap.AttrSet
-
Replace an existing attribute.
- 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 - 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.
- replaceACI(ACI, ACI) - Method in class com.iplanet.ums.PersistentObject
-
Replaces an ACI of this object
- replaceAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- replaceAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- 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.
- replaceFileSuffix(String, String) - Static method in class com.persistit.util.Util
-
- 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.
- replaceSingleValuedAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Requests that the generated changes should use the
REPLACE
modification type when the
new attribute contains at most one attribute value.
- 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.
- reportMerged(long) - Method in class com.persistit.TreeBuilder
-
This method may be extended to provide application-specific progress
reports.
- reportSorted(long) - Method in class com.persistit.TreeBuilder
-
This method may be extended to provide application-specific progress
reports.
- 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, TimeService) - 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.
- 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.
- 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 class com.persistit.AlertMonitor
-
- reset() - Method in class com.persistit.Exchange
-
- reset() - Method in class com.persistit.Key
-
Sets the index to 0.
- reset() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- reset() - Method in class com.persistit.Value.OldValueInputStream
-
- 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.
- resetCounters() - Method in class com.persistit.BufferPool
-
Resets the get and hit counters to zero.
- 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(String, AttrSet) - Method in interface com.iplanet.ums.IClassResolver
-
Resolves a set of attributes to a subclass of PersistentObject and
returns the class for it.
- 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
-
- resolveClass(ObjectStreamClass) - Method in class com.persistit.Value.OldValueInputStream
-
Override the default implementation because we want to use the
application's ClassLoader, not necessarily the bootstrap loader.
- resolveEntity(String, String) - Method in class org.forgerock.util.xml.XMLHandler
-
- resolveHostNameEnabled() - Static method in class com.sun.identity.log.Logger
-
Deprecated.
Return whether resolve host name is enabled
- 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 - Class in com.iplanet.ums
-
Represents a user entry in UMS.
- Resource(CreationTemplate, AttrSet) - Constructor for class com.iplanet.ums.Resource
-
Construct Resource object without session.
- 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.
- 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 - 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.
- 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, TimeService, ResourceAccess, String) - Constructor for class org.forgerock.http.oauth2.ResourceServerFilter
-
Creates a new OAuth2Filter
.
- 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.
- 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.
- resume() - Method in class com.persistit.Task
-
Request this task to resume.
- 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(LambdaExceptionUtils.ThrowingBiFunction<T, U, R, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
-
- rethrowConsumer(LambdaExceptionUtils.ThrowingConsumer<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(LambdaExceptionUtils.ThrowingPredicate<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
-
- rethrowSupplier(LambdaExceptionUtils.ThrowingSupplier<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
-
- 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.
- RetryException - Exception in com.persistit.exception
-
Thrown when a method must back off and retry.
- RetryException() - Constructor for exception com.persistit.exception.RetryException
-
- 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.
- 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.
- revokeReadPermission(Collection) - Method in class com.iplanet.ums.AccessRightObject
-
Revoke read permission on attributes.
- revokeWritePermission(Collection) - Method in class com.iplanet.ums.AccessRightObject
-
Revoke write permission on attributes.
- rewind() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Rewinds this reader's position to zero.
- RIGHT90_BIAS - Static variable in class com.persistit.policy.SplitPolicy
-
Allocate all records to the right page until it is about 90% full, then
allocate remaining records to the right page.
- RIGHT_BIAS - Static variable in class com.persistit.policy.JoinPolicy
-
Minimize the number of records in the left page, and maximize the number
of records in the right page.
- RIGHT_BIAS - Static variable in class com.persistit.policy.SplitPolicy
-
Allocate as many records as possible to the right page
- RIGHT_GUARD_KEY - Static variable in class com.persistit.Key
-
Key that always occupies the right edge of any Tree
- RIGHT_GUARD_KEYSTATE - Static variable in class com.persistit.KeyState
-
- RMI_REGISTRY_HOST_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for the optional RMI registry host name
- RMI_REGISTRY_PORT_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for the optional RMI registry port
- RMI_SERVER_PORT_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Name of port on which RMI server accepts connects.
- rmiRegisterException - Variable in class com.persistit.logging.LogBase
-
- rmiServerRegistered - Variable in class com.persistit.logging.LogBase
-
- rmiServerUnregister - Variable in class com.persistit.logging.LogBase
-
- rmiUnregisterException - Variable in class com.persistit.logging.LogBase
-
- rollback() - Method in class com.persistit.Transaction
-
Explicitly rolls back all work done within the scope of this transaction.
- RollbackException - Exception in com.persistit.exception
-
- RollbackException() - Constructor for exception com.persistit.exception.RollbackException
-
- RollbackException(String) - Constructor for exception com.persistit.exception.RollbackException
-
- RollbackException(Throwable) - Constructor for exception com.persistit.exception.RollbackException
-
- 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
-
- ROLLOVER_THRESHOLD - Static variable in interface com.persistit.mxbeans.JournalManagerMXBean
-
Size at which a completely obsolete journal file can be eliminated.
- 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
-
Returns the Root 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.
- 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.
- 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, SignatureUtil) - Constructor for class org.forgerock.json.jose.jws.handlers.RSASigningHandler
-
Constructs a new RSASigningHandler, with a SignatureUtil instance to delegate the signing and verifying calls to.
- 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.persistit.Task
-
Implementation of Runnable
.
- run(TransactionRunnable) - Method in class com.persistit.Transaction
-
- run(TransactionRunnable, int, long, boolean) - Method in class com.persistit.Transaction
-
- run(TransactionRunnable, int, long, Transaction.CommitPolicy) - Method in class com.persistit.Transaction
-
- 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
-
- runScript(Persistit, BufferedReader, PrintWriter) - Static method in class com.persistit.CLI
-
Invoke lines read from the supplied BufferedReader
as CLI
commands and write any generated output to the supplied
PrintWriter
.
- runTask() - Method in class com.persistit.BackupTask
-
- runTask() - Method in class com.persistit.IntegrityCheck
-
- runTask() - Method in class com.persistit.StatisticsTask
-
- runTask() - Method in class com.persistit.StreamLoader
-
- runTask() - Method in class com.persistit.StreamSaver
-
- runTask() - Method in class com.persistit.Task
-
Called by a newly created Thread
to perform the task.
- runTask() - Method in class com.persistit.TaskCheck
-
- RuntimeExceptionHandler - Interface in org.forgerock.util.promise
-
A completion handler for consuming runtime exceptions which occur during the
execution of asynchronous tasks.
- runTransaction() - Method in interface com.persistit.TransactionRunnable
-
Interface for application logic that is to be run within the scope of a
Transaction
.
- 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
.
- 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.
- 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
.
- 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() - Method in class com.iplanet.ums.PersistentObject
-
Save the modification(s) to the object.
- save(Exchange, KeyFilter) - Method in class com.persistit.StreamSaver
-
Save all key/value pairs in the Tree
associated with the
supplied Exchange
, subject to selection by the supplied
KeyFilter
.
- 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.
- saveAll() - Method in class com.persistit.StreamSaver
-
Save all trees in all open volumes.
- saveTrees(String, String[]) - Method in class com.persistit.StreamSaver
-
Saves one or more trees in a named volume.
- saveTrees(Volume, String[]) - Method in class com.persistit.StreamSaver
-
Saves one or more trees in the specified Volume
.
- saveTrees(TreeSelector) - Method in class com.persistit.StreamSaver
-
Saves one or more trees.
- 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.
- scheduleAtFixedRate(TimeoutScheduler.TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
-
Schedules the task for periodic invocation.
- scheduleTask(Runnable) - Static method in class com.sun.identity.sm.SMSThreadPool
-
Schedule a task for SMSThreadPool
to run.
- 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.
- SchemaValidationPolicy.EntryResolver - Interface in org.forgerock.opendj.ldap.schema
-
A call-back which will be called during DIT structure rule schema
validation in order to retrieve the parent of the entry being validated.
- SCOPE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
e.g.
- SCOPE_ANCESTORS - Static variable in class com.iplanet.ums.TemplateManager
-
Search scope for determining how to get the configuration data.
- SCOPE_BASE - Static variable in class com.iplanet.ums.SearchControl
-
Search scope for just this object.
- SCOPE_ONE - Static variable in class com.iplanet.ums.SearchControl
-
Search scope for one level.
- SCOPE_ORG - Static variable in class com.iplanet.ums.TemplateManager
-
Search scope for determining how to get the configuration data.
- SCOPE_SUB - Static variable in class com.iplanet.ums.SearchControl
-
Search scope for subtree level.
- SCOPE_TOP - Static variable in class com.iplanet.ums.TemplateManager
-
Search scope for determining how to get the configuration data.
- 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.
- SDF - Static variable in class com.persistit.Key
-
- search(Principal, Guid, int, String, String[], boolean, SearchControl) - Method in class com.iplanet.ums.DataLayer
-
Performs synchronous search based on specified ldap filter.
- search(String, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search (subtree) entry IDs under currrent node based on criteria
specified in search filter and searchControl
- search(String, String[], SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search (subtree) entries under current node based on criteria specified
in filter.
- search(SearchTemplate, SearchControl) - Method in interface com.iplanet.ums.ISearch
-
Search (subtree) entries under current node based on criteria specified
in template, which also indicates which attributes to return.
- search(String, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets only the IDs and object classes of all objects at the current level
and below which match the search filter.
- search(String, String[], SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the specified attributes of all objects at the current level and
below which match the search filter.
- search(SearchTemplate, SearchControl) - Method in class com.iplanet.ums.PersistentObject
-
Gets the attributes specified in the template for all objects at the
current level and below which match the search filter in the template.
- 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(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.
- SearchControl - Class in com.iplanet.ums
-
This class provides a way to customize Search behaviors.
- searchIdentities(IdType, String, IdSearchControl) - Method in class com.sun.identity.idm.AMIdentityRepository
-
- searchIDs(Principal, Guid, int, String, SearchControl) - Method in class com.iplanet.ums.DataLayer
-
Perform synchronous search based on specified ldap filter.
- SearchRequest - Interface in org.forgerock.opendj.ldap.messages
-
The Search operation is used to request a server to return, subject to access
controls and other restrictions, a set of entries matching a complex search
criterion.
- SearchResultEntry - Interface in org.forgerock.opendj.ldap.messages
-
A Search Result Entry represents an entry found during a Search operation.
- SearchResultHandler - Interface in org.forgerock.opendj.ldap
-
A completion handler for consuming the results of a Search operation.
- SearchResultReference - Interface in org.forgerock.opendj.ldap.messages
-
A Search Result Reference represents an area not yet explored during a Search
operation.
- SearchResultReferenceIOException - Exception in org.forgerock.opendj.ldap
-
Thrown when an iteration over a set of search results using a
ConnectionEntryReader
encounters a SearchResultReference
.
- SearchResultReferenceIOException(SearchResultReference) - Constructor for exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
-
Creates a new referral result IO exception with the provided
SearchResultReference
.
- SearchResults - Class in com.iplanet.ums
-
Represents search results.
- 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.
- 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.
- SearchTemplate - Class in com.iplanet.ums
-
Represents templates for searching functionality.
- SearchTemplate() - Constructor for class com.iplanet.ums.SearchTemplate
-
Default constructor for deserialization
- SearchTemplate(String, String[], String) - Constructor for class com.iplanet.ums.SearchTemplate
-
Creates a template with an array of attributes and a search filter.
- 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.
- 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.
- SecureAttrs - Class in com.sun.identity.sae.api
-
SecureAttrs
class forms the core api of "Secure Attributes
Exchange" (SAE) feature.
- secureRandom(SecureRandom) - Method in class org.forgerock.opendj.security.SslContextBuilder
-
Sets the secure random number generator which the SSL context should use.
- 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(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
-
- 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) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
-
Constructs a new security answer definition stage.
- 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) - 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.
- selected(Key) - Method in class com.persistit.KeyFilter
-
Indicates whether the supplied key is selected by this filter.
- 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.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<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 asynchronously to the Directory Server.
- send(Request) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
-
Sends a request asynchronously 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(int) - Static method in class com.persistit.util.ThreadSequencer
-
Possibly block (only when ThreadSequencer is enabled for tests) until a
scheduling condition is met.
- SEQUENCE_TAG - Static variable in class org.forgerock.json.jose.utils.DerUtils
-
DER tag for sequence values.
- SequencerConstants - Interface in com.persistit.util
-
Constants used in the implementation of internal tests on concurrent
behavior.
- sequencerHistory() - Static method in class com.persistit.util.ThreadSequencer
-
- SERIAL_OVERRIDE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name to specify package and/or class names of classes that must
be serialized using standard Java serialization.
- SerialValueCoder - Class in com.persistit.encoding
-
A
ValueCoder
that uses standard Java serialization to store and
retrieve object values.
- SerialValueCoder(Class<?>) - Constructor for class com.persistit.encoding.SerialValueCoder
-
- serialVersionUID - Static variable in class com.persistit.Key.EdgeValue
-
- serialVersionUID - Static variable in class com.persistit.KeyState
-
- serialVersionUID - Static variable in class com.persistit.Management.BufferInfo
-
- serialVersionUID - Static variable in class com.persistit.Management.BufferPoolInfo
-
- serialVersionUID - Static variable in class com.persistit.Management.LogicalRecord
-
- serialVersionUID - Static variable in class com.persistit.Management.LogicalRecordCount
-
- serialVersionUID - Static variable in class com.persistit.Management.RecordInfo
-
- serialVersionUID - Static variable in class com.persistit.Management.TaskStatus
-
- serialVersionUID - Static variable in class com.persistit.Management.TreeInfo
-
- serialVersionUID - Static variable in class com.persistit.Management.VolumeInfo
-
- serialVersionUID - Static variable in exception com.persistit.Management.WrappedRemoteException
-
- serialVersionUID - Static variable in class com.persistit.ValueState
-
- serialVersionUID - Static variable in exception org.forgerock.authz.filter.api.AuthorizationException
-
Serial Version UID.
- 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
-
- 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.
- ServiceErrorException - Exception in org.forgerock.openam.sm
-
- 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) - 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.
- Session - Interface in org.forgerock.http.session
-
An interface for managing attributes across multiple requests from the same user agent.
- 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
.
- SessionId - Class in com.persistit
-
Identity key for a session.
- SessionId() - Constructor for class com.persistit.SessionId
-
- 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.
- setACIText(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the ACI text.
- setAcquisitionTime(long) - Method in class com.persistit.Management.AcquisitionTimeBase
-
- setACR(ACR) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the Access Control Rule.
- 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
.
- 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.
- setAllowConcurrentModification(boolean) - Method in class com.persistit.PersistitMap
-
Control whether iterators of the collection views of this Map will throw
ConcurrentModificationException
in the event the underlying
physical database changes.
- 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.
- setAppCache(Object) - Method in class com.persistit.Exchange
-
Store an Object with this Exchange for the convenience of an application.
- setAppCache(Object) - Method in class com.persistit.Tree
-
Store an Object with this Tree for the convenience of an application.
- setAppCache(Object) - Method in class com.persistit.Volume
-
Store an Object with this Volume for the convenience of an application.
- setAppendOnly(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit starts in append-only mode.
- setAppendOnly(boolean) - Method in interface com.persistit.Management
-
Controls whether Persistit suspends the thread that copies pages from the
journal back to their respective Volumes.
- setAppendOnly(boolean) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.
- setAssociatedOrganization(PersistentObject) - Method in class com.iplanet.ums.dctree.DomainComponent
-
Sets the mapping of a dc entry in the dctree to an
organization or OrganizationalUnit entry in the convergence DIT, the
directory tree hosting all the actual entries
- setAssociatedOrganization(Guid) - Method in class com.iplanet.ums.dctree.DomainComponent
-
Sets the mapping of a dc entry in the dctree to an
organization or organizational unit entry in the convergence DIT, the
directory tree hosting all the actual entries.
- setAttribute(Attr) - Method in class com.iplanet.ums.PersistentObject
-
Set an attribute value for the entity.
- setAttribute(Attr, Locale) - Method in class com.iplanet.ums.PersistentObject
-
Sets an attribute value with a given locale for the entity.
- 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(AttributeFactory) - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Sets the AttributeFactory
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.
- setAttributeNames(String[]) - Method in class com.iplanet.ums.SearchTemplate
-
Sets the attributes to be returned on a search.
- 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).
- setAttrRuleValue(String, Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the value for the given attrRule name
- 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
- 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.
- setAuthLevel(int) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets the AuthLevel
for this session.
- 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.
- 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.
- setBufferInventoryEnabled(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit periodically records an inventory of its buffer
pools to enable buffer pool preloading on a subsequent startup.
- setBufferPoolConfiguration(String) - Method in class com.persistit.Configuration
-
Parses and sets up the configuration of all buffer pools from the
supplied string.
- setBufferPreloadEnabled(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit attempts to preload (warm up) the buffer pools
by preloading pages recorded in a previously generated inventory.
- 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.
- setCheckpointInterval(long) - Method in class com.persistit.Configuration
-
Set the checkpoint interval, in seconds.
- setCheckpointInterval(long) - Method in interface com.persistit.mxbeans.CheckpointManagerMXBean
-
- 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.
- 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.
- 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.
- setClientHostNames(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the client DNS host names to which this ACI applies
- setClientIP(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the client IPs to which this ACI applies
- 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.
- setCoderManager(CoderManager) - Method in class com.persistit.Persistit
-
- setCollection(Collection) - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Sets the collection of values
- 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.
- setCommitPolicy(String) - Method in class com.persistit.Configuration
-
- setCommitPolicy(Transaction.CommitPolicy) - Method in class com.persistit.Configuration
-
- 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.
- setCondition(int, ThreadSequencer.Condition) - Static method in class com.persistit.util.ThreadSequencer
-
- 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(Configuration) - Method in class com.persistit.Persistit
-
Receive the supplied
Configuration
which will be used to
control the creation of a functional
Persistit
within the
Persistit.initialize()
method.
- setConfiguration(String, String, Map) - Method in interface com.sun.identity.plugin.configuration.ConfigurationInstance
-
Sets Configurations.
- 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.
- setConstructorOverride(boolean) - Method in class com.persistit.Configuration
-
Control Persistit should require and use every serialized object to have
a public no-argument constructor.
- 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.
- 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
-
- setCopierInterval(long) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- setCopyingFast(boolean) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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
- setCOSSpecifier(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Sets the COS specifier.
- setCount(int) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
Set the minimum and maximum buffer count.
- 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.
- setCreate(boolean) - Method in class com.persistit.VolumeSpecification
-
- setCreateOnly(boolean) - Method in class com.persistit.VolumeSpecification
-
- 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.
- setCsvMode(boolean) - Method in class com.persistit.IntegrityCheck
-
Control output format.
- 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.
- setCursor(int) - Method in class com.persistit.Value
-
- setCycleCount(int) - Method in class com.persistit.StreamSaver
-
Sets the cycle count.
- 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
- setDaysOfWeek(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the days of the week on which this ACI applies
- setDCRoot(Guid) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Sets the root of the domain component tree (dc
tree).
- 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.
- setDefaultCommitListener(TransactionPlayer.TransactionPlayerListener) - Method in class com.persistit.RecoveryManager
-
- setDefaultCommitPolicy(String) - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Modify the current default CommitPolicy
.
- setDefaultCommitPolicy(Transaction.CommitPolicy) - Method in class com.persistit.Transaction
-
Set the current default policy
- setDefaultJoinPolicy(JoinPolicy) - Method in class com.persistit.Persistit
-
- setDefaultPeopleContainer(Guid) - Method in class com.iplanet.ums.Organization
-
Sets the default People Container for user entries under the
organization.
- setDefaultRollbackListener(TransactionPlayer.TransactionPlayerListener) - Method in class com.persistit.RecoveryManager
-
- 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.
- setDefaultSplitPolicy(SplitPolicy) - Method in class com.persistit.Persistit
-
- setDefaultTransactionCommitPolicy(Transaction.CommitPolicy) - Method in class com.persistit.Persistit
-
Set the current default transaction commit property.
- setDefaultTransactionCommitPolicy(String) - Method in class com.persistit.Persistit
-
Set the current default transaction commit property by name.
- 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.
- setDepth(int) - Method in class com.persistit.Exchange
-
- setDepth(int) - Method in class com.persistit.Key
-
Truncates this Key
to the specified depth
.
- 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
-
- 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
-
- setDirection(Key.Direction) - Method in class com.persistit.PersistitMap.ExchangeIterator
-
Set the desired traversal direction of this Iterator.
- 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.
- setDisplayFilter(Management.DisplayFilter) - Method in interface com.persistit.Management
-
- setDisplayType(String) - Method in interface com.sun.identity.entitlement.EntitlementCondition
-
Sets display type.
- setDn(String) - Method in class com.iplanet.ums.Guid
-
Sets the dn for this object.
- 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.
- setDomainMapping(String, PersistentObject) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Set the domain mapping so that the dc entry maps to
an organization in the the organization DIT hosting user data (the
convergence tree in Nortel spec)
- setDomainMapping(String, Guid) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Set the domain mapping so that the dc entry maps to
an organization in the convergence tree.
- setDomainStatus(String) - Method in class com.iplanet.ums.dctree.DomainComponent
-
Set the domain status in the dc entry
- setDomainStatus(String, String) - Method in class com.iplanet.ums.dctree.DomainComponentTree
-
Sets the domain status for a given virtual domain
- 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.
- setEncodedSize(int) - Method in class com.persistit.Key
-
Sets the count of valid encoded bytes in the backing array for this
Key
.
- setEncodedSize(int) - Method in class com.persistit.Value
-
Sets the length of the encoded data in the backing byte array.
- 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(EntryFactory) - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Sets the EntryFactory
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
- setErrorLogTimeInterval(long) - Method in class com.persistit.AlertMonitor
-
- setErrorLogTimeInterval(long) - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- 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.
- setExcludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
-
Excludes all entries which match the provided filter matcher from being
read from LDIF.
- setExcludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
-
Excludes all entries which match the provided filter matcher from being
written to LDIF.
- setExclusive(boolean) - Method in class com.iplanet.services.ldap.aci.QualifiedCollection
-
Sets the exclusive flag
- 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.
- 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.
- setExtensionSize(long) - Method in class com.persistit.VolumeSpecification
-
- 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.
- setFieldName(String) - Method in class com.sun.identity.log.QueryElement
-
Deprecated.
Sets the field name for this query element.
- setFieldValue(String) - Method in class com.sun.identity.log.QueryElement
-
Deprecated.
Sets the value for the field name in this query element.
- setFilter(String) - Method in class com.iplanet.ums.FilteredRole
-
Sets the filter that controls the membership.
- setFilter(String) - Method in interface com.iplanet.ums.IFilteredMembership
-
Sets the filter that controls the membership.
- 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.
- setFilterTerm(KeyFilter.Term) - Method in class com.persistit.PersistitMap.ExchangeIterator
-
Set up a KeyFilter
for this Iterator
.
- setFixHolesEnabled(boolean) - Method in class com.persistit.IntegrityCheck
-
Control whether missing index pages should be added when an index "hole"
is discovered.
- setFlushInterval(long) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.
- setFraction(float) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- 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.
- setGroup(String) - Method in class com.sun.identity.sm.ServiceInstance
-
Sets the group name for this instance.
- setGroupDNAttrs(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the group DN attributes.
- setGroups(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the collection of groups to whom the ACI apllies
- setHandle(int) - Method in class com.persistit.DefaultValueCoder
-
- setHandle(int) - Method in interface com.persistit.encoding.HandleCache
-
Store a supplied handle.
- setHeader(String) - Method in class com.sun.identity.authentication.spi.PagePropertiesCallback
-
Sets the authentication module header string display.
- setHistoryLength(int) - Method in class com.persistit.AlertMonitor
-
Set the number of Event
s per category to keep in the
History
.
- setHistoryLength(int) - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
Set the number of events per category on which to keep a complete
history.
- 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(long) - Method in class com.iplanet.ums.Guid
-
Sets the nsuniqueID name in the Guid object associated with an LDAP entry
Note that the value is not persisted in LDAP.
- setId(long) - Method in class com.persistit.VolumeSpecification
-
- 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.
- 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
.
- setIgnoreMissingVolumes(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit starts in ignore-missing-volumes mode.
- setIgnoreMissingVolumes(boolean) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.
- setIncludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
-
Ensures that all entries which match the provided filter matcher are read
from LDIF.
- setIncludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
-
Ensures that all entries which match the provided filter matcher are
written to LDIF.
- setIndex(int) - Method in class com.persistit.Key
-
The index is the next position in the backing byte array from which a
segment value will be decoded.
- 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.
- setInitialSize(long) - Method in class com.persistit.VolumeSpecification
-
- 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.
- 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.
- setJmxEnabled(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit registers JMX MXBeans with the platform MBean
server during initialization.
- setJoinPolicy(String) - Method in class com.persistit.Configuration
-
Set the default policy for balancing content between two pages when keys
are removed.
- setJoinPolicy(JoinPolicy) - Method in class com.persistit.Configuration
-
Set the default policy for balancing content between two pages when keys
are removed.
- setJoinPolicy(JoinPolicy) - Method in class com.persistit.Exchange
-
- setJournalCopyingFast(boolean) - Method in interface com.persistit.Management
-
Controls whether Persistit copies page from the journal back to their
volumes as fast as possible.
- setJournalPath(String) - Method in class com.persistit.Configuration
-
Set the path name on which journal files will be created.
- setJournalSize(long) - Method in class com.persistit.Configuration
-
Set the maximum size of each journal file.
- 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.stages.kba.KbaConfig
-
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..
- 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.
- setLevel(String) - Method in class com.persistit.logging.DefaultPersistitLogger
-
- setLevel(PersistitLevel) - Method in class com.persistit.logging.DefaultPersistitLogger
-
- 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.
- setLogFile(String) - Method in class com.persistit.Configuration
-
- setLogFile(String) - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
Set the path for file into which IO events should be logged, or
null
to disable IO logging.
- setLogging(String) - Method in class com.persistit.Configuration
-
- 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.
- setManagement(Management) - Method in interface com.persistit.util.UtilControl
-
- 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.
- setMaxChildPeopleContainerLimit(long) - Method in class com.iplanet.ums.PeopleContainer
-
Sets max children People Container limit for a People Container.
- setMaximumCount(int) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- setMaximumMemory(long) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- setMaximumSize(int) - Method in class com.persistit.Key
-
Allocates a new backing byte array of the specified size.
- setMaximumSize(int) - Method in class com.persistit.Value
-
- setMaximumSize(long) - Method in class com.persistit.VolumeSpecification
-
- setMaximumTime(long) - Method in class com.persistit.Task
-
Set the maximum amount of wall-clock time this Task
will be
permitted to run.
- setMaximumValueSize(int) - Method in class com.persistit.Exchange
-
Modifies the maximum size to which the value backing buffer can grow and trims
the current backing buffer to be no larger than the new maximum.
- setMaxRecord(int) - Method in class com.sun.identity.log.LogQuery
-
Deprecated.
- setMaxResults(int) - Method in class com.iplanet.ums.SearchControl
-
Sets the maximum number of search results to return; 0 means there is no
limit.
- 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.
- setMaxUserLimit(long) - Method in class com.iplanet.ums.PeopleContainer
-
Sets max user limit for a People Container.
- 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.
- setMessageLogVerbosity(int) - Method in class com.persistit.Task
-
Set verbosity level for selecting posted messages.
- 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.
- setMessageWriter(PrintWriter) - Method in class com.persistit.Task
-
Sets a PrintWriter
to receive posted messages.
- 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.
- setMinimumCount(int) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- setMinimumMemory(long) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- setMinimumPruningDelay(long) - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
Set the minimum interval in milliseconds between attempts to enqueue a
page needing to be pruned.
- 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.iplanet.services.ldap.aci.ACI
-
Sets the name of the ACI
- setName(String) - Method in class com.iplanet.ums.cos.DirectCOSDefinition
-
Sets the name of this COS.
- setName(String) - Method in interface com.iplanet.ums.cos.ICOSDefinition
-
This method sets the name for the COS definition.
- setName(String) - Method in class com.iplanet.ums.Template
-
Sets the name of the template (for deserialization).
- setName(String) - Method in class com.persistit.VolumeSpecification
-
- 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.opendj.ldap.AbstractEntry
-
- 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(String) - 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
-
- 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.
- 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
- setPageAddressAndVolume(long, Volume) - Method in class com.persistit.Buffer
-
- 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 class com.persistit.VolumeSpecification
-
- 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 com.persistit.VolumeSpecification
-
- 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(QualifiedCollection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the QualifiedCollection of permissions that apply to the ACI
- setPermissions(JsonValue) - Method in interface org.forgerock.oauth2.core.AccessToken
-
Set the UMA permissions contained in the token.
- setPersistit(Persistit) - Method in class com.persistit.Task
-
Set the Persistit instance to be accessed by this Task.
- setPersistitLogger(PersistitLogger) - Method in class com.persistit.Persistit
-
Replaces the current logger implementation.
- setPluginTools(PluginTools) - Method in class org.forgerock.openam.auth.node.api.AbstractNodeAmPlugin
-
Guice setter for pluginTools
.
- setPollInterval(long) - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
Set the interval in milliseconds between cleanup polling actions
- 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.iplanet.ums.cos.COSTemplate
-
Sets the priority for this template.
- 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(Properties) - Method in class com.persistit.Persistit
-
Sets a Configuration
derived from the supplied
Properties
.
- 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.
- setPropertiesFromFile(String) - Method in class com.persistit.Persistit
-
Sets a Configuration
derived from Properties
read from the supplied file name.
- 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(String, String) - Method in class com.persistit.Configuration
-
Set a property value in the configuration Properties
map.
- 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
.
- setPruneEnabled(boolean) - Method in class com.persistit.IntegrityCheck
-
Control whether IntegrityCheck
should attempt to prune pages
containing MVV values.
- 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.stages.kba.KbaConfig
-
Sets the kba questions.
- setQuiescentIOthreshold(long) - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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 pah (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.
- setReadOnly(boolean) - Method in class com.persistit.VolumeSpecification
-
- 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
-
- 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.
- setReportKeyCountMultiple(long) - Method in class com.persistit.TreeBuilder
-
- 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
.
- 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.
- setReservedMemory(long) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- 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.
- 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
- 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.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
.
- 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.
- setRmiHost(String) - Method in class com.persistit.Configuration
-
Set the URL of an Remote Method Invocation registry.
- setRmiPort(int) - Method in class com.persistit.Configuration
-
Set a port number on which Persistit will create a temporary Remote
Method Invocation registry.
- setRmiServerPort(int) - Method in class com.persistit.Configuration
-
- setRoles(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the collection of roles to which the ACI applies
- setRollbackPruningEnabled(boolean) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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(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
.
- setSearchBase(Guid) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the search base used to evaluate this dynamic group.
- setSearchBase(Guid) - Method in interface com.iplanet.ums.IDynamicMembership
-
Sets the search base used to evaluate this dynamic group.
- setSearchFilter(String) - Method in class com.iplanet.ums.AssignableDynamicGroup
-
Sets the search filter used to evaluate this dynamic group.
- setSearchFilter(String) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the search filter used to evaluate this dynamic group.
- setSearchFilter(String) - Method in interface com.iplanet.ums.IDynamicMembership
-
Sets the search filter used to evaluate this dynamic group.
- setSearchFilter(String) - Method in class com.iplanet.ums.SearchTemplate
-
Sets the filter expression used to search for objects of this type, for
example, "objectclass=inetorgperson" or
"(&(objectclass=inetorgperson)(ou=accounting))"
- setSearchModifiers(IdSearchOpModifier, Map) - Method in class com.sun.identity.idm.IdSearchControl
-
Set the options for modifying the basic search filter in each plugin.
- setSearchScope(int) - Method in class com.iplanet.ums.DynamicGroup
-
Sets the search scope used to evaluate this dynamic group.
- setSearchScope(int) - Method in interface com.iplanet.ums.IDynamicMembership
-
Sets the search scope used to evaluate this dynamic group.
- setSearchScope(int) - Method in class com.iplanet.ums.SearchControl
-
Sets the search scope in SearchControl.
- 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
- setSerialOverride(String) - Method in class com.persistit.Configuration
-
Set a pattern that identifies classes to be serialized using standard
Java serialization rather than Persistit's default serialization.
- 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(SessionId) - Method in class com.persistit.Persistit
-
Modify this thread's SessionId.
- 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.
- setShowGUI(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit starts up an attached instance of the AdminUI
tool during initialization.
- setShutdownSuspended(boolean) - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Control whether Persistit will suspend its shutdown activities on
invocation of
Persistit.close()
.
- setShutdownSuspended(boolean) - Method in class com.persistit.Persistit
-
Determines whether Persistit will suspend its shutdown activities on
invocation of
Persistit.close()
.
- 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.
- setSlowIoAlertThreshold(long) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.
- setSortKeys(String[]) - Method in class com.iplanet.ums.SearchControl
-
Set sort order based on attribute names.
- setSortKeys(SortKey[]) - Method in class com.iplanet.ums.SearchControl
-
Set sort order based on SortKey
- setSortTreeDirectories(List<File>) - Method in class com.persistit.TreeBuilder
-
Define a list of directories in which sort volumes will be created.
- setSplitPolicy(String) - Method in class com.persistit.Configuration
-
Set the default policy for balancing content between two pages when a
page is split.
- setSplitPolicy(SplitPolicy) - Method in class com.persistit.Configuration
-
Set the default policy for balancing content between two pages when a
page is split.
- setSplitPolicy(SplitPolicy) - Method in class com.persistit.Exchange
-
- 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.
- setStartTime(long) - Static method in class com.persistit.util.Debug
-
- 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.
- setStep(int) - Method in class com.persistit.Transaction
-
Set the current step index.
- 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.
- setStreamMode(boolean) - Method in class com.persistit.Value
-
Enables or disables stream mode.
- 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.
- setSuspendUpdates(boolean) - Method in class com.persistit.IntegrityCheck
-
Control mode of operation.
- setSyntax(String) - Method in class com.sun.identity.sm.AttributeSchema
-
Sets the Syntax attribute.
- setSysVolume(String) - Method in class com.persistit.Configuration
-
Set the system volume name attribute.
- setTags(List<String>) - Method in class org.forgerock.api.transform.LocalizableOperation
-
- setTarget(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the target of the ACI
- 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.
- setTargetAttrFilters(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the target attr filters that controls value based access control
- setTargetAttributes(QualifiedCollection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the QualifiedCollection of targetAttributes that apply to the ACI
- setTargetFilter(String) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the target filter of the ACI
- setTaskSuspended(long, boolean) - Method in interface com.persistit.Management
-
Suspend or resume the task(s) identified by taskId
.
- setTerminate(boolean) - Method in interface com.sun.identity.saml2.protocol.ManageNameIDRequest
-
Set this request as terminating request.
- setTermsTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Sets the terms and conditions map.
- 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.iplanet.ums.SearchControl
-
Sets the maximum number of milliseconds to wait for any operation 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.
- setTimeoutMillis(long) - Method in class com.persistit.Exchange
-
Set the standard timeout for this Exchange
.
- setTimesOfDay(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the times of the day at which this ACI applies
- 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
-
- setTmpVolDir(String) - Method in class com.persistit.Configuration
-
Set the name of a directory where backing files to hold temporary volumes
are created when needed.
- setTmpVolMaxSize(long) - Method in class com.persistit.Configuration
-
Set the maximum temporary volume file size in bytes.
- setTmpVolPageSize(int) - Method in class com.persistit.Configuration
-
Set the default page size for newly created temporary volumes.
- setTokenLifeTimeInSeconds(long) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the token life (seconds).
- 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.
- setup(long, String, String, long, int) - Method in class com.persistit.Task
-
Sets up a Task
.
- 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.
- setUpdateSuspended(boolean) - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Control whether Persistit will suspend all update operations.
- setUpdateSuspended(boolean) - Method in class com.persistit.Persistit
-
Controls whether Persistit will suspend all Threads that attempt to
update any Volume.
- setupGUI(boolean) - Method in class com.persistit.Persistit
-
Attempts to open the diagnostic GUI that displays some useful information
about Persistit's internal state.
- setupModule(Module.SetupContext) - Method in class org.forgerock.http.util.Json.JsonValueModule
-
- setUrgentFileCountThreshold(int) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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(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
.
- setUseOldVSpec(boolean) - Method in class com.persistit.Configuration
-
Deprecated.
- 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.
- setUserAttrs(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the user attributes.
- setUserDNAttrs(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Set the user DN attributes
- 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.
- setUsers(Collection) - Method in class com.iplanet.services.ldap.aci.ACI
-
Sets the collection of users to whom the ACI apllies
- setUserSessionProperty(String, String) - Method in class com.sun.identity.authentication.spi.AMLoginModule
-
Sets a property in the user session.
- SetValidator - Class in com.iplanet.ums.validation
-
Validates if given value is in the set.
- SetValidator() - Constructor for class com.iplanet.ums.validation.SetValidator
-
- 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.iplanet.services.ldap.Attr
-
Set value of an attribute
- setValue(byte[]) - Method in class com.iplanet.services.ldap.Attr
-
Set value of an attribute
- setValue(V) - Method in class com.persistit.PersistitMap.ExchangeEntry
-
Modifies the value field of this Entry and of the underlying
Persistit database record associated with the key for this Entry.
- 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 class com.iplanet.services.ldap.aci.ACI
-
Set the version number of the ACI.
- setVersion(int) - Method in class com.persistit.VolumeSpecification
-
- 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.
- setVersion(String) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Sets the version string associated with the terms and conditions.
- setVLVRange(int, int, int) - Method in class com.iplanet.ums.SearchControl
-
Set range for retrieving VLV data.
- setVLVRange(String, int, int) - Method in class com.iplanet.ums.SearchControl
-
Set range for retrieving VLV data.
- setVolumeList(List<VolumeSpecification>) - Method in class com.persistit.Configuration
-
- 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.
- setWarnLogTimeInterval(long) - Method in class com.persistit.AlertMonitor
-
- setWarnLogTimeInterval(long) - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- 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.
- setWritePagePruningEnabled(boolean) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- 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.
- 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.
- SHOW_GUI_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying whether Persistit should attempt to launch a
diagnostic utility for viewing internal state.
- 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.
- shutdownGUI() - Method in class com.persistit.Persistit
-
Closes the diagnostic GUI if it previously has been opened.
- 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.
- 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(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, 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(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.
- 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.
- simpleTerm(Object) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that matches a single value.
- simpleTerm(Object, CoderContext) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that matches a single value.
- since(long) - Method in interface org.forgerock.util.time.TimeService
-
Computes the elapsed time between
now and
past
.
- SINGLE - Static variable in exception com.persistit.exception.RetryException
-
- SINGLE_LEVEL - Static variable in class org.forgerock.opendj.ldap.SearchScope
-
The scope is constrained to the immediate subordinates of the search base entry.
- 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 - Static variable in exception com.persistit.exception.RebalanceException
-
- singleton(Boolean) - Method in class org.forgerock.api.models.Create.Builder
-
Setter for singleton.
- 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.
- 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 class com.iplanet.services.ldap.Attr
-
Get the number of values of the attribute
- size() - Method in class com.iplanet.services.ldap.AttrSet
-
Get the number of attributes in the Attribute Set
- size() - Method in class com.persistit.KeyFilter
-
Returns the current size of this KeyFilter
's term array.
- size() - Method in class com.persistit.PersistitMap
-
Return the number of key-value mappings in this map.
- size() - Method in class com.persistit.TreeSelector
-
- size() - Method in class com.persistit.util.InternalHashSet
-
- 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.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.
- SizeLimitExceededException - Exception in com.iplanet.ums
-
This exception will be thrown when the size limit has been exceeded during
search operations.
- SizeLimitExceededException() - Constructor for exception com.iplanet.ums.SizeLimitExceededException
-
Default constructor
- SizeLimitExceededException(String) - Constructor for exception com.iplanet.ums.SizeLimitExceededException
-
Constructor with a message string.
- SizeLimitExceededException(String, Throwable) - Constructor for exception com.iplanet.ums.SizeLimitExceededException
-
Constructor with message string and an embedded exception.
- skip() - Method in class com.persistit.Value
-
Does nothing except when this Value
is in stream
mode.
- 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.
- sleep(long) - Static method in class com.persistit.util.Util
-
- Slf4jAdapter - Class in com.persistit.logging
-
Wraps an org.slf4j.Logger
instance for Persistit logging.
- Slf4jAdapter(Logger) - Constructor for class com.persistit.logging.Slf4jAdapter
-
Constructs a wrapped Slf4j Logger.
- 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 com.iplanet.ums
-
This class represents data structure for sort key.
- SortKey() - Constructor for class com.iplanet.ums.SortKey
-
- 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.
- 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.
- spinSleep() - Static method in class com.persistit.util.Util
-
- 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.
- SPLIT_POLICY_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
- splitFit(Buffer, int, int, boolean, int, int, int, int, int, int, Exchange.Sequence) - Method in class com.persistit.policy.SplitPolicy
-
Determines the quality of fit for a specified candidate split location
within a page.
- SplitPolicy - Class in com.persistit.policy
-
Policies for determining the balance between left and right pages when
insertion causes a page to split.
- SplitPolicy() - Constructor for class com.persistit.policy.SplitPolicy
-
- 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.
- sslContext(SSLContext) - Method in class org.forgerock.opendj.security.SslOptions
-
Sets the SSLContext that should be used when installing the SSL layer.
- SslContextBuilder - Class in org.forgerock.opendj.security
-
An SSL context builder provides an interface for incrementally constructing
SSLContext
instances for use when securing connections with SSL or
the StartTLS extended operation.
- SslContextBuilder() - Constructor for class org.forgerock.opendj.security.SslContextBuilder
-
Creates a new SSL context builder using default parameters.
- SslOptions - Class in org.forgerock.opendj.security
-
Encapsulates all the required informations to configure SSL based security.
- 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.
- 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 - Variable in class com.persistit.logging.LogBase
-
- start() - Method in class com.persistit.Task
-
Start this Task
- start() - Method in interface org.forgerock.http.HttpApplication
-
Gets the root
Handler
that will handle all HTTP requests.
- startAdminUI - Variable in class com.persistit.logging.LogBase
-
- STARTS_WITH - Static variable in class org.forgerock.util.query.QueryFilterOperators
-
the "starts-with" operator.
- 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.
- startTask(String, String, String, long, int) - Method in interface com.persistit.Management
-
Starts a long-running utility task, such as the integrity checker.
- startTime() - Method in class com.persistit.Persistit
-
The time at which the log was started.
- StartTlsExtendedRequest - Interface in org.forgerock.opendj.ldap.messages
-
The start TLS extended request as defined in RFC 4511.
- StartTlsExtendedResult - Interface in org.forgerock.opendj.ldap.messages
-
The start tls extended result as defined in RFC 4511.
- STATE - Static variable in class org.forgerock.oauth.clients.oauth2.OAuth2Client
-
Opaque value used to maintain state between the request and the callback.
- STATE_DONE - Static variable in class com.persistit.Task
-
Status value indicates this Task
finished normally.
- STATE_ENDED - Static variable in class com.persistit.Task
-
Status value indicates this Task
was stopped by user
intervention.
- STATE_EXPIRED - Static variable in class com.persistit.Task
-
Status value indicates this Task
's maximum elapsed time
expired.
- STATE_FAILED - Static variable in class com.persistit.Task
-
Status value indicates this Task
failed with an Exception.
- STATE_NAMES - Static variable in class com.persistit.Task
-
- STATE_NOT_STARTED - Static variable in class com.persistit.Task
-
Status value indicates this Task
has been set up but not yet
started.
- STATE_RUNNING - Static variable in class com.persistit.Task
-
Status value indicates this Task
is running.
- STATE_SUSPENDED - Static variable in class com.persistit.Task
-
Status value indicates this Task
is suspended.
- 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.
- StaticGroup - Class in com.iplanet.ums
-
Represents a static group entry.
- StaticGroup(CreationTemplate, AttrSet) - Constructor for class com.iplanet.ums.StaticGroup
-
Constructs a StaticGroup object in memory with
a given template.
- StatisticsTask - Class in com.persistit
-
Task that reports, either once or periodically, various runtime statistics.
- StatisticsTask() - Constructor for class com.persistit.StatisticsTask
-
- 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 class com.persistit.Task
-
Request this task to stop.
- stop() - Method in interface org.forgerock.http.HttpApplication
-
Called when HTTP application is shutdown.
- stopTask(long, boolean) - Method in interface com.persistit.Management
-
Stops and optionally removes a task specified by its id value.
- 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.persistit.Exchange
-
Insert the current Key
and Value
pair into this
Exchange
's Tree
.
- store(Exchange) - Method in class com.persistit.TreeBuilder
-
Store a key-value pair into a sort tree.
- store(Tree, Key, Value) - Method in class com.persistit.TreeBuilder
-
Store a key-value pair for a specified Tree
into a sort
tree.
- 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.
- str(int) - Static method in class com.persistit.JournalRecord
-
- strandedPages - Variable in class com.persistit.logging.LogBase
-
- 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.
- StreamLoader - Class in com.persistit
-
Loads Persistit records from a file or other stream in a format generated by
a
StreamSaver
.
- StreamLoader(Persistit, DataInputStream) - Constructor for class com.persistit.StreamLoader
-
- StreamLoader(Persistit, File) - Constructor for class com.persistit.StreamLoader
-
- StreamLoader(Persistit, String) - Constructor for class com.persistit.StreamLoader
-
- StreamLoader.ImportHandler - Class in com.persistit
-
Handler for various record types in stream being loaded.
- StreamSaver - Class in com.persistit
-
Saves Persistit records to a DataOutputStream in the format expected by a
StreamLoader
instance.
- StreamSaver(Persistit, DataOutputStream) - Constructor for class com.persistit.StreamSaver
-
Construct a StreamSaver from the provided DataOutputStream.
- StreamSaver(Persistit, File) - Constructor for class com.persistit.StreamSaver
-
Construct a StreamSaver from the provided File using a default buffer
size of 64K bytes.
- StreamSaver(Persistit, String) - Constructor for class com.persistit.StreamSaver
-
Construct a StreamSaver from the provided path name using a default
buffer size of 64K bytes.
- StreamSaver(Persistit, File, int) - Constructor for class com.persistit.StreamSaver
-
Construct a StreamSaver from the provided File using a specified buffer
size.
- StreamSaver(Persistit, String, int) - Constructor for class com.persistit.StreamSaver
-
Construct a StreamSaver from the provided path name using a specified
buffer size.
- strict() - Method in class com.persistit.util.ArgParser
-
- 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.
- 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.
- stringToBytes(String) - Static method in class com.persistit.util.Util
-
- 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
.
- stringValue(int) - Method in class com.persistit.util.ArgParser
-
Return the String value of argument specified by its index in the
template
- 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.
- 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.
- subMap(Object, Object) - Method in class com.persistit.PersistitMap
-
Returns a view of the portion of this PersistitMap
whose
keys range from fromKey
, inclusive, to toKey
,
exclusive.
- 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.
- 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.
- substituteProperties(String, Properties) - Method in class com.persistit.Configuration
-
Replaces substitution variables in a supplied string with values taken
from the properties available to Persistit (see
Configuration.getProperties()
).
- substituteProperties(String, Properties) - Method in class com.persistit.Persistit
-
Deprecated.
- 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.
- summarize() - Method in class com.persistit.Buffer
-
- summary() - Method in class com.persistit.VolumeSpecification
-
- SUMMARY_ITEMS - Static variable in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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.
- supportedCipherSuites() - Static method in class org.forgerock.opendj.security.SslOptions
-
Returns a
List
of TLS cipher suites names reported as supported by the running JVM.
- SupportedEllipticCurve - Enum in org.forgerock.json.jose.jws
-
Enumerates all supported elliptic curve parameters for ESXXX signature formats.
- supportedLocales(String...) - Method in class org.forgerock.api.models.Operation.Builder
-
Set the supported locale.
- supportedProtocols() - Static method in class org.forgerock.opendj.security.SslOptions
-
Returns a
List
of TLS protocol names reported as supported by the running JVM.
- supportedSortKeys(String...) - Method in class org.forgerock.api.models.Query.Builder
-
Set the supported sort keys.
- supportsAuthentication() - Method in class com.sun.identity.idm.IdRepo
-
Returns true
if the data store supports authentication of
identities.
- supportsMultipleConfigurations() - Method in class com.sun.identity.sm.ServiceSchema
-
Returns true
if service schema supports multiple
configurations; false
otherwise
- suspend() - Method in class com.persistit.Task
-
Request this task to suspend.
- suspend() - Static method in class com.persistit.util.Debug
-
Assert this method invocation anywhere you want to suspend a thread.
- 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
-
- SYSTEM_PROPERTY_PREFIX - Static variable in class com.persistit.Configuration
-
Prefix used to form the a system property name.
- SYSTEM_VOLUME_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying the system volume name
- 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
-
- t(boolean) - Method in interface com.persistit.util.Debug.Dbg
-
- 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.
- tailMap(Object) - Method in class com.persistit.PersistitMap
-
Returns a view of the portion of this PersistitMap
whose
keys are greater than or equal to than fromKey
.
- Task - Class in com.persistit
-
Abstract superclass of classes that perform long-running utility operations,
such as export, import and integrity check.
- Task() - Constructor for class com.persistit.Task
-
- Task(Persistit) - Constructor for class com.persistit.Task
-
- TaskCheck - Class in com.persistit
-
A Task
which simply checks the status of another
Task
.
- TaskCheck() - Constructor for class com.persistit.TaskCheck
-
- taskCount() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
-
- TaskEndedException - Exception in com.persistit.exception
-
Thrown when a
Task
performing within the context of a task controller
is stopped.
- TaskEndedException() - Constructor for exception com.persistit.exception.TaskEndedException
-
- TaskEndedException(String) - Constructor for exception com.persistit.exception.TaskEndedException
-
- TaskStatus() - Constructor for class com.persistit.Management.TaskStatus
-
- TaskStatus(long, String, String, int, String, long, long, long, String, String, String[], String) - Constructor for class com.persistit.Management.TaskStatus
-
- 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".
- TelephoneValidator - Class in com.iplanet.ums.validation
-
Validates telephone number The object of this class is constructed using
default constructor and validate function is used to validate telephone
number passing the telephone number as argument to the function.
- TelephoneValidator() - Constructor for class com.iplanet.ums.validation.TelephoneValidator
-
- Template - Class in com.iplanet.ums
-
Represents Template objects in UMS.
- Template() - Constructor for class com.iplanet.ums.Template
-
Default constructor for deserialization
- Template(String) - Constructor for class com.iplanet.ums.Template
-
Creates a Template with a name; should be called from a derived class.
- TemplateManager - Class in com.iplanet.ums
-
The class manages a set of templates.
- 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.
- TEMPORARY_VOLUME_DIR_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying default temporary volume directory
- TEMPORARY_VOLUME_MAX_SIZE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying upper bound on temporary volume size
- TEMPORARY_VOLUME_PAGE_SIZE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying default temporary volume page size
- tempVolumeCreateException - Variable in class com.persistit.logging.LogBase
-
- TERA - Static variable in class com.persistit.Configuration
-
- Term() - Constructor for class com.persistit.KeyFilter.Term
-
- termFromKeySegments(Key, Key, boolean, boolean) - Static method in class com.persistit.KeyFilter
-
Returns a Term
that accepts a range of values.
- TERMS_ACCEPTED - Static variable in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
-
Property name for the terms acceptance object.
- TERMS_DATE - Static variable in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
-
Property name for the date of terms acceptance.
- TERMS_VERSION - Static variable in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
-
Property name for the version of terms accepted.
- TermsAndConditionsConfig - Class in org.forgerock.selfservice.stages.terms
-
Configuration for terms and conditions stage.
- TermsAndConditionsConfig() - Constructor for class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
- TermsAndConditionsStage - Class in org.forgerock.selfservice.stages.terms
-
Presents a Terms and Condition blurb to the user for acceptance.
- TermsAndConditionsStage() - Constructor for class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
-
- test(T) - Method in interface org.forgerock.util.LambdaExceptionUtils.ThrowingPredicate
-
Test a value.
- TestException - Exception in com.persistit.exception
-
Exception thrown by Test classes to cause internal effects such as blocking
Transaction recovery.
- TestException() - Constructor for exception com.persistit.exception.TestException
-
- TestException(String) - Constructor for exception com.persistit.exception.TestException
-
- 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.
- ThreadSequencer - Class in com.persistit.util
-
Internal utility that allows tests to define execution sequences to confirm
specific concurrent execution patterns.
- ThreadSequencer() - Constructor for class com.persistit.util.ThreadSequencer
-
- ThreadSequencer.Condition - Class in com.persistit.util
-
- 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.
- TimeLimitExceededException - Exception in com.iplanet.ums
-
Exception on search when time limit is exceeded.
- TimeLimitExceededException() - Constructor for exception com.iplanet.ums.TimeLimitExceededException
-
Default constructor
- TimeLimitExceededException(String) - Constructor for exception com.iplanet.ums.TimeLimitExceededException
-
Constructor with a message string.
- TimeLimitExceededException(String, Throwable) - Constructor for exception com.iplanet.ums.TimeLimitExceededException
-
Constructor with message string and an embedded exception.
- TimelyResource<V extends com.persistit.Version> - Class in com.persistit
-
Transactionally manage multiple versions of a resource.
- TimelyResource(Persistit) - Constructor for class com.persistit.TimelyResource
-
- timelyResourcePruneException - Variable in class com.persistit.logging.LogBase
-
- TIMEOUT_PROPERTY - Static variable in class com.persistit.Configuration
-
Property name for maximum length of time a Persistit operation will wait
for I/O completion before throwing a TimeoutException.
- TimeoutException - Exception in com.persistit.exception
-
Thrown when an operation has waited too long for an operation to complete.
- TimeoutException() - Constructor for exception com.persistit.exception.TimeoutException
-
- TimeoutException(String) - Constructor for exception com.persistit.exception.TimeoutException
-
- 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>, TimeService, 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
-
Provides time related methods for computing durations, for providing the now
instant and other use cases.
- TIMESTAMP_PROPERTY - Static variable in class com.persistit.Configuration
-
Property name for pseudo-property "timestamp";
- 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(boolean) - Method in class com.persistit.Exchange
-
- to(byte) - Method in class com.persistit.Exchange
-
- to(short) - Method in class com.persistit.Exchange
-
- to(char) - Method in class com.persistit.Exchange
-
- to(int) - Method in class com.persistit.Exchange
-
- to(long) - Method in class com.persistit.Exchange
-
- to(float) - Method in class com.persistit.Exchange
-
- to(double) - Method in class com.persistit.Exchange
-
- to(Object) - Method in class com.persistit.Exchange
-
- to(boolean) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied boolean value.
- to(byte) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied byte value.
- to(short) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied short value.
- to(char) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied char value.
- to(int) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied int value.
- to(long) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied long value.
- to(float) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied float value.
- to(double) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied double value.
- to(Object) - Method in class com.persistit.Key
-
Replaces the final key segment with the supplied Object
value.
- 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.
- 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
-
- 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 magnitude 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.
- 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.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.
- 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.
- 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
- toKeyDisplayString(Exchange) - Method in interface com.persistit.Management.DisplayFilter
-
- toKeyPair() - Method in class org.forgerock.json.jose.jwk.EcJWK
-
Converts the JWK to a KeyPair.
- 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
-
Converts the token into a Map
of its key data.
- 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").
- tooManyJournalFilesError - Variable in class com.persistit.logging.LogBase
-
- tooManyJournalFilesWarning - Variable in class com.persistit.logging.LogBase
-
- 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.
- 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.
- toString() - Method in class com.iplanet.services.ldap.aci.ACI
-
Gets a string representation of this ACI
- toString() - Method in class com.iplanet.services.ldap.Attr
-
Retrieves the string representation of an attribute
- toString() - Method in class com.iplanet.services.ldap.AttrSet
-
Retrieves the string representation of an AttrSet
- 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.iplanet.ums.CreationTemplate
-
Render the object.
- toString() - Method in class com.iplanet.ums.Guid
-
Returns the String form of this Guid object.
- toString() - Method in class com.iplanet.ums.PersistentObject
-
Gets a string representation of the object
- toString() - Method in class com.iplanet.ums.SearchTemplate
-
Render the object.
- toString() - Method in exception com.iplanet.ums.UMSException
-
Formats a UMSException exception message; includes embedded exceptions.
- toString() - Method in class com.persistit.Accumulator
-
- toString() - Method in class com.persistit.AlertMonitor.Event
-
- toString() - Method in class com.persistit.AlertMonitor.History
-
- toString() - Method in class com.persistit.AlertMonitor
-
- toString() - Method in class com.persistit.Buffer
-
- toString() - Method in class com.persistit.BufferPool
-
- toString() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- toString() - Method in class com.persistit.DefaultObjectCoder
-
Return a String description of this DefaultObjectCoder.
- toString() - Method in class com.persistit.DefaultValueCoder.Builder
-
- toString() - Method in class com.persistit.DefaultValueCoder
-
Return a String description of this DefaultValueCoder
.
- toString() - Method in class com.persistit.Exchange
-
Return a displayable String containing the volume name, tree name and
current key state for this Exchange
.
- toString() - Method in class com.persistit.GetVersion
-
- toString() - Method in class com.persistit.IntegrityCheck.Fault
-
Returns a displayable description of this Fault.
- toString() - Method in class com.persistit.IntegrityCheck
-
Returns a displayable summary of the state of the integrity check,
including the number of detected faults, and the page and byte counts.
- toString(boolean) - Method in class com.persistit.IntegrityCheck
-
Creates A displayable representation of the state of the integrity check,
including the number of detected faults, and the page and byte counts.
- toString() - Method in class com.persistit.Key.EdgeValue
-
- toString() - Method in class com.persistit.Key
-
Returns a displayable String representation of the content of this
Key
- toString() - Method in class com.persistit.KeyFilter.Term
-
- toString(CoderContext) - Method in class com.persistit.KeyFilter.Term
-
- toString() - Method in class com.persistit.KeyFilter
-
- toString() - Method in class com.persistit.KeyHistogram.KeyCount
-
- toString() - Method in class com.persistit.KeyState
-
- toString() - Method in class com.persistit.Management.TaskStatus
-
- toString(boolean) - Method in class com.persistit.Management.TaskStatus
-
- toString() - Method in class com.persistit.Management.TreeInfo
-
Return the name of the tree.
- toString() - Method in class com.persistit.Management.VolumeInfo
-
Return the name of this Volume
- toString() - Method in class com.persistit.PersistitMap
-
Returns a string representation of this map.
- toString() - Method in class com.persistit.RecoveryManager
-
- toString() - Method in class com.persistit.SessionId
-
- toString() - Method in class com.persistit.TimelyResource
-
- toString() - Method in class com.persistit.Transaction
-
Returns displayable information about this transaction.
- toString() - Method in class com.persistit.Tree
-
- toString() - Method in class com.persistit.TreeSelector
-
- toString() - Method in class com.persistit.TreeState
-
Returns a displayable description of the Tree
, including its
name, its internal tree index, its root page address, and its depth.
- toString() - Method in class com.persistit.TreeStatistics
-
- toString() - Method in class com.persistit.util.ArgParser
-
- toString(Object) - Static method in class com.persistit.util.Util
-
- toString() - Method in class com.persistit.Value
-
Provides a String representation of the state of this Value
.
- toString() - Method in class com.persistit.Volume
-
- toString() - Method in class com.persistit.VolumeSpecification
-
- 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.jaas.ISPermission
-
Returns a string describing this Permission.
- 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.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.http.header.Warning
-
Formats a
Warning
header value, according to
RFC 2616 14.46.
- 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 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 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.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 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.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
-
- toStringDetail() - Method in class com.persistit.Buffer
-
- totalBytes(String) - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- totalOperations(String) - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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.
- toValueDisplayString(Exchange) - Method in interface com.persistit.Management.DisplayFilter
-
- 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
-
Returns the string representation of this error formatted as a
WWW-Authenticate
header.
- 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.
- trace(int, int) - Static method in class com.persistit.util.Debug
-
- TRANFORMATION_APPLIED - Static variable in class org.forgerock.http.header.WarningHeader
-
214 Transformation applied MUST be added by an intermediate cache or
proxy if it applies any transformation changing the content-coding (as
specified in the Content-Encoding header) or media-type (as specified in
the Content-Type header) of the response, or the entity-body of the
response, unless this Warning code already appears in the response.
- TRANFORMATION_APPLIED - Static variable in class org.forgerock.json.resource.AdviceWarning
-
214 Transformation applied MUST be added by an intermediate cache or proxy if it applies
any transformation changing the content-coding (as specified in the Content-Encoding header)
or media-type (as specified in the Content-Type header) of the response, or the entity-body
of the response, unless this Warning code already appears in the response.
- Transaction - Class in com.persistit
-
Transaction context for atomic units of work performed by Persistit.
- Transaction.CommitPolicy - Enum in com.persistit
-
- TransactionFailedException - Exception in com.persistit.exception
-
Thrown by
Transaction
when a transaction fails due to
excessive rollbacks.
- TransactionFailedException() - Constructor for exception com.persistit.exception.TransactionFailedException
-
- TransactionFailedException(String) - Constructor for exception com.persistit.exception.TransactionFailedException
-
- TransactionFailedException(Throwable) - Constructor for exception com.persistit.exception.TransactionFailedException
-
- 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.
- 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
-
- TransactionIndexMXBean - Interface in com.persistit.mxbeans
-
Management interface to the TransactionIndex
.
- TransactionInfo() - Constructor for class com.persistit.Management.TransactionInfo
-
- TransactionInfo(long, long, long) - Constructor for class com.persistit.Management.TransactionInfo
-
- transactionReport(int) - Method in interface com.persistit.mxbeans.ManagementMXBean
-
- transactionReport(int) - Method in class com.persistit.Persistit
-
Reports status of the max
longest-running transactions, in
order from oldest to youngest.
- TransactionRunnable - Interface in com.persistit
-
Interface for objects that perform Persistit™ operations within the
scope of a
Transaction
.
- 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.
- traverse(Key.Direction, boolean) - Method in class com.persistit.Exchange
-
Performs generalized tree traversal.
- traverse(Key.Direction, boolean, int) - Method in class com.persistit.Exchange
-
Performs generalized tree traversal.
- traverse(Key.Direction, boolean, int, Exchange.TraverseVisitor) - Method in class com.persistit.Exchange
-
- traverse(Key.Direction, KeyFilter, int) - Method in class com.persistit.Exchange
-
Performs generalized tree traversal constrained by a supplied
KeyFilter
.
- 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.
- Tree - Class in com.persistit
-
Cached meta-data about a single B-Tree within a
Volume
.
- Tree.TreeVersionException - Exception in com.persistit
-
Unchecked wrapper for PersistitException thrown while trying to acquire a
TreeVersion.
- TreeAlreadyExistsException - Exception in com.persistit.exception
-
Thrown when attempting to create new
Tree
if another
Tree
having the same name already exists.
- TreeAlreadyExistsException() - Constructor for exception com.persistit.exception.TreeAlreadyExistsException
-
- TreeAlreadyExistsException(String) - Constructor for exception com.persistit.exception.TreeAlreadyExistsException
-
- TreeBuilder - Class in com.persistit
-
A mechanism for optimizing the process of loading large sets of records with
non-sequential keys.
- TreeBuilder(Persistit) - Constructor for class com.persistit.TreeBuilder
-
- TreeBuilder(Persistit, String, int, float) - Constructor for class com.persistit.TreeBuilder
-
- 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.
- TreeInfo(String, long, int, String, String, String, long, long, long, long) - Constructor for class com.persistit.Management.TreeInfo
-
- 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(Entry) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
-
Creates an entry having the same distinguished name, attributes, and
object classes of the provided entry.
- 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.
- TreeNotFoundException - Exception in com.persistit.exception
-
Thrown when
Exchange
attempts to open a
Tree
that does not exist.
- TreeNotFoundException() - Constructor for exception com.persistit.exception.TreeNotFoundException
-
- TreeNotFoundException(String) - Constructor for exception com.persistit.exception.TreeNotFoundException
-
- TreeSelector - Class in com.persistit
-
Select Volumes, Trees or Keys given a pattern string.
- TreeSelector() - Constructor for class com.persistit.TreeSelector
-
- TreeState - Class in com.persistit
-
An immutable, inactive representation of the state of a
Tree
object.
- TreeState() - Constructor for class com.persistit.TreeState
-
- TreeStatistics - Class in com.persistit
-
Collection of
AtomicLong
counters representing interesting
statistics in a
Tree
.
- TreeStatistics() - Constructor for class com.persistit.TreeStatistics
-
- trim() - Method in class com.persistit.Value
-
Reduce the backing byte buffer to the minimal length needed to represent
the current state.
- trim(int) - Method in class com.persistit.Value
-
Reduce the backing byte buffer to the greater of the minimal length
needed to represent the current state and the specified lower bound.
- 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".
- truncate() - Method in class com.persistit.Volume
-
Remove all data from this volume.
- TruncateVolumeException - Exception in com.persistit.exception
-
Thrown when an application attempts to truncate a
Volume
that was opened without the create or createOnly
attribute.
- TruncateVolumeException() - Constructor for exception com.persistit.exception.TruncateVolumeException
-
- TruncateVolumeException(String) - Constructor for exception com.persistit.exception.TruncateVolumeException
-
- 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.
- trustManager(TrustManager) - Method in class org.forgerock.opendj.security.SslContextBuilder
-
Sets the trust manager which the SSL context should use.
- 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.
- twoBytesToInt(byte[]) - Static method in class com.sun.identity.saml2.common.SAML2SDKUtils
-
Converts two bytes to an integer.
- txnAbandoned - Variable in class com.persistit.logging.LogBase
-
- txnBeginException - Variable in class com.persistit.logging.LogBase
-
- txnCommitException - Variable in class com.persistit.logging.LogBase
-
- txnEndException - Variable in class com.persistit.logging.LogBase
-
- txnNotCommitted - Variable in class com.persistit.logging.LogBase
-
- txnRollbackException - Variable in class com.persistit.logging.LogBase
-
- 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_NAMES - Static variable in class com.persistit.Buffer
-
- 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.
- TYPES - Static variable in class com.persistit.JournalRecord
-
- 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.