- abridge(String, int) - Static method in class com.persistit.util.Util
-
- AbstractAsciidocMojo - Class in org.openidentityplatform.doc.maven
-
- AbstractAsciidocMojo() - Constructor for class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- AbstractAssertJPromiseAssert<T,A extends AbstractAssertJPromiseAssert<T,A,S>,S extends org.assertj.core.api.AbstractAssert<S,T>> - Class in org.forgerock.util.test.assertj
-
Assertion class for a promise.
- AbstractAssertJPromiseAssert(Promise<T, ?>, Class<A>) - Constructor for class org.forgerock.util.test.assertj.AbstractAssertJPromiseAssert
-
Constructs a new assertion on promise.
- 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.
- 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.
- 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.
- AbstractCustomTableCellRenderer() - Constructor for class com.persistit.ui.ManagementTableModel.AbstractCustomTableCellRenderer
-
- AbstractDocbkxMojo - Class in org.forgerock.doc.maven
-
- AbstractDocbkxMojo() - Constructor for class org.forgerock.doc.maven.AbstractDocbkxMojo
-
- AbstractDocbkxMojo.Format - Enum in org.forgerock.doc.maven
-
Supported output formats.
- AbstractDocbkxMojo.ProfileAttributes - Enum in org.forgerock.doc.maven
-
Supported DocBook profile attributes.
- AbstractEncryptionHandler - Class in org.forgerock.json.jose.jwe.handlers.encryption
-
- AbstractEncryptionHandler() - Constructor for class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
-
Deprecated.
- AbstractFactory<T> - Class in org.forgerock.script.scope
-
An AbstractFactory does ...
- AbstractFactory(T) - Constructor for class org.forgerock.script.scope.AbstractFactory
-
- AbstractFactory.ListFactory - Class in org.forgerock.script.scope
-
- AbstractFactory.MapFactory - Class in org.forgerock.script.scope
-
- AbstractHttpClient - Class in org.forgerock.http.apache
-
This abstract client is used to share commonly used constants and methods
in both synchronous and asynchronous Apache HTTP Client libraries.
- AbstractHttpClient(Factory<Buffer>) - Constructor for class org.forgerock.http.apache.AbstractHttpClient
-
- 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
-
- AbstractOSGiFrameworkService - Class in org.forgerock.commons.launcher
-
An AbstractOSGiContainerService is a prototype of how to start an OSGi
Framework
.
- AbstractOSGiFrameworkService() - Constructor for class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- 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.
- AbstractRequestHandler - Class in org.forgerock.json.resource
-
An abstract base class from which request handlersmay be easily implemented.
- AbstractRequestHandler() - Constructor for class org.forgerock.json.resource.AbstractRequestHandler
-
Creates a new abstract request handler.
- 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.
- AbstractScriptEngine - Class in org.forgerock.script.engine
-
A NAME does ...
- AbstractScriptEngine() - Constructor for class org.forgerock.script.engine.AbstractScriptEngine
-
- 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(File, String) - Method in class org.forgerock.audit.retention.TimestampFilenameFilter
-
- 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(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.
- AccessAuditEventBuilder<T extends AccessAuditEventBuilder<T>> - Class in org.forgerock.audit.events
-
Builder for audit access events.
- AccessAuditEventBuilder() - Constructor for class org.forgerock.audit.events.AccessAuditEventBuilder
-
- AccessAuditEventBuilder.ResponseStatus - Enum in org.forgerock.audit.events
-
The status of the access request.
- 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.
- accessEvent() - Static method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Starts to build an audit access event.
- 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.
- 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, ...).
- AccessTokenValidationResponse - Class in org.forgerock.authz.modules.oauth2
-
Models the result of an access token validation.
- AccessTokenValidationResponse(long, Map<String, Object>, Set<String>) - Constructor for class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Constructs a new AccessTokenValidationResponse.
- AccessTokenValidationResponse(long, Set<String>) - Constructor for class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Constructs a new AccessTokenValidationResponse, without any user profile information.
- AccessTokenValidationResponse(long) - Constructor for class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Constructs a new AccessTokenValidationResponse, without any user profile information or scope.
- 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
-
- 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.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_PARAM_TARGET_HANDLER - Static variable in class org.forgerock.audit.AuditServiceProxy
-
Parameter that may be used when using an action, to provide the name of the handler to use as a target.
- 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 class org.forgerock.authz.basic.crest.SimpleResource
-
Performs the provided
action
against the resource collection.
- 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.
- actionCollection(Context, ActionRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
-
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.authz.basic.crest.SimpleResource
-
Performs the provided
action
against a resource within the collection.
- actionInstance(Context, ActionRequest) - Method in class org.forgerock.caf.authn.test.configuration.AuditResource
-
Only the "readAndClear" action is supported, which will read the audit records and then subsequently clear them.
- actionInstance(Context, ActionRequest) - Method in class org.forgerock.caf.authn.test.configuration.ConfigurationResource
-
Unsupported operation.
- 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.
- actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in interface com.persistit.ui.AdminCommand
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in class com.persistit.ui.AdminUI
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in class com.persistit.ui.AdminUIBufferPanel
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in class com.persistit.ui.AdminUISummaryPanel
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in class com.persistit.ui.AdminUITaskPanel
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in class com.persistit.ui.AdminUITreePanel
-
- actionPerformed(AdminUI.AdminAction, ActionEvent) - Method in class com.persistit.ui.TreeAndVolumeSelector
-
- 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.
- Activator - Class in org.forgerock.script.groovy.internal
-
A NAME does ...
- Activator() - Constructor for class org.forgerock.script.groovy.internal.Activator
-
- Activator - Class in org.forgerock.script.javascript.internal
-
A NAME does ...
- Activator() - Constructor for class org.forgerock.script.javascript.internal.Activator
-
- ACTIVE - Static variable in interface org.forgerock.script.engine.CompilationHandler
-
The script is now running.
- ActivityAuditEventBuilder<T extends ActivityAuditEventBuilder<T>> - Class in org.forgerock.audit.events
-
Builder for audit activity events.
- ActivityAuditEventBuilder() - Constructor for class org.forgerock.audit.events.ActivityAuditEventBuilder
-
Creates the builder.
- activityEvent() - Static method in class org.forgerock.audit.events.ActivityAuditEventBuilder
-
Starts to build an audit activity event.
- adapt(Throwable) - Static method in class org.forgerock.audit.util.ResourceExceptionsUtil
-
Adapts a Throwable
to a ResourceException
.
- adapt(MessageInfoContext) - Static method in class org.forgerock.caf.authentication.framework.JaspiAdapters
-
Adapts an MessageContextInfo
into a JASPI MessageInfo
.
- adapt(Throwable) - Static method in class org.forgerock.script.engine.Utils
-
Adapts a Throwable
to a ResourceException
.
- 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(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
- add(String, Object) - Method in class org.forgerock.json.fluent.JsonValue
-
Adds the specified value.
- add(int, Object) - Method in class org.forgerock.json.fluent.JsonValue
-
Adds the specified value to the list.
- add(int, E) - Method in class org.forgerock.json.fluent.JsonValueList
-
Inserts the specified element at the specified position in this list.
- add(int, Object) - Method in class org.forgerock.json.JsonValue
-
Adds the specified value to the list.
- add(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(String, JsonValue) - Method in interface org.forgerock.selfservice.core.ProcessStore
-
Adds the state into the store against the key.
- add(String, JsonValue) - Method in class org.forgerock.selfservice.example.SimpleInMemoryStore
-
- 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.
- 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 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.
- addApiInfo(Swagger) - Method in class org.forgerock.http.swagger.SwaggerApiProducer
-
- addApplication(HttpApplication) - Method in class org.forgerock.http.bindings.BindingTest
-
Add an application to the server.
- 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.
- addCookie(Cookie, HttpServletResponse) - Static method in class org.forgerock.caf.http.Cookie
-
Adds the provided cookie to the provided HttpServletResponse
as a 'Set-Cookie' header.
- addCookies(Collection<Cookie>, HttpServletResponse) - Static method in class org.forgerock.caf.http.Cookie
-
Adds the provided cookies to the provided HttpServletResponse
as a 'Set-Cookie' header.
- addCustomCss(File, File, String) - Static method in class org.forgerock.doc.maven.utils.HtmlUtils
-
Add custom CSS with XML wrapper to document source directories.
- addCustomField(String, JsonValue) - Method in class org.forgerock.selfservice.core.util.RequirementsBuilder
-
Add a custom Json snippet.
- 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.http.example.DescribedOauth2Endpoint
-
- 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
-
- addDevices(Device) - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Adds a device to the user devices set.
- added(AlertMonitor.History) - Method in class com.persistit.AlertMonitor.Event
-
Called when this Event
is added to a
History
.
- 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
-
- addHeaderToAllOperations(HeaderParameter, Swagger) - Static method in class org.forgerock.api.transform.OpenApiHelper
-
Adds a header to all operations.
- addHtaccess(String, File) - Static method in class org.forgerock.doc.maven.utils.HtmlUtils
-
Add a .htaccess
file to the base directory, for publication
on an Apache HTTPD server.
- addingEntries(ScriptEngineFactory) - Method in interface org.forgerock.script.engine.ScriptEngineFactoryObserver
-
Called when a ScriptEngineFactory
gets started.
- addingEntries(ScriptEngineFactory) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- ADDITIONALITEMS - Static variable in class org.forgerock.json.schema.validator.Constants
-
The additionalItems
field name.
- 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.
- ADDITIONALPROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
-
The additionalProperties
field name.
- addLeadingSlash(String) - Static method in class org.forgerock.http.util.Paths
-
Add leading slash (if there is not already), returns the same value otherwise.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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.
- addPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
-
Adds the value identified by the specified pointer, relative to this
value as root.
- 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.
- 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.
- 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.
- addSchedule(int[], int[]) - Static method in class com.persistit.util.ThreadSequencer
-
- addSchedules(int[][]) - Static method in class com.persistit.util.ThreadSequencer
-
- addScriptListener(ScriptName, ScriptListener) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- addScriptListener(ScriptListener) - Method in interface org.forgerock.script.ScriptEntry
-
Adds an observer to the set of observers for this object, provided that
it is not the same as some observer already in the set.
- addScriptListener(ScriptName, ScriptListener) - Method in interface org.forgerock.script.ScriptRegistry
-
- addSecondaryIndexBuilder(String, String[]) - Method in class com.persistit.DefaultObjectCoder
-
Construct and add a secondary index Builder
.
- 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.
- 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.
- addSourceUnit(SourceUnit) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- addSourceUnit(SourceUnit) - Method in interface org.forgerock.script.source.SourceUnitObserver
-
Called when a SourceUnit
gets started.
- addTag(String) - Method in class org.forgerock.api.transform.LocalizableOperation
-
- addTag(LocalizableString) - Method in class org.forgerock.api.transform.LocalizableOperation
-
- addToBatch(String, JsonValue, StringBuilder) - Method in interface org.forgerock.audit.events.handlers.buffering.BatchConsumer
-
Adds an audit event to a batch payload.
- addToBatch(String, JsonValue, StringBuilder) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
Adds an audit event to an Elasticsearch Bulk API payload.
- addToBatch(String, JsonValue, StringBuilder) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
- addVersion(V, Transaction) - Method in class com.persistit.TimelyResource
-
- AdminCommand - Interface in com.persistit.ui
-
- adminFlushException - Variable in class com.persistit.logging.LogBase
-
- AdminPanel - Class in com.persistit.ui
-
- AdminPanel() - Constructor for class com.persistit.ui.AdminPanel
-
- AdminUI - Class in com.persistit.ui
-
- AdminUI(Management) - Constructor for class com.persistit.ui.AdminUI
-
Construct an AdminUI on the local Persistit instance.
- AdminUI(String) - Constructor for class com.persistit.ui.AdminUI
-
- AdminUI() - Constructor for class com.persistit.ui.AdminUI
-
- AdminUIBufferPanel - Class in com.persistit.ui
-
- AdminUIBufferPanel() - Constructor for class com.persistit.ui.AdminUIBufferPanel
-
- AdminUISummaryPanel - Class in com.persistit.ui
-
- AdminUISummaryPanel() - Constructor for class com.persistit.ui.AdminUISummaryPanel
-
- AdminUITaskPanel - Class in com.persistit.ui
-
- AdminUITaskPanel() - Constructor for class com.persistit.ui.AdminUITaskPanel
-
- AdminUITreePanel - Class in com.persistit.ui
-
- AdminUITreePanel() - Constructor for class com.persistit.ui.AdminUITreePanel
-
- advance(ProcessContext, C) - Method in interface org.forgerock.selfservice.core.ProgressStage
-
Advance the progress stage.
- advance(ProcessContext, MathProblemStageConfig) - Method in class org.forgerock.selfservice.custom.MathProblemStage
-
- advance(ProcessContext, CaptchaStageConfig) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStage
-
- 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, 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
-
- 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.
- 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.
- afterRollingOver() - Method in interface org.forgerock.audit.events.handlers.writers.RotatableWriter.RolloverLifecycleHook
-
This method is called after the rotation and retention checks are done.
- 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.
- ALG - Static variable in class org.forgerock.json.jose.jwk.JWK
-
The Algorithm key.
- 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.
- ALL - Static variable in class com.persistit.KeyFilter
-
- 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.
- AlwaysAllowAuthorizationModule - Class in org.forgerock.authz.basic.crest
-
Always allows every request.
- AlwaysAllowAuthorizationModule() - Constructor for class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
- AlwaysDenyAuthorizationModule - Class in org.forgerock.authz.basic.crest
-
Denies allows every request.
- AlwaysDenyAuthorizationModule(String) - Constructor for class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Creates a new AlwaysDenyAuthorizationModule
.
- alwaysFalse() - Static method in class org.forgerock.util.query.QueryFilter
-
Returns a filter which does not match any resources.
- alwaysTrue() - Static method in class org.forgerock.util.query.QueryFilter
-
Returns a filter which matches all resources.
- 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(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.
- AntoraMojo - Class in org.openidentityplatform.doc.maven
-
- AntoraMojo() - Constructor for class org.openidentityplatform.doc.maven.AntoraMojo
-
- ANY_DISK_SPACE - Static variable in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
The disk space value when disk space is unrestricted.
- anySchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
-
- AnyTypeValidator - Class in org.forgerock.json.schema.validator.validators
-
AnyTypeValidator applies all the constraints of a any
type.
- AnyTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.AnyTypeValidator
-
Construct an any type validator.
- api(ApiProducer<Swagger>) - Method in class org.forgerock.http.example.DescribedOauth2Endpoint
-
- 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
-
- API_PARAMETER - Static variable in class org.forgerock.http.swagger.OpenApiRequestFilter
-
Request parameter for the OpenAPI API Descriptor.
- 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(char) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Appends the provided character to this message builder.
- append(CharSequence) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Appends the provided character sequence to this message builder.
- append(CharSequence, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Appends a subsequence of the provided character sequence to this message
builder.
- append(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Appends the provided integer to this message builder.
- append(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Appends the provided message to this message builder.
- append(Object) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Appends the String
representation of the provided Object
to this message builder.
- APPEND_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
-
- appendByteArray(byte[], int, int) - Method in class com.persistit.Key
-
Append a key segment that encodes a subarray from a supplied array of
bytes.
- appendHistoryElement(StringBuilder, int) - Static method in class com.persistit.util.ThreadSequencer
-
- 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
.
- appendMessage(String, int) - Method in class com.persistit.Task
-
Appends a String to the final message of the log.
- 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.
- 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.crypto.JsonEncryptFunction
-
- 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_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
-
- applyProfiles(File) - Method in class org.forgerock.doc.maven.utils.Profiler
-
Applies inclusions and exclusions if any to the XML files under the source directory.
- applyTransformers() - Method in class org.forgerock.json.fluent.JsonValue
-
Applies all of the transformations to the value.
- apu(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
-
Sets the Agreement PartyUInfo header parameter for this JWE.
- ArbitraryResourceCopier - Class in org.forgerock.doc.maven.pre
-
Copies arbitrary resources from sources to pre-site output for HTML formats.
- ArbitraryResourceCopier(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.ArbitraryResourceCopier
-
Constructor setting the Mojo that holds the configuration.
- areSectionsAutolabeled() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Whether sections should have numeric labels.
- Arg0(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
-
Creates a parameterized instance.
- Arg1(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
-
Creates a parameterized instance.
- Arg2(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
-
Creates a parameterized instance.
- Arg3(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
-
Creates a parameterized instance.
- Arg4(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
-
Creates a parameterized instance.
- Arg5(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
-
Creates a parameterized instance.
- Arg6(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
-
Creates a parameterized instance.
- Arg7(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
-
Creates a parameterized instance.
- Arg8(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
-
Creates a parameterized instance.
- Arg9(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
-
Creates a parameterized instance.
- ArgN(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
-
Creates a parameterized instance.
- 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.
- ARRAY_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
-
Json array value type.
- arraySchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
-
- ArrayTypeValidator - Class in org.forgerock.json.schema.validator.validators
-
ArrayTypeValidator applies all the constraints of a array
type.
- ArrayTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.ArrayTypeValidator
-
Default ctor.
- ArtifactBuilder - Class in org.forgerock.doc.maven.pre
-
Build Maven artifact from pre-processed documents.
- ArtifactBuilder(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.ArtifactBuilder
-
Constructor setting the Mojo that holds the configuration.
- ArtifactDocs - Class in org.forgerock.doc.maven.backstage
-
Unpack documentation artifacts and prepare them for Backstage.
- ArtifactDocs(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.backstage.ArtifactDocs
-
Constructor setting the Mojo that holds the configuration.
- ArtifactItem - Class in org.forgerock.doc.maven.backstage
-
Encapsulation of information about doc artifacts to unpack.
- ArtifactItem() - Constructor for class org.forgerock.doc.maven.backstage.ArtifactItem
-
- 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.
- 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.
- asBigDecimal() - Method in class org.forgerock.json.JsonValue
-
- asBoolean() - Method in class org.forgerock.caf.authentication.api.AuthenticationState
-
Returns the
AuthenticationState
as a
Boolean
object.
- asBoolean() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as a
Boolean
object.
- asBoolean() - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as a
Boolean
object.
- 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.
- asCharset() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as a character set used for byte encoding/decoding.
- 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
-
- AsciidocPreProcessMojo - Class in org.openidentityplatform.doc.maven
-
- AsciidocPreProcessMojo() - Constructor for class org.openidentityplatform.doc.maven.AsciidocPreProcessMojo
-
- 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.
- AsciidocToDocBook - Class in org.forgerock.doc.maven.pre
-
Converts Asciidoc source files to DocBook 5 XML.
- AsciidocToDocBook(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.AsciidocToDocBook
-
Constructor setting the Mojo that holds the configuration.
- AsciidocToPdfMojo - Class in org.openidentityplatform.doc.maven
-
- AsciidocToPdfMojo() - Constructor for class org.openidentityplatform.doc.maven.AsciidocToPdfMojo
-
- 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
-
- asDouble() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as a
Double
object.
- asDouble() - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as a
Double
object.
- asEnum(Class<T>) - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as an enum constant of the specified enum type.
- asEnum(Class<T>) - Method in class org.forgerock.json.JsonValue
-
- 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.
- asFile() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as a File
object.
- asInteger() - Method in class org.forgerock.caf.authentication.api.AuthenticationState
-
Returns the
AuthenticationState
as an
Integer
object.
- asInteger() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as an
Integer
object.
- asInteger() - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as an
Integer
object.
- 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
-
- asList() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as a
List
object.
- asList(Class<E>) - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as a
List
containing objects of the specified type.
- 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.fluent.JsonValue
-
Returns the JSON value as a
Long
object.
- asLong() - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as a
Long
object.
- asMap() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as a Map
object.
- 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.
- asNumber() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value as a Number
object.
- asNumber() - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as a Number
object.
- asPattern() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as a regular expression pattern.
- asPointer() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as a JSON pointer.
- 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.
- 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.
- assembleException() - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
-
Deprecated.
- assembleException() - Method in class org.forgerock.json.schema.validator.ErrorHandler
-
Deprecated.
- assembleException() - Method in class org.forgerock.json.schema.validator.FailFastErrorHandler
-
Deprecated.
- AssertJJsonValueAssert - Class in org.forgerock.json.test.assertj
-
Main that will provide the assertions on
JsonValue
.
- AssertJJsonValueAssert.AbstractJsonValueAssert<T extends org.assertj.core.api.AbstractAssert<T,JsonValue>> - Class in org.forgerock.json.test.assertj
-
- AssertJJsonValueAssert.ArrayJsonValueAssert - Class in org.forgerock.json.test.assertj
-
- AssertJJsonValueAssert.AssertJJsonValuePromiseAssert - Class in org.forgerock.json.test.assertj
-
An assertion class for promises that return JsonValue
s.
- AssertJJsonValueAssert.JsonValueAssert - Class in org.forgerock.json.test.assertj
-
- AssertJJsonValueAssert.NumberJsonValueAssert - Class in org.forgerock.json.test.assertj
-
- AssertJJsonValueAssert.ObjectJsonValueAssert - Class in org.forgerock.json.test.assertj
-
- AssertJJsonValueAssert.PromisedJsonValueAssert - Class in org.forgerock.json.test.assertj
-
- AssertJPromiseAssert - Class in org.forgerock.util.test.assertj
-
Assertion class for a promise.
- AssertJPromiseAssert.SuccessfulPromiseAssert - Class in org.forgerock.util.test.assertj
-
An assertion class for making assertions on the successful completion value of a
Promise
.
- assertThat(JsonValue) - Static method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert
-
Creates the relevant
AbstractJsonValueAssert
instance for the provided
JsonValue
.
- assertThat(Promise<JsonValue, ?>) - Static method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert
-
Creates a promise assert class for
JsonValue
instances.
- assertThat(Promise<?, ?>) - Static method in class org.forgerock.util.test.assertj.AssertJPromiseAssert
-
Creates an
AssertJPromiseAssert
instance for making assertions on a
Promise
.
- assertThatJsonValue(Promise<JsonValue, ?>) - Static method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert
-
- asSet() - Method in class org.forgerock.json.JsonValue
-
- asSet(Class<E>) - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as a
Set
containing objects of the
specified type.
- 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.fluent.JsonValue
-
Returns the JSON value as a String
object.
- asString() - Method in class org.forgerock.json.JsonValue
-
Returns the JSON value as a String
object.
- asString(ArrayList<String>) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Return lines joined with line separators as a String.
- asURI() - Method in class org.forgerock.http.MutableUri
-
Returns the equivalent
URI
instance.
- asURI() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as a uniform resource identifier.
- asURI() - Method in class org.forgerock.json.JsonValue
-
Deprecated.
- asUUID() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON string value as a universally unique identifier (UUID).
- AsyncFunction<VIN,VOUT,E extends Exception> - Interface in org.forgerock.util
-
An asynchronous
Function
which returns a result at some point in the
future.
- AsynchronousTextWriter - Class in org.forgerock.audit.events.handlers.writers
-
A Text Writer which writes log records asynchronously to character-based stream.
- AsynchronousTextWriter(String, boolean, TextWriter) - Constructor for class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
-
Construct a new AsynchronousTextWriter wrapper.
- AsyncHttpClient - Class in org.forgerock.http.apache.async
-
Apache HTTP Async Client based implementation.
- AsyncHttpClientProvider - Class in org.forgerock.http.apache.async
-
Creates and configures a
HttpClient
instance built around Apache HTTP Async Client component.
- AsyncHttpClientProvider() - Constructor for class org.forgerock.http.apache.async.AsyncHttpClientProvider
-
- AsyncReadModifyWriteDemo - Class in org.forgerock.json.resource.examples
-
An example client application which performs an asynchronous read, modify,
write update cycle for a resource in an in memory resource container.
- AsyncServerAuthContext - Interface in org.forgerock.caf.authentication.api
-
- AsyncServerAuthModule - Interface in org.forgerock.caf.authentication.api
-
- ATTR_HEADERS - Static variable in class org.forgerock.json.resource.http.HttpContext
-
Attribute in the serialized JSON form that holds the request headers.
- ATTR_METHOD - Static variable in class org.forgerock.json.resource.http.HttpContext
-
Attribute in the serialised JSON form that holds the HTTP method of the request.
- ATTR_NAME - Static variable in interface org.forgerock.script.source.SourceUnit
-
- ATTR_PARAMETERS - Static variable in class org.forgerock.json.resource.http.HttpContext
-
Attribute in the serialized JSON form that holds the query and/or form parameters.
- ATTR_PATH - Static variable in class org.forgerock.json.resource.http.HttpContext
-
Attribute in the serialised JSON form that holds the full URI of the request, excluding anything beyond the
path component (i.e., no query parameters).
- ATTR_REQUEST_BINDING - Static variable in interface org.forgerock.script.source.SourceUnit
-
- ATTR_REVISION - Static variable in interface org.forgerock.script.source.SourceUnit
-
- ATTR_SOURCE - Static variable in interface org.forgerock.script.source.SourceUnit
-
- ATTR_TYPE - Static variable in interface org.forgerock.script.source.SourceUnit
-
- ATTR_VISIBILITY - Static variable in interface org.forgerock.script.source.SourceUnit
-
- 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_AUTHCID - Static variable in class org.forgerock.json.resource.http.SecurityContextFactory
-
Deprecated.
The name of the HTTP Request attribute where this factory expects to
find the authenticated user's authentication ID.
- ATTRIBUTE_AUTHZID - Static variable in class org.forgerock.json.resource.http.SecurityContextFactory
-
Deprecated.
The name of the HTTP Request attribute where this factory expects to
find the authenticated user's authorization ID.
- 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.
- 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.
- aud(List<String>) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
-
Sets the JWT's intended audience list in the Claims Set.
- Audit - Annotation Type in org.forgerock.audit
-
Denotes audit dependencies.
- 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(JsonValue) - Method in class org.forgerock.caf.authn.test.runtime.TestAuditApi
-
Audits the authentication request, using the audit information from the given audit message.
- AUDIT_EVENT_HANDLERS_CONFIG - Static variable in class org.forgerock.audit.AuditHttpApplication
-
Audit event handlers config location.
- 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_ROOT_PATH - Static variable in class org.forgerock.audit.AuditHttpApplication
-
Root path for audit endpoints.
- 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.
- AuditEvent - Class in org.forgerock.audit.events
-
Represents an audit event.
- AuditEventBuilder<T extends AuditEventBuilder<T>> - Class in org.forgerock.audit.events
-
Root builder for all audit events.
- AuditEventBuilder() - Constructor for class org.forgerock.audit.events.AuditEventBuilder
-
Creates the builder.
- AuditEventHandler - Interface in org.forgerock.audit.events.handlers
-
The interface for an AuditEventHandler.
- AuditEventHandlerBase - Class in org.forgerock.audit.events.handlers
-
Abstract AuditEventHandler class.
- AuditEventHandlerBase(String, EventTopicsMetaData, Set<String>, boolean) - Constructor for class org.forgerock.audit.events.handlers.AuditEventHandlerBase
-
Create a new AuditEventHandler instance.
- AuditEventHandlerFactory - Interface in org.forgerock.audit.events.handlers
-
- AuditEventHelper - Class in org.forgerock.audit.events
-
Helper methods for AuditEvents.
- AuditEventTopicState - Class in org.forgerock.audit.events.handlers
-
- AuditEventTopicState(Context, String, JsonValue) - Constructor for class org.forgerock.audit.events.handlers.AuditEventTopicState
-
Creates a (topic,event) pair.
- AuditException - Exception in org.forgerock.audit
-
Root class of all exceptions in the Commons Audit Framework.
- AuditException(Throwable) - Constructor for exception org.forgerock.audit.AuditException
-
Constructs an AuditException using the given parent cause
.
- AuditException(String) - Constructor for exception org.forgerock.audit.AuditException
-
Constructs an AuditException using the given message
.
- AuditException(String, Throwable) - Constructor for exception org.forgerock.audit.AuditException
-
Constructs an AuditException using the given message
and parent cause
.
- 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.
- AuditHttpApplication - Class in org.forgerock.audit
-
Crest Application that instantiates the AuditService on the crest router.
- AuditHttpApplication() - Constructor for class org.forgerock.audit.AuditHttpApplication
-
- AuditingAuthModule - Class in org.forgerock.caf.authn.test.modules
-
- AuditingAuthModule() - Constructor for class org.forgerock.caf.authn.test.modules.AuditingAuthModule
-
- AuditingContext - Class in org.forgerock.audit
-
A Context used when auditing over the router.
- AuditingContext(Context) - Constructor for class org.forgerock.audit.AuditingContext
-
Construct a new audit context with the provided parent.
- AuditingContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.audit.AuditingContext
-
Restore a serialized audit context.
- AuditingSessionAuthModule - Class in org.forgerock.caf.authn.test.modules
-
- AuditingSessionAuthModule() - Constructor for class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
- AuditJsonConfig - Class in org.forgerock.audit.json
-
Utility class to facilitate creation and configuration of audit service and audit event handlers
through JSON.
- AuditResource - Class in org.forgerock.caf.authn.test.configuration
-
CREST resource responsible for exposing the audit records created by the JASPI runtime.
- AuditResource(TestAuditApi) - Constructor for class org.forgerock.caf.authn.test.configuration.AuditResource
-
Constructs a new AuditResource instance.
- AuditService - Interface in org.forgerock.audit
-
CREST
RequestHandler
responsible for storing and retrieving audit events.
- AuditServiceBuilder - Class in org.forgerock.audit
-
Builder for AuditService.
- AuditServiceConfiguration - Class in org.forgerock.audit
-
Configuration of the audit service.
- AuditServiceConfiguration() - Constructor for class org.forgerock.audit.AuditServiceConfiguration
-
Empty constructor.
- AuditServiceConfiguration(AuditServiceConfiguration) - Constructor for class org.forgerock.audit.AuditServiceConfiguration
-
Copy-constructor, in order to obtain a copy from an existing configuration.
- AuditServiceProxy - Class in org.forgerock.audit
-
AuditService proxy that allows products to implement threadsafe hot-swappable configuration updates.
- AuditServiceProxy(AuditService) - Constructor for class org.forgerock.audit.AuditServiceProxy
-
Create a new AuditServiceProxy
.
- 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_MODULE_ONE_CONTEXT_ENTRY - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Context entry set by this auth module.
- AUTH_MODULE_ONE_PRINCIPAL - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Principal name set by this auth module.
- AUTH_MODULE_ONE_SECURE_RESPONSE_HEADER_NAME - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
- AUTH_MODULE_ONE_VALIDATE_REQUEST_HEADER_NAME - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
- AUTH_MODULE_TWO_CONTEXT_ENTRY - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Context entry set by this auth module.
- AUTH_MODULE_TWO_PRINCIPAL - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Principal name set by this auth module.
- AUTH_MODULE_TWO_SECURE_RESPONSE_HEADER_NAME - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
- AUTH_MODULE_TWO_VALIDATE_REQUEST_HEADER_NAME - Static variable in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
- 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.
- AuthenticationAuditEventBuilder<T extends AuthenticationAuditEventBuilder<T>> - Class in org.forgerock.audit.events
-
Builder for audit authentication events.
- AuthenticationAuditEventBuilder() - Constructor for class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
- AuthenticationAuditEventBuilder.Status - Enum in org.forgerock.audit.events
-
Defines a fixed set of authentication statuses that can be logged.
- authenticationEvent() - Static method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Starts to build an audit authentication event.
- 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
{@code (cause==null ?
- AuthenticationException(String, Throwable) - Constructor for exception org.forgerock.caf.authentication.api.AuthenticationException
-
Creates an AuthenticationException
with the specified detail message and cause.
- 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.
- AuthenticationModuleBuilder() - Constructor for class org.forgerock.caf.authentication.framework.AuthenticationFilter.AuthenticationModuleBuilder
-
- 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
-
- authFailed(HttpHost, AuthScheme, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
-
- AuthModuleOne - Class in org.forgerock.caf.authn.test.modules
-
- AuthModuleOne() - Constructor for class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
- 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.
- AuthModuleTwo - Class in org.forgerock.caf.authn.test.modules
-
- AuthModuleTwo() - Constructor for class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
- AuthModuleUnsupportedMessageTypes - Class in org.forgerock.caf.authn.test.modules
-
- AuthModuleUnsupportedMessageTypes() - Constructor for class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
- 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.
- 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.
- 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.
- AuthorizationResult - Class in org.forgerock.authz.filter.api
-
Represents the result of the authorization of a request.
- authorize(String, AuthorizationContext) - Method in class org.forgerock.authz.modules.oauth2.OAuth2Module
-
Determines whether a request is authorized to access the resource based on the validity of an access token
the scopes of the access token.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST action request.
- authorizeAction(Context, ActionRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST action request using the OAuth2 Access Token present in the request header.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST create request.
- authorizeCreate(Context, CreateRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST create request using the OAuth2 Access Token present in the request header.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST delete request.
- authorizeDelete(Context, DeleteRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST delete request using the OAuth2 Access Token present in the request header.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST patch request.
- authorizePatch(Context, PatchRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST patch request using the OAuth2 Access Token present in the request header.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST query request.
- authorizeQuery(Context, QueryRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST query request using the OAuth2 Access Token present in the request header.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST read request.
- authorizeRead(Context, ReadRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST read request using the OAuth2 Access Token present in the request header.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Authorizes a received REST update request.
- authorizeUpdate(Context, UpdateRequest) - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
Authorizes a received REST update request using the OAuth2 Access Token present in the request header.
- AuthStatusUtils - Class in org.forgerock.caf.authentication.framework
-
Utility class providing utility methods for determining the meaning behind each of the different
AuthStatus
values.
- authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
-
- AuthzHttpApplication - Class in org.forgerock.authz.basic
-
HTTP Application for authorization framework functional tests.
- AuthzHttpApplication() - Constructor for class org.forgerock.authz.basic.AuthzHttpApplication
-
- AUTHZID_COMPONENT - Static variable in class org.forgerock.services.context.SecurityContext
-
The authorization ID name reserved for the name of the component in which
a user's resource is located, e.g.
- AUTHZID_DN - Static variable in class org.forgerock.services.context.SecurityContext
-
The authorization ID name reserved for the user's LDAP distinguished
name.
- AUTHZID_ID - Static variable in class org.forgerock.services.context.SecurityContext
-
The authorization ID principal name reserved for a user's unique
identifier.
- AUTHZID_REALM - Static variable in class org.forgerock.services.context.SecurityContext
-
The authorization ID name reserved for a user's realm.
- AUTHZID_ROLES - Static variable in class org.forgerock.services.context.SecurityContext
-
The authorization ID name reserved for the array of roles associated with
the user.
- AUTO_DETECT - Static variable in interface org.forgerock.script.source.SourceUnit
-
- autoFlush(boolean) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
-
Whether events to should be automatically flushed on shutdown.
- averagePerEventPayloadSize(int) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
-
Sets the average event payload size, used to initialise string buffers.
- 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
-
- call(Parameter, Function<?>, Object...) - Method in interface org.forgerock.script.scope.Function
-
Computes a result, or throws an exception if unable to do so.
- 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
-
- 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
-
- capacity(int) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
-
Sets the maximum queue capacity.
- capitalize(String) - Static method in class org.forgerock.doc.maven.utils.NameUtils
-
Capitalize initial letters in a document name.
- 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.
- 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.
- chain(ErrorReporter) - Static method in class org.forgerock.script.javascript.SLF4JErrorReporter
-
- 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
-
- changeShort(byte[], int, short) - Static method in class com.persistit.util.Util
-
- charAt(int) - Method in class org.forgerock.i18n.LocalizableMessage
-
Returns the char
value at the specified index of the
String
representation of this message in the default locale.
- charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessage
-
Returns the char
value at the specified index of the
String
representation of this message in the specified locale.
- charAt(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Returns the char
value at the specified index of the
String
representation of this message builder in the default
locale.
- charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Returns the char
value at the specified index of the
String
representation of this message builder in the specified
locale.
- 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
.
- 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.
- 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
-
- 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
.
- 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.fluent.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.fluent.JsonPointer
-
Returns a new JSON pointer, which identifies a specified child element of the
array identified by this pointer.
- 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.
- ChunkedHtml - Class in org.forgerock.doc.maven.build
-
Build chunked HTML output.
- ChunkedHtml(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.build.ChunkedHtml
-
Constructor setting the Mojo that holds the configuration.
- CIPHER_AES_CBC_PKCS5 - Static variable in class org.forgerock.util.crypto.CryptoConstants
-
A cipher value for the AES/CBC/PKCS5Padding algorithm.
- Citation - Class in org.forgerock.maven.plugins.xcite
-
A citation references part of a text file to quote.
- Citation(String) - Constructor for class org.forgerock.maven.plugins.xcite.Citation
-
Construct a citation from a path alone.
- Citation(String, char, String) - Constructor for class org.forgerock.maven.plugins.xcite.Citation
-
Construct a citation from a path, delimiter, and start marker,
when the start marker and the end marker are the same.
- Citation(String, char, String, String) - Constructor for class org.forgerock.maven.plugins.xcite.Citation
-
Construct a citation from a path, delimiter, start marker, and end marker.
- 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.
- CleanMessagesMojo - Class in org.forgerock.i18n.maven
-
Goal which cleans unused messages files from a property file.
- CleanMessagesMojo() - Constructor for class org.forgerock.i18n.maven.CleanMessagesMojo
-
- 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.caf.authn.test.modules.AuditingAuthModule
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.FailureAuditingAuthModule
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Does nothing.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.iwa.IWAModule
-
Removes any method specific principals and credentials from the client subject.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
-
Nothing to clean.
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
-
- cleanSubject(MessageInfo, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
-
- cleanSubject(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule
-
No state to clear out from the client subject.
- 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.caf.authn.test.runtime.TestAuditApi
-
Clears the stored audit records.
- clear() - Method in class org.forgerock.http.protocol.Headers
-
- clear() - Method in class org.forgerock.http.servlet.ServletSession
-
- 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.fluent.JsonValue
-
Removes all child values from this JSON value, if it has any.
- clear() - Method in class org.forgerock.json.fluent.JsonValueList
-
Removes all of the elements from this list.
- clear() - Method in class org.forgerock.json.fluent.JsonValueMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.forgerock.json.JsonValue
-
Removes all child values from this JSON value, if it has any.
- 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.
- clearBytes(byte[], int, int) - Static method in class com.persistit.util.Util
-
- clearSuccessfulTestParams() - Method in class org.forgerock.testng.ForgeRockTestCase
-
Null out all test parameters except the ones used in failed tests since
we might need these again.
- 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 - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The client event payload field name.
- client(String, int) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided client ip and port for the event.
- client(String) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided client ip for the event.
- 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 - Class in ru.org.openam.geo
-
- Client() - Constructor for class ru.org.openam.geo.Client
-
- CLIENT_SECRET_KEY - Static variable in interface org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolver
-
Lookup key for the client secret.
- 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.
- clientFromContext(Context) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets client ip, port and host from ClientContext
, if the provided
Context
contains a ClientContext
.
- clone() - Method in class com.persistit.PersistitMap
-
Returns a shallow copy of this AbstractMap
instance: the
keys and values themselves are not cloned.
- clone(Swagger) - Static method in class org.forgerock.http.swagger.SwaggerUtils
-
Clone a Swagger
instance.
- clone() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns a shallow copy of this JSON value.
- 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 class com.persistit.ui.AdminUI
-
Implements the Closeable interface
- 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.audit.events.handlers.writers.MeteredStream
-
Close the output stream which closes the target output stream.
- close() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
Closes the rotatable file.
- close() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
-
- close() - Method in interface org.forgerock.audit.rotation.RotatableObject
-
Closes the rotatable file.
- close() - Method in class org.forgerock.http.apache.async.AsyncHttpClient
-
- close() - Method in class org.forgerock.http.handler.HttpClientHandler
-
Completes all pending requests and release resources associated with
underlying implementation.
- close() - Method in class org.forgerock.http.io.BranchingInputStream
-
Closes this branching stream and all of the branches created from it.
- close() - Method in interface org.forgerock.http.io.Buffer
-
Closes the buffer and releases any system resources associated with it.
- close() - Method in class org.forgerock.http.io.FileBranchingStream
-
- close() - Method in class org.forgerock.http.protocol.Entity
-
Closes all resources associated with this entity.
- close() - Method in interface org.forgerock.http.protocol.Message
-
Closes all resources associated with the entity.
- close() - Method in class org.forgerock.http.protocol.MessageImpl
-
- close() - Method in interface org.forgerock.http.spi.HttpClient
-
Completes all pending requests and release resources associated with
underlying implementation.
- close() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.json.resource.Connection
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.json.resource.ConnectionFactory
-
Releases any resources associated with this connection factory.
- close() - Method in class org.openidentityplatform.commons.cassandra.EmbeddedServer
-
- 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.
- 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.
- 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™.
- collectAllValidators(Collection<Validator>) - Method in class org.forgerock.json.schema.validator.validators.ArrayTypeValidator
-
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
- collectAllValidators(Collection<Validator>) - Method in class org.forgerock.json.schema.validator.validators.ObjectTypeValidator
-
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
- collectAllValidators(Collection<Validator>) - Method in class org.forgerock.json.schema.validator.validators.Validator
-
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
- collectAllValidators(Collection<Validator>, Collection<? extends Validator>) - Static method in class org.forgerock.json.schema.validator.validators.Validator
-
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
- collectAllValidators(Collection<Validator>, Map<?, ? extends Validator>) - Static method in class org.forgerock.json.schema.validator.validators.Validator
-
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
- CollectErrorsHandler - Class in org.forgerock.json.schema.validator
-
The CollectErrorsHandler implements the
ErrorHandler
and never throws
any exception, but collects them so callers can retrieve all of them in one
go.
- CollectErrorsHandler() - Constructor for class org.forgerock.json.schema.validator.CollectErrorsHandler
-
- 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
-
- 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.persistit - package com.persistit
-
Implements Persistit™'s core functionality.
- com.persistit.encoding - package com.persistit.encoding
-
Implements extended encoding of objects and strings to and from
Key
s and
Value
s.
- com.persistit.exception - package com.persistit.exception
-
Exceptions thrown and handled by Persistit™
- com.persistit.logging - package com.persistit.logging
-
Implements Persistit™'s logging mechanism and provides a simple method
for connecting Persistit's log output to the embedding application.
- com.persistit.mxbeans - package com.persistit.mxbeans
-
- com.persistit.policy - package com.persistit.policy
-
- com.persistit.ref - package com.persistit.ref
-
Provides an interface and abstract superclasses for classes used to break object
reference graphs for serialization.
- com.persistit.ui - package com.persistit.ui
-
- com.persistit.ui.renderers - package com.persistit.ui.renderers
-
- com.persistit.util - package com.persistit.util
-
- 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
-
- CommonAuditBatchConfiguration - Class in org.forgerock.audit.batch
-
This class stores the common audit logging batch process configurations.
- CommonContent - Class in org.forgerock.doc.maven.pre
-
Augment the modifiable copy DocBook XML sources with common content.
- CommonContent(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.CommonContent
-
Constructor setting the Mojo that holds the 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 class org.forgerock.util.Pair
-
- compare(File, File) - Method in class org.forgerock.audit.util.LastModifiedTimeFileComparator
-
Compare two files based on file modification time.
- 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.
- 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(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessage
-
Compares this message with the specified message for order in the default
locale.
- compareTo(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
-
Compares this resource path with the provided resource path.
- compareTo(Duration) - Method in class org.forgerock.util.time.Duration
-
- 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.
- CompilationHandler - Interface in org.forgerock.script.engine
-
A NAME does ...
- compileBindings(Context, Bindings, Bindings...) - Method in interface org.forgerock.script.engine.ScriptEngine
-
Visits a function instance.
- compileBindings(Context, Bindings, Bindings...) - Method in class org.forgerock.script.groovy.GroovyScriptEngineImpl
-
- compileBindings(Context, Bindings, Bindings...) - Method in class org.forgerock.script.javascript.RhinoScriptEngine
-
- CompiledScript - Interface in org.forgerock.script.engine
-
A NAME does ...
- compileObject(Context, Object) - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
{@inheritDoc
- compileObject(Context, Object) - Method in interface org.forgerock.script.engine.ScriptEngine
-
Visits a function instance.
- compileScript(CompilationHandler) - Method in interface org.forgerock.script.engine.ScriptEngine
-
- compileScript(CompilationHandler) - Method in class org.forgerock.script.groovy.GroovyScriptEngineImpl
-
- compileScript(CompilationHandler) - Method in class org.forgerock.script.javascript.RhinoScriptEngine
-
- 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.
- 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
-
- 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.
- ConditionalText - Class in org.forgerock.doc.maven.pre
-
Applies profiling to the modifiable copy of DocBook XML sources.
- ConditionalText(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.ConditionalText
-
Constructor setting the Mojo that holds the configuration.
- Conditions - Class in org.forgerock.util.test.assertj
-
Condition
implementations useful for assertions.
- config(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- config(LocalizableMessage) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a CONFIG message.
- CONFIG_DEBUG_PROPERTY - Static variable in class org.forgerock.script.javascript.RhinoScriptEngine
-
- CONFIG_EXCEPTION_DEBUG_INFO - Static variable in class org.forgerock.script.javascript.RhinoScriptEngine
-
- CONFIG_FILE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name by which name of properties file can be supplied.
- CONFIG_PROPERTIES_FILE_VALUE - Static variable in class org.forgerock.commons.launcher.OSGiFrameworkService
-
The default name used for the configuration properties file.
- CONFIG_PROPERTIES_PROP - Static variable in class org.forgerock.commons.launcher.OSGiFrameworkService
-
The property name used to specify an URL to the configuration property
file to be used for the created the framework instance.
- CONFIG_RECOMPILE_MINIMUM_INTERVAL_PROPERTY - Static variable in class org.forgerock.script.javascript.RhinoScriptEngine
-
- ConfigAuditEventBuilder<T extends ConfigAuditEventBuilder<T>> - Class in org.forgerock.audit.events
-
Builder for audit config events.
- ConfigAuditEventBuilder() - Constructor for class org.forgerock.audit.events.ConfigAuditEventBuilder
-
Creates the builder.
- configEvent() - Static method in class org.forgerock.audit.events.ConfigAuditEventBuilder
-
Starts to build an audit config event.
- 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
.
- ConfigurationConnectionFactory - Class in org.forgerock.caf.authn.test.configuration
-
CREST connection factory for all the test CREST resources.
- configurationError - Variable in class com.persistit.logging.LogBase
-
- ConfigurationResource - Class in org.forgerock.caf.authn.test.configuration
-
CREST resource responsible for exposing the module configuration of the JASPI runtime.
- ConfigurationResource() - Constructor for class org.forgerock.caf.authn.test.configuration.ConfigurationResource
-
- ConfigurationUtil - Class in org.forgerock.commons.launcher
-
- configure(PersistitLogger) - Method in class com.persistit.logging.LogBase
-
- configure(PersistitLogger, PersistitLevel, String) - Method in interface com.persistit.logging.PersistitLogMessage.LogItem
-
- configure() - Method in class org.forgerock.caf.authn.test.runtime.GuiceModule
- configure(Binder) - Method in class org.forgerock.guice.core.GuiceTestCase
-
A default, empty implementation is provided as the test may not have any of its own objects to bind.
- 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.
- configureOverrideBindings(Binder) - Method in class org.forgerock.guice.core.GuiceTestCase
-
- configureResolverWithJWK(String, URL) - Method in interface org.forgerock.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.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.jaspi.modules.openid.resolvers.service.OpenIdResolverServiceConfigurator
-
- configureService(OpenIdResolverService, List<Map<String, String>>) - Method in class org.forgerock.jaspi.modules.openid.resolvers.service.OpenIdResolverServiceConfiguratorImpl
-
This implementation includes a priority system for ensuring invalid configs still
attempt to be loaded.
- 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.
- 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.
- 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_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.
- ConnectionConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
- ConnectionConfiguration() - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
- ConnectionFactory - Interface in org.forgerock.json.resource
-
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
- 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() - Constructor for class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
- constantEquals(byte[], byte[]) - Static method in class org.forgerock.json.jose.utils.Utils
-
Compares two byte arrays for equality, in a constant time.
- Constants - Class in org.forgerock.json.schema.validator
-
Constants is the collection of all constant values used by the object validator implementation.
- 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.
- ConstructorUtils - Class in org.forgerock.guice.core.internal.commons.lang.reflect
-
Utility reflection methods focussed on constructors, modelled after MethodUtils
.
- constructRenderer(String, Class, String) - Method in class com.persistit.ui.ManagementTableModel
-
- 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(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
- contains(String) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
- contains(Object) - Method in class org.forgerock.json.fluent.JsonValue
-
Returns true
this JSON value contains an item with the specified value.
- 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.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
Check that this array contains the given values.
- contains(String, Object) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
Check that this object contains a property with the given name, and value.
- contains(MapEntry...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
Check that this object contains the specified properties.
- 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.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.
- 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.
- containsExactly(Object...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
Check that this array contains exactly the given values.
- containsExactly(MapEntry...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
Check that this object contains exactly the specified properties.
- containsField(String) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
Check that this object contains a field with the specified name.
- containsFields(String...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
Check that this object contains fields with the specified names.
- containsKey(Object) - Method in class com.persistit.PersistitMap
-
Determine whether this map contains a mapping for the specified key.
- containsKey(Object) - Method in class org.forgerock.http.protocol.Headers
-
- containsKey(Object) - Method in class org.forgerock.http.protocol.RequestCookies
-
- containsKey(Object) - Method in class org.forgerock.http.servlet.ServletSession
-
- containsKey(Object) - Method in class org.forgerock.http.util.CaseInsensitiveMap
-
- containsKey(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
-
Returns true
if this map contains a mapping for the specified key.
- 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.
- containsOnly(Object...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
Check that this array contains only the given values.
- containsOnly(MapEntry...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
Check that this object only contains the specified properties.
- containsSequence(Object...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
Check that this array contains the given values as a sequence.
- containsState(String) - Method in interface org.forgerock.selfservice.core.ProcessContext
-
Determines whether state defined by the json pointer exists.
- containsTopic(String) - Method in class org.forgerock.audit.events.EventTopicsMetaData
-
Returns true if this object has meta-data for the specified topic.
- 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.json.fluent.JsonValueMap
-
Returns true
if this map maps one or more keys to the specified value.
- 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.
- CONTENT_DISPOSITION - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP header for Content-Disposition.
- 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 - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Defines the context key.
- context(Map<String, Object>) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Sets the context used in the authentication event.
- context - Variable in class org.forgerock.script.scope.OperationParameter
-
- Context - Interface in org.forgerock.services.context
-
Type-safe contextual information associated with the processing of a request in an application.
- contextDestroyed(ServletContextEvent) - Method in class org.forgerock.guice.core.GuiceInitialisationFilter
-
Not implemented to do anything.
- contextDestroyed(ServletContextEvent) - Method in class org.forgerock.http.servlet.HttpFrameworkServletContextListener
-
No action performed.
- contextInitialized(ServletContextEvent) - Method in class org.forgerock.guice.core.GuiceInitialisationFilter
-
Tries to get the Guice Injector instance from the InjectorHolder, therefore kick-starting the Guice
initialisation.
- contextInitialized(ServletContextEvent) - Method in class org.forgerock.http.servlet.HttpFrameworkServletContextListener
-
- 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.
- 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
-
- convertBoolean(Boolean) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertFunction(Function<?>) - Method in class org.forgerock.script.groovy.GroovyScript.InnerListFactory
-
- convertFunction(Function<?>) - Method in class org.forgerock.script.groovy.GroovyScript.InnerMapFactory
-
- convertFunction(Function<?>) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertList(List<Object>) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertMap(Map<String, Object>) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertNull() - Method in class org.forgerock.script.scope.AbstractFactory
-
Gets the null
object representation.
- convertNumber(Number) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertObject(Object) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertString(String) - Method in class org.forgerock.script.scope.AbstractFactory
-
- convertTo(TimeUnit) - Method in class org.forgerock.util.time.Duration
-
Convert the current duration to a given
TimeUnit
.
- 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
-
- CookieHeader - Class in org.forgerock.http.header
-
Processes the Cookie
request message header.
- CookieHeader() - Constructor for class org.forgerock.http.header.CookieHeader
-
Constructs a new empty header.
- CookieHeader(List<Cookie>) - Constructor for class org.forgerock.http.header.CookieHeader
-
Constructs a new header with the provided cookies.
- COOKIES - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The cookies event payload field name.
- copy() - Method in class org.forgerock.doc.maven.utils.BootstrapCopier
-
For each outputDirectory, copy HtmlForBootstrap files under outputDirectory/sh.
- copy() - Method in class org.forgerock.doc.maven.utils.SyntaxHighlighterCopier
-
For each outputDirectory, copy SyntaxHighlighter files under outputDirectory/sh.
- 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.fluent.JsonValue
-
Returns a deep copy of this JSON value.
- 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.
- copyImages(String, String, AbstractDocbkxMojo) - Static method in class org.forgerock.doc.maven.utils.ImageCopier
-
Copy images from source to destination.
- copyImages(String, String, String, File, File) - Static method in class org.forgerock.doc.maven.utils.ImageCopier
-
Copy images from source to destination.
- copyOf(PatchOperation) - Static method in class org.forgerock.json.resource.PatchOperation
-
Returns a deep copy of the provided patch operation.
- copyOf(Options) - Static method in class org.forgerock.util.Options
-
Returns a copy of the provided set of options.
- copyOfActionRequest(ActionRequest) - Static method in class org.forgerock.json.resource.Requests
-
Returns a copy of the provided action request.
- copyOfApiRequest(Request) - Static method in class org.forgerock.json.resource.Requests
-
Returns a copy of the provided api request.
- 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.
- 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.
- copyOfUpdateRequest(UpdateRequest) - Static method in class org.forgerock.json.resource.Requests
-
Returns a copy of the provided update request.
- copyOthers(String, File, File) - Static method in class org.forgerock.doc.maven.utils.FilteredFileCopier
-
Copy all files not having the specified extension from
the source directory to the destination directory.
- 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
- copySystemProperties(Map<String, Object>) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- 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
.
- copyURLToFile(URL, File) - Static method in class org.forgerock.script.engine.Utils
-
- coreTopicSchemas() - Static method in class org.forgerock.audit.events.EventTopicsMetaDataBuilder
-
Create a new instance of EventTopicsMetaDataBuilder that will populate
EventTopicsMetaData
objects its
creates with the schema meta-data for core topics.
- 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
-
- 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(Object, ActionEvent) - Method in interface com.persistit.ui.JavaHelpAdapter
-
- 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(String, Class<T>, EventHandlerConfiguration, EventTopicsMetaData) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandlerFactory
-
Create a new AuditEventHandler instance.
- create(String, Class<T>, EventHandlerConfiguration, EventTopicsMetaData) - Method in class org.forgerock.audit.events.handlers.DependencyProviderAuditEventHandlerFactory
-
- 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(Context, CreateRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.DeviceCollectionProviderV1
-
Performs a create operation on the resource.
- create(Context, CreateRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.UserCollectionProviderV1
-
Performs a create operation on the resource.
- 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.
- 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.
- 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.
- 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
-
- 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.
- createBindings() - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- createBindings() - Method in interface org.forgerock.script.Scope
-
Returns an uninitialized Bindings
.
- 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
-
Generates a Cached Thread Pool ExecutorService.
- createChildInjector(Module...) - Static method in enum org.forgerock.guice.core.InjectorHolder
-
Returns a new injector that inherits all state from this injector.
- createClientContext(Context, HttpServletRequest) - Static method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- createContext(Context, Request) - Method in interface org.forgerock.json.resource.http.HttpContextFactory
-
Returns the context which should be used for the provided HTTP request.
- createContext(Context) - Method in class org.forgerock.json.resource.http.SecurityContextFactory
-
Deprecated.
Creates a new SecurityContext
using the attributes contained in
the provided HTTP request.
- createContext(Context, Request) - Method in class org.forgerock.json.resource.http.SecurityContextFactory
-
Deprecated.
Creates a new SecurityContext
using the attributes contained in
the provided HTTP request.
- 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.
- 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
-
Create a fixed size Thread Pool ExecutorService.
- createFromOpenIDConfigUrl(URL) - Method in class org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolverFactory
-
Creates a public key resolver for the supplied issuer using keys supplied
at the .well-known open ID configuration URL.
- createHttpUriRequest(Request) - Method in class org.forgerock.http.apache.AbstractHttpClient
-
Creates a new HttpUriRequest
populated from the given request
.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.authz.basic.crest.SimpleResource
-
Adds
a new resource instance to the collection.
- 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.
- createInstance(Context, CreateRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
-
- createJWKResolver(String, URL, int, int) - Method in class org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolverFactory
-
Creates a public key resolver for the supplied issuer using
keys supplied at the JWK Set URL.
- CreateMode - Enum in org.forgerock.api.enums
-
Enum that represents the
Create
modes.
- 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.
- createPublicKeyResolver(String, PublicKey) - Method in class org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolverFactory
-
Creates a public key resolver for the supplied issuer.
- createRequest(HttpServletRequest) - Method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- CreateRequest - Interface in org.forgerock.json.resource
-
A request to create a new JSON resource.
- createResponse(HttpResponse) - Method in class org.forgerock.http.apache.AbstractHttpClient
-
Creates a new
Response
populated from the given AHC
result
.
- createRouterContext(Context, HttpServletRequest, Request) - Method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- createScheduledService(int) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
-
Generates a ScheduledExecutorService which has been pre-registered with the
ShutdownManager.
- createServer() - Method in class org.forgerock.http.bindings.BindingTest
-
Create a server to bind a CHF application to in tests.
- createSharedSecretResolver(String, String) - Method in class org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolverFactory
-
Creates a shared secret (HMAC) key resolver for the supplied issuer.
- createSigningHandlerForKey(SigningManager, Key) - Method in class org.forgerock.jaspi.modules.openid.resolvers.BaseOpenIdResolver
-
Determine an appropriate signing handler to use for verifying signatures using the given verification key.
- CreateSingleton - Enum in org.forgerock.api.enums
-
Types of create that might be singletons.
- createSubTransactionId() - Method in class org.forgerock.services.TransactionId
-
Creates a new TransactionId, child of this one.
- createSucceededAssert(JsonValue) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AssertJJsonValuePromiseAssert
-
- createSucceededAssert(T) - Method in class org.forgerock.util.test.assertj.AbstractAssertJPromiseAssert
-
Factory method for the succeeded assert class.
- createSucceededAssert(Object) - Method in class org.forgerock.util.test.assertj.AssertJPromiseAssert
-
- createTargetDatabase(File, String, AbstractDocbkxMojo) - Static method in class org.forgerock.doc.maven.utils.OLinkUtils
-
Construct an olink target database document, except for chunked HTML.
- createTargetDatabase(File, String, AbstractDocbkxMojo, boolean) - Static method in class org.forgerock.doc.maven.utils.OLinkUtils
-
Construct an olink target database document for chunked HTML.
- 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
-
Generates a ThreadPoolExecutor with the provided values, and registers that executor as listening for
shutdown messages.
- CreateThumbs - Class in org.forgerock.doc.maven.pre
-
Create thumbnails of .png images in the modifiable copy of the sources.
- CreateThumbs(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.CreateThumbs
-
Constructor setting the Mojo that holds the configuration.
- createTitledBorder(String) - Method in class com.persistit.ui.AdminUI
-
- createTreeDisplayTable() - Method in class com.persistit.ui.PersistitTableModel
-
- CREST_PROTOCOL - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The protocol field CREST value.
- 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
-
- CrestHttp - Class in org.forgerock.json.resource.http
-
A CREST HTTP utility class which creates instances of the HttpAdapter
to handle CREST HTTP requests.
- CrestHttpApplication - Class in org.forgerock.json.resource.http.examples
-
Http Application implementation to demonstrate integration with the Commons HTTP Framework.
- CrestHttpApplication() - Constructor for class org.forgerock.json.resource.http.examples.CrestHttpApplication
-
- 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.
- 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. salt) used to crypt the data.
- 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
-
- Css - Class in org.forgerock.doc.maven.release
-
Replace CSS in release HTML.
- Css(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.release.Css
-
Constructor setting the Mojo that holds the configuration.
- CsvAuditEventHandler - Class in org.forgerock.audit.handlers.csv
-
Handles AuditEvents by writing them to a CSV file.
- CsvAuditEventHandler(CsvAuditEventHandlerConfiguration, EventTopicsMetaData, KeyStoreHandlerProvider) - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
-
Create a new CsvAuditEventHandler instance.
- CsvAuditEventHandler.ParseJsonValue - Class in org.forgerock.audit.handlers.csv
-
CellProcessor for parsing JsonValue objects from CSV file.
- CsvAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.csv
-
A configuration for CSV audit event handler.
- CsvAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
- CsvAuditEventHandlerConfiguration.CsvFormatting - Class in org.forgerock.audit.handlers.csv
-
Contains the csv writer configuration parameters.
- CsvAuditEventHandlerConfiguration.CsvSecurity - Class in org.forgerock.audit.handlers.csv
-
Contains the configuration parameters to configure tamper evident logging.
- CsvAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.csv
-
Configuration of event buffering.
- CsvFormatting() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
- CsvSecureArchiveVerifierCli - Class in org.forgerock.audit.handlers.csv
-
Command line interface for verifying an archived set of tamper evident CSV audit log files for a particular topic.
- CsvSecurity() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
- 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.
- currentDateTime() - Method in class org.forgerock.audit.util.DateUtil
-
Get current time.
- CurrentDocId - Class in org.forgerock.doc.maven.pre
-
Replace CURRENT.DOCID#
with the current document ID + #.
- CurrentDocId(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.CurrentDocId
-
Constructor setting the Mojo that holds the configuration.
- CustomCss - Class in org.forgerock.doc.maven.pre
-
Add custom CSS for the normal, non-release build.
- CustomCss(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.CustomCss
-
Constructor setting the Mojo that holds the configuration.
- 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
.
- E_ACCESS_DENIED - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The resource owner or authorization server denied the request.
- E_INSUFFICIENT_SCOPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The request requires higher privileges than provided by the access token.
- E_INVALID_CLIENT - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
Client authentication failed (e.g., unknown client, no client
authentication included, or unsupported authentication method).
- E_INVALID_GRANT - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The provided authorization grant (e.g., authorization code, resource
owner credentials) or refresh token is invalid, expired, revoked, does
not match the redirection URI used in the authorization request, or was
issued to another client.
- E_INVALID_REQUEST - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The request is missing a required parameter, includes an unsupported
parameter value (other than grant type), repeats a parameter, includes
multiple credentials, utilizes more than one mechanism for authenticating
the client, or is otherwise malformed.
- E_INVALID_SCOPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The requested scope is invalid, unknown, malformed, or exceeds the scope
granted by the resource owner.
- E_INVALID_TOKEN - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The access token provided is expired, revoked, malformed, or invalid for
other reasons.
- E_SERVER_ERROR - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The authorization server encountered an unexpected condition that
prevented it from fulfilling the request.
- E_TEMPORARILY_UNAVAILABLE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The authorization server is currently unable to handle the request due to
a temporary overloading or maintenance of the server.
- E_UNAUTHORIZED_CLIENT - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The authenticated client is not authorized to use this authorization
grant type.
- E_UNSUPPORTED_GRANT_TYPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The authorization grant type is not supported by the authorization
server.
- E_UNSUPPORTED_RESPONSE_TYPE - Static variable in class org.forgerock.http.oauth2.OAuth2Error
-
The authorization server does not support obtaining an authorization code
using this method.
- ECDSASigningHandler - Class in org.forgerock.json.jose.jws.handlers
-
Elliptic Curve Digital Signature Algorithm (ECDSA) signing and verification.
- ECDSASigningHandler(ECPrivateKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
-
Constructs the ECDSA signing handler for signing only.
- ECDSASigningHandler(ECPublicKey) - Constructor for class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
-
Constructs the ECDSA signing handler for verification only.
- EcJWK - Class in org.forgerock.json.jose.jwk
-
This class implements an Elliptical Curve Json Web Key storage and manipulation class.
- EcJWK(KeyUse, String, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
-
Creates a public and private EcJWK.
- EcJWK(KeyUse, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.EcJWK
-
Creates a public EcJWK.
- ELAPSED_TIME - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The elapsed time event payload field name.
- ELAPSED_TIME_UNITS - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The elapsed time unit event payload field name.
- elapsedTime() - Method in class com.persistit.Persistit
-
The number of milliseconds since the log was opened.
- elapsedTime() - Static method in class com.persistit.util.Debug
-
- ElasticsearchAuditEventHandler - Class in org.forgerock.audit.handlers.elasticsearch
-
- ElasticsearchAuditEventHandler(ElasticsearchAuditEventHandlerConfiguration, EventTopicsMetaData, Client) - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
Create a new ElasticsearchAuditEventHandler
instance.
- ElasticsearchAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
-
A configuration for Elasticsearch audit event handler.
- ElasticsearchAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
- ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
-
Configuration of connection to Elasticsearch.
- ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
-
Configuration of event buffering.
- ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
-
Configuration of index mapping.
- ElasticsearchUtil - Class in org.forgerock.audit.util
-
Utilities for working with Elasticsearch.
- EMAIL_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
-
The email address field.
- EmailUsernameConfig - Class in org.forgerock.selfservice.stages.user
-
Configuration for the email based user name retrieval stage.
- EmailUsernameConfig() - Constructor for class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
- EmailUsernameStage - Class in org.forgerock.selfservice.stages.user
-
Stage is responsible for retrieving the user name.
- EmailUsernameStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.user.EmailUsernameStage
-
Constructs a new stage.
- EmbeddedScriptSource - Class in org.forgerock.script.source
-
A script whose source is not in a file, or resource, but embedded in
configuration string, database entry, or other "in-line" entity.
- EmbeddedScriptSource(String, ScriptName) - Constructor for class org.forgerock.script.source.EmbeddedScriptSource
-
- EmbeddedScriptSource(ScriptEntry.Visibility, String, ScriptName) - Constructor for class org.forgerock.script.source.EmbeddedScriptSource
-
- EmbeddedServer - Class in org.openidentityplatform.commons.cassandra
-
- EmbeddedServer() - Constructor for class org.openidentityplatform.commons.cassandra.EmbeddedServer
-
- empty() - Static method in class com.persistit.logging.PersistitLogMessage
-
- EMPTY - Static variable in class org.forgerock.i18n.LocalizableMessage
-
Represents an empty message string.
- empty() - Static method in class org.forgerock.json.resource.ResourcePath
-
Returns the empty resource path whose string representation is the empty
string and which has zero path elements.
- EMPTY - Static variable in class org.forgerock.util.Pair
-
An empty Pair.
- empty() - Static method in class org.forgerock.util.Pair
-
Returns an empty Pair matching the required types.
- EMPTY_VALUE - Static variable in class com.persistit.Value
-
A Value that is always EMPTY - i.e., for which isDefined()
is always false.
- emptyJson() - Static method in class org.forgerock.selfservice.core.ServiceUtils
-
Relieves an empty json object.
- ENABLE_JMX_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for enabling Persistit Open MBean for JMX
- ENABLED - Static variable in class com.persistit.util.Debug
-
- enabled() - Method in class com.persistit.util.ThreadSequencer.Condition
-
- enableSequencer(boolean) - Static method in class com.persistit.util.ThreadSequencer
-
Enable sequencer debugging.
- enc(EncryptionMethod) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
-
Sets the Encryption Method header parameter for this JWE.
- encode(byte[], boolean) - Static method in class org.forgerock.jaspi.modules.iwa.wdsso.Base64
-
Encodes a raw byte array into a BASE64 String
representation i accordance with RFC 2045.
- encode(byte[]) - Static method in class org.forgerock.jaspi.modules.iwa.wdsso.Base64
-
- encode(byte[]) - Static method in class org.forgerock.util.encode.Base64
-
- encode(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
-
Encodes a raw byte array into a BASE64 String
representation
i accordance with RFC 2045.
- encode(byte[]) - Static method in class org.forgerock.util.encode.Base64url
-
Encodes the given byte array into a Base64url encoded String.
- encodeToByte(byte[], boolean) - Static method in class org.forgerock.jaspi.modules.iwa.wdsso.Base64
-
Encodes a raw byte array into a BASE64 byte[]
representation i accordance with RFC 2045.
- encodeToByte(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
-
Encodes a raw byte array into a BASE64 byte[]
representation
i accordance with RFC 2045.
- encodeToChar(byte[], boolean) - Static method in class org.forgerock.jaspi.modules.iwa.wdsso.Base64
-
Encodes a raw byte array into a BASE64 char[]
representation i accordance with RFC 2045.
- encodeToChar(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
-
Encodes a raw byte array into a BASE64 char[]
representation
i accordance with RFC 2045.
- encrypt(JsonValue) - Method in interface org.forgerock.json.crypto.JsonEncryptor
-
Encrypts the specified value.
- encrypt(JsonValue) - Method in class org.forgerock.json.crypto.simple.SimpleEncryptor
-
- encrypt(Key) - Method in class org.forgerock.json.jose.builders.SignedJwtBuilderImpl
-
Wraps the signed JWT in an outer encrypted JWE envelope.
- encrypt(String, Key, byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
-
Deprecated.
Encrypts the given plaintext using the specified key with the specified encryption algorithm.
- encrypt(String, Key, byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AbstractEncryptionHandler
-
Deprecated.
Encrypts the given plaintext using the specified key and initialisation vector with the specified encryption
algorithm.
- EncryptedJwt - Class in org.forgerock.json.jose.jwe
-
A JWE implementation of the Jwt interface.
- EncryptedJwt(JweHeader, JwtClaimsSet, Key) - Constructor for class org.forgerock.json.jose.jwe.EncryptedJwt
-
Constructs a fresh, new EncryptedJwt from the given JweHeader and JwtClaimsSet.
- EncryptedJwt(JweHeader, String, byte[], byte[], byte[], byte[]) - Constructor for class org.forgerock.json.jose.jwe.EncryptedJwt
-
Constructs a reconstructed EncryptedJwt from its constituent parts, the JweHeader, encrypted Content Encryption
Key (CEK), initialisation vector, ciphertext and additional authentication data.
- EncryptedJwtBuilder - Class in org.forgerock.json.jose.builders
-
An implementation of a JwtBuilder that can build a JWT and encrypt it, resulting in an EncryptedJwt object.
- EncryptedJwtBuilder(Key) - Constructor for class org.forgerock.json.jose.builders.EncryptedJwtBuilder
-
Constructs a new EncryptedJwtBuilder that will use the given public key to encrypt the JWT.
- EncryptedThenSignedJwt - Class in org.forgerock.json.jose.jws
-
An implementation of a JWS with a nested JWE as its payload.
- EncryptedThenSignedJwt(JwsHeader, EncryptedJwt, SigningHandler) - Constructor for class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
-
Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.
- EncryptedThenSignedJwt(JwsHeader, EncryptedJwt, byte[], byte[]) - Constructor for class org.forgerock.json.jose.jws.EncryptedThenSignedJwt
-
Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT,
signing input and signature.
- EncryptedThenSignedJwtBuilder - Class in org.forgerock.json.jose.builders
-
An implementation of a JwtBuilder that can build a JWT and encrypt it and nest it within another signed JWT,
resulting in an SignedEncryptedJwt object.
- EncryptedThenSignedJwtBuilder(EncryptedJwtBuilder, SigningHandler, JwsAlgorithm) - Constructor for class org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
-
Constructs a new SignedEncryptedJwtBuilder that will use the given EncryptedJwtBuilder, to build the nested
Encrypted JWT, and the private key and JwsAlgorithm to sign the outer JWT.
- EncryptedThenSignedJwtHeaderBuilder - Class in org.forgerock.json.jose.builders
-
An implementation of a JWS Header builder that provides a fluent builder pattern to create JWS headers for
signed encrypted JWTs.
- EncryptedThenSignedJwtHeaderBuilder(EncryptedThenSignedJwtBuilder) - Constructor for class org.forgerock.json.jose.builders.EncryptedThenSignedJwtHeaderBuilder
-
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
- EncryptionHandler - Interface in org.forgerock.json.jose.jwe.handlers.encryption
-
The interface for EncryptionHandlers for all the different encryption algorithms.
- EncryptionManager - Class in org.forgerock.json.jose.jwe
-
A service to get the appropriate EncryptionHandler for a specified Java Cryptographic encryption algorithm.
- EncryptionManager() - Constructor for class org.forgerock.json.jose.jwe.EncryptionManager
-
- EncryptionMethod - Enum in org.forgerock.json.jose.jwe
-
An Enum of the possible encryption methods that can be used when encrypting a JWT.
- encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
-
- encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
-
- encryptPlaintext(Key, byte[], byte[], byte[]) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
-
Encrypts the plaintext with the Content Encryption Key, using the initialisation vector and additional
authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
- encryptPlaintext(Key, byte[], byte[], byte[]) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.RSAEncryptionHandler
-
Encrypts the plaintext with the Content Encryption Key, using the initialisation vector and additional
authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
- end - Variable in class com.persistit.logging.LogBase
-
- end() - Method in class com.persistit.Transaction
-
End the current transaction scope.
- endMessage(int) - Method in class com.persistit.Task
-
- endsWith(Object...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
Check that this array ends with the given values.
- ensureFit(int) - Method in class com.persistit.Value
-
Ensures that the specified number of bytes can be appended to the backing
byte array.
- Entity - Class in org.forgerock.http.protocol
-
Message content.
- ENTRIES - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Defines the entries key.
- entries(List<?>) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Sets the list of auth modules used in the authentication event and their state.
- Entry() - Constructor for class com.persistit.util.InternalHashSet.Entry
-
- ENTRY_CURRENT_KEY - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
The current key used to calculate the HEADER_HMAC.
- ENTRY_CURRENT_SIGNATURE - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
The last signature inserted into the file.
- ENTRY_INITIAL_KEY - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
The initial key used to calculate the HEADER_HMAC.
- ENTRY_SIGNATURE - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
The alias to lookup the private/public signature key into the keystore.
- entrySet() - Method in class com.persistit.PersistitMap
-
Returns a Set of Map.Entry values corresponding with key-value pairs in
the backing B-Tree.
- entrySet() - Method in class org.forgerock.http.protocol.Headers
-
- entrySet() - Method in class org.forgerock.http.protocol.RequestCookies
-
- entrySet() - Method in class org.forgerock.http.servlet.ServletSession
-
- entrySet() - Method in class org.forgerock.json.fluent.JsonValueMap
-
Returns a Set
view of the mappings contained in this map.
- entrySet() - Method in class org.forgerock.util.LazyMap
-
Returns a
Set
view of the mappings contained in the map.
- entrySet() - Method in class org.forgerock.util.MapDecorator
-
Returns a
Set
view of the mappings contained in the map.
- ENUM - Static variable in class org.forgerock.json.schema.validator.Constants
-
The enum
field name.
- enumConstant(Class<T>) - Static method in class org.forgerock.json.JsonValueFunctions
-
Returns the JSON string value as an enum constant of the specified enum
type.
- EnumHelper - Class in org.forgerock.json.schema.validator.helpers
-
This class implements "enum" validation on all types of objects as defined in
the paragraph 5.19 of the JSON Schema specification.
- EnumHelper(List<Object>) - Constructor for class org.forgerock.json.schema.validator.helpers.EnumHelper
-
Construct a new enum helper.
- EnumTitle - Annotation Type in org.forgerock.api.annotations
-
Annotation to provide a title for a given enum value.
- enumTitles(String...) - Method in class org.forgerock.api.models.Parameter.Builder
-
- EnumValueCoder - Class in com.persistit.encoding
-
- EnumValueCoder() - Constructor for class com.persistit.encoding.EnumValueCoder
-
- enumValues(String...) - Method in class org.forgerock.api.models.Parameter.Builder
-
Sets enum-values that must match.
- epk(String) - Method in class org.forgerock.json.jose.builders.JweHeaderBuilder
-
Sets the Ephemeral Public Key header parameter for this JWE.
- Epub - Class in org.forgerock.doc.maven.build
-
Build EPUB output format.
- Epub(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.build.Epub
-
Constructor setting the Mojo that holds the configuration.
- EQ - Static variable in class com.persistit.Key
-
- equals(Object) - Method in class com.persistit.Key
-
Compares this
Key
to another
Key
or
KeyState
.
- equals(Object) - Method in class com.persistit.KeyState
-
Implement equals
in such a way that Key
and
KeyState
can be used interchangeably as map keys.
- equals(Object) - Method in class com.persistit.Management.TaskStatus
-
Tests whether the supplied object is a TaskStatus
with
the same taskId is this one.
- equals(Object) - Method in class com.persistit.Management.TreeInfo
-
Tests whether the supplied object is a TreeInfo
with the
same index and name is this one.
- equals(Object) - Method in class com.persistit.Management.VolumeInfo
-
Tests whether the supplied object is a VolumeInfo
with
the same volume name and id as this one.
- equals(Object) - Method in class com.persistit.PersistitMap
-
If the supplied object is also a Map, then this method determines whether
the supplied map and this map contain the same entries.
- equals(Object) - Method in class com.persistit.PersistitMap.ExchangeEntry
-
Implements the contract for equals
.
- equals(Object) - Method in class com.persistit.SessionId
-
- equals(Object) - Method in class com.persistit.Tree
-
- equals(Object) - Method in class com.persistit.Value
-
Implements the
equals
method such that
Value
and
ValueState
objects may be used interchangeably as map keys.
- equals(Object) - Method in class com.persistit.ValueState
-
Implements equals
in such a way that Value
and
ValueState
can be used interchangeably as map keys.
- equals(Object) - Method in class com.persistit.Volume
-
- equals(Object) - Method in class com.persistit.VolumeSpecification
-
- equals(Object) - Method in class org.forgerock.api.models.Action
-
- equals(Object) - Method in class org.forgerock.api.models.ApiDescription
-
- equals(Object) - Method in class org.forgerock.api.models.ApiError
-
- equals(Object) - Method in class org.forgerock.api.models.Create
-
- equals(Object) - Method in class org.forgerock.api.models.Definitions
-
- equals(Object) - Method in class org.forgerock.api.models.Errors
-
- equals(Object) - Method in class org.forgerock.api.models.Items
-
- equals(Object) - Method in class org.forgerock.api.models.Operation
-
- equals(Object) - Method in class org.forgerock.api.models.Parameter
-
- equals(Object) - Method in class org.forgerock.api.models.Patch
-
- equals(Object) - Method in class org.forgerock.api.models.Paths
-
- equals(Object) - Method in class org.forgerock.api.models.Query
-
- equals(Object) - Method in class org.forgerock.api.models.Reference
-
- equals(Object) - Method in class org.forgerock.api.models.Resource
-
- equals(Object) - Method in class org.forgerock.api.models.Schema
-
- equals(Object) - Method in class org.forgerock.api.models.Services
-
- equals(Object) - Method in class org.forgerock.api.models.SubResources
-
- equals(Object) - Method in class org.forgerock.api.models.VersionedPath
-
- equals(Object) - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
-
- equals(Object) - Method in class org.forgerock.authz.filter.api.AuthorizationAttribute
- equals(Object) - Method in class org.forgerock.authz.filter.api.AuthorizationContext
- equals(Object) - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
-
- equals(BundleHandlerBuilder) - Method in class org.forgerock.commons.launcher.BundleHandlerBuilder
-
- equals(Object) - Method in class org.forgerock.http.header.Warning
-
- equals(Object) - Method in class org.forgerock.http.header.WarningHeader
-
- equals(Object) - Method in class org.forgerock.http.MutableUri
-
- equals(Object) - Method in class org.forgerock.http.oauth2.OAuth2Error
-
- equals(Object) - Method in class org.forgerock.http.protocol.Cookie
-
- equals(Object) - Method in class org.forgerock.http.protocol.Header
-
- equals(Object) - Method in class org.forgerock.http.routing.Version
-
- equals(Object) - Method in class org.forgerock.http.util.SetDecorator
-
Compares the specified object with the set for equality.
- equals(Object) - Method in class org.forgerock.i18n.LocalizableMessage
-
Returns true
if the provided object is a message whose
String
representation is equal to the String
representation of this message in the default locale.
- equals(Object) - Method in class org.forgerock.json.fluent.JsonPointer
-
Compares the specified object with this pointer for equality.
- equals(Object) - Method in class org.forgerock.json.fluent.JsonValueList
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class org.forgerock.json.jose.jwe.JweEncryption
-
- equals(Object) - Method in class org.forgerock.json.JsonPointer
-
Compares the specified object with this pointer for equality.
- equals(Object) - Method in class org.forgerock.json.resource.ResourcePath
-
Returns true
if obj
is a resource path having the exact
same elements as this resource path.
- equals(Object) - Method in interface org.forgerock.json.resource.ResourceResponse
-
Returns true
if the provided object is a resource having the same
resource ID and revision as this resource.
- equals(Object) - Method in class org.forgerock.script.ScriptName
-
- equals(Object) - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.custom.MathProblemStageConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
-
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
- equals(Object) - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
-
- equals(Object) - Method in class org.forgerock.services.routing.RouteMatcher
-
- equals(Object) - Method in class org.forgerock.util.i18n.LocalizableString
-
The default equals operation.
- equals(Object) - Method in class org.forgerock.util.LazyList
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class org.forgerock.util.LazyMap
-
Compares the specified object with the map for equality.
- equals(Object) - Method in class org.forgerock.util.ListDecorator
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class org.forgerock.util.MapDecorator
-
Compares the specified object with the map for equality.
- equals(Object) - Method in class org.forgerock.util.Pair
- equals(Object) - Method in class org.forgerock.util.query.QueryFilter
-
- EQUALS - Static variable in class org.forgerock.util.query.QueryFilterOperators
-
the "equals" operator.
- equals(Object) - Method in class org.forgerock.util.time.Duration
-
- equalsByteSubarray(byte[], int, byte[]) - Static method in class com.persistit.util.Util
-
- equalsByteSubarray(byte[], int, byte[], int, int) - Static method in class com.persistit.util.Util
-
- equalTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
-
Creates a new equality
filter using the provided field name and
value assertion.
- equalTo(T) - Static method in class org.forgerock.util.test.assertj.Conditions
-
A condition for equality testing.
- error(ApiError) - Method in class org.forgerock.api.models.Operation.Builder
-
Sets a single supported error.
- error(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg0, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg1<T1>, T1, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessageDescriptor.ArgN, Throwable, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(LocalizableMessage, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message using the provided Marker
.
- error(Marker, LocalizableMessageDescriptor.Arg0, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message using the provided Marker
.
- error(Marker, LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg1<T1>, T1, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(Marker, LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message.
- error(Marker, LocalizableMessageDescriptor.ArgN, Throwable, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an error message with an accompanying exception.
- error(ValidationException) - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
-
Receive notification of an error.
- error(ValidationException) - Method in class org.forgerock.json.schema.validator.ErrorHandler
-
Receive notification of an error.
- error(ValidationException) - Method in class org.forgerock.json.schema.validator.FailFastErrorHandler
-
Receive notification of an error.
- error(String, String, int, String, int) - Method in class org.forgerock.script.javascript.SLF4JErrorReporter
-
- ERROR_COMPARATOR - Static variable in class org.forgerock.api.models.ApiError
-
- ERROR_ENTRY_COMPARATOR - Static variable in class org.forgerock.api.models.Errors
-
- ERROR_MSG_ - Static variable in class org.forgerock.json.schema.validator.Constants
-
{}
- ERROR_MSG_ADDITIONAL_PROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
-
Value has additional properties.
- ERROR_MSG_ENUM_VIOLATION - Static variable in class org.forgerock.json.schema.validator.Constants
-
Value at {} does not have a value in the enumeration.
- ERROR_MSG_NULL_TYPE - Static variable in class org.forgerock.json.schema.validator.Constants
-
Value at {} MUST be null.
- ERROR_MSG_REQUIRED_PROPERTY - Static variable in class org.forgerock.json.schema.validator.Constants
-
Required property violation at {}.
- ERROR_MSG_TYPE_MISMATCH - Static variable in class org.forgerock.json.schema.validator.Constants
-
Type mismatch.
- ErrorHandler - Class in org.forgerock.json.schema.validator
-
ErrorHandler is the abstract base class for Validators.
- ErrorHandler() - Constructor for class org.forgerock.json.schema.validator.ErrorHandler
-
- errors(Errors) - Method in class org.forgerock.api.models.ApiDescription.Builder
-
Set the errors.
- Errors - Class in org.forgerock.api.models
-
Class that represents API descriptor
ApiError
errors.
- errors() - Static method in class org.forgerock.api.models.Errors
-
Create a new Builder for Errors.
- errors(List<ApiError>) - Method in class org.forgerock.api.models.Operation.Builder
-
Set multiple supported errors.
- Errors.Builder - Class in org.forgerock.api.models
-
Builder to help construct the Errors.
- errorWriter - Variable in class org.forgerock.script.engine.AbstractScriptEngine
-
This is the writer to be used to output errors from scripts.
- escapeXml(ArrayList<String>) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Escape an array of quote strings, for safe inclusion in an XML document.
- escapeXml(String) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Escape a quote string to be safely included in an XML document.
- eval(Context, Bindings, Bindings...) - Method in interface org.forgerock.script.engine.CompiledScript
-
Evaluated the script stored in this CompiledScript
object.
- eval(Context, Bindings, Bindings...) - Method in class org.forgerock.script.groovy.GroovyScript
-
- eval(Context, Bindings, Bindings...) - Method in class org.forgerock.script.javascript.RhinoScript
-
- eval(Bindings) - Method in interface org.forgerock.script.Script
-
Executes the program stored in the Script
object using the
supplied Bindings of attributes as the ENGINE_SCOPE of the associated
ScriptEngine during script execution.
- eval() - Method in interface org.forgerock.script.Script
-
Executes the program stored in the Script
object.
- evaluate(Context, R) - Method in class org.forgerock.services.routing.DelegatingRouteMatcher
-
- evaluate(Context, R) - Method in class org.forgerock.services.routing.RouteMatcher
-
Evaluates the request and determines whether it matches the route.
- evaluateScript(Context, Pair<JsonPointer, ScriptEntry>) - Static method in class org.forgerock.script.engine.Utils
-
Executes the given script with the appropriate context information.
- EVEN_BIAS - Static variable in class com.persistit.policy.JoinPolicy
-
Balance the allocation of spaces evenly between left and right pages.
- EVEN_BIAS - Static variable in class com.persistit.policy.SplitPolicy
-
Allocate as records evenly between left and right pages
- Event(AlertMonitor.AlertLevel, PersistitLogMessage.LogItem, Object...) - Constructor for class com.persistit.AlertMonitor.Event
-
- Event(AlertMonitor.AlertLevel, long, PersistitLogMessage.LogItem, Object...) - Constructor for class com.persistit.AlertMonitor.Event
-
- EVENT_FORMAT - Static variable in class com.persistit.AlertMonitor
-
- EVENT_HANDLERS - Static variable in class org.forgerock.audit.AuditHttpApplication
-
Event handlers key.
- EVENT_NAME - Static variable in class org.forgerock.audit.events.AuditEventBuilder
-
Event name event payload field name.
- EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- EventHandlerConfiguration - Class in org.forgerock.audit.events.handlers
-
Base class for audit event handler configuration.
- EventHandlerConfiguration() - Constructor for class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
- eventName(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Sets the provided name for the event.
- EventTopicsMetaData - Class in org.forgerock.audit.events
-
Encapsulates meta-data for event topics.
- EventTopicsMetaData(Map<String, JsonValue>) - Constructor for class org.forgerock.audit.events.EventTopicsMetaData
-
Create a new EventTopicsMetaData.
- eventTopicsMetaData - Variable in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
-
The event topic meta data for the handler.
- EventTopicsMetaDataBuilder - Class in org.forgerock.audit.events
-
- evict(K) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
-
Evict a cached value from the cache.
- Example - Annotation Type in org.forgerock.api.annotations
-
Specify an example value for the JSON schema.
- exampleBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
-
Inserts an example-block.
- ExampleHttpApplication - Class in org.forgerock.http.servlet.example
-
Example single
HttpApplication
deployment which registers a
Handler
that returns the application name and matched portion of
the request uri.
- ExampleHttpApplication() - Constructor for class org.forgerock.http.servlet.example.ExampleHttpApplication
-
Default constructor for single HttpApplication
deployments.
- ExampleHttpFrameworkServletContextListener - Class in org.forgerock.http.servlet.example
-
- ExampleHttpFrameworkServletContextListener() - Constructor for class org.forgerock.http.servlet.example.ExampleHttpFrameworkServletContextListener
-
- ExampleSelfServiceApplication - Class in org.forgerock.selfservice.example
-
Basic http application which initialises the user self service service.
- ExampleSelfServiceApplication() - Constructor for class org.forgerock.selfservice.example.ExampleSelfServiceApplication
-
- exception - Variable in class com.persistit.logging.LogBase
-
- ExceptionHandler<E> - Interface in org.forgerock.util.promise
-
A completion handler for consuming exceptions which occur during the execution of
asynchronous tasks.
- Exchange - Class in com.persistit
-
The main facade for fetching, storing and removing records from a
Persistit™ database.
- Exchange(Persistit, String, String, boolean) - Constructor for class com.persistit.Exchange
-
Construct a new
Exchange
object to create and/or access the
Tree
specified by treeName within the
Volume
specified by
volumeName
.
- Exchange(Persistit, Volume, String, boolean) - Constructor for class com.persistit.Exchange
-
Construct a new
Exchange
object to create and/or access the
Tree
specified by treeName within the specified
Volume
.
- Exchange(Exchange) - Constructor for class com.persistit.Exchange
-
Construct a new
Exchange
to access the same
Volume
and
Tree
as the supplied
Exchange
.
- Exchange(Tree) - Constructor for class com.persistit.Exchange
-
Construct a new
Exchange
to access the specified
Tree
.
- Exchange.Sequence - Enum in com.persistit
-
- Exchange.TraverseVisitor - Interface in com.persistit
-
- EXCLUSIVEMAXIMUM - Static variable in class org.forgerock.json.schema.validator.Constants
-
The exclusiveMaximum
field name.
- EXCLUSIVEMINIMUM - Static variable in class org.forgerock.json.schema.validator.Constants
-
The exclusiveMinimum
field name.
- exec(List) - Method in class org.forgerock.doc.maven.utils.helper.NameMethod
-
- exec() - Method in class org.forgerock.json.crypto.cli.Main
-
Execute the CLI on the class instance.
- execute(String) - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Use a simple command-line processor to invoke a task.
- execute(String, ApiDescription, Path, Path, ApiDescription...) - Static method in class org.forgerock.api.markup.ApiDocGenerator
-
Generates AsciiDoc documentation for a CREST API Descriptor, to an output-directory.
- execute(String, ApiDescription, Path, ApiDescription...) - Static method in class org.forgerock.api.markup.ApiDocGenerator
-
Generates AsciiDoc documentation for a CREST API Descriptor, to a String
.
- execute(LocalizableString, String, String, boolean, ApiDescription, ApiDescription...) - Static method in class org.forgerock.api.transform.OpenApiTransformer
-
- execute(ApiDescription, ApiDescription...) - Static method in class org.forgerock.api.transform.OpenApiTransformer
-
- execute(Object, CsvContext) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler.ParseJsonValue
-
- execute() - Method in class org.forgerock.doc.maven.backstage.ArtifactDocs
-
Unpack documentation artifacts and prepare them for Backstage.
- execute() - Method in class org.forgerock.doc.maven.backstage.Pdf
-
Prepare PDF files for Backstage.
- execute() - Method in class org.forgerock.doc.maven.BackstageMojo
-
Call other classes to prepare documents according to Backstage layout.
- execute() - Method in class org.forgerock.doc.maven.build.ChunkedHtml
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.Epub
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.Fo
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.HtmlForBootstrap
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.Manpage
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.SingleHtml
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.Webhelp
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.build.Xhtml5
-
Build documents from DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.HelpMojo
- execute() - Method in class org.forgerock.doc.maven.post.Bootstrap
-
Post-processes Bootstrap formats.
- execute() - Method in class org.forgerock.doc.maven.post.Html
-
Post-processes HTML formats.
- execute() - Method in class org.forgerock.doc.maven.post.ManpagePost
-
Fix man page file locations.
- execute() - Method in class org.forgerock.doc.maven.post.NoOp
-
Does no post-processing.
- execute() - Method in class org.forgerock.doc.maven.post.WebhelpPost
-
Post-processes HTML formats.
- execute() - Method in class org.forgerock.doc.maven.post.Xhtml
-
Add SyntaxHighlighter files for each XHTML document.
- execute() - Method in class org.forgerock.doc.maven.pre.ArbitraryResourceCopier
-
Copies arbitrary resources from sources to pre-site output for HTML formats.
- execute() - Method in class org.forgerock.doc.maven.pre.ArtifactBuilder
-
Build artifact.
- execute() - Method in class org.forgerock.doc.maven.pre.AsciidocToDocBook
-
Copies arbitrary resources from sources to pre-site output for HTML formats.
- execute() - Method in class org.forgerock.doc.maven.pre.Branding
-
Augment the modifiable copy of DocBook XML sources with branding elements.
- execute() - Method in class org.forgerock.doc.maven.pre.CommonContent
-
Augment the modifiable copy of DocBook XML sources with common content.
- execute() - Method in class org.forgerock.doc.maven.pre.ConditionalText
-
Applies profiling to the modifiable copy of DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.pre.CreateThumbs
-
Create thumbnails of .png images in the modifiable copy of
the sources.
- execute() - Method in class org.forgerock.doc.maven.pre.CurrentDocId
-
Replace CURRENT.DOCID#
with the current document ID + #.
- execute() - Method in class org.forgerock.doc.maven.pre.CustomCss
-
Add custom CSS to the modifiable copy of DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.pre.Dpi
-
Set DPI on .png images in the modifiable copy of the sources.
- execute() - Method in class org.forgerock.doc.maven.pre.Filter
-
Apply Maven resource filtering to the copy of DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.pre.Fop
-
Prepare fonts for use with Apache FOP.
- execute() - Method in class org.forgerock.doc.maven.pre.HeaderColor
-
Add color to <thead><row> in the copy of DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.pre.ImageData
-
Edit <imagedata>
elements in the copy of DocBook XML sources.
- execute() - Method in class org.forgerock.doc.maven.pre.JCite
-
Run JCite on the XML source files.
- execute() - Method in class org.forgerock.doc.maven.pre.KeepTogether
-
Keep shorter programlisting and screen elements on the same page in FO.
- execute() - Method in class org.forgerock.doc.maven.pre.ModifiableCopy
-
Make a modifiable copy of the original DocBook XML source files.
- execute() - Method in class org.forgerock.doc.maven.pre.PlantUml
-
Run PlantUML on .txt files in the DocBook source files.
- execute() - Method in class org.forgerock.doc.maven.pre.XCite
-
Run XCite on the XML source files.
- execute() - Method in class org.forgerock.doc.maven.PreProcessMojo
-
Call other classes to pre-process documentation sources.
- execute() - Method in class org.forgerock.doc.maven.PreSiteMojo
-
Call other classes to perform pre-site build.
- execute() - Method in class org.forgerock.doc.maven.release.Css
-
Replace CSS in release HTML.
- execute() - Method in class org.forgerock.doc.maven.release.Favicon
-
Fix favicon links in release HTML.
- execute() - Method in class org.forgerock.doc.maven.release.IndexHtml
-
Add an index.html file to the release layout.
- execute() - Method in class org.forgerock.doc.maven.release.Layout
-
Lay out built documents.
- execute() - Method in class org.forgerock.doc.maven.release.PdfNames
-
Rename PDF files in the release layout.
- execute() - Method in class org.forgerock.doc.maven.release.Robots
-
Remove robots meta tag in release HTML.
- execute() - Method in class org.forgerock.doc.maven.release.Zip
-
Zip release documents.
- execute() - Method in class org.forgerock.doc.maven.ReleaseMojo
-
Call other classes to prepare release layout documents.
- execute() - Method in class org.forgerock.doc.maven.site.Htaccess
-
Add .htaccess
file to the site layout.
- execute() - Method in class org.forgerock.doc.maven.site.Layout
-
Lay out built documents.
- execute() - Method in class org.forgerock.doc.maven.site.LinkTest
-
Test links in pre-processed copy of the sources.
- execute() - Method in class org.forgerock.doc.maven.site.Redirect
-
Add file to redirect /doc/index.html
to /docs.html
.
- execute() - Method in class org.forgerock.doc.maven.SiteMojo
-
Call other classes to copy docs to site build directory.
- execute() - Method in class org.forgerock.i18n.maven.CleanMessagesMojo
- execute() - Method in class org.forgerock.maven.plugins.xcite.XCiteMojo
-
Replace citations with quotes in included files,
writing the resulting files in the output directory.
- execute(Map<String, Object>) - Method in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- execute() - Method in class org.openidentityplatform.doc.maven.AntoraMojo
-
- execute() - Method in class org.openidentityplatform.doc.maven.AsciidocPreProcessMojo
-
- execute() - Method in class org.openidentityplatform.doc.maven.AsciidocToPdfMojo
-
- ExecutorServiceFactory - Class in org.forgerock.util.thread
-
Responsible for generating ExecutorService instances which are automatically
wired up to shutdown when the ShutdownListener event triggers.
- ExecutorServiceFactory(ShutdownManager) - Constructor for class org.forgerock.util.thread.ExecutorServiceFactory
-
Create an instance of the factory.
- exp(Date) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
-
Sets the expiration time of the JWT in the Claims Set.
- expand(Map<String, Object>) - Static method in class org.forgerock.audit.util.JsonValueUtils
-
Expands a Json Object Map, where the keys of the map are the
JsonPointer
s
and the values are the value the
JsonPointer
resolves to.
- expect(Class<?>) - Method in class org.forgerock.json.fluent.JsonValue
-
Called to enforce that the JSON value is of a particular type.
- expect(Class<?>) - Method in class org.forgerock.json.JsonValue
-
Called to enforce that the JSON value is of a particular type.
- EXPECTATION_FAILED - Static variable in class org.forgerock.http.protocol.Status
-
The 417 (Expectation Failed) status code indicates that the
expectation given in the request's Expect header field
(Section 5.1.1) could not be met by at least one of the inbound
servers.
- expectObjectFormat(JavaType) - Method in class org.forgerock.api.jackson.CrestPropertyDetailsSchemaFactoryWrapper
-
- ExpiryStrategy<T> - Interface in org.forgerock.bloomfilter
-
- expiryTime(T) - Method in interface org.forgerock.bloomfilter.ExpiryStrategy
-
Determines the expiration time for the given element.
- EXTEND_VOLUME_CATEGORY - Static variable in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- extendedMatch(FF, String, Object) - Static method in class org.forgerock.util.query.QueryFilter
-
Creates a new extended match
filter using the provided
field name, operator and value assertion.
- extendException - Variable in class com.persistit.logging.LogBase
-
- extendLonger - Variable in class com.persistit.logging.LogBase
-
- extendNormal - Variable in class com.persistit.logging.LogBase
-
- EXTENDS - Static variable in class org.forgerock.json.schema.validator.Constants
-
- EXTRA_FORMAT - Static variable in class com.persistit.AlertMonitor
-
- extractMatchedUri(HttpServletRequest) - Method in enum org.forgerock.http.servlet.ServletRoutingBase
-
Determines the portion of the request URI that will be matched based on
the selected ServletRoutingBase
.
- extractQuote(ArrayList<String>, String, String) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Extract a single quote from an array of strings.
- extractQuote(ArrayList<String>, String) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Extract a single quote from an array of strings.
- extractValueAsString(JsonValue, String) - Static method in class org.forgerock.audit.util.JsonValueUtils
-
Extracts String representation of field identified by fieldName
from json
object.
- extractValueAsString(JsonValue, JsonPointer) - Static method in class org.forgerock.audit.util.JsonValueUtils
-
Extracts String representation of field identified by pointer
from json
object.
- 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.
- gatherInitialRequirements(ProcessContext, C) - Method in interface org.forgerock.selfservice.core.ProgressStage
-
Response for defining any initial requirements the stage may have.
- gatherInitialRequirements(ProcessContext, MathProblemStageConfig) - Method in class org.forgerock.selfservice.custom.MathProblemStage
-
- gatherInitialRequirements(ProcessContext, CaptchaStageConfig) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStage
-
- 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, 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
-
- generate(JsonValue) - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenHandler
-
Generates a new snapshot token using the state.
- generate(JsonValue) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandler
-
- 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.
- 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 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.
- generateJsonPointers(JsonValue) - Static method in class org.forgerock.audit.util.JsonSchemaUtils
-
Generates the Set of
JsonPointer
s in a given JsonSchema.
- generateJWEEncryptedKey(Key, Key) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.AESKeyWrapEncryptionHandler
-
- generateJWEEncryptedKey(Key, Key) - Method in class org.forgerock.json.jose.jwe.handlers.encryption.DirectEncryptionHandler
-
- generateJWEEncryptedKey(Key, Key) - Method in interface org.forgerock.json.jose.jwe.handlers.encryption.EncryptionHandler
-
Generates the Content Encryption Key (CEK) following the appropriate steps defined by the EncryptionHandler
JweAlgorithm.
- 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.jaspi.modules.openid.helpers.JWKSetParser
-
Provides a Map of KeyId:Keys as indicated by the JWKSet's URL.
- GenerateMessagesMojo - Class in org.forgerock.i18n.maven
-
Goal which generates message source files from a one or more property files.
- GenerateMessagesMojo() - Constructor for class org.forgerock.i18n.maven.GenerateMessagesMojo
-
- generateReport(List<XmlSuite>, List<ISuite>, String) - Method in class org.forgerock.testng.ForgeRockTestListener
-
- GenerateTestMessagesMojo - Class in org.forgerock.i18n.maven
-
Goal which generates message source files from a one or more property files.
- GenerateTestMessagesMojo() - Constructor for class org.forgerock.i18n.maven.GenerateTestMessagesMojo
-
- 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.
- 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(String) - Method in interface org.forgerock.commons.launcher.PropertyAccessor
-
- 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.servlet.ServletSession
-
- get(Object) - Method in class org.forgerock.http.util.CaseInsensitiveMap
-
- get() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
-
Creates a localizable message.
- get(T1) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3, T4) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(Object...) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
-
Creates a message with arguments that will replace format specifiers
in the associated format string when the message is rendered to
string representation.
- get(URL) - Method in class org.forgerock.jaspi.modules.openid.helpers.SimpleHTTPClient
-
Utility method for gathering the contents of an HTTP page.
- get(int) - Method in class org.forgerock.json.fluent.JsonPointer
-
Returns the reference token at the specified position.
- get(String) - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the specified item value.
- get(int) - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the specified child value.
- get(JsonPointer) - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the specified child value with a pointer, relative to this value as root.
- get(int) - Method in class org.forgerock.json.fluent.JsonValueList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
-
Returns the value to which the specified key is mapped, or null
if this map
contains no mapping for the key.
- 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(String) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- get(String) - Method in interface org.forgerock.script.Scope
-
Retrieves a value set in the state of this engine.
- 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(HttpServletRequest) - Static method in class ru.org.openam.geo.Client
-
- get(HttpServletRequest, String) - Static method in class ru.org.openam.geo.Client
-
- get(String) - Static method in class ru.org.openam.geo.Client
-
- get75thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 75th percentile execution time. 75% of all requests completed within this time.
- get90thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 90th percentile execution time. 90% of all requests completed within this time.
- get95thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 95th percentile execution time. 95% of all requests completed within this time.
- get98thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 98th percentile execution time. 98% of all requests completed within this time.
- get99Point99thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 99.99th percentile execution time. 99.99% of all requests completed within this time.
- get99Point9thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 99.9th percentile execution time. 99% of all requests completed within this time.
- get99thPercentileTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The 99th percentile execution time. 99% of all requests completed within this 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
-
- getAcceptedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getAccessibleConstructor(Class<?>, Class<?>[]) - Static method in class org.forgerock.guice.core.internal.commons.lang.reflect.ConstructorUtils
-
Returns a constructor given a class and signature.
- getAccessibleConstructor(Constructor<?>) - Static method in class org.forgerock.guice.core.internal.commons.lang.reflect.ConstructorUtils
-
Returns accessible version of the given constructor.
- getAccessorName(int) - Method in class com.persistit.DefaultValueCoder.Builder
-
- getAccessToken(String) - Method in class org.forgerock.authz.modules.oauth2.BearerTokenExtractor
-
Pulls the access token off of the request, by looking for the Authorization header containing a Bearer token.
- getAccessToken() - Method in class org.forgerock.http.oauth2.OAuth2Context
-
Returns the access token associated with this OAuth2 context.
- 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(String) - Method in class com.persistit.ui.AdminUI
-
- 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.
- getActions() - Method in class org.forgerock.api.models.Items
-
Getter of actions.
- getActions() - Method in class org.forgerock.api.models.Resource
-
Getter of actions.
- getActions() - Method in class org.forgerock.commons.launcher.BundleHandler
-
- 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.
- 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
-
- getAdminsRouter() - Static method in class org.forgerock.json.resource.descriptor.examples.handler.UserCollectionHandler
-
Creates the route to the different admin provier version (At the moment it supports only version 1.0).
- getAdvices() - Method in class org.forgerock.json.resource.AdviceContext
-
Returns the advices contained within this context.
- 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.
- 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
-
Gets the alg parameter of the JWK.
- getAlgorithm() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
-
Gets the actual name of the algorithm that is understood by Java cryptographic operations.
- 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.
- getAlloc() - Method in class com.persistit.Buffer
-
- getAlloc() - Method in class com.persistit.Management.BufferInfo
-
- getAntoraOutputDirectory() - Method in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
Base directory for built documentation.
- 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.
- getApiProducer() - Method in class org.forgerock.http.servlet.example.ExampleHttpApplication
-
- getApiProducer() - Method in class org.forgerock.json.resource.http.examples.CrestHttpApplication
-
- 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
-
- getAppConfigurationEntry(String) - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WindowsDesktopSSOConfig
-
Returns AppConfigurationEntry array for the application appName
using Kerberos module.
- getAppliedTransactionCount() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getAppliedTransactionCount() - Method in class com.persistit.RecoveryManager
-
- getAppliedTransactions() - Method in class com.persistit.Management.RecoveryInfo
-
- 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
.
- getArtifactId() - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Get the artifact identifier.
- getArtifactItems() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the doc artifacts to unpack when preparing Backstage layout.
- getAsciidocBuildSourceDirectory() - Method in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- getAsciidocSourceDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the base directory for Asciidoc source files.
- getAsciidocSourceDirectory() - Method in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- getAsciidoctorPluginVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Returns the version of the Asciidoctor Maven plugin to use.
- 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.
- getAttributes() - Method in class org.forgerock.authz.filter.api.AuthorizationContext
-
Gets a copy of all attributes set in this authorization context.
- getAttributes() - Method in class org.forgerock.services.context.AttributesContext
-
Returns the attributes associated with the current request.
- getAudience() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Gets the intended audience for the JWT from the Claims Set.
- getAuditApi() - Static method in class org.forgerock.caf.authn.test.runtime.TestAuditApi
-
Factory method called by the Jaspi runtime to get the instance of the AuditApi
to use when auditing
authentication requests.
- getAuditEventHandlerConfigurationSchema(String, ClassLoader) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Gets the configuration schema for an audit event handler as json schema.
- getAuditEventProperties(JsonValue) - Static method in class org.forgerock.audit.events.AuditEventHelper
-
Gets the Audit Event schema properties.
- getAuditEventSchema(JsonValue) - Static method in class org.forgerock.audit.events.AuditEventHelper
-
Gets the Audit Event schema.
- getAuditRecords() - Method in class org.forgerock.caf.authn.test.runtime.TestAuditApi
-
Gets the audit records.
- getAuditTrail() - Method in interface org.forgerock.caf.authentication.api.MessageContext
-
Gets the
AuditTrail
instance for this message exchange.
- getAuthenticationId() - Method in class org.forgerock.services.context.SecurityContext
-
Returns the principal that the client used during authentication.
- getAuthenticationTag() - Method in class org.forgerock.json.jose.jwe.JweEncryption
-
Gets the authentication tag from the result of the encryption.
- getAuthModules(ConfigurationResource, Injector) - Method in class org.forgerock.caf.authn.test.runtime.GuiceModule
-
Provider for the JASPI runtime's auth modules.
- getAuthority() - Method in class org.forgerock.http.MutableUri
-
Returns the authority compound element.
- 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.
- getAuthzToken() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
Gets the Splunk authorization token required for making HTTP event collector calls.
- getAutoCommit() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the auto commit value.
- getAvailableAuditEventHandlers() - Method in class org.forgerock.audit.AuditServiceConfiguration
-
Returns a list of class names of available audit event handlers.
- 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
-
- getBackstageDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the file system directory for Backstage layout output.
- getBackstageProductName() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the product name as shown on Backstage.
- 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
-
- getBaseConfiguration() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the base configuration applicable to all builds with the docbkx-tools plugin.
- getBaseDir() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Project base directory, needed to workaround bugs with *target.db and webhelp.
- getBaseUri() - Method in class org.forgerock.http.routing.UriRouterContext
-
Returns the portion of the request URI which has been routed so far.
- getBatch() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
Returns the configuration used to initialize the batch publisher.
- getBearerAccessToken(String) - Static method in class org.forgerock.http.oauth2.OAuth2
-
Extracts the bearer token from the request's authorization header.
- 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
.
- getBindings() - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- getBindings() - Method in interface org.forgerock.script.Scope
-
Returns a scope of named values.
- getBitSize() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
-
The total memory size of the set, in bits.
- 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
-
- getBoldFont() - Method in class com.persistit.ui.AdminUI
-
- 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.
- getBooleanProperty(String, boolean) - Method in class com.persistit.Configuration
-
Parse and return a string value as either true or false.
- getBootParameters() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getBootstrapCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the HtmlForBootstrap XSL stylesheet customization file.
- getBoundary() - Method in class org.forgerock.http.header.ContentTypeHeader
-
Returns the encapsulation boundary or null
if none specified.
- getBrandingArtifactId() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Gets the branding artifactId to use.
- getBrandingGroupId() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Gets the groupId of the branding artifact to use.
- getBrandingVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Gets the version of the branding artifact to use.
- 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 class org.forgerock.audit.AuditHttpApplication
-
- getBufferFactory() - Method in class org.forgerock.authz.basic.AuthzHttpApplication
-
- getBufferFactory() - Method in class org.forgerock.caf.authn.test.JaspiHttpApplication
-
- getBufferFactory() - Method in interface org.forgerock.http.HttpApplication
-
Gets the
Factory
that will create temporary storage
Buffer
s to handle the processing of requests.
- getBufferFactory() - Method in class org.forgerock.http.servlet.example.ExampleHttpApplication
-
- getBufferFactory() - Method in class org.forgerock.json.resource.http.examples.CrestHttpApplication
-
- getBufferFactory() - Method in class org.forgerock.selfservice.example.ExampleSelfServiceApplication
-
- 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
.
- getBuffering() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Returns the configuration for events buffering.
- getBuffering() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
Gets configuration of event buffering.
- getBuffering() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Returns the configuration for events buffering.
- getBuffering() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
Gets configuration of event buffering.
- getBuffering() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
Gets the configuration for buffering.
- getBuffering() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the configuration for events buffering.
- 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
-
- getBuildDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the project build directory for this plugin.
- getBundleInPreferredLocale(String, ClassLoader) - Method in class org.forgerock.util.i18n.PreferredLocales
-
Get a ResourceBundle
using the preferred locale list and using the provided
ClassLoader
.
- getBundleUrl() - Method in class org.forgerock.commons.launcher.BundleHandler
-
Get the bundle location URL.
- 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.
- getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
-
Retrieves the number of bytes written by this writer.
- getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
-
Returns the number of bytes written in this stream.
- getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
Retrieves the number of bytes written by this writer.
- getBytesWritten() - Method in interface org.forgerock.audit.events.handlers.writers.TextWriter
-
Retrieves the number of bytes written by this writer.
- getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
-
- getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
-
- getBytesWritten() - Method in interface org.forgerock.audit.rotation.RotatableObject
-
Retrieves the number of bytes written to the file.
- 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.audit.handlers.jms.BatchPublisherConfiguration
-
Returns the maximum capacity of the publishing queue.
- getCapacity() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
-
The capacity of the set.
- getCategory() - Method in class com.persistit.AlertMonitor.AlertRecord
-
- 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).
- getCertificate(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
-
Gets the certificate from the KeyStore with the given alias.
- getCertificates() - Method in class org.forgerock.services.context.ClientContext
-
Returns the collection (possibly empty) of certificate(s) provided by the client.
- getChallenges(HttpHost, HttpResponse, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
-
- 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
-
- 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
-
- getChunkedHTMLCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the chunked HTML XSL stylesheet customization file.
- 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.
- 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.
- getClassifier() - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Get the optional artifact classifier.
- getClassLoader() - Static method in class org.forgerock.http.util.Loader
-
Returns the class loader that should be used consistently throughout the application.
- getClientClass() - Method in class com.persistit.DefaultValueCoder
-
Return the class
that this ObjectCoder
serves.
- getCode() - Method in class org.forgerock.api.models.ApiError
-
Getter of the error code.
- getCode() - Method in enum org.forgerock.audit.handlers.syslog.Facility
-
Get the syslog code for the facility.
- getCode() - Method in enum org.forgerock.audit.handlers.syslog.Severity
-
Get the syslog code for the severity.
- 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.
- getCodings() - Method in class org.forgerock.http.header.ContentEncodingHeader
-
Returns the list of content codings.
- getColumnClass(int) - Method in class com.persistit.ui.ManagementTableModel
-
- getColumnCount() - Method in class com.persistit.ui.ManagementTableModel
-
- getColumnCount() - Method in class com.persistit.ui.PersistitTableModel
-
- 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
-
- getCommonContentArtifactId() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the artifactId
of the common content artifact.
- getCommonContentGroupId() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the groupId
of the common content artifact.
- getCommonContentVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version of the common content artifact to use.
- 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.
- getConfig() - Method in interface org.forgerock.audit.AuditService
-
Gets the AuditService configuration.
- getConfig() - Method in class org.forgerock.audit.AuditServiceProxy
-
- getConfigFile() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getConfiguration() - Method in class com.persistit.Persistit
-
- getConfigurationProperties() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- getConfigurationProperties() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getConfiguredAuditEventHandlers(JsonValue) - Static method in class org.forgerock.audit.events.AuditEventHelper
-
Gets the AuditEventHandlers that the audit event is configure to log to.
- 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
-
- getConnection() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
Gets configuration of connection to Elasticsearch.
- getConnection() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
Gets configuration of connection to Splunk.
- getConnection() - Method in interface org.forgerock.json.resource.ConnectionFactory
-
Returns a connection to the JSON resource provider associated with this
connection factory.
- getConnectionAsync() - Method in interface org.forgerock.json.resource.ConnectionFactory
-
Asynchronously obtains a connection to the JSON resource provider
associated with this connection factory.
- getConnectionFactory() - Method in interface org.forgerock.audit.handlers.jms.JmsContextManager
-
Gets a JMS connection factory
.
- getConnectionFactory() - Static method in class org.forgerock.authz.basic.crest.BasicAuthorizationConnectionFactory
-
- getConnectionFactory() - Static method in class org.forgerock.authz.modules.oauth2.crest.OAuth2AuthorizationConnectionFactory
-
Creates a ConnectionFactory
with a route to the "resource" endpoint, which is protected by the
OAuth2 authorization filter which will deem an access token valid if it matches the string "VALID" and will
return a scope of "SCOPE" and user info of "UID"->"DEMO".
- getConnectionFactory() - Static method in class org.forgerock.caf.authn.test.configuration.ConfigurationConnectionFactory
-
Creates a ConnectionFactory
which contains routes to each CREST resource.
- getConnectionFactory() - Method in interface org.forgerock.json.resource.CrestApplication
-
Get the connection factory for the application.
- getConnectionFactoryName() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
Returns the jndi lookup name for the JMS ConnectionFactory
to which messages will be published.
- getConnectionPool() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Gets the connection pool settings.
- getConnectionTimeout() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the maximum amount of time to wait for a connection from the connection pool.
- getConnectTimeout() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the timeout after which attempts to connect to the Syslog daemon will be abandoned.
- 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.
- 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 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 org.forgerock.json.jose.jws.JwtSecureHeader
-
Gets the content type header parameter for this JWS.
- getContext() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
-
Returns the context that triggered the event.
- getContext(Context) - Method in class org.forgerock.script.scope.OperationParameter
-
Returns the internal context.
- getContext(Context) - Method in interface org.forgerock.script.scope.Parameter
-
Returns the Context assigned with the current
Request
from the saved context data.
- 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.
- getContextName() - Method in class org.forgerock.services.context.AbstractContext
-
- getContextName() - Method in interface org.forgerock.services.context.Context
-
Get this Context's name.
- getContextProperties() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
- getCookies(HttpServletRequest) - Static method in class org.forgerock.caf.http.Cookie
-
Gets all of the Cookie
s from the provided HttpServletRequest
.
- getCookies() - Method in class org.forgerock.http.header.CookieHeader
-
Returns the cookies' request list.
- 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.
- 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
-
- getCountPolicies() - Method in class org.forgerock.api.models.Query
-
Getter of the supported paging policies.
- 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.
- getCriticalHeaders() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
-
Gets the critical header parameters for this JWS.
- 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.OtherFactors
-
Get the T value.
- getCRTExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK.OtherFactors
-
Get the D value.
- 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
-
- getCurrentClassLoader() - Method in class org.forgerock.script.registry.ThreadClassLoaderManager
-
Returns the current thread-local class loader.
- getCurrentCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- getCurrentJournalAddress() - Method in class com.persistit.Management.JournalInfo
-
- getCurrentJournalFile() - Method in class com.persistit.Management.JournalInfo
-
- getCurrentSize() - Method in class com.persistit.Management.VolumeInfo
-
Return the current size in bytes of this Volume
.
- 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
-
Gets the known curve to use.
- 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 d value for the elliptical curve private key.
- getDailyRotationTimes() - Method in class org.forgerock.audit.rotation.FixedTimeRotationPolicy
-
Get the list of times since midnight that rotation will occur at.
- getData() - Method in class org.forgerock.jaspi.modules.iwa.wdsso.DerValue
-
Get the data.
- getDatabaseType() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Gets the type of the database.
- 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.
- getDataSourceClassName() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the datasource class name for the JDBC database.
- 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.
- getDateDifferenceInDays(Date, Date, Boolean) - Static method in class org.forgerock.audit.util.DateUtil
-
return the number of days between the two dates.
- getDateUtil() - Static method in class org.forgerock.audit.util.DateUtil
-
Fetches a DateUtil that is set in the default timezone.
- getDateUtil(String) - Static method in class org.forgerock.audit.util.DateUtil
-
Returns a DateUtil using a specified timezone.
- getDateUtil(DateTimeZone) - Static method in class org.forgerock.audit.util.DateUtil
-
Creates a DateUtil using a specified timezone.
- getDb() - Method in class com.persistit.Management.RecordInfo
-
- getDefaultCommitListener() - Method in class com.persistit.RecoveryManager
-
- getDefaultCommitPolicy() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
- getDefaultCommitPolicy() - Method in class com.persistit.Transaction
-
- getDefaultFont() - Method in class com.persistit.ui.AdminUI
-
- getDefaultJoinPolicy() - Method in class com.persistit.Persistit
-
- getDefaultRollbackListener() - Method in class com.persistit.RecoveryManager
-
- 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.
- getDefaultVersionBehaviour() - Method in class org.forgerock.http.routing.ApiVersionRouterContext
-
Gets the default version behaviour if the request does not contain a
resource API version.
- getDefaultVersionBehaviour() - Method in interface org.forgerock.http.routing.ResourceApiVersionBehaviourManager
-
Gets the default routing behaviour to use when the request does not
contain the Accept-API-Version header.
- getDefinition(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
-
- getDefinitions() - Method in class org.forgerock.api.models.ApiDescription
-
Getter of definitions.
- getDefinitions() - Method in class org.forgerock.api.models.Definitions
-
Gets a
Map
of schema-names to
Schema
s.
- getDelete() - Method in class org.forgerock.api.models.Items
-
Getter of Delete.
- getDelete() - Method in class org.forgerock.api.models.Resource
-
Getter of Delete.
- getDelimiter() - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns the value of the delimiter.
- getDelimiterChar() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
Gets the character to use to delimit the csv entries.
- getDeliveryMode() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
Returns the delivery mode configuration that should be used when publishing the JMS messages.
- getDependencies() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getDependencies() - Method in interface org.forgerock.script.source.ScriptSource
-
- getDependencies() - Method in class org.forgerock.script.source.URLScriptSource
-
- getDependency(Class<T>) - Method in interface org.forgerock.audit.DependencyProvider
-
Retrieve the dependency of type T.
- getDependency(Class<T>) - Method in class org.forgerock.audit.DependencyProviderBase
-
Retrieve the dependency of type T.
- 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
-
- 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 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.
- 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.
- getDevices() - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Getter of the Set of user devices.
- getDid() - Method in class org.forgerock.json.resource.descriptor.examples.model.Device
-
Getter of the device id.
- getDirection() - Method in class com.persistit.PersistitMap.ExchangeIterator
-
- 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.
- getDisplayFilter() - Method in interface com.persistit.Management
-
- getDocbkxModifiableSourcesDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the base directory for the modifiable copy of DocBook XML source files.
- getDocbkxOutputDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Base directory for built documentation.
- getDocbkxSourceDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the base directory for DocBook XML source files.
- getDocbkxVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the docbkx-tools plugin version to use.
- getDocNames() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get document names for the current project.
- getDocsSite() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the URL to the site for published documentation.
- getDocumentNames(File, String) - Static method in class org.forgerock.doc.maven.utils.NameUtils
-
Returns names of directories that mirror the document names and contain
DocBook XML documents to build.
- getDocuments() - Method in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- getDocumentSrcName() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the top-level DocBook XML source document name.
- getDomain() - Method in class org.forgerock.caf.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in class org.forgerock.http.protocol.Cookie
-
Returns the domain for which the cookie is valid.
- 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.
- getDraftWatermarkURL() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
For draft mode, URL to the background watermark image.
- getDriverClassName() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the class name of the driver to use for the jdbc connection.
- getDroppedCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- getDroppedPageCount() - Method in class com.persistit.Management.JournalInfo
-
- getDroppedPageCount() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- getDuration() - Method in class com.persistit.AlertMonitor.History
-
- 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
-
- getElapsedTime() - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Return the elapsed time since startup in milliseconds
- getElementAt(int) - Method in class com.persistit.ui.ManagementListModel
-
- getEllipticCurveName() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
-
Return the standard name of the elliptic curve definition.
- 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.
- 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
-
- 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).
- 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.
- 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.
- getEnd() - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns the value of the start marker, which can be empty.
- getEndKey() - Method in class com.persistit.KeyHistogram
-
- getEndOfLineSymbols() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
Gets the end of line symbol.
- getEngineByName(String) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- getEngineByName(String) - Method in interface org.forgerock.script.ScriptRegistry
-
Looks up and creates a ScriptEngine
for a given name.
- getEngineName() - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns the full name of the ScriptEngine
.
- getEngineName() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getEngineName() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- getEngineVersion() - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns the version of the ScriptEngine
.
- getEngineVersion() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getEngineVersion() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- getEnqueuedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getEntity() - Method in interface org.forgerock.http.protocol.Message
-
Returns the entity.
- getEntity() - Method in class org.forgerock.http.protocol.MessageImpl
-
- 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.
- getEoslJson() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the URL to JSON object showing EOSL versions for each project.
- getEphemeralPublicKey() - Method in class org.forgerock.json.jose.jwe.JweHeader
-
Gets the Ephemeral Public Key header parameter for this JWE.
- getEpubCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the EPUB XSL stylesheet customization file.
- 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.
- 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
-
- getErrors() - Method in class org.forgerock.api.models.ApiDescription
-
Getter of errors.
- getErrors() - Method in class org.forgerock.api.models.Errors
-
- 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.
- getErrorWriter() - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
- 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
-
- getEvent() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
-
Returns the event content.
- getEvent() - Method in class org.forgerock.audit.handlers.jdbc.TableMapping
-
Gets the audit event the table mapping is for.
- getEventList() - Method in class com.persistit.AlertMonitor.History
-
- 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
-
- 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.
- 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
-
- getException() - Method in exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Return the embedded exception, if any.
- getExceptions() - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
-
- 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
.
- getExchange() - Method in class com.persistit.ui.PersistitTableModel
-
- getExcludeIf() - Method in class org.forgerock.audit.filter.FilterPolicy
-
Gets the excludeIf list.
- getExclusions() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Returns a map of DocBook profile settings to exclude elements.
- 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.
- getExpiryTime() - Method in class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Returns the expiry time of the access token.
- 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
-
- getExtendedPageCount() - Method in class com.persistit.Volume
-
- getExtensionPages() - Method in class com.persistit.VolumeSpecification
-
- getExtensions() - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns an immutable list of filename extensions, which generally
identify scripts written in the language supported by this
ScriptEngine
.
- getExtensions() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getExtensions() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- 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
-
- getFacility() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the facility constant that should be applied to all Syslog messages.
- getFactor() - Method in class org.forgerock.json.jose.jwk.RsaJWK.OtherFactors
-
Get the R value.
- getFactory() - Method in interface org.forgerock.script.engine.ScriptEngine
-
Returns a ScriptEngineFactory
for the class to which this
ScriptEngine
belongs.
- getFactory() - Method in class org.forgerock.script.groovy.GroovyScriptEngineImpl
-
- getFactory() - Method in class org.forgerock.script.javascript.RhinoScriptEngine
-
- getFailureReasons() - Method in class org.forgerock.caf.authentication.framework.AuditTrail
-
Gets the list of failure reasons from each of the module entries.
- getFamily() - Method in class org.forgerock.http.protocol.Status
-
Returns the class of response of this status code.
- getFaults() - Method in class com.persistit.IntegrityCheck
-
Returns the detected faults
- getFaviconLink() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the favicon link element for the pre-site version of the HTML.
- 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.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Returns the name of the event topic field to which this mapping applies.
- 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.
- 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
-
- getFieldToColumn() - Method in class org.forgerock.audit.handlers.jdbc.TableMapping
-
Sets the field to column mapping.
- getFileFilter(String) - Static method in class org.forgerock.doc.maven.utils.helper.FileFilterFactory
-
Get a file filter to match directories and files of the specified extension.
- getFileForPath(String, URI) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
Retrieves a File
object corresponding to the specified path.
- getFileList() - Method in class com.persistit.BackupTask
-
- getFilename() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Gets the location of the keystore to be used.
- getFileRetention() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
- getFileRotation() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
- getFilterPolicies() - Method in class org.forgerock.audit.AuditServiceConfiguration
-
Get the filter policy mappings.
- getFilters() - Method in class org.forgerock.json.resource.FilterChain
-
Returns a modifiable list containing the list of filters in this filter
chain.
- 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
-
- 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.
- getFixedFont() - Method in class com.persistit.ui.AdminUI
-
- 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
-
- getFoCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the FO XSL stylesheet customization file (for PDF, RTF).
- getFontsDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Directory where fonts and font metrics are stored.
- getFontsElement(String) - Static method in class org.forgerock.doc.maven.pre.Fop
-
Return a fonts element that includes all the custom fonts.
- getFopHyphVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version of the FOP hyphenation plugin to use.
- getFopLogLevel() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Log level when building FO output (PDF, RTF).
- 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 org.forgerock.doc.maven.build.Fo
-
Get the format.
- getFormats() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Return a list of output formats to generate.
- getFormatting() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Returns the CSV formatting options.
- getFraction() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getFragment() - Method in class org.forgerock.http.MutableUri
-
Returns the fragment element.
- getFramework() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- getFrameworkListener() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- getFreeCount() - Method in interface com.persistit.mxbeans.TransactionIndexMXBean
-
- 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.
- 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
-
- getGatewayHttpFrameworkServlet() - Static method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- 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
-
- getGetCounter() - Method in class com.persistit.Management.VolumeInfo
-
Return the number of get operations on this Volume
.
- getGoogleAnalyticsId() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Google Analytics identifier for the project.
- getGroupId() - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Get the artifact group identifier.
- getGuiceModules(Class<? extends Annotation>) - Method in interface org.forgerock.guice.core.GuiceModuleLoader
-
Finds and loads all the Guice modules that will be used to configure the Guice injector instance.
- getGuiceModules(Class<? extends Annotation>) - Method in class org.forgerock.guice.core.GuiceModuleServiceLoader
-
Finds and loads all the Guice modules that will be used to configure the Guice injector instance.
- 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
-
- getHandledTopics() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Gets the names of all audit event topics this handler is registered against.
- getHandledTopics() - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
-
- getHandlerForQueries() - Method in class org.forgerock.audit.AuditServiceConfiguration
-
Returns the name of the handler to use for querying the audit events.
- 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.
- getHeader(String) - Method in class org.forgerock.json.resource.http.HttpContext
-
Returns an unmodifiable list containing the values of the named HTTP
request header.
- getHeaderAsString(String) - Method in class org.forgerock.json.resource.http.HttpContext
-
Returns the first value of the named HTTP request header.
- 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.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.
- getHeaders() - Method in class org.forgerock.json.resource.http.HttpContext
-
Returns an unmodifiable map of the HTTP request headers.
- 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.
- getHost() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Gets the host
for the connection (default localhost
).
- getHost() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
Gets the host
for the connection (default localhost
).
- getHost() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the hostname of the Syslog daemon to which messages should be published.
- getHost() - Method in class org.forgerock.http.MutableUri
-
Returns the host element.
- getHostName() - Method in class com.persistit.ui.AdminUI
-
- getHttpApplications() - Method in class org.forgerock.http.servlet.example.ExampleHttpFrameworkServletContextListener
-
- getHttpApplications() - Method in class org.forgerock.http.servlet.HttpFrameworkServletContextListener
-
- getHttpServletContextFactory() - Static method in class org.forgerock.json.resource.http.SecurityContextFactory
-
Deprecated.
Returns the singleton security context factory which can be used for
obtaining context information from a HTTP request.
- 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 org.forgerock.api.models.ApiDescription
-
Getter of id.
- getId() - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
-
Gets the identifier being queried for.
- getId() - Method in interface org.forgerock.json.resource.ResourceResponse
-
Returns the ID of this resource, if applicable.
- getId() - Method in class org.forgerock.services.context.AbstractContext
-
- getId() - Method in interface org.forgerock.services.context.Context
-
Returns the unique ID identifying this context, usually a UUID.
- 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.
- getIdleTimeout() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the maximum time a connection is allowed to be idle.
- getImports() - Static method in class org.forgerock.script.engine.AbstractScriptEngine
-
- getIn() - Method in class org.forgerock.http.io.PipeBufferedStream
-
Returns the output stream which writes to the pipe.
- getIncludedFiles(File, String[], String[]) - Static method in class org.forgerock.maven.plugins.xcite.utils.FileUtils
-
Get a list of relative file paths based on inclusion patterns.
- getIncludeIf() - Method in class org.forgerock.audit.filter.FilterPolicy
-
Gets the includeIf list.
- getInclusions() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Returns a map of DocBook profile settings to include elements.
- 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
-
- getIndexMapping() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
Sets configuration of index mapping.
- getIndexName() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration
-
Gets primary index name (default is audit
).
- 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.
- getInfoArray() - Method in class com.persistit.ui.ManagementListModel
-
- getInfoArray() - Method in class com.persistit.ui.ManagementTableModel
-
- getInitialFile() - Method in class org.forgerock.audit.rotation.RotationContext
-
Get the initial file.
- getInitialName() - Method in interface org.forgerock.audit.retention.FileNamingPolicy
-
Initializes the policy and returns the current name to use.
- getInitialName() - Method in class org.forgerock.audit.retention.TimeStampFileNamingPolicy
-
Gets the initial file.
- getInitialPages() - Method in class com.persistit.VolumeSpecification
-
- getInitialSize() - Method in class com.persistit.VolumeSpecification
-
- getInput() - Method in interface org.forgerock.selfservice.core.ProcessContext
-
Gets the input provided by the client.
- getInputStream() - Method in class ru.org.openam.httpdump.BufferedRequestWrapper
-
- getInsertTimeoutSec() - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Returns the timeout in seconds the duration that the queue should block while attempting to offer a new item
for the queue.
- getInstallDir() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getInstallURI() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
Retrieves the path to the install directory for this instance of the
Identity Server.
- getInstance(Class<T>) - Static method in enum org.forgerock.guice.core.InjectorHolder
-
Uses the Guice injector to return the appropriate instance for the given injection type.
- getInstance(Key<T>) - Static method in enum org.forgerock.guice.core.InjectorHolder
-
Uses the Guice injector to return the appropriate instance for the given injection key.
- getInstance() - Static method in class org.forgerock.i18n.jul.LocalizedLoggerFactory
-
Returns a localized logger factory which will create localized loggers
for the default locale.
- getInstance(Locale) - Static method in class org.forgerock.i18n.jul.LocalizedLoggerFactory
-
Returns a localized logger factory which will create localized loggers
for the provided locale.
- getInstance() - Static method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
-
Returns a localized logger factory which will create localized loggers
for the default locale.
- getInstance(Locale) - Static method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
-
Returns a localized logger factory which will create localized loggers
for the provided locale.
- getInstance() - Static method in class org.forgerock.script.registry.ThreadClassLoaderManager
-
Returns the thread-local instance of the manager.
- getInstance() - Static method in class org.forgerock.util.SignatureUtil
-
Gets the SignatureUtil 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.
- getIntValue(String) - Method in class com.persistit.util.ArgParser
-
- getIntValue() - Method in enum org.forgerock.util.thread.listener.ShutdownPriority
-
Returns the priority.
- getIoRate() - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- getIssuedAtTime() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Gets the time the JWT was issued at, from the Claims Set.
- getIssuer() - Method in class org.forgerock.jaspi.modules.openid.resolvers.BaseOpenIdResolver
-
Returns the issuer (IdP) for which this resolver will resolve identities.
- getIssuer() - Method in interface org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolver
-
Returns the issuer (IdP) for which this resolver will resolve identities.
- getIssuer() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Gets the issuer this JWT was issued by.
- getItems() - Method in class org.forgerock.api.models.Resource
-
Getter of items.
- getJarFileListing(URL, List<String>, List<String>) - Static method in class org.forgerock.commons.launcher.ConfigurationUtil
-
Retrieve a list of filepaths from a given directory within a jar file.
- getJavaScriptFileName() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the main JavaScript file name, found under /js/
in plugin resources.
- getJCiteSourcePaths() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the source paths where cited Java files are found.
- getJCiteVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the JCite artifact version to use for Java code citations.
- getJdbcUrl() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the JDBC database url.
- getJndi() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
- 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
-
- getJson(InputStream) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns a JSON value from the provided input stream.
- 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
.
- getJsonPointer() - Method in class org.forgerock.json.schema.validator.validators.Validator
-
Returns the JSON pointer locating where the validator was defined in the schema.
- getJsonValue() - Method in exception org.forgerock.json.fluent.JsonValueException
-
Returns the JSON value for which the exception was thrown.
- 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.
- getJweAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the jwe algorithm.
- 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.
- getJwkSetUrl() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
-
Gets the JWK Set URL header parameter for this JWS.
- getJwsAlgorithm(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
-
Gets the JwsAlgorithm constant that matches the given Java Cryptographic algorithm name.
- 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.
- 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 class org.forgerock.http.decoder.internal.DeflateDecoder
-
- getKey() - Method in class org.forgerock.http.decoder.internal.GzipDecoder
-
- 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.
- 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 kid parameter of the JWK.
- getKeyId() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
-
Gets the Key ID header parameter for this JWS.
- getKeyOffset() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
-
Gets the number of octets in each of the CEK and MAC key.
- getKeyPairAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the key pair algorithm.
- getKeyPairSize() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the key pair size.
- getKeySize() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
-
Gets the bit length of the Content Encryption Key (CEK).
- 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 class org.forgerock.security.keystore.KeyStoreManager
-
- getKeystoreHandler(String) - Method in class org.forgerock.audit.providers.DefaultKeyStoreHandlerProvider
-
- getKeystoreHandler(String) - Method in interface org.forgerock.audit.providers.KeyStoreHandlerProvider
-
Returns the keystore handler corresponding to the given name.
- getKeyStoreHandlerName() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Get the key store handler name.
- 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.
- getKLength() - Method in class com.persistit.Management.RecordInfo
-
- getKnownTopics() - Method in interface org.forgerock.audit.AuditService
-
Returns the set of event topics (schemas) that the AuditService
understands.
- getKnownTopics() - Method in class org.forgerock.audit.AuditServiceProxy
-
- getLanguageName() - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns the name of the scripting langauge supported by this
ScriptEngine
.
- getLanguageName() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getLanguageName() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- getLanguageVersion() - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns the version of the scripting language supported by this
ScriptEngine
.
- getLanguageVersion() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getLanguageVersion() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- 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
-
- getLastReadTime() - Method in class com.persistit.Management.VolumeInfo
-
Return the time and date when the most recent file read occurred.
- getLastRotationTime() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
Retrieves the last time the file was rotated.
- getLastRotationTime() - Method in interface org.forgerock.audit.rotation.RotatableObject
-
Retrieves the last time the file was rotated.
- 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.
- getLatestJson() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the URL to JSON object showing latest versions for each project.
- getLauncherConfiguration() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getLeftValue() - Method in class org.forgerock.selfservice.custom.MathProblemStageConfig
-
Gets the left hand side of the math problem.
- getLength() - Method in class org.forgerock.http.header.ContentLengthHeader
-
Returns the content length, or -1
if no content length has been
set.
- getLength() - Method in class org.forgerock.jaspi.modules.iwa.wdsso.DerValue
-
Get the length.
- 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
-
- getLinkTesterVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
ForgeRock link tester plugin version to use.
- getList(String) - Static method in class ru.org.openam.geo.Client
-
- 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.
- getLocalAddress() - Method in class org.forgerock.services.context.ClientContext
-
Returns the IP address of the interface that received the request.
- getLocale() - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Returns the locale to which this logger will localize all log messages.
- getLocale() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns the locale to which this logger will localize all log messages.
- 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.
- getLocaleTag() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the Locale tag for the documentation set.
- getLocalHostName() - Method in class org.forgerock.audit.providers.DefaultLocalHostNameProvider
-
- getLocalHostName() - Method in interface org.forgerock.audit.providers.LocalHostNameProvider
-
Establish the local hostname of the current server.
- getLocalizableDescription() - Method in class org.forgerock.api.transform.LocalizableOperation
-
- getLocalizableTags() - Method in class org.forgerock.api.transform.LocalizableOperation
-
- getLocalizedAnonymousLogger() - Static method in class org.forgerock.i18n.jul.LocalizedLogger
-
Returns a localized logger which will forward log messages to an
anonymous Java
Logger
obtained by calling
Logger.getAnonymousLogger()
.
- getLocalizedAnonymousLogger() - Method in class org.forgerock.i18n.jul.LocalizedLoggerFactory
-
Returns a localized logger which will forward log messages to an
anonymous Java
Logger
obtained by calling
Logger.getAnonymousLogger()
.
- getLocalizedLogger(Logger) - Static method in class org.forgerock.i18n.jul.LocalizedLogger
-
Returns a localized logger which will forward log messages to the
provided Java Logger
.
- getLocalizedLogger(String) - Static method in class org.forgerock.i18n.jul.LocalizedLogger
-
Returns a localized logger which will forward log messages to the named
Java
Logger
obtained by calling
Logger.getLogger(String)
.
- getLocalizedLogger(Logger) - Method in class org.forgerock.i18n.jul.LocalizedLoggerFactory
-
Returns a localized logger which will forward log messages to the
provided Java Logger
.
- getLocalizedLogger(String) - Method in class org.forgerock.i18n.jul.LocalizedLoggerFactory
-
Returns a localized logger which will forward log messages to the named
Java
Logger
obtained by calling
Logger.getLogger(String)
.
- getLocalizedLogger(Class<?>) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns a localized logger which will forward log messages to an SLF4J
Logger
obtained by calling LoggerFactory.getLogger(Class)
.
- getLocalizedLogger(Logger) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns a localized logger which will forward log messages to the
provided SLF4J Logger
.
- getLocalizedLogger(String) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns a localized logger which will forward log messages to an SLF4J
Logger
obtained by calling
LoggerFactory.getLogger(String)
.
- getLocalizedLogger(Class<?>) - Method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
-
Returns a localized logger which will forward log messages to an SLF4J
Logger
obtained by calling LoggerFactory.getLogger(Class)
.
- getLocalizedLogger(Logger) - Method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
-
Returns a localized logger which will forward log messages to the
provided SLF4J Logger
.
- getLocalizedLogger(String) - Method in class org.forgerock.i18n.slf4j.LocalizedLoggerFactory
-
Returns a localized logger which will forward log messages to an SLF4J
Logger
obtained by calling
LoggerFactory.getLogger(String)
.
- getLocalPort() - Method in class org.forgerock.services.context.ClientContext
-
Returns the port of the interface that received the request.
- getLocation() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
-
- getLocation() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
-
Returns the path to the keystore.
- getLocation() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- 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
-
- getLogDirectory() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Returns the directory where CSV file is located.
- getLogDirectory() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
Gets the directory where the JSON file is located.
- getLogFile() - Method in class com.persistit.Configuration
-
- getLogFile() - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- getLogger() - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Returns the underlying Java Logger
wrapped by this logger.
- getLogger() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns the underlying SLF4J Logger
wrapped by this logger.
- getLogger(String) - Static method in class org.forgerock.script.scope.FunctionFactory
-
- getLoggerForThisClass() - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns a localized logger with a name corresponding to calling class
name.
- getLogging() - Method in class com.persistit.Configuration
-
- 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
.
- getLogItem() - Method in class com.persistit.AlertMonitor.Event
-
- 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
-
- 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.
- getMajor() - Method in class org.forgerock.http.routing.Version
-
Returns the major version number.
- getManagement() - Method in class com.persistit.Persistit
-
Returns an implementation of the Management
interface.
- getManagement() - Method in class com.persistit.ui.AdminUI
-
- getManagementState(AdminUI.AdminAction) - Method in class com.persistit.ui.AdminUI
-
- getManpagesCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the man page XSL stylesheet customization file.
- getMatchedUri() - Method in class org.forgerock.http.routing.UriRouterContext
-
Returns the portion of the request URI which matched the URI template.
- getMavenAssemblyVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version of the Maven dependency plugin to use.
- getMavenDependencyVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version of the Maven dependency plugin to use.
- getMavenFilteringVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version of the Maven filtering library to use.
- getMavenResourcesVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the Maven resources plugin version.
- 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.
- getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets the maximum number of events to read from the buffer on each
interval
.
- getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Returns the maximum count of events that will be expected to be delivered in a single publish call.
- getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
-
Gets the maximum number of events to read from the buffer on each
interval
.
- getMaxDiskSpaceToUse() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
Gets the maximum disk space the audit logs can occupy.
- getMaxFileSize() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Gets the maximum file size of an audit log file in bytes.
- getMaxFileSizeInBytes() - Method in class org.forgerock.audit.rotation.SizeBasedRotationPolicy
-
Gets the maximum size (in bytes) a file may grow to before being rotated.
- getMaxImageHeightInInches() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get maximum height for PNG images used in PDF, in inches.
- 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
.
- 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.
- getMaxLifetime() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the maximum lifetime of a connection in the connection pool.
- getMaxNumberOfHistoryFiles() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
Gets the maximum number of historical log files to retain. -1 disables pruning of old history files.
- getMaxPoolSize() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the maximum size of the connection pool.
- getMaxSize() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets the buffer capacity, which are the maximum number of events that can be buffered.
- getMaxSize() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Returns the maximum size of the queue.
- getMaxSize() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets the buffer capacity, which are the maximum number of events that can be buffered.
- getMaxSize() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
-
Gets the buffer capacity, which are the maximum number of events that can be buffered.
- getMaxTimeout() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
-
Gets the maximum timeout (can be null).
- getMdAlgorithm() - Method in enum org.forgerock.json.jose.jws.JwsAlgorithm
-
Returns the Java-friendly name of the message digest algorithm
implementation.
- getMeanTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The average (mean) time that this method took to execute.
- getMedianTime() - Method in interface org.forgerock.bloomfilter.monitoring.MethodCallStatisticsMXBean
-
The median (50th percentile) time taken to execute this method. 50% of all requests completed within this time.
- getMemorySizeKB() - Method in class org.forgerock.bloomfilter.monitoring.BloomFilterMonitor
-
- getMemorySizeKB() - Method in interface org.forgerock.bloomfilter.monitoring.BloomFilterMXBean
-
- getMenuMap() - Method in class com.persistit.ui.AdminPanel
-
- getMenuMap() - Method in class com.persistit.ui.AdminUIBufferPanel
-
- getMenuMap() - Method in class com.persistit.ui.AdminUISummaryPanel
-
- getMenuMap() - Method in class com.persistit.ui.AdminUITaskPanel
-
- getMenuMap() - Method in class com.persistit.ui.AdminUITreePanel
-
- getMenuMap() - Method in class com.persistit.ui.TreeAndVolumeSelector
-
- getMergedKeyCount() - Method in class com.persistit.TreeBuilder
-
- 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 class org.forgerock.i18n.slf4j.LocalizedMarker
-
Returns the message embedded into this marker.
- getMessage() - Method in exception org.forgerock.json.fluent.JsonValueException
-
Returns the detail message string of this exception.
- getMessage() - Method in exception org.forgerock.json.JsonValueException
-
Returns the detail message string of this exception.
- getMessage() - Method in exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Return a detail message for this exception.
- 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 interface org.forgerock.i18n.LocalizableException
-
Returns the localizable message that explains the problem that occurred.
- getMessageObject() - Method in exception org.forgerock.i18n.LocalizedIllegalArgumentException
-
Returns the localizable message that explains the problem that occurred.
- 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.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.
- getMessageWriter() - Method in class com.persistit.Task
-
Returns the current PrintWriter
, or null
if
there is none.
- getMethod() - Method in class org.forgerock.http.protocol.Request
-
Returns the method to be performed on the resource.
- getMethod() - Method in class org.forgerock.json.resource.http.HttpContext
-
Returns the effective HTTP method, taking into account presence of the
X-HTTP-Method-Override
header.
- 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.
- getMimeTypes() - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns an immutable list of mimetypes, associated with scripts that can
be executed by the engine.
- getMimeTypes() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getMimeTypes() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- getMinAccumulator(int) - Method in class com.persistit.Tree
-
Return a MinAccumulator
for this Tree
and the
specified index value between 0 and 63, inclusive.
- getMinFreeSpaceRequired() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
Gets the minimum free space the system must contain.
- getMinIdle() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the minimum number of idle connections in the connection pool.
- 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.
- 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
-
- getMode() - Method in class org.forgerock.api.models.Create
-
Getter of the mode.
- getMode() - Method in enum org.forgerock.audit.handlers.jms.DeliveryModeConfig
-
Returns the DeliveryMode value for this configuration.
- getMode() - Method in enum org.forgerock.audit.handlers.jms.SessionModeConfig
-
Returns the session mode setting for this configuration.
- 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.caf.authn.test.modules.AuditingAuthModule
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.caf.authn.test.modules.FailureAuditingAuthModule
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Returns the class's short name.
- getModuleId() - Method in class org.forgerock.jaspi.modules.iwa.IWAModule
-
- getModuleId() - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
-
- getModuleId() - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
-
- getModuleId() - Method in class org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule
-
- 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.
- 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.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 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 interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Gets the name of this audit event handler.
- getName() - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
-
- getName() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
Returns the name of this handler.
- getName() - Method in class org.forgerock.authz.basic.crest.AlwaysAllowAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.AlwaysDenyAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotActionAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotCreateAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotDeleteAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotPatchAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotQueryAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotReadAuthorizationModule
-
- getName() - Method in class org.forgerock.authz.basic.crest.NotUpdateAuthorizationModule
-
- getName() - Method in interface org.forgerock.authz.filter.crest.api.CrestAuthorizationModule
-
Returns the name of the authorization module.
- getName() - Method in class org.forgerock.authz.modules.oauth2.OAuth2CrestAuthorizationModule
-
- 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.LocationHeader
-
- 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 class org.forgerock.i18n.jul.LocalizedLogger
-
Returns the name of this logger.
- getName() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns the name of this logger.
- getName() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
- getName() - Method in enum org.forgerock.json.jose.jwe.EncryptionMethod
-
Gets the full name of the encryption method.
- getName() - Method in class org.forgerock.json.resource.descriptor.examples.model.Device
-
Getter of the device name.
- getName() - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Getter of the user name.
- getName() - Method in class org.forgerock.script.ScriptContext
-
- getName() - Method in interface org.forgerock.script.ScriptEntry
-
- getName() - Method in class org.forgerock.script.ScriptName
-
- getName() - Method in class org.forgerock.script.source.BundleContainer
-
- getName() - Method in class org.forgerock.script.source.DirectoryContainer
-
- getName() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getName() - Method in interface org.forgerock.script.source.SourceUnit
-
- getName() - Method in class org.forgerock.script.source.URLScriptSource
-
- getName() - Method in interface org.forgerock.selfservice.core.config.StageConfig
-
Gets the name of the stage configuration.
- getName() - Method in class org.forgerock.selfservice.custom.MathProblemStageConfig
-
- getName() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
- 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.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
-
- 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 interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns an immutable list of short names for the ScriptEngine
,
which may be used to identify the ScriptEngine
by the
ScriptEngineManager
.
- getNames() - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getNames() - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- 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
-
- getNewResourceId() - Method in interface org.forgerock.json.resource.CreateRequest
-
Returns the client provided ID of the resource to be created.
- getNext() - Method in class com.persistit.util.InternalHashSet.Entry
-
- getNextAvailablePage() - Method in class com.persistit.Volume
-
- getNextFile() - Method in class org.forgerock.audit.rotation.RotationContext
-
Get the next file.
- getNextName() - Method in interface org.forgerock.audit.retention.FileNamingPolicy
-
Gets the next name to use.
- getNextName() - Method in class org.forgerock.audit.retention.TimeStampFileNamingPolicy
-
- getNoSuchMethodMessage(String, Object[]) - Static method in class org.forgerock.script.scope.FunctionFactory
-
- 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.
- getNotificationInfo() - Method in class com.persistit.AlertMonitor
-
- getNotificationInfo() - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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
.
- getNull() - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
Gets the null
object representation.
- getNullMessage() - Method in class com.persistit.ui.AdminUI
-
- 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.
- getObject() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the raw Java object representing this JSON value.
- 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
.
- getObjectInputStream() - Method in class com.persistit.Value
-
Return a java.io.ObjectInputStream
that reads bytes from
this Value.
- getObjectOutputStream() - Method in class com.persistit.Value
-
Return a java.io.ObjectOutputStream
that writes bytes
directly into this Value.
- 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.
- getOperationParameter(Context) - Method in class org.forgerock.script.javascript.RhinoScriptEngine
-
- getOperations() - Method in class org.forgerock.api.models.Patch
-
Getter for supported Patch operations.
- 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
-
- getOtherFactors() - Method in class org.forgerock.json.jose.jwk.RsaJWK
-
Get the RSA other factors value.
- getOut() - Method in class org.forgerock.http.io.PipeBufferedStream
-
Returns the input stream which reads from the pipe.
- getOutputDirectory() - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Get the output directory relative to the Backstage apidocs directory.
- 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
- 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
-
- 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.
- 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.json.resource.http.HttpContext
-
Returns an unmodifiable list containing the values of the named HTTP
request parameter.
- getParameter() - Method in class org.forgerock.script.groovy.GroovyScript.InnerListFactory
-
- getParameter() - Method in class org.forgerock.script.groovy.GroovyScript.InnerMapFactory
-
- getParameter() - Method in class org.forgerock.script.scope.AbstractFactory
-
- getParameterAsString(String) - Method in class org.forgerock.json.resource.http.HttpContext
-
Returns the first value of the named HTTP request parameter.
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- 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.json.resource.http.HttpContext
-
Returns an unmodifiable map of the HTTP request parameters.
- 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.
- getParentClassLoader() - Method in interface org.forgerock.script.engine.CompilationHandler
-
- getParentContainer() - Method in class org.forgerock.script.source.BundleContainer
-
- getParentContainer() - Method in class org.forgerock.script.source.DirectoryContainer
-
- getParentContainer() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getParentContainer() - Method in interface org.forgerock.script.source.SourceUnit
-
Get the parent container if there is one.
- getParentContainer() - Method in class org.forgerock.script.source.URLScriptSource
-
- getPassword() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Gets the password of the keystore.
- getPassword() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Gets Elasticsearch password for HTTP basic authentication.
- getPassword() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the password to use to connect to the JDBC database.
- getPassword() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
-
- getPassword() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
-
Returns the password.
- getPassword() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- getPassword() - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
- getPassword() - Method in interface org.forgerock.audit.secure.SecureStorage
-
Returns the password used to access the storage.
- getPassword() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Gets the proxy authentication password
- getPassword() - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Getter of the user password.
- getPatch() - Method in class org.forgerock.api.models.Items
-
Getter of Patch.
- getPatch() - Method in class org.forgerock.api.models.Resource
-
Getter of Patch.
- getPatchOperations() - Method in interface org.forgerock.json.resource.PatchRequest
-
Returns the list of patch operations which should be performed against the targeted resource.
- getPath() - Method in class 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.
- getPath() - Method in class org.forgerock.json.resource.http.HttpContext
-
Returns the HTTP request path.
- getPath(JsonPointer, String) - Method in class org.forgerock.json.schema.validator.validators.Validator
-
Gets the valid JSONPath of the node or the given property.
- getPath() - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns the value of the path.
- 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
-
- getPaths() - Method in class org.forgerock.http.swagger.SwaggerExtended
-
- getPayload() - Method in class org.forgerock.json.jose.jws.SignedJwt
-
- getPdfOutputDirectory() - Method in class org.openidentityplatform.doc.maven.AsciidocToPdfMojo
-
- 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
-
- getPersistitAccentColor() - Method in class com.persistit.ui.AdminUI
-
- 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
-
- getPlantUmlVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version of the PlantUML artifact.
- getPlexusUtilsVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Return the version of Plexus Utils used by the XCite Maven plugin.
- getPluginManager() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the Maven BuildPluginManager
object.
- getPointer() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the pointer of the JSON value in its JSON structure.
- 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
-
- getPollInterval() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getPollTimeoutSec() - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Returns the timeout in seconds for the worker threads to wait for a new item to be available in the queue
before exiting.
- getPoolIndex() - Method in class com.persistit.Management.BufferInfo
-
Return the index of this Buffer
within the
BufferPool
array.
- getPoolName() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the name of the connection pool.
- getPort() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Gets the port
for the connection (default 9200
).
- getPort() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
Gets the port
for the connection (default 8088
).
- getPort() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the port of the Syslog daemon to which messages should be published.
- 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.
- getPreferredLocale() - Method in class org.forgerock.util.i18n.PreferredLocales
-
The preferred locale, i.e. the head of the preferred locales list.
- 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
-
- getPreSiteCss() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the CSS file for the pre-site version of the HTML.
- 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 class org.forgerock.jaspi.modules.iwa.wdsso.WDSSO
-
Returns principal of the authenticated user.
- 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.
- getPrivateExponent() - Method in class org.forgerock.json.jose.jwk.RsaJWK
-
Get the RSA Private Exponent value.
- getPrivateKey(String, String) - Method in class org.forgerock.security.keystore.KeyStoreManager
-
Gets the Private Key from the KeyStore with the given alias.
- getProductName() - Method in interface org.forgerock.audit.providers.ProductInfoProvider
-
Returns the name of the application hosting the
AuditService
.
- getProfileInformation() - Method in class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Returns the users profile information.
- 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.custom.MathProblemStageConfig
-
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
- 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.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
-
- getProject() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the MavenProject
object.
- getProjectDir() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getProjectName() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Short name of the project, such as OpenAM, OpenDJ, OpenIDM.
- getProjectURI() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
Retrieves the path to the project directory for this instance of the
Identity Server.
- getProjectVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the project version.
- getProperties() - Method in class com.persistit.Configuration
-
Return the Properties
from which this
Configuration
was loaded.
- getProperties() - Method in class com.persistit.Persistit
-
Deprecated.
- 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(String) - Method in class com.persistit.ui.AdminUI
-
- 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
-
- getPropertyType(JsonValue, JsonPointer) - Static method in class org.forgerock.audit.events.AuditEventHelper
-
Gets a AuditEvent property type.
- getProposedCheckpoint() - Method in interface com.persistit.mxbeans.CheckpointManagerMXBean
-
- getProtocol() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the protocol over which messages transmitted to the Syslog daemon.
- 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.
- getProxyUri() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Gets the proxy URI
- 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 class org.forgerock.security.keystore.KeyStoreManager
-
Gets the Public Key from the KeyStore with the given alias.
- getPublisher(InetSocketAddress, SyslogAuditEventHandlerConfiguration) - Method in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Get the publisher for the given configuration.
- getQueries() - Method in class org.forgerock.api.models.Resource
-
Getter of queries.
- 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.
- getQuestions() - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
-
Gets the kba questions.
- getQuiescentIOthreshold() - Method in interface com.persistit.mxbeans.IOMeterMXBean
-
- getQuoteChar() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
Gets the character to use to quote the csv entries.
- 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.
- 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.
- 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.
- getReadCounter() - Method in class com.persistit.Management.VolumeInfo
-
Return the number of physical read operations performed against pages
in this Volume
.
- getReader() - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
- getReader() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getReader() - Method in interface org.forgerock.script.source.ScriptSource
-
Returns a new Reader on the underlying source object.
- getReader() - Method in class org.forgerock.script.source.URLScriptSource
-
- getReader() - Method in class ru.org.openam.httpdump.BufferedRequestWrapper
-
- 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.
- 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
-
- getRealm() - Method in class org.forgerock.http.oauth2.OAuth2Error
-
Returns the scope of protection required to access the protected
resource.
- 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.
- getReasonPhrase() - Method in class org.forgerock.http.protocol.Status
-
Returns the reason phrase associated with the status code.
- getRecaptchaSecretKey() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Gets the secret key for re-captcha.
- getRecaptchaSiteKey() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Gets the site key for re-captcha.
- getRecaptchaUri() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Gets the uri for verifying recaptcha.
- 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.
- 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 class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
-
Returns the reference to the pointed schema.
- getRefreshInterval() - Method in class com.persistit.ui.AdminUI
-
- getRefusedCount() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
- getRegisteredHandler(String) - Method in interface org.forgerock.audit.AuditService
-
Returns the registered handler corresponding to provided name.
- getRegisteredHandler(String) - Method in class org.forgerock.audit.AuditServiceProxy
-
- getRegisteredHandlers() - Method in interface org.forgerock.audit.AuditService
-
Returns the registered handlers.
- getRegisteredHandlers() - Method in class org.forgerock.audit.AuditServiceProxy
-
- 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.
- 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.
- getRegistryLevelScriptClassLoader() - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- getRegistryLevelScriptClassLoader() - Method in interface org.forgerock.script.ScriptRegistry
-
- getRelativeResourcesDirectoryPath() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Path to arbitrary documentation set resources,
relative to the modifiable sources directory.
- getReleaseCss() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the CSS file for the release version of the HTML.
- getReleaseDate() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the software release date.
- getReleaseDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the file system directory for release layout documentation.
- getReleaseFaviconLink() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the favicon link element for the release version of the HTML.
- getReleaseVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the version for this release.
- getReleaseVersionPath() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the path to the directory to hold the release version documents,
such as ${project.build.directory}/release/1.0.0
.
- 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 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.
- 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
-
- getReportKeyCountMultiple() - Method in class com.persistit.TreeBuilder
-
- 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 interface org.forgerock.selfservice.core.ProcessContext
-
Gets the original request.
- getRequestBinding() - Method in class org.forgerock.script.ScriptName
-
- getRequestBody() - Method in class ru.org.openam.httpdump.BufferedRequestWrapper
-
- 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.
- getRequestedSampleSize() - Method in class com.persistit.KeyHistogram
-
- 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
-
- 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 org.forgerock.selfservice.core.StageResponse
-
Returns the requirements.
- getReservedMemory() - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- getResolverForIssuer(String) - Method in interface org.forgerock.jaspi.modules.openid.resolvers.service.OpenIdResolverService
-
Returns the appropriate OpenId Connect resolver for the issuer.
- getResolverForIssuer(String) - Method in class org.forgerock.jaspi.modules.openid.resolvers.service.OpenIdResolverServiceImpl
-
Returns the appropriate resolver for the given issuer - if it exists.
- 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.
- 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
-
- getResourceSchema() - Method in class org.forgerock.api.models.Resource
-
Getter of resource schema.
- getResourcesDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Directory for arbitrary documentation set resources.
- 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
-
- 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.
- 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.
- getRevision() - Method in class org.forgerock.script.ScriptContext
-
- getRevision() - Method in class org.forgerock.script.ScriptName
-
- getRightSibling() - Method in class com.persistit.Buffer
-
Get the page address of the right sibling page
- getRightSiblingAddress() - Method in class com.persistit.Management.BufferInfo
-
- getRightValue() - Method in class org.forgerock.selfservice.custom.MathProblemStageConfig
-
Gets the right hand side of the math problem.
- 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
-
- 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.
- getRollOutDate() - Method in class org.forgerock.json.resource.descriptor.examples.model.Device
-
Getter of the device rollout date.
- getRootHandler() - Static method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- 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.
- getRotationFilePrefix() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Gets the prefix to add to a log file on rotation.
- getRotationFileSuffix() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Gets the suffix to add to a log file on rotation.
- getRotationInterval() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Gets the interval to trigger a file rotation.
- getRotationInterval() - Method in class org.forgerock.audit.rotation.TimeLimitRotationPolicy
-
Gets the rotation duration interval.
- getRotationRetentionCheckInterval() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
Gets the interval to check time-based file rotation policies.
- getRotationTimes() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Gets a list of times at which file rotation should be triggered; times should be provided as Strings that can
be parsed by
Duration
that each specify an offset from midnight.
- getRoutes() - Method in class org.forgerock.services.routing.AbstractRouter
-
Gets all registered routes on this router.
- getRowCount() - Method in class com.persistit.ui.ManagementTableModel
-
- getRowCount() - Method in class com.persistit.ui.PersistitTableModel
-
- 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
-
Returns the SameSite policy for this cookie.
- getSamples() - Method in class com.persistit.KeyHistogram
-
- getSampleSize() - Method in class com.persistit.KeyHistogram
-
- getScaledInstance(BufferedImage, int, int, Object, boolean) - Static method in class org.forgerock.doc.maven.utils.PngUtils
-
Convenience method that returns a scaled instance of the
provided BufferedImage
.
- getSchema() - Method in class org.forgerock.api.models.ApiError
-
Getter of the error schema.
- getSchema() - Method in class org.forgerock.api.models.Schema
-
Obtain the schema definition if it is not a reference.
- getSchema(String) - Method in class org.forgerock.audit.events.EventTopicsMetaData
-
Returns the JSON schema for the requested topic if this object has meta-data for that topic.
- getScheme() - Method in class org.forgerock.http.MutableUri
-
Returns the scheme name.
- getScope(JsonValue) - Method in class org.forgerock.authz.modules.oauth2.RestOAuth2AccessTokenValidator
-
Gets the scopes for the access token.
- getScope() - Method in class org.forgerock.http.oauth2.OAuth2Error
-
Returns the required scope of the access token for accessing the
requested resource.
- getScopes() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
-
Returns the scopes associated to this token.
- getScript(Context) - Method in interface org.forgerock.script.ScriptEntry
-
Get a new Non-ThreadSafe Script instance.
- getScriptBindings(Context, Bindings) - Method in interface org.forgerock.script.ScriptEntry
-
Get a JSR223 Script Engine aware binding.
- getScriptEngine(Map<String, Object>, Collection<SourceContainer>, ClassLoader) - Method in interface org.forgerock.script.engine.ScriptEngineFactory
-
Returns an instance of the ScriptEngine
associated with this
ScriptEngineFactory
.
- getScriptEngine(Map<String, Object>, Collection<SourceContainer>, ClassLoader) - Method in class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- getScriptEngine(Map<String, Object>, Collection<SourceContainer>, ClassLoader) - Method in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- getScriptLibraryEntry() - Method in class org.forgerock.script.ScriptEvent
-
Returns a reference to the script that had a change occur in its
lifecycle.
- getScriptSource() - Method in interface org.forgerock.script.engine.CompilationHandler
-
- 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.
- getSecureStorage(String) - Method in class org.forgerock.audit.providers.DefaultSecureStorageProvider
-
- getSecureStorage(String) - Method in interface org.forgerock.audit.providers.SecureStorageProvider
-
Returns the secure storage corresponding to the given name.
- getSecurity() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Returns the CSV tamper evident options.
- getSelectedTrees(TreeSelector) - Method in class com.persistit.Persistit
-
- getSeqAccumulator(int) - Method in class com.persistit.Tree
-
Return a SeqAccumulator
for this Tree
and the
specified index value between 0 and 63, inclusive.
- getSerialOverride() - Method in class com.persistit.Configuration
-
- getSerialOverridePatterns() - Method in class com.persistit.DefaultCoderManager
-
Returns the serialization override pattern specified by the
serialOverride
property.
- getService(Reference) - Method in class org.forgerock.api.util.ReferenceResolver
-
- getService(Bundle, ServiceRegistration<ScriptEngineFactory>) - Method in class org.forgerock.script.groovy.internal.Activator
-
- getService(Bundle, ServiceRegistration<ScriptEngineFactory>) - Method in class org.forgerock.script.javascript.internal.Activator
-
- 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.
- getSession() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the MavenSession
object.
- getSession() - Method in class org.forgerock.http.session.SessionContext
-
Returns the Session
associated with the remote client.
- getSessionAuthModule(ConfigurationResource, Injector) - Method in class org.forgerock.caf.authn.test.runtime.GuiceModule
-
Provider for the JASPI runtime's "Session" auth module.
- getSessionId() - Method in class com.persistit.Persistit
-
Return this thread's SessionId.
- getSessionId() - Method in class com.persistit.Transaction
-
- getSessionMode() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
Returns the mode that the JMS session should use when publishing the JMS messages.
- getSeverityFieldMappings() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the configurations for mapping audit event field values to Syslog severity values.
- getSharedKey() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the shared key.
- 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.
- getShutdownTimeoutSec() - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Returnds the timeout in seconds for the publisher to wait for all worker threads to terminate at shutdown.
- getSignatureInterval() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Gets the signature's interval.
- getSignatureIntervalDuration() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
- getSignatureSize() - Method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
-
Returns the size of the signature produced by this curve in octets.
- getSingleHTMLCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the single page HTML XSL stylesheet customization file.
- getSiteDirectory() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the file system directory for site content.
- getSize() - Method in class com.persistit.DefaultValueCoder.Builder
-
- getSize() - Method in class com.persistit.Management.RecordInfo
-
- getSize() - Method in class com.persistit.ui.ManagementListModel
-
- getSkipUrlPatterns() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get regex patterns of URLs to skip when checking external links.
- 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.
- getSortedKeyCount() - Method in class com.persistit.TreeBuilder
-
- getSortFileCount() - Method in class com.persistit.TreeBuilder
-
- getSortFileDirectories() - Method in class com.persistit.TreeBuilder
-
- 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.
- getSource() - Method in class org.forgerock.api.models.Parameter
-
Getter of the parameter source.
- getSource() - Method in class org.forgerock.script.source.BundleContainer
-
- getSource() - Method in class org.forgerock.script.source.DirectoryContainer
-
- getSource() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getSource() - Method in interface org.forgerock.script.source.SourceUnit
-
- getSource() - Method in class org.forgerock.script.source.URLScriptSource
-
- getSourceOutputAttachmentsDirectory() - Method in class org.openidentityplatform.doc.maven.AsciidocPreProcessMojo
-
- getSourceOutputDirectory() - Method in class org.openidentityplatform.doc.maven.AsciidocPreProcessMojo
-
- getSourceOutputPartialsDirectory() - Method in class org.openidentityplatform.doc.maven.AsciidocPreProcessMojo
-
- getSourceURI() - Method in class org.forgerock.script.source.BundleContainer
-
- getSourceURI() - Method in class org.forgerock.script.source.DirectoryContainer
-
- getSourceURI() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getSourceURI() - Method in interface org.forgerock.script.source.SourceUnit
-
- getSourceURI() - Method in class org.forgerock.script.source.URLScriptSource
-
- getSplitPolicy() - Method in class com.persistit.Configuration
-
- 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.
- getStart() - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns the value of the start marker, which can be empty.
- getStartKey() - Method in class com.persistit.KeyHistogram
-
- getStartLevel() - Method in class org.forgerock.commons.launcher.BundleHandler
-
- 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(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.
- 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
-
- 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 org.forgerock.http.protocol.Response
-
Returns the response status.
- 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()
.
- getStatusName() - Method in class com.persistit.Management.BufferInfo
-
Return the status of this Buffer
in displayable form.
- 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
-
- getStopTimeout() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- getStopTimeout() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getStorageDir() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getStorageType() - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
Gets the storage type to use.
- getStore() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
-
- getStore() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
-
Get the keystore.
- getStore() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- getStoreCounter() - Method in class com.persistit.Management.TreeInfo
-
- getStoreCounter() - Method in class com.persistit.Management.VolumeInfo
-
- getStoreCounter() - Method in class com.persistit.TreeStatistics
-
- 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() - 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
.
- getStrings(File) - Static method in class org.forgerock.maven.plugins.xcite.utils.FileUtils
-
Get the content of a file as an array of Strings.
- getStringValue(String) - Method in class com.persistit.util.ArgParser
-
- getSubject() - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Gets the subject this JWT is issued to.
- 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.
- 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
-
- 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.
- 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.caf.authn.test.modules.AuditingAuthModule
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.caf.authn.test.modules.FailureAuditingAuthModule
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Returns the Request
and Response
classes.
- getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.iwa.IWAModule
-
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
- getSupportedMessageTypes() - Method in class org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule
-
Will return an array of classes indicating that the CHF Http profile is supported.
- getSupportedSortKeys() - Method in class org.forgerock.api.models.Query
-
Getter of the supported sort keys.
- getSystemBundle() - Method in interface org.forgerock.commons.launcher.OSGiFramework
-
Get the system bundle
- getSystemBundle() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getSystemVolume() - Method in class com.persistit.Persistit
-
Returns the designated system volume.
- getSysVolume() - Method in class com.persistit.Configuration
-
- getTabbedPane() - Method in class com.persistit.ui.AdminUI
-
- getTable() - Method in class org.forgerock.audit.handlers.jdbc.TableMapping
-
Gets the table name for the mapping.
- getTableMappings() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Gets the table mappings for the audit events.
- getTag() - Method in class org.forgerock.jaspi.modules.iwa.wdsso.DerValue
-
Get the tag.
- getTags() - Method in class org.forgerock.api.transform.LocalizableOperation
-
- getTarget() - Method in class org.forgerock.json.resource.FilterChain
-
Returns the target request handler which will be invoked once processing
has reached the end of the filter chain.
- getTaskId() - Method in class com.persistit.Management.TaskStatus
-
Return the unique taskID for this task
- getTaskStateString(int) - Method in class com.persistit.ui.AdminUI
-
- getTbOffset() - Method in class com.persistit.Management.RecordInfo
-
- getTerm(int) - Method in class com.persistit.KeyFilter
-
Returns the term at the specified index.
- 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.
- getThreadCount() - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Returns the count of worker threads to have processing the queue.
- getThrowable() - Method in class ru.org.openam.geo.Info
-
- getTime() - Method in class com.persistit.AlertMonitor.AlertRecord
-
- getTime() - Method in class com.persistit.AlertMonitor.Event
-
- getTimeoutMillis() - Method in class com.persistit.Exchange
-
- getTimestamp() - Method in class com.persistit.Buffer
-
- getTimestamp(ByteBuffer) - Static method in class com.persistit.JournalRecord
-
- getTimestamp() - Method in class com.persistit.Management.BufferInfo
-
- 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.
- getTitle() - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Get the title of the document.
- getTmpVolDir() - Method in class com.persistit.Configuration
-
- getTmpVolMaxSize() - Method in class com.persistit.Configuration
-
- getTmpVolPageSize() - Method in class com.persistit.Configuration
-
- getToken() - Method in class org.forgerock.http.oauth2.AccessTokenInfo
-
Returns the access token identifier issued from the authorization server.
- getTokenLifeTimeInSeconds() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the token life time.
- getTokens() - Method in class org.forgerock.http.header.ConnectionHeader
-
Returns the list of connection tokens.
- getTokenScopes() - Method in class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Returns the scope associated with the access token.
- getTopic() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
-
Returns the topic of the event.
- getTopic() - Method in interface org.forgerock.audit.handlers.jms.JmsContextManager
-
Gets a JMS topic
.
- getTopic() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Returns the name of the event topic to which this mapping applies.
- getTopicName() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
Returns the jndi lookup name for the JMS Topic
to which messages will be published.
- getTopics() - Method in class org.forgerock.audit.events.EventTopicsMetaData
-
Returns the names of the set of topics for which this object has meta-data.
- getTopics() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
Returns the names of the topics accepted by this handler.
- 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.
- getTransformers() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the JSON value's list of transformers.
- getTranslation(List<Locale>, Locale, Map<Locale, String>) - Static method in class org.forgerock.selfservice.stages.utils.LocaleUtils
-
Retrieves the appropriate translation.
- 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.
- getTreeListString() - Method in class com.persistit.ui.TreeAndVolumeSelector
-
- 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
-
- 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 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.audit.secure.JcaKeyStoreHandler
-
- getType() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
-
Returns the type of the keystore.
- getType() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- getType() - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Get the artifact packaging 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.crypto.JsonCrypto
-
Returns the type of JSON cryptographic representation.
- getType() - Method in interface org.forgerock.json.crypto.JsonDecryptor
-
Returns the type of cryptographic representation that this JSON decryptor supports.
- getType() - Method in interface org.forgerock.json.crypto.JsonEncryptor
-
Returns the type of cryptographic representation that this JSON encryptor supports.
- getType() - Method in class org.forgerock.json.crypto.simple.SimpleDecryptor
-
- getType() - Method in class org.forgerock.json.crypto.simple.SimpleEncryptor
-
- 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.json.resource.descriptor.examples.model.Device
-
Getter of the device type.
- getType() - Method in class org.forgerock.script.ScriptContext
-
- getType() - Method in class org.forgerock.script.ScriptEvent
-
Returns the type of event.
- getType() - Method in class org.forgerock.script.ScriptName
-
- 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.
- getTypeName() - Method in class com.persistit.Management.BufferInfo
-
Return the type of page occupying this Buffer
in
displayable name form.
- getTypeValidator(Map<String, Object>) - Static method in class org.forgerock.json.schema.validator.ObjectValidatorFactory
-
Returns a validator validating the schema.
- getTypeValidator(Map<String, Object>, List<String>) - Static method in class org.forgerock.json.schema.validator.ObjectValidatorFactory
-
Returns a validator validating the schema.
- getTypeValidator(String, Map<String, Object>, List<String>) - Static method in class org.forgerock.json.schema.validator.ObjectValidatorFactory
-
Instantiates a validator of the passed in type with the given schema.
- getUid() - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Getter of the user id.
- getUncommittedCount() - Method in interface com.persistit.mxbeans.RecoveryManagerMXBean
-
- getUncommittedCount() - Method in class com.persistit.RecoveryManager
-
- getUncommittedTransactions() - Method in class com.persistit.Management.RecoveryInfo
-
- getUnit() - Method in class org.forgerock.util.time.Duration
-
Returns the
TimeUnit
this duration is expressed in.
- 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 org.forgerock.http.protocol.Request
-
Returns the fully-qualified URI of the resource being accessed.
- getURI() - Method in class org.forgerock.json.ref.JsonReference
-
Returns the URI of the value being referenced.
- 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.
- getURLRevision(URL, String) - Static method in class org.forgerock.script.source.URLScriptSource
-
- getUse() - Method in class org.forgerock.json.jose.jwk.JWK
-
Gets the use parameter of the JWK.
- getUserAgent() - Method in class org.forgerock.services.context.ClientContext
-
Returns the value of the User-Agent HTTP Header (if any, returns an empty string otherwise).
- getUserInfo() - Method in class org.forgerock.http.MutableUri
-
Returns the user info element.
- getUsername() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Gets Elasticsearch username for HTTP basic authentication.
- getUsername() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Gets the username to use to connect to the JDBC database.
- getUsername() - Method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Gets the proxy authentication user name
- getUsernameToken() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the string token representing where the user name should be substituted.
- getUsersRouter() - Static method in class org.forgerock.json.resource.descriptor.examples.handler.UserCollectionHandler
-
Creates the route to the different user provider versions.
- 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
-
- getValidQueryFields() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the set of query fields to be used when looking up the user.
- 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 org.forgerock.api.models.Reference
-
Getter of the JSON reference.
- getValue() - Method in class org.forgerock.audit.events.AuditEvent
-
Returns the Json value of this event.
- getValue() - Method in class org.forgerock.caf.http.Cookie
-
Gets the current value of this Cookie.
- 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.crypto.JsonCrypto
-
Returns the JSON cryptographic value.
- getValue() - Method in class org.forgerock.json.resource.PatchOperation
-
Returns the value for the patch operation.
- getValue() - Method in exception org.forgerock.script.exception.ScriptThrownException
-
Returns the value that was thrown from the script.
- 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.
- getValueAt(int, int) - Method in class com.persistit.ui.ManagementTableModel
-
- getValueAt(int, int) - Method in class com.persistit.ui.PersistitTableModel
-
- 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
.
- getValueMappings() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Returns the mapping of audit event values to Syslog severity values.
- 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.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
-
- 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 - 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 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.doc.maven.backstage.ArtifactItem
-
Get the artifact version.
- 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
-
- getVersionHandle() - Method in exception com.persistit.exception.WWRetryException
-
- getVersions() - Method in class org.forgerock.api.models.VersionedPath
-
Returns all resource-versions on this path.
- getVersionString() - Static method in class com.persistit.GetVersion
-
- getVisibility() - Method in interface org.forgerock.script.ScriptEntry
-
- getVisibility() - Method in class org.forgerock.script.source.BundleContainer
-
- getVisibility() - Method in class org.forgerock.script.source.DirectoryContainer
-
- getVisibility() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- getVisibility() - Method in interface org.forgerock.script.source.SourceUnit
-
- getVisibility() - Method in class org.forgerock.script.source.URLScriptSource
-
- 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.
- getWaitingMessage() - Method in class com.persistit.ui.AdminUI
-
- getWarnings() - Method in class org.forgerock.http.header.WarningHeader
-
- getWarnLogTimeInterval() - Method in class com.persistit.AlertMonitor
-
- getWarnLogTimeInterval() - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- getWebHelpCss() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the main CSS file for webhelp documents.
- getWebHelpCustomization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the webhelp XSL stylesheet customization file.
- getWebHelpLogo() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get the location of the logo image for webhelp documents.
- 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
.
- getWorkingDir() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- getWorkingURI() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
Retrieves the path to the working directory for this instance of the
Identity Server.
- getWrappedObject() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns a Java object representing this JSON value.
- getWrappedWriter() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
-
Retrieves the wrapped writer.
- 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
.
- getWriteInterval() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets the interval for reading events from the buffer to transmit to Elasticsearch.
- getWriteInterval() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets the interval to write the queued buffered events.
- getWriteInterval() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer
(units of 'ms' are recommended).
- getWriteInterval() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
-
Gets the interval for reading events from the buffer to transmit to splunk.
- 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() - Method in class org.forgerock.audit.rotation.RotationContext
-
Get the writer.
- getWriter() - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
- 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
.
- getWriterThreads() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Gets the number of writer threads to use to write buffered events.
- getX() - Method in class org.forgerock.json.jose.jwk.EcJWK
-
Gets the x value for the elliptical curve point.
- 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.
- getX509CertificateThumbprint() - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
-
Gets the X.509 Certificate Thumbprint header parameter for this JWS.
- getX509Chain() - Method in class org.forgerock.json.jose.jwk.JWK
-
Gets a List of X509 chain certs.
- 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.
- getXCiteVersion() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Return the version of the XCite Maven plugin to use.
- getXhtml5Customization() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Location of the XHTML5 XSL stylesheet customization file,
relative to the build directory.
- getXmlFileFilter() - Static method in class org.forgerock.doc.maven.utils.helper.FileFilterFactory
-
Get a file filter for directories and .xml files.
- getY() - Method in class org.forgerock.json.jose.jwk.EcJWK
-
Gets the y value for the elliptical curve point.
- getZipFileListing(URL, List<String>, List<String>) - Static method in class org.forgerock.commons.launcher.ConfigurationUtil
-
Retrieve a list of filepaths from a given directory within a jar file.
- GIGA - Static variable in class com.persistit.Configuration
-
- GLOBAL - Static variable in class org.forgerock.script.javascript.RhinoScript
-
- globalScope - Variable in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- globalScope - Variable in class org.forgerock.script.registry.ScriptRegistryImpl
-
This is the global scope bindings.
- 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.
- 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.
- 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.
- GrizzlySupport - Class in org.forgerock.http.grizzly
-
Provides the Grizzly HTTP library support to the common HTTP Framework.
- GroovyScript - Class in org.forgerock.script.groovy
-
A JavaScript script.
- GroovyScript(String, GroovyScriptEngineImpl) - Constructor for class org.forgerock.script.groovy.GroovyScript
-
- GroovyScript.InnerListFactory - Class in org.forgerock.script.groovy
-
- GroovyScript.InnerMapFactory - Class in org.forgerock.script.groovy
-
- GroovyScriptEngineFactory - Class in org.forgerock.script.groovy
-
A NAME does ...
- GroovyScriptEngineFactory() - Constructor for class org.forgerock.script.groovy.GroovyScriptEngineFactory
-
- GroovyScriptEngineImpl - Class in org.forgerock.script.groovy
-
A NAME does ...
- GT - Static variable in class com.persistit.Key
-
- GTEQ - Static variable in class com.persistit.Key
-
- guessType() - Method in class org.forgerock.script.source.EmbeddedScriptSource
-
- guessType() - Method in interface org.forgerock.script.source.ScriptSource
-
- guessType() - Method in class org.forgerock.script.source.URLScriptSource
-
- GuiceInitialisationFilter - Class in org.forgerock.guice.core
-
Servlet Context Listener to start the Guice initialisation eagerly when the Container starts up, instead of
lazily waiting for the first request to kick-start the initialisation.
- GuiceInitialisationFilter() - Constructor for class org.forgerock.guice.core.GuiceInitialisationFilter
-
- GuiceModule - Class in org.forgerock.caf.authn.test.runtime
-
Guice module for wiring the JASPI runtime.
- GuiceModule() - Constructor for class org.forgerock.caf.authn.test.runtime.GuiceModule
-
- GuiceModule - Annotation Type in org.forgerock.guice.core
-
Signifies a Guice module
class that should be used to configure the
Guice injector
when the system starts up.
- GuiceModuleLoader - Interface in org.forgerock.guice.core
-
Implementations of this interface are responsible for finding and loading all Guice module classes which are
annotated with the provide module annotation.
- GuiceModules - Annotation Type in org.forgerock.guice.core
-
This annotation allows the declaration of additional modules to be initialised in the Injector instance.
- GuiceModuleServiceLoader - Class in org.forgerock.guice.core
-
Will find and load all classes which extend the Guice AbstractModule or PrivateModule class and that are
annotated with the provided annotation by using the Java ServiceLoader framework.
- GuiceTestCase - Class in org.forgerock.guice.core
-
A test case that allows registration of guice modules for the life of each test method being run.
- GuiceTestCase() - Constructor for class org.forgerock.guice.core.GuiceTestCase
-
- GzipDecoder - Class in org.forgerock.http.decoder.internal
-
Decodes an entity encoded with gzip
encoding.
- GzipDecoder() - Constructor for class org.forgerock.http.decoder.internal.GzipDecoder
-
- iat(Date) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
-
Sets the time the JWT was issued at, in the Claims Set.
- icheck(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.persistit.IntegrityCheck
-
- id(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
-
Set the id.
- ID - Static variable in class org.forgerock.json.schema.validator.Constants
-
The id
field name.
- 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
.
- 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
.
- ifFalse(boolean) - Static method in class org.forgerock.util.Reject
-
Throws an IllegalArgumentException
if the condition
parameter is false.
- ifFalse(boolean, String) - Static method in class org.forgerock.util.Reject
-
Throws an IllegalArgumentException
with a custom message
if the condition parameter is false.
- ifNull(Object) - Static method in class org.forgerock.util.Reject
-
Alias for checkNotNull
to be used in fluent Reject.ifNull
syntax.
- ifNull(T...) - Static method in class org.forgerock.util.Reject
-
Throws a NullPointerException
if any of the provided arguments
are null
.
- ifNull(Object, String) - Static method in class org.forgerock.util.Reject
-
Alias for checkNotNull
to be used in fluent Reject.ifNull
syntax.
- 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_MISSING_VOLUMES_PROPERTY - Static variable in class com.persistit.Configuration
-
Property name for the "ignore missing volumes" property.
- ignoreFolders - Static variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- 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.
- ImageCopier - Class in org.forgerock.doc.maven.utils
-
Copy images from source to destination.
- ImageData - Class in org.forgerock.doc.maven.pre
-
Edit <imagedata>
elements in DocBook XML sources.
- ImageData(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.ImageData
-
Constructor setting the Mojo that holds the configuration.
- ImageDataTransformer - Class in org.forgerock.doc.maven.utils
-
Update XML files, transforming <imagedata> elements to make sure they use
scalefit="1"
, width="100%"
, and contentdepth="100%"
attributes.
- ImageDataTransformer() - Constructor for class org.forgerock.doc.maven.utils.ImageDataTransformer
-
Construct an updater to match DocBook XML files.
- ImportHandler(Persistit) - Constructor for class com.persistit.StreamLoader.ImportHandler
-
- ImportHandler(Persistit, TreeSelector, boolean, boolean) - Constructor for class com.persistit.StreamLoader.ImportHandler
-
- 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.
- 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.
- incrementStep() - Method in class com.persistit.Transaction
-
Increment this transaction's current step index.
- indent(ArrayList<String>, String) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Indent an array of strings.
- Indexed<T> - Interface in org.forgerock.http.util
-
Interface of an object that can be indexed with a unique key.
- IndexHtml - Class in org.forgerock.doc.maven.release
-
Add an index.html file to the release layout.
- IndexHtml(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.release.IndexHtml
-
Constructor setting the Mojo that holds the configuration.
- IndexMappingConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration
-
- 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.
- indexTo(int) - Method in class com.persistit.Key
-
Sets the index to a specified depth
.
- info(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessage) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs an INFO message.
- info(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg0, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg1<T1>, T1, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessageDescriptor.ArgN, Throwable, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(LocalizableMessage, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message using the provided Marker
.
- info(Marker, LocalizableMessageDescriptor.Arg0, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message using the provided Marker
.
- info(Marker, LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg1<T1>, T1, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- info(Marker, LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message.
- info(Marker, LocalizableMessageDescriptor.ArgN, Throwable, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs an info message with an accompanying exception.
- Info - Class in ru.org.openam.geo
-
- Info(String) - Constructor for class ru.org.openam.geo.Info
-
- init(String) - Method in class com.persistit.RecoveryManager
-
- init() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- init(String[]) - Method in interface org.forgerock.commons.launcher.OSGiFramework
-
Initializes this Daemon
instance.
- init(String[]) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- init() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- init() - Method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- init(Subject, Map, Map) - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WDSSO
-
Initialize parameters.
- init(Object) - Method in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- init(FilterConfig) - Method in class ru.org.openam.httpdump.Filter
-
- 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() - 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(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) - Method in class org.forgerock.caf.authn.test.modules.AuditingAuthModule
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.caf.authn.test.modules.FailureAuditingAuthModule
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Does nothing.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in class org.forgerock.jaspi.modules.iwa.IWAModule
-
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(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in class org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule
-
Will initialise the module with the specified configuration properties.
- injectMembers(Object) - Static method in enum org.forgerock.guice.core.InjectorHolder
-
Injects the dependencies of an already constructed instance.
- InjectorConfiguration - Enum in org.forgerock.guice.core
-
A thread-safe singleton holding the configuration information on how the Guice framework finds Guice Modules to
configure the Guice Injector instance.
- InjectorHolder - Enum in org.forgerock.guice.core
-
A thread-safe singleton holding the Guice Injector instance that other classes can call to get to use dependency
injection.
- InnerListFactory(List<Object>, Parameter) - Constructor for class org.forgerock.script.groovy.GroovyScript.InnerListFactory
-
- InnerMapFactory(Map<String, Object>, Parameter) - Constructor for class org.forgerock.script.groovy.GroovyScript.InnerMapFactory
-
- INSTALLED - Static variable in interface org.forgerock.script.engine.CompilationHandler
-
The script is installed but not yet resolved.
- INSTANCE - Static variable in class org.forgerock.http.apache.NoAuthenticationStrategy
-
An AuthenticationStrategy
singleton instance that never performs authentication.
- 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.
- integerAt(String) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
Get a
AbstractIntegerAssert
for the referenced
JsonValue
is an integer, to check its value.
- integerIs(String, Condition<Integer>) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
Check the integer value of the referenced
JsonValue
.
- integerSchema() - Method in class org.forgerock.api.jackson.CrestJsonSchemaFactory
-
- IntegerTypeValidator - Class in org.forgerock.json.schema.validator.validators
-
IntegerTypeValidator applies all the constraints of a integer
type.
- IntegerTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.IntegerTypeValidator
-
Create an integer type validator.
- 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
.
- 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.
- 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.
- interruptedAtClose - Variable in class com.persistit.logging.LogBase
-
- intValue(int) - Method in class com.persistit.util.ArgParser
-
Return the integer value of argument specified by its index in the
template
- 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
-
- InvalidAudException - Exception in org.forgerock.jaspi.modules.openid.exceptions
-
Invalid audience.
- InvalidAudException() - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidAudException
-
Construct the exception.
- InvalidAudException(String) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidAudException
-
Construct the exception with the given message.
- InvalidAudException(String, Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidAudException
-
Construct the exception with the given message and cause.
- InvalidAudException(Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidAudException
-
Construct the exception with the given cause.
- InvalidIssException - Exception in org.forgerock.jaspi.modules.openid.exceptions
-
Invalid issuer.
- InvalidIssException() - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidIssException
-
Construct the exception.
- InvalidIssException(String) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidIssException
-
Construct the exception with the given message.
- InvalidIssException(String, Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidIssException
-
Construct the exception with the given message and cause.
- InvalidIssException(Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidIssException
-
Construct the exception with the given cause.
- InvalidJWTException - Exception in org.forgerock.jaspi.modules.openid.exceptions
-
Invalid JWT.
- InvalidJWTException() - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidJWTException
-
Construct the exception.
- InvalidJWTException(String) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidJWTException
-
Construct the exception with the given message.
- InvalidJWTException(String, Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidJWTException
-
Construct the exception with the given message and cause.
- InvalidJWTException(Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidJWTException
-
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.
- 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
-
- 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
-
- InvalidSignatureException - Exception in org.forgerock.jaspi.modules.openid.exceptions
-
Invalid signature.
- InvalidSignatureException() - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidSignatureException
-
Construct the exception.
- InvalidSignatureException(String) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidSignatureException
-
Construct the exception with the given message.
- InvalidSignatureException(String, Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidSignatureException
-
Construct the exception with the given message and cause.
- InvalidSignatureException(Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.InvalidSignatureException
-
Construct the exception with the given 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 - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The IP event payload field name.
- ip - Variable in class ru.org.openam.geo.Info
-
- 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.
- isActive() - Method in class com.persistit.Transaction
-
- isActive() - Method in interface org.forgerock.script.ScriptEntry
-
Returns true if this script can be evaluated.
- 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 class com.persistit.ui.AdminUI
-
Implements the Closeable interface
- 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.
- 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
-
- isArray() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- 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.
- isAuditing(String) - Method in interface org.forgerock.audit.AuditService
-
Returns whether or not events of the specified topic will be handled.
- isAuditing(String) - Method in class org.forgerock.audit.AuditServiceProxy
-
- isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
-
- isAuthorized() - Method in class org.forgerock.authz.filter.api.AuthorizationResult
-
Whether the request is authorized to access the requested resource.
- isAutoFlush() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if events are automatically flushed after being written.
- isAutoFlush() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if events are automatically flushed after being written.
- isBatchEnabled() - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Returns true if handling of audit events should be done in batches.
- isBetterMatchThan(RouteMatch) - Method in interface org.forgerock.services.routing.RouteMatch
-
Determines whether this route match is better than the given rout match.
- isBoolean() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns
true
if the JSON value is a
Boolean
.
- isBoolean() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Boolean
.
- isBoolean() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- 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.
- 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
-
- isClientError() - Method in class org.forgerock.http.protocol.Status
-
- 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
.
- isCollection() - Method in class org.forgerock.json.JsonValue
-
- isCommitted() - Method in class com.persistit.Transaction
-
Indicates whether the
Transaction.commit()
method has run to successful
completion at the current nested level.
- isCompatibleWith(Version) - Method in class org.forgerock.http.routing.Version
-
Returns false
if:
the MAJOR version numbers are not the same.
- isConstructorOverride() - Method in class com.persistit.Configuration
-
- 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
-
- 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.
- isDebugEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log debug messages.
- isDebugEnabled(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log debug messages associated
with the provided marker.
- 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.fluent.JsonValue
-
Returns true
if this JSON value 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
-
- 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
-
- isDouble() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- isDouble() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.NumberJsonValueAssert
-
- isDraftMode() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Whether these are draft documents, rather than final documents.
- isElasticsearchCompatible() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
Determines if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
- isElasticsearchCompatible() - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandlerConfiguration
-
Determines if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
- 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.servlet.ServletSession
-
- isEmpty() - Method in class org.forgerock.http.util.SetDecorator
-
- isEmpty() - Method in class org.forgerock.json.fluent.JsonPointer
-
Returns true
if this pointer identifies the root value of a JSON
structure.
- isEmpty() - Method in class org.forgerock.json.fluent.JsonValueMap
-
Returns true
if this map contains no key-value mappings.
- isEmpty() - Method in class org.forgerock.json.JsonPointer
-
Returns true
if this pointer identifies the root value of a JSON
structure.
- isEmpty() - Method in class org.forgerock.json.resource.ResourcePath
-
Returns true
if this resource path contains no path elements.
- isEmpty() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
Check that the JSON is either an array or an object and is empty.
- isEmpty() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
- isEmpty() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ObjectJsonValueAssert
-
- 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 interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Checks if the audit event handler is enabled.
- isEnabled() - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
-
- isEnabled() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
Checks if the audit event handler is enabled.
- isEnabled() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Gets tamper evident logging enabled status.
- isEnabled() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if event buffering is enabled.
- isEnabled() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if event buffering is enabled.
- isEnabled() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if event buffering is enabled.
- isEnabled() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if event buffering is enabled.
- 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.
- isErrorEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log error messages.
- isErrorEnabled(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log error messages associated
with the provided marker.
- 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
-
- 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
-
- 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.
- isHashed(JsonValue) - Method in class org.forgerock.selfservice.core.crypto.CryptoService
-
Detects if a String is hashed.
- isHeadPage() - Method in class com.persistit.Buffer
-
- 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.
- 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
-
- 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.
- isInfoEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log info messages.
- isInfoEnabled(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log info messages associated
with the provided marker.
- 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.
- isInteger() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- isInteger() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.NumberJsonValueAssert
-
- isInUse() - Method in class com.persistit.Management.RecordInfo
-
- isJavaVersionAtLeast(float) - Static method in class org.forgerock.guice.core.internal.commons.lang.SystemUtils
-
Is the Java version at least the requested version.
- isJmxEnabled() - Method in class com.persistit.Configuration
-
- isJsonCrypto(JsonValue) - Static method in class org.forgerock.json.crypto.JsonCrypto
-
Returns true
if the specified JSON value contains a valid $crypto
JSON object structure.
- isJsonReference(JsonValue) - Static method in class org.forgerock.json.ref.JsonReference
-
Returns true
if the specified JSON value contains a valid $ref
JSON object structure.
- isLAN() - Method in class ru.org.openam.geo.Info
-
- 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.fluent.JsonValue
-
Returns
true
if the JSON value is a
List
.
- isList() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
List
.
- 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
.
- isLoggable(Level) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Returns true
if this logger will log messages at the specified
level.
- isLong() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- isLong() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.NumberJsonValueAssert
-
- 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.fluent.JsonValue
-
Returns
true
if the JSON value is a
Map
.
- isMap() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Map
.
- isModified() - Method in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- isMove() - Method in class org.forgerock.json.resource.PatchOperation
-
Returns true
if this is a "move" patch operation.
- isMvccSupported() - Method in class org.forgerock.api.models.Resource
-
Informs if MVCC is supported.
- isNewThread() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- isNewThread() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- isNotFragment(Bundle) - Static method in class org.forgerock.commons.launcher.BundleHandler
-
- isNotNull() - Method in class org.forgerock.json.JsonValue
-
Returns true
if the value is not null
.
- isNotNull() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- 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.fluent.JsonValue
-
Returns true
if the value is null
.
- isNull() - Method in class org.forgerock.json.JsonValue
-
Returns true
if the value is null
.
- isNull() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- 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.fluent.JsonValue
-
Returns
true
if the JSON value is a
Number
.
- isNumber() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Number
.
- isNumber() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- isObject() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- 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.
- isPropertyRequired(JsonValue, JsonPointer) - Static method in class org.forgerock.audit.events.AuditEventHelper
-
Gets whether a AuditEvent property is required.
- isPruneEnabled() - Method in class com.persistit.IntegrityCheck
-
Indicate whether pages containing MVV values should be pruned.
- isRawContentEmpty() - Method in class org.forgerock.http.protocol.Entity
-
Returns true
if this entity's raw content is empty.
- 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.
- isRedirection() - Method in class org.forgerock.http.protocol.Status
-
- isRemove() - Method in class org.forgerock.json.resource.PatchOperation
-
Returns true
if this is an "remove" patch operation.
- isReplace() - Method in class org.forgerock.json.resource.PatchOperation
-
Returns true
if this is an "replace" patch operation.
- isRequired() - Method in class org.forgerock.api.models.Parameter
-
Getter of the required property.
- isRequired() - Method in class org.forgerock.json.schema.validator.validators.Validator
-
Returns whether the schema represented by this validator is required.
- isResolvable(URI) - Method in class org.forgerock.json.ref.jackson.JacksonReferenceTransformer
-
- isResolvable(URI) - Method in class org.forgerock.json.ref.JsonReferenceTransformer
-
Returns true
if the specified URI can be resolved by this transformer.
- isReverseDnsLookupEnabled() - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Whether the client.host should be looked up from client.ip.
- 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
.
- 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.
- isRotationEnabled() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Gets log rotation enabled state.
- isRunning() - Method in interface org.forgerock.audit.AuditService
-
Returns true if this object is running.
- isRunning() - Method in class org.forgerock.audit.AuditServiceProxy
-
- 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.
- isSaturated() - Method in class org.forgerock.bloomfilter.BloomFilterStatistics
-
Determines whether the bloom filter expected false positive probability has exceeded the configured false
positive probability.
- 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 class org.forgerock.services.context.ClientContext
-
Returns true
if this client connection is secure.
- 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.
- isSet() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
Set
.
- isSet() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- isShowGUI() - Method in class com.persistit.Configuration
-
- 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()
.
- 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.
- isSourceModified() - Method in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- isSourceNewer(String, RhinoScriptEngine.ScriptCacheEntry) - Method in class org.forgerock.script.javascript.RhinoScriptEngine
-
- isSpecified(String) - Method in class com.persistit.util.ArgParser
-
Indicate whether the value returned for the specified field is the
default value.
- isStolen() - Method in class org.forgerock.json.resource.descriptor.examples.model.Device
-
True is the device has been flagged as stolen.
- isStreamMode() - Method in class com.persistit.Value
-
Indicates whether stream mode is enabled.
- isString() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns
true
if the JSON value is a
String
.
- isString() - Method in class org.forgerock.json.JsonValue
-
Returns
true
if the JSON value is a
String
.
- isString() - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
- isSuccess(AuthStatus) - Static method in class org.forgerock.caf.authentication.framework.AuthStatusUtils
-
Returns true
if the given AuthStatus
value is AuthStatus.SUCCESS
.
- isSuccessful() - Method in class org.forgerock.http.protocol.Status
-
- ISSUER_KEY - Static variable in interface org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolver
-
Lookup key for the issuer's name.
- isSuspendUpdates() - Method in class com.persistit.IntegrityCheck
-
Indicate mode of operation.
- isTokenValid() - Method in class org.forgerock.authz.modules.oauth2.AccessTokenValidationResponse
-
Returns whether the access token is valid.
- isTraceEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log trace messages.
- isTraceEnabled(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log trace messages associated
with the provided marker.
- 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
-
- isTreeNameSelected(String, String) - Method in class com.persistit.TreeSelector
-
- isType(Class<?>) - Method in class com.persistit.Value
-
- 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.
- isUsableForQueries() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
- isUsageOnly() - Method in class com.persistit.util.ArgParser
-
- isUseOldVSpec() - Method in class com.persistit.Configuration
-
Deprecated.
- isUseSSL() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Indicates if the connection uses SSL.
- isUseSSL() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
Indicates if the connection uses SSL.
- 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.
- isValidName(String) - Static method in class com.persistit.util.Util
-
- isValidPageSize(int) - Static method in class com.persistit.Volume
-
- 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.
- isVerbose() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- isVerbose() - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- isVolumeNameSelected(String) - Method in class com.persistit.TreeSelector
-
- isVolumeOnlySelection(String) - Method in class com.persistit.TreeSelector
-
- isWarnEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log warning messages.
- isWarnEnabled(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Returns true
if this logger will log warning messages associated
with the provided marker.
- 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.
- isWritePagePruningEnabled() - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- isXincludeSupported() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Whether documents should be allowed to include other documents.
- 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 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The items
field name.
- 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.i18n.slf4j.LocalizedMarker
- iterator() - Method in class org.forgerock.json.fluent.JsonPointer
-
Returns an iterator over the pointer's reference tokens.
- iterator() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns an iterator over the child values that this JSON value contains.
- 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.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.
- IWAModule - Class in org.forgerock.jaspi.modules.iwa
-
Authentication module that uses IWA for authentication.
- IWAModule() - Constructor for class org.forgerock.jaspi.modules.iwa.IWAModule
-
- JacksonReferenceTransformer - Class in org.forgerock.json.ref.jackson
-
Resolves JSON reference values using the Jackson JSON processor, converting from JSON
representations to standard Java objects.
- JacksonReferenceTransformer(URI, JsonValue) - Constructor for class org.forgerock.json.ref.jackson.JacksonReferenceTransformer
-
Constructs a new Jackson JSON reference transformer.
- JacksonUtils - Class in org.forgerock.api.jackson
-
Some utilities for dealing with Jackson schemas.
- JaspiAdapters - Class in org.forgerock.caf.authentication.framework
-
Adapter class implementing methods that adapt to and from JASPI interfaces to be able to
inter-op with pure JASPI implementations.
- JaspiHttpApplication - Class in org.forgerock.caf.authn.test
-
HTTP Application for JASPI authentication framework functional tests.
- JaspiHttpApplication() - Constructor for class org.forgerock.caf.authn.test.JaspiHttpApplication
-
- JAVA_VERSION - Static variable in class org.forgerock.guice.core.internal.commons.lang.SystemUtils
-
The java.version
System Property.
- JAVA_VERSION_FLOAT - Static variable in class org.forgerock.guice.core.internal.commons.lang.SystemUtils
-
Gets the Java version as a float
.
- JAVA_VERSION_TRIMMED - Static variable in class org.forgerock.guice.core.internal.commons.lang.SystemUtils
-
Gets the Java version as a String
trimming leading letters.
- JavaHelpAdapter - Interface in com.persistit.ui
-
- JcaKeyStoreHandler - Class in org.forgerock.audit.secure
-
Default implementation of a Keystore handler.
- JcaKeyStoreHandler(String, String, String) - Constructor for class org.forgerock.audit.secure.JcaKeyStoreHandler
-
Creates a new keystore handler.
- JCEKS_KEYSTORE_TYPE - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
The name of the Java Cryptography Extension KeyStore (JCEKS) type.
- JCite - Class in org.forgerock.doc.maven.pre
-
Use
JCite to quote Java code.
- JCite(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.JCite
-
Constructor setting the Mojo that holds the configuration.
- JdbcAuditEventHandler - Class in org.forgerock.audit.handlers.jdbc
-
- JdbcAuditEventHandler(JdbcAuditEventHandlerConfiguration, EventTopicsMetaData, DataSource) - Constructor for class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandler
-
Create a new JdbcAuditEventHandler instance.
- JdbcAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.jdbc
-
Configures the JDBC mapping and connection pool.
- JdbcAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
- JdbcAuditEventHandlerConfiguration.ConnectionPool - Class in org.forgerock.audit.handlers.jdbc
-
Configuration for a connection pool.
- JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.jdbc
-
Configuration of event buffering.
- jku(URL) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
-
Sets the JWK Set URL header parameter for this JWS.
- JmsAuditEventHandler - Class in org.forgerock.audit.handlers.jms
-
Publishes Audit events on a JMS Topic.
- JmsAuditEventHandler(JmsContextManager, JmsAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
-
Creates a new AuditEventHandler instance that publishes JMS messages on a JMS Topic for each Audit event.
- JmsAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.jms
-
- JmsAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
- JmsAuditEventHandlerConfiguration.JndiConfiguration - Class in org.forgerock.audit.handlers.jms
-
Stores the JNDI context properties and lookup names.
- JmsContextManager - Interface in org.forgerock.audit.handlers.jms
-
Interface for retrieving a JMS topic
and a JMS connection factory
.
- JndiConfiguration() - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
- join(Collection<String>, char) - Static method in class org.forgerock.http.header.HeaderUtil
-
Joins a collection of header values into a single header value, with a
specified specified separator.
- JOIN_POLICY_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
- joinAsString(String, Object...) - Static method in class org.forgerock.util.Utils
-
Returns a string whose content is the string representation of the
provided objects concatenated together using the provided separator.
- joinAsString(String, Iterable<?>) - Static method in class org.forgerock.util.Utils
-
Returns a string whose content is the string representation of the
objects contained in the provided iterable concatenated together using
the provided separator.
- joinAsString(StringBuilder, String, Object...) - Static method in class org.forgerock.util.Utils
-
Appends into the provided
StringBuilder
the string representation
of the provided objects concatenated together using the provided separator.
- joinAsString(StringBuilder, String, Iterable<?>) - Static method in class org.forgerock.util.Utils
-
Appends into the provided
StringBuilder
the string representation
of the objects contained in the provided iterable concatenated together
using the provided separator.
- joinPath(List<String>) - Static method in class org.forgerock.http.util.Paths
-
Joins a list of URL-decoded path elements into a url-encoded path.
- JoinPolicy - Class in com.persistit.policy
-
Policies for determining the balance between left and right pages when
rebalancing page content due to deletion.
- JoinPolicy(int, String) - Constructor for class com.persistit.policy.JoinPolicy
-
- JOURNAL_BLOCKSIZE_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying the size of each journal file, e.g.,
"journalsize=400000000".
- JOURNAL_CATEGORY - Static variable in interface com.persistit.mxbeans.AlertMonitorMXBean
-
- JOURNAL_PATH_PROPERTY_NAME - Static variable in class com.persistit.Configuration
-
Property name for specifying the file specification for the journal.
- JournalInfo() - Constructor for class com.persistit.Management.JournalInfo
-
- JournalInfo(String, long, long, int, long, long, long, long, String, long, String, long, long, long, long, long, long, int, int, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.persistit.Management.JournalInfo
-
- JournalManagerBench - Class in com.persistit
-
Benchmark for primitive I/O simulating HARD (durable) commit.
- JournalManagerMXBean - Interface in com.persistit.mxbeans
-
Management interface to the JournalManager
, including journal
file names and file positions.
- JournalRecord - Class in com.persistit
-
This class encapsulates the formats of Persistit journal records.
- JournalRecord() - Constructor for class com.persistit.JournalRecord
-
- journalWriteError - Variable in class com.persistit.logging.LogBase
-
- Json - Class in org.forgerock.http.util
-
Provides read and write JSON capabilities.
- json(Object) - Static method in class org.forgerock.json.JsonValue
-
Returns a JSON value whose content is the provided object.
- Json.JsonValueModule - Class in org.forgerock.http.util
-
Jackson Module that uses a mixin to make sure that a
JsonValue
instance is
serialized using its
#getObject()
value only.
- Json.LocalizableStringModule - Class in org.forgerock.http.util
-
- JSON_HYPER_SCHEMA - Static variable in class org.forgerock.json.schema.validator.Constants
-
The hyper schema latest draft URI.
- JSON_HYPER_SCHEMA_DRAFT03 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The hyper schema draft 03 URI.
- JSON_HYPER_SCHEMA_DRAFT04 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The hyper schema draft 04 URI.
- JSON_LINKS - Static variable in class org.forgerock.json.schema.validator.Constants
-
The schema links latest draft URI.
- JSON_LINKS_DRAFT03 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The schema links draft 03 URI.
- JSON_LINKS_DRAFT04 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The schema links draft 04 URI.
- JSON_SCHEMA - Static variable in class org.forgerock.json.schema.validator.Constants
-
The schema latest draft URI.
- JSON_SCHEMA_DRAFT03 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The schema draft 03 URI.
- JSON_SCHEMA_DRAFT04 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The schema draft 04 URI.
- JsonAnonymousProcessServiceBuilder - Class in org.forgerock.selfservice.json
-
- JsonAuditEventHandler - Class in org.forgerock.audit.handlers.json
-
- JsonAuditEventHandler(JsonAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandler
-
Creates a JsonAuditEventHandler
instances.
- JsonAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.json
-
- JsonAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
- JsonAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.json
-
Configuration of event buffering.
- JsonCrypto - Class in org.forgerock.json.crypto
-
Represents a JSON $crypto
object.
- JsonCrypto() - Constructor for class org.forgerock.json.crypto.JsonCrypto
-
Constructs an empty JSON cryptographic object.
- JsonCrypto(JsonValue) - Constructor for class org.forgerock.json.crypto.JsonCrypto
-
Constructs a new JSON cryptographic object, initializing from a JSON value.
- JsonCrypto(String, JsonValue) - Constructor for class org.forgerock.json.crypto.JsonCrypto
-
Constructs a new JSON cryptographic object, initializing with the specified type
and cryptographic value.
- JsonCryptoException - Exception in org.forgerock.json.crypto
-
An exception that is thrown during JSON cryptographic operations.
- JsonCryptoException() - Constructor for exception org.forgerock.json.crypto.JsonCryptoException
-
Constructs a new exception with null
as its detail message.
- JsonCryptoException(String) - Constructor for exception org.forgerock.json.crypto.JsonCryptoException
-
Constructs a new exception with the specified detail message.
- JsonCryptoException(Throwable) - Constructor for exception org.forgerock.json.crypto.JsonCryptoException
-
Constructs a new exception with the specified cause.
- JsonCryptoException(String, Throwable) - Constructor for exception org.forgerock.json.crypto.JsonCryptoException
-
Constructs a new exception with the specified detail message and cause.
- JsonCryptoException - Exception in org.forgerock.selfservice.core.crypto
-
An exception that is thrown during JSON cryptographic operations.
- JsonCryptoException(String) - Constructor for exception org.forgerock.selfservice.core.crypto.JsonCryptoException
-
Constructs a new exception with the specified detail message.
- JsonCryptoException(String, Exception) - Constructor for exception org.forgerock.selfservice.core.crypto.JsonCryptoException
-
Constructs a new exception with the specified detail message and cause.
- JsonCryptoTransformer - Class in org.forgerock.json.crypto
-
Transforms JSON values by applying a decryptor.
- JsonCryptoTransformer(JsonDecryptor) - Constructor for class org.forgerock.json.crypto.JsonCryptoTransformer
-
Constructs a transformer to apply a decryptor.
- JsonDecryptFunction - Class in org.forgerock.json.crypto
-
- JsonDecryptFunction(JsonDecryptor) - Constructor for class org.forgerock.json.crypto.JsonDecryptFunction
-
- JsonDecryptor - Interface in org.forgerock.json.crypto
-
Decrypts an encrypted JSON value.
- JsonEncryptFunction - Class in org.forgerock.json.crypto
-
- JsonEncryptFunction(JsonEncryptor) - Constructor for class org.forgerock.json.crypto.JsonEncryptFunction
-
- JsonEncryptor - Interface in org.forgerock.json.crypto
-
Encrypts a JSON value.
- JsonException - Exception in org.forgerock.json.fluent
-
An exception that is thrown during JSON operations.
- JsonException() - Constructor for exception org.forgerock.json.fluent.JsonException
-
Constructs a new exception with null
as its detail message.
- JsonException(String) - Constructor for exception org.forgerock.json.fluent.JsonException
-
Constructs a new exception with the specified detail message.
- JsonException(Throwable) - Constructor for exception org.forgerock.json.fluent.JsonException
-
Constructs a new exception with the specified cause.
- JsonException(String, Throwable) - Constructor for exception org.forgerock.json.fluent.JsonException
-
Constructs a new exception with the specified detail message and cause.
- JsonException - Exception in org.forgerock.json
-
An exception that is thrown during JSON operations.
- JsonException() - Constructor for exception org.forgerock.json.JsonException
-
Constructs a new exception with null
as its detail message.
- JsonException(String) - Constructor for exception org.forgerock.json.JsonException
-
Constructs a new exception with the specified detail message.
- JsonException(Throwable) - Constructor for exception org.forgerock.json.JsonException
-
Constructs a new exception with the specified cause.
- JsonException(String, Throwable) - Constructor for exception org.forgerock.json.JsonException
-
Constructs a new exception with the specified detail message and cause.
- jsonFileToJsonValue(String) - Static method in class org.forgerock.selfservice.example.JsonReader
-
Given a path to a json file returns a corresponding json value.
- JsonPatch - Class in org.forgerock.json
-
Processes partial modifications to JSON values.
- JsonPatchValueTransformer - Interface in org.forgerock.json
-
RFC6902 expects the patch value to be a predetermined, static value to be used in the
patch operation's execution.
- JsonPointer - Class in org.forgerock.json.fluent
-
Identifies a specific value within a JSON structure.
- JsonPointer() - Constructor for class org.forgerock.json.fluent.JsonPointer
-
Constructs a JSON pointer, identifying the root value of a JSON structure.
- JsonPointer(String) - Constructor for class org.forgerock.json.fluent.JsonPointer
-
Constructs a JSON pointer, identifying the specified pointer value.
- JsonPointer(String[]) - Constructor for class org.forgerock.json.fluent.JsonPointer
-
Constructs a JSON pointer from an array of reference tokens.
- JsonPointer(Iterable<String>) - Constructor for class org.forgerock.json.fluent.JsonPointer
-
Constructs a JSON pointer from an iterable collection of reference tokens.
- JsonPointer - Class in org.forgerock.json
-
Identifies a specific value within a JSON structure.
- JsonPointer() - Constructor for class org.forgerock.json.JsonPointer
-
Constructs a JSON pointer, identifying the root value of a JSON structure.
- JsonPointer(String) - Constructor for class org.forgerock.json.JsonPointer
-
Constructs a JSON pointer, identifying the specified pointer value.
- JsonPointer(String...) - Constructor for class org.forgerock.json.JsonPointer
-
Constructs a JSON pointer from an array of reference tokens.
- JsonPointer(Iterable<String>) - Constructor for class org.forgerock.json.JsonPointer
-
Constructs a JSON pointer from an iterable collection of reference tokens.
- jsonPointerToDotNotation(String) - Static method in class org.forgerock.audit.events.AuditEventHelper
-
Converts JsonPointer field identifier to dotted-path form.
- JsonReader - Class in org.forgerock.selfservice.example
-
Simple utility class to parse json string into a json value.
- JsonReference - Class in org.forgerock.json.ref
-
Represents a JSON Reference value.
- JsonReference() - Constructor for class org.forgerock.json.ref.JsonReference
-
Constructs an empty JSON Reference object.
- JsonReferenceException - Exception in org.forgerock.json.ref
-
An exception that is thrown during JSON cryptographic operations.
- JsonReferenceException() - Constructor for exception org.forgerock.json.ref.JsonReferenceException
-
Constructs a new exception with null
as its detail message.
- JsonReferenceException(String) - Constructor for exception org.forgerock.json.ref.JsonReferenceException
-
Constructs a new exception with the specified detail message.
- JsonReferenceException(Throwable) - Constructor for exception org.forgerock.json.ref.JsonReferenceException
-
Constructs a new exception with the specified cause.
- JsonReferenceException(String, Throwable) - Constructor for exception org.forgerock.json.ref.JsonReferenceException
-
Constructs a new exception with the specified detail message and cause.
- JsonReferenceTransformer - Class in org.forgerock.json.ref
-
Simple JSON reference transformer that can resolve fragment URI references.
- JsonReferenceTransformer(URI, JsonValue) - Constructor for class org.forgerock.json.ref.JsonReferenceTransformer
-
Constructs a new JSON reference transformer.
- JsonSchemaUtils - Class in org.forgerock.audit.util
-
Contains Utility methods for dealing with JsonSchema data.
- JsonStdoutAuditEventHandler - Class in org.forgerock.audit.handlers.json
-
- JsonStdoutAuditEventHandler(JsonStdoutAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandler
-
Creates a JsonAuditEventHandler
instances.
- JsonStdoutAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.json
-
- JsonStdoutAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandlerConfiguration
-
- JsonTransformer - Interface in org.forgerock.json.fluent
-
Interface for transforming JSON values.
- JsonUtils - Class in org.forgerock.selfservice.stages.utils
-
Simple utility class to parse json string into a json value.
- jsonValue - Variable in class org.forgerock.audit.events.AuditEventBuilder
-
Represents the event as a JSON value.
- JsonValue - Class in org.forgerock.json.fluent
-
Represents a value in a JSON object model structure.
- JsonValue(Object, JsonPointer, Collection<? extends JsonTransformer>) - Constructor for class org.forgerock.json.fluent.JsonValue
-
Constructs a JSON value object with given object, pointer and transformers.
- JsonValue(Object, Collection<? extends JsonTransformer>) - Constructor for class org.forgerock.json.fluent.JsonValue
-
Constructs a JSON value object with a given object and transformers.
- JsonValue(Object, JsonPointer) - Constructor for class org.forgerock.json.fluent.JsonValue
-
Constructs a JSON value object with a given object and pointer.
- JsonValue(Object) - Constructor for class org.forgerock.json.fluent.JsonValue
-
Constructs a JSON value object with a given object.
- JsonValue - Class in org.forgerock.json
-
Represents a value in a JSON object model structure.
- JsonValue(Object) - Constructor for class org.forgerock.json.JsonValue
-
Constructs a JSON value object with a given object.
- JsonValue(Object, JsonPointer) - Constructor for class org.forgerock.json.JsonValue
-
Constructs a JSON value object with a given object and pointer.
- JSONVALUE_FILTER_VISITOR - Static variable in class org.forgerock.audit.util.JsonValueUtils
-
A generic JsonValue Query Filter Visitor.
- JsonValueException - Exception in org.forgerock.json.fluent
-
An exception that is thrown during JSON value operations.
- JsonValueException(JsonValue) - Constructor for exception org.forgerock.json.fluent.JsonValueException
-
Constructs a new exception with the specified JSON value and null
as its
detail message.
- JsonValueException(JsonValue, String) - Constructor for exception org.forgerock.json.fluent.JsonValueException
-
Constructs a new exception with the specified JSON value and detail message.
- JsonValueException(JsonValue, Throwable) - Constructor for exception org.forgerock.json.fluent.JsonValueException
-
Constructs a new exception with the specified JSON value and cause.
- JsonValueException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.fluent.JsonValueException
-
Constructs a new exception with the specified JSON value, detail message and cause.
- JsonValueException - Exception in org.forgerock.json
-
An exception that is thrown during JSON value operations.
- JsonValueException(JsonValue) - Constructor for exception org.forgerock.json.JsonValueException
-
Constructs a new exception with the specified JSON value and null
as its detail message.
- JsonValueException(JsonValue, String) - Constructor for exception org.forgerock.json.JsonValueException
-
Constructs a new exception with the specified JSON value and detail
message.
- JsonValueException(JsonValue, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
-
Constructs a new exception with the specified JSON value and cause.
- JsonValueException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
-
Constructs a new exception with the specified JSON value, detail message
and cause.
- JsonValueFunctions - Class in org.forgerock.json
-
This class contains the utility functions to convert a
JsonValue
to another type.
- JsonValueList<E> - Class in org.forgerock.json.fluent
-
TODO: Description.
- JsonValueList(JsonValue) - Constructor for class org.forgerock.json.fluent.JsonValueList
-
TODO: Description.
- JsonValueMap - Class in org.forgerock.json.fluent
-
TODO: Description.
- JsonValueMap(JsonValue) - Constructor for class org.forgerock.json.fluent.JsonValueMap
-
TODO: Description.
- JsonValueModule() - Constructor for class org.forgerock.http.util.Json.JsonValueModule
-
- JsonValueTraverseFunction - Class in org.forgerock.json
-
An implementation of
Function
that recursively traverses the
JsonValue
and applies some
transformation if needed.
- JsonValueTraverseFunction(Function<JsonValue, ?, JsonValueException>) - Constructor for class org.forgerock.json.JsonValueTraverseFunction
-
Construct the traversal function with a transformation function to apply to each array element
nested object attribute value element, or primitive element.
- JsonValueUtils - Class in org.forgerock.audit.util
-
Contains some JsonValue Utility methods.
- JsonValueWrapper - Interface in org.forgerock.json.fluent
-
TODO: Description.
- jti(String) - Method in class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
-
Sets the unique ID of the JWT.
- jwe(Key) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
-
Creates a builder for building an encrypted JWT into a base64url UTF-8 encoded JWT string.
- JweAlgorithm - Enum in org.forgerock.json.jose.jwe
-
An Enum of the possible encryption algorithms that can be used to encrypt a JWT.
- JweAlgorithmType - Enum in org.forgerock.json.jose.jwe
-
An Enum of the possible types of JWE algorithms that can be used to encrypt a JWT.
- JweCompressionException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception for when compression/decompression of the plaintext fails.
- JweCompressionException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JweCompressionException
-
Constructs a new JweCompressionException with the provided exception message.
- JweCompressionException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweCompressionException
-
Constructs a new JweCompressionException with the provided exception message and underlying throwable.
- JweCompressionException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweCompressionException
-
Constructs a new JweCompressionException with the provided underlying throwable.
- JweDecryptionException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception for when decryption of the JWE fails.
- JweDecryptionException() - Constructor for exception org.forgerock.json.jose.exceptions.JweDecryptionException
-
Constructs a new JweDecryptionException.
- JweEncryption - Class in org.forgerock.json.jose.jwe
-
This class represents the result from the encryption process of the JWT plaintext.
- JweEncryption(byte[], byte[]) - Constructor for class org.forgerock.json.jose.jwe.JweEncryption
-
Constructs a new JweEncryption object with the given ciphertext and authentication tag.
- JweEncryptionException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception for when encryption of the JWE fails.
- JweEncryptionException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JweEncryptionException
-
Constructs a new JweEncryptionException with the provided exception message.
- JweEncryptionException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweEncryptionException
-
Constructs a new JweEncryptionException with the provided exception message and underlying throwable.
- JweEncryptionException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweEncryptionException
-
Constructs a new JweEncryptionException with the provided underlying throwable.
- JweException - Exception in org.forgerock.json.jose.exceptions
-
Represents a generic exception for JWE operations.
- JweException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JweException
-
Constructs a new JweException with the provided exception message.
- JweException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweException
-
Constructs a new JweException with the provided exception message and underlying throwable.
- JweException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JweException
-
Constructs a new JweException with the provided underlying throwable.
- JweHeader - Class in org.forgerock.json.jose.jwe
-
An implementation for the JWE Header parameters.
- JweHeader() - Constructor for class org.forgerock.json.jose.jwe.JweHeader
-
Constructs an new, empty JweHeader.
- JweHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jwe.JweHeader
-
Constructs a new JweHeader with its parameters set to the contents of the given Map.
- JweHeaderBuilder<B extends EncryptedJwtBuilder> - Class in org.forgerock.json.jose.builders
-
An implementation of a JWE Header builder that provides a fluent builder pattern to create JWE headers.
- JweHeaderBuilder(B) - Constructor for class org.forgerock.json.jose.builders.JweHeaderBuilder
-
Constructs a new JweHeaderBuilder, parented by the given JwtBuilder.
- JweHeaderKey - Enum in org.forgerock.json.jose.jwe
-
An Enum for the additional JWE Header parameter names.
- JWK - Static variable in interface org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolver
-
Lookup key for JWK configuration.
- jwk(JWK) - Method in class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
-
Sets the JSON Web Key header parameter for this JWS.
- JWK - Class in org.forgerock.json.jose.jwk
-
The abstract base class for the 3 implementations of JWK.
- JWK(KeyType, KeyUse, String, String) - Constructor for class org.forgerock.json.jose.jwk.JWK
-
Creates a JWK given the basic parameters.
- JWK(KeyType, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.JWK
-
Creates a JWK given the basic parameters.
- JWKLookup - Class in org.forgerock.jaspi.modules.openid.helpers
-
Helper class to look up and return the keys from specific JWK implementation
algorithm types.
- JWKLookup() - Constructor for class org.forgerock.jaspi.modules.openid.helpers.JWKLookup
-
- JWKOpenIdResolverImpl - Class in org.forgerock.jaspi.modules.openid.resolvers
-
This class exists to allow Open Id Providers to supply or promote a JWK exposure point for
their public keys.
- JWKOpenIdResolverImpl(String, URL, int, int) - Constructor for class org.forgerock.jaspi.modules.openid.resolvers.JWKOpenIdResolverImpl
-
Constructor using provided timeout values to generate the
SimpleHTTPClient
used for communicating over HTTP.
- JWKOpenIdResolverImpl(String, URL, SimpleHTTPClient) - Constructor for class org.forgerock.jaspi.modules.openid.resolvers.JWKOpenIdResolverImpl
-
- JWKSet - Class in org.forgerock.json.jose.jwk
-
Holds a Set of JWKs.
- JWKSet() - Constructor for class org.forgerock.json.jose.jwk.JWKSet
-
Constructs an empty JWKSet.
- JWKSet(JWK) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
-
Construct a JWKSet from a single JWK.
- JWKSet(JsonValue) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
-
Construct a JWKSet from a single JWK.
- JWKSet(List<JWK>) - Constructor for class org.forgerock.json.jose.jwk.JWKSet
-
Construct a JWKSet from a List of JWKs.
- JWKSetParser - Class in org.forgerock.jaspi.modules.openid.helpers
-
Provides methods to gather a JWKSet from a URL and return
a map of key ids to keys as dictated by that JWKS.
- JWKSetParser(int, int) - Constructor for class org.forgerock.jaspi.modules.openid.helpers.JWKSetParser
-
Constructor allowing the configuration of the read and connection timeouts used
by the HTTP client for this parser.
- JWKSetParser(SimpleHTTPClient) - Constructor for class org.forgerock.jaspi.modules.openid.helpers.JWKSetParser
-
Alternative constructor allowing the calling class to pass in an
already-configured
SimpleHTTPClient
.
- JWKSetParser(SimpleHTTPClient, JWKLookup) - Constructor for class org.forgerock.jaspi.modules.openid.helpers.JWKSetParser
-
Alternative constructor allowing the calling class to pass in an
already-configured
SimpleHTTPClient
.
- jwkSetToMap(JWKSet) - Method in class org.forgerock.jaspi.modules.openid.helpers.JWKSetParser
-
Converts a supplied JWKSet into a map of key:values, where the keys are the keyIds and the
values are verification keys.
- JWObject - Class in org.forgerock.json.jose.jwt
-
A base implementation class for a JSON Web object.
- JWObject() - Constructor for class org.forgerock.json.jose.jwt.JWObject
-
Constructs a new, empty JWObject.
- jws(SigningHandler) - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
-
Creates a builder for building a signed JWT into a base64url UTF-8 encoded JWT string.
- JwsAlgorithm - Enum in org.forgerock.json.jose.jws
-
An Enum of the possible signing algorithms that can be used to sign a JWT.
- JwsAlgorithmType - Enum in org.forgerock.json.jose.jws
-
An Enum of the possible types of JWS algorithms that can be used to sign a JWT.
- JwsException - Exception in org.forgerock.json.jose.exceptions
-
Represents a generic exception for JWS operations.
- JwsException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwsException
-
Constructs a new JwsException with the provided exception message.
- JwsException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsException
-
Constructs a new JwsException with the provided exception message and underlying throwable.
- JwsException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsException
-
Constructs a new JwsException with the provided underlying throwable.
- JwsHeader - Class in org.forgerock.json.jose.jws
-
An implementation for the JWS Header parameters.
- JwsHeader() - Constructor for class org.forgerock.json.jose.jws.JwsHeader
-
Constructs a new, empty JwsHeader.
- JwsHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jws.JwsHeader
-
Constructs a new JwsHeader, with its parameters set to the contents of the given Map.
- JwsHeaderBuilder - Class in org.forgerock.json.jose.builders
-
An implementation of a JWS Header builder that provides a fluent builder pattern to create JWS headers.
- JwsHeaderBuilder(SignedJwtBuilderImpl) - Constructor for class org.forgerock.json.jose.builders.JwsHeaderBuilder
-
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
- JwsHeaderKey - Enum in org.forgerock.json.jose.jws
-
An Enum for the JWS Header parameter names.
- JwsSigningException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception for when signing of the JWS fails.
- JwsSigningException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwsSigningException
-
Constructs a new JwsSigningException with the provided exception message.
- JwsSigningException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsSigningException
-
Constructs a new JwsSigningException with the provided exception message and underlying throwable.
- JwsSigningException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsSigningException
-
Constructs a new JwsSigningException with the provided underlying throwable.
- JwsVerifyingException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception for when verification of the JWS signature fails.
- JwsVerifyingException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwsVerifyingException
-
Constructs a new JwsVerifyingException with the provided exception message.
- JwsVerifyingException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsVerifyingException
-
Constructs a new JwsVerifyingException with the provided exception message and underlying throwable.
- JwsVerifyingException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwsVerifyingException
-
Constructs a new JwsVerifyingException with the provided underlying throwable.
- jwt() - Method in class org.forgerock.json.jose.builders.JwtBuilderFactory
-
Creates a builder for building a plaintext JWT into base64url UTF-8 encoded JWT string.
- Jwt - Interface in org.forgerock.json.jose.jwt
-
The interface for all types of JSON Web Tokens (JWTs).
- JwtBuilder - Interface in org.forgerock.json.jose.builders
-
The base interface for all JwtBuilders for each type of JWT (plaintext, signed or encrypted).
- JwtBuilderException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception that occurs when creating/rebuilding JWTs.
- JwtBuilderException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwtBuilderException
-
Constructs a new JwtBuilderException with the provided exception message.
- JwtBuilderException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtBuilderException
-
Constructs a new JwtBuilderException with the provided exception message and underlying throwable.
- JwtBuilderException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtBuilderException
-
Constructs a new JwtBuilderException with the provided underlying throwable.
- JwtBuilderFactory - Class in org.forgerock.json.jose.builders
-
A factory for getting builders for plaintext, signed and encrypted JWTs and reconstructing JWT strings back into
their relevant JWT objects.
- JwtBuilderFactory() - Constructor for class org.forgerock.json.jose.builders.JwtBuilderFactory
-
- JwtClaimsSet - Class in org.forgerock.json.jose.jwt
-
An implementation that holds a JWT's Claims Set.
- JwtClaimsSet() - Constructor for class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Constructs a new, empty JwtClaimsSet.
- JwtClaimsSet(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Constructs a new JwtClaimsSet, with its claims set to the contents of the given Map.
- JwtClaimsSetBuilder - Class in org.forgerock.json.jose.builders
-
An implementation of a JWT Claims Set builder that provides a fluent builder pattern to creating JWT Claims Sets.
- JwtClaimsSetBuilder() - Constructor for class org.forgerock.json.jose.builders.JwtClaimsSetBuilder
-
- JwtClaimsSetKey - Enum in org.forgerock.json.jose.jwt
-
An Enum for the JWT Claims Set names.
- JwtExpiredException - Exception in org.forgerock.jaspi.modules.openid.exceptions
-
Expired JWT.
- JwtExpiredException() - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.JwtExpiredException
-
Construct the exception.
- JwtExpiredException(String) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.JwtExpiredException
-
Construct the exception with the given message.
- JwtExpiredException(String, Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.JwtExpiredException
-
Construct the exception with the given message and cause.
- JwtExpiredException(Throwable) - Constructor for exception org.forgerock.jaspi.modules.openid.exceptions.JwtExpiredException
-
Construct the exception with the given cause.
- JwtHeader - Class in org.forgerock.json.jose.jwt
-
A base implementation class for JWT Headers.
- JwtHeader() - Constructor for class org.forgerock.json.jose.jwt.JwtHeader
-
Constructs a new JwtHeader, with the "typ" parameter set to "JWT".
- JwtHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jwt.JwtHeader
-
Constructs a new JwtHeader, with its parameters set to the contents of the given Map.
- JwtHeaderBuilder<T extends JwtBuilder,B extends JwtHeaderBuilder<T,B>> - Class in org.forgerock.json.jose.builders
-
A base implementation of a JWT header builder that provides a fluent builder pattern to creating JWT headers.
- JwtHeaderBuilder(T) - Constructor for class org.forgerock.json.jose.builders.JwtHeaderBuilder
-
Constructs a new JwtHeaderBuilder, parented by the given JwtBuilder.
- JwtHeaderKey - Enum in org.forgerock.json.jose.jwt
-
An Enum for the JWT Header parameter names.
- JwtReconstruction - Class in org.forgerock.json.jose.common
-
A service that provides a method for reconstruct a JWT string back into its relevant JWT object,
(SignedJwt, EncryptedJwt, SignedEncryptedJwt).
- JwtReconstruction() - Constructor for class org.forgerock.json.jose.common.JwtReconstruction
-
- JwtReconstructionException - Exception in org.forgerock.json.jose.exceptions
-
Represents an exception that occurs when reconstructing JWTs.
- JwtReconstructionException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwtReconstructionException
-
Constructs a new JwtReconstructionException with the provided exception message.
- JwtReconstructionException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtReconstructionException
-
Constructs a new JwtReconstructionException with the provided exception message and underlying throwable.
- JwtReconstructionException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtReconstructionException
-
Constructs a new JwtReconstructionException with the provided underlying throwable.
- JwtRuntimeException - Exception in org.forgerock.json.jose.exceptions
-
Represents a generic exception for JWT operations.
- JwtRuntimeException(String) - Constructor for exception org.forgerock.json.jose.exceptions.JwtRuntimeException
-
Constructs a new JwtRuntimeException with the provided exception message.
- JwtRuntimeException(String, Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtRuntimeException
-
Constructs a new JwtRuntimeException with the provided exception message and underlying throwable.
- JwtRuntimeException(Throwable) - Constructor for exception org.forgerock.json.jose.exceptions.JwtRuntimeException
-
Constructs a new JwtRuntimeException with the provided underlying throwable.
- JwtSecureHeader - Class in org.forgerock.json.jose.jws
-
A base implementation for the common security header parameters shared by the JWS and JWE headers.
- JwtSecureHeader() - Constructor for class org.forgerock.json.jose.jws.JwtSecureHeader
-
Constructs a new, empty JwtSecureHeader.
- JwtSecureHeader(Map<String, Object>) - Constructor for class org.forgerock.json.jose.jws.JwtSecureHeader
-
Constructs a new JwtSecureHeader, with its parameters set to the contents of the given Map.
- JwtSecureHeaderBuilder<T extends JwtBuilder,B extends JwtSecureHeaderBuilder<T,B>> - Class in org.forgerock.json.jose.builders
-
A base implementation of a JWT header builder, for the common security header parameters shared by the JWS and JWE
headers, that provides a fluent builder pattern to creating JWT headers.
- JwtSecureHeaderBuilder(T) - Constructor for class org.forgerock.json.jose.builders.JwtSecureHeaderBuilder
-
Constructs a new JwtSecureHeaderBuilder, parented by the given JwtBuilder.
- JwtSessionCookie - Interface in org.forgerock.jaspi.modules.session.jwt
-
Abstraction of a cookie to allow for the CHF
Cookie
and the Http
Cookie
.
- JwtSessionModule - Class in org.forgerock.jaspi.modules.session.jwt
-
A JASPI CHF Session Module which creates a JWT when securing the response from a successful authentication
and sets it as a Cookie on the response.
- JwtSessionModule() - Constructor for class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
-
Constructs an instance of the JwtSessionModule.
- JwtSessionModule(JwtBuilderFactory) - Constructor for class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
-
Constructs an instance of the JwtSessionModule.
- JwtTokenHandler - Class in org.forgerock.selfservice.stages.tokenhandlers
-
Jwt token handler for creating snapshot tokens.
- JwtTokenHandler(JweAlgorithm, EncryptionMethod, KeyPair, JwsAlgorithm, SigningHandler, long) - Constructor for class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandler
-
Constructs a new JWT token handler.
- JwtTokenHandlerConfig - Class in org.forgerock.selfservice.stages.tokenhandlers
-
- JwtTokenHandlerConfig() - Constructor for class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
- JwtType - Enum in org.forgerock.json.jose.jwt
-
An Enum for the possible types of JWTs.
- jwtType(String) - Static method in enum org.forgerock.json.jose.jwt.JwtType
-
Finds the value of the String representation of the given JWT type.
- PACK_BIAS - Static variable in class com.persistit.policy.SplitPolicy
-
- PAGE_MAP_READ_INVALIDATE_A - Static variable in interface com.persistit.util.SequencerConstants
-
- PAGE_MAP_READ_INVALIDATE_B - Static variable in interface com.persistit.util.SequencerConstants
-
- PAGE_MAP_READ_INVALIDATE_C - Static variable in interface com.persistit.util.SequencerConstants
-
- PAGE_MAP_READ_INVALIDATE_SCHEDULE - Static variable in interface com.persistit.util.SequencerConstants
-
- PAGE_TYPE_DATA - Static variable in class com.persistit.Buffer
-
Page type code for a data page.
- PAGE_TYPE_GARBAGE - Static variable in class com.persistit.Buffer
-
Page type code for a page that has been converted to hold a list of
garbage chains.
- PAGE_TYPE_HEAD - Static variable in class com.persistit.Buffer
-
- PAGE_TYPE_INDEX_MAX - Static variable in class com.persistit.Buffer
-
Maximum page type code for an index page.
- PAGE_TYPE_INDEX_MIN - Static variable in class com.persistit.Buffer
-
Minimum page type code for an index page.
- PAGE_TYPE_LONG_RECORD - Static variable in class com.persistit.Buffer
-
Page type code for pages used to store continuation bytes for long
records
- PAGE_TYPE_MAX - Static variable in class com.persistit.Buffer
-
Largest value page type code.
- PAGE_TYPE_UNALLOCATED - Static variable in class com.persistit.Buffer
-
Page type code for an unallocated page.
- PagingMode - Enum in org.forgerock.api.enums
-
Enum that represents the
Query
paging mode.
- pagingModes(PagingMode...) - Method in class org.forgerock.api.models.Query.Builder
-
Set the paging mode.
- Pair<F,S> - Class in org.forgerock.util
-
Ordered pair of arbitrary objects.
- PARAM_ACTION - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter for an action.
- PARAM_CREST_API - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
Request the CREST API Descriptor.
- PARAM_FIELDS - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify which fields to return.
- PARAM_MIME_TYPE - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to request a certain mimetype for a filed.
- PARAM_PAGE_SIZE - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to request a certain page size.
- PARAM_PAGED_RESULTS_COOKIE - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify a paged results cookie.
- PARAM_PAGED_RESULTS_OFFSET - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify a paged results offset.
- PARAM_PRETTY_PRINT - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to request pretty printing.
- PARAM_QUERY_EXPRESSION - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify a query expression.
- PARAM_QUERY_FILTER - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify a query filter.
- PARAM_QUERY_ID - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify a query id.
- PARAM_SORT_KEYS - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
the HTTP request parameter to specify the sort keys.
- PARAM_TOTAL_PAGED_RESULTS_POLICY - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
The policy used for counting total paged results.
- Parameter - Annotation Type in org.forgerock.api.annotations
-
A extra parameter to an operation.
- parameter(Parameter) - Method in class org.forgerock.api.models.Operation.Builder
-
Sets a single supported parameters.
- Parameter - Class in org.forgerock.api.models
-
Class that represents the Parameter type in API descriptor.
- parameter() - Static method in class org.forgerock.api.models.Parameter
-
New parameter builder.
- parameter(Parameter) - Method in class org.forgerock.api.models.Resource.Builder
-
Sets a single supported parameter.
- Parameter - Interface in org.forgerock.script.scope
-
A Parameter holds the Context associated with the request that invoked a script.
- Parameter.Builder - Class in org.forgerock.api.models
-
Builder to construct Parameter object.
- parameters(List<Parameter>) - Method in class org.forgerock.api.models.Operation.Builder
-
Set multiple supported parameters.
- parameters(List<Parameter>) - Method in class org.forgerock.api.models.Resource.Builder
-
Set multiple supported parameters.
- ParameterSource - Enum in org.forgerock.api.enums
-
Enum that represents where the
Parameter
comes from.
- parent() - Method in class org.forgerock.http.io.BranchingInputStream
-
Returns the parent branching input stream from which this branch was
created, or null
if this is the trunk.
- parent() - Method in class org.forgerock.json.fluent.JsonPointer
-
Returns a pointer to the parent of the JSON value identified by this JSON pointer,
or null
if the pointer has no parent JSON value (i.e. references document root).
- parent() - Method in class org.forgerock.json.JsonPointer
-
Returns a pointer to the parent of the JSON value identified by this JSON pointer,
or null
if the pointer has no parent JSON value (i.e. references document root).
- parent() - Method in class org.forgerock.json.resource.ResourcePath
-
Returns the resource path which is the immediate parent of this resource
path, or null
if this resource path is empty.
- parse(String) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
- parse(String) - Method in class org.forgerock.http.header.HeaderFactory
-
Create a header instance from String representation, which may contain
multiple values if the header supports them.
- parse(List<String>) - Method in class org.forgerock.http.header.HeaderFactory
-
Create a header instance from a list of String representations, each of
which may in turn contain multiple values if the header supports them.
- parse(Object) - Method in class org.forgerock.http.header.HeaderFactory
-
Create a header instance from a provided object representation.
- parse(String) - Static method in enum org.forgerock.http.protocol.Cookie.SameSite
-
- parse(String) - Static method in class org.forgerock.json.jose.jwk.EcJWK
-
Parses a JWK from a string json object.
- parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.EcJWK
-
Parses a JWK from a JsonValue json object.
- parse(String) - Static method in class org.forgerock.json.jose.jwk.JWK
-
Parses a String into the proper JWK type.
- parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWK
-
Parses a JsonValue into the proper JWK type.
- parse(String) - Static method in class org.forgerock.json.jose.jwk.JWKSet
-
Parses a JWKSet object from a string json object.
- parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.JWKSet
-
Parses a JWKSet object from a jsonValue object.
- parse(String) - Static method in class org.forgerock.json.jose.jwk.OctJWK
-
Parses a OctJWK object from a string json object.
- parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.OctJWK
-
Parses a OctJWK object from a jsonValue object.
- parse(String) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
-
Parses a RsaJWK from a json string.
- parse(JsonValue) - Static method in class org.forgerock.json.jose.jwk.RsaJWK
-
Parses a RsaJWK from a jsonValue Object.
- parse(String) - Static method in class org.forgerock.json.resource.QueryFilters
-
- parseAlgorithm(String) - Static method in enum org.forgerock.json.jose.jwe.CompressionAlgorithm
-
Parses the given algorithm string to find the matching CompressionAlgorithm enum constant.
- parseAlgorithm(String) - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithm
-
Parses the given algorithm string to find the matching EncryptionMethod enum constant.
- parseAuditEventHandlerConfiguration(Class<C>, JsonValue) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit event handler configuration from the provided JSON string.
- parseAuditServiceConfiguration(InputStream) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit service configuration from the provided input stream.
- parseAuditServiceConfiguration(String) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit service configuration from the provided JSON string.
- parseAuditServiceConfiguration(JsonValue) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit service configuration from the provided JSON value.
- parseBooleanValue(String, String) - Static method in class com.persistit.Configuration
-
Parse a String as a boolean value.
- parseBufferCount(int, String, String) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
Parse the supplied property value as an integer-valued buffer count.
- parseBufferMemory(int, String, String) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
Parse the supplied property value as a sequence of values to populate
the minimumMemory
maximumMemory
,
reservedMemory
and fraction
fields.
- parseDate(String) - Static method in class org.forgerock.http.header.HeaderUtil
-
Parses the supported
HTTP-date
formats as specified in
RFC 2616.
- parseField(String) - Method in class org.forgerock.util.query.QueryFilterParser
-
Parses the field description from the current filter token into the type of field
description the QueryFilter uses.
- parseFloatProperty(String, String) - Static method in class com.persistit.Configuration
-
Parse a string as a float value
- parseIfDate(String) - Method in class org.forgerock.audit.util.DateUtil
-
Parses an ISO8601 compliant timestamp into a DateTime object.
- parseJson(String) - Static method in class org.forgerock.json.jose.utils.Utils
-
Parses the given JSON string into a NoDuplicatesMap.
- ParseJsonValue() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandler.ParseJsonValue
-
- parseKey(Key) - Method in class com.persistit.KeyParser
-
Parse a key value from the string or substring from which this
KeyParser
was constructed, modifying the supplied
Key
to contain the result.
- parseKeyFilter() - Method in class com.persistit.KeyParser
-
Parse and returns a KeyFilter
from the string or substring
from which this KeyParser
was constructed.
- parseKeyFilterString(String) - Method in interface com.persistit.Management
-
Parse the supply String to determine whether it is a valid
KeyFilter
and return the index of the first incorrect
character in the supplied String, or -1 if the string is a valid String
representation of a KeyFilter.
- parseLongProperty(String, String) - Static method in class com.persistit.Configuration
-
Parse a string as a long integer.
- parseMethod(String) - Static method in enum org.forgerock.json.jose.jwe.EncryptionMethod
-
Parses the given algorithm string to find the matching EncryptionMethod enum constant.
- parseMultiValuedHeader(Message, String) - Static method in class org.forgerock.http.header.HeaderUtil
-
Parses the named header from the message as a multi-valued comma
separated value.
- parseMultiValuedHeader(String) - Static method in class org.forgerock.http.header.HeaderUtil
-
Parses the header content as a multi-valued comma separated value.
- parseParameter(String) - Static method in class org.forgerock.http.header.HeaderUtil
-
Splits a single HTTP header parameter name and value from an input string
value.
- parseParameters(Collection<String>) - Static method in class org.forgerock.http.header.HeaderUtil
-
Parses a set of HTTP header parameters from a collection of values.
- parseSelector(String, boolean, char) - Static method in class com.persistit.TreeSelector
-
Create a TreeSelector
based on the supplied parameters.
- parseSingleValuedHeader(Message, String) - Static method in class org.forgerock.http.header.HeaderUtil
-
Parses the named single-valued header from the message.
- parseTimestamp(String) - Method in class org.forgerock.audit.util.DateUtil
-
Parses an ISO8601 compliant timestamp into a DateTime object.
- parseTreeList(String) - Method in class com.persistit.Task
-
Parses a String that represents a list of Volume/Tree pairs.
- passthroughBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
-
Inserts a pass-through-block.
- Patch - Annotation Type in org.forgerock.api.annotations
-
Indicates an CREST patch method on an annotated POJO.
- patch(Patch) - Method in class org.forgerock.api.models.Items.Builder
-
Set Patch.
- Patch - Class in org.forgerock.api.models
-
Class that represents the Patch operation type in API descriptor.
- patch() - Static method in class org.forgerock.api.models.Patch
-
Creates a new builder for Patch.
- patch(Patch) - Method in class org.forgerock.api.models.Resource.Builder
-
Set Patch.
- patch(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
-
Applies a set of modifications in a JSON patch value to an original value, resulting
in the intended target value.
- patch(JsonValue, JsonValue, JsonPatchValueTransformer) - Static method in class org.forgerock.json.JsonPatch
-
Applies a set of modifications in a JSON patch value to an original value, resulting
in the intended target value.
- patch(JsonValue) - Method in class org.forgerock.json.JsonValue
-
Applies a set of modifications in a JSON patch value to the current object, resulting
in the intended target value.
- patch(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
-
- patch(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
-
Updates a JSON resource by applying a set of changes to its existing
content.
- patch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.Connection
-
Updates a JSON resource by applying a set of changes to its existing
content.
- patch(Context, String, PatchRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.DeviceCollectionProviderV1
-
Performs a patch operation on the resource.
- patch(Context, String, PatchRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.UserCollectionProviderV1
-
Performs a patch operation on the resource.
- Patch.Builder - Class in org.forgerock.api.models
-
Builder to help construct the Patch.
- patchAsync(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
-
Asynchronously updates a JSON resource by applying a set of changes to
its existing content.
- patchAsync(Context, PatchRequest) - Method in interface org.forgerock.json.resource.Connection
-
Asynchronously updates a JSON resource by applying a set of changes to
its existing content.
- patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.authz.basic.crest.SimpleResource
-
Patches
an existing resource within the collection.
- patchInstance(Context, PatchRequest) - Method in class org.forgerock.caf.authn.test.configuration.AuditResource
-
Unsupported operation.
- patchInstance(Context, PatchRequest) - Method in class org.forgerock.caf.authn.test.configuration.ConfigurationResource
-
Unsupported operation.
- patchInstance(Context, String, PatchRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
-
Patches
an existing resource within the collection.
- patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.json.resource.MemoryBackend
-
Patches
an existing resource within the collection.
- patchInstance(Context, PatchRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
-
Patches
the single resource instance.
- patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
-
- PatchOperation - Enum in org.forgerock.api.enums
-
Represents all
Patch
operations.
- PatchOperation - Class in org.forgerock.json.resource
-
An individual patch operation which is to be performed against a field within
a resource.
- PatchRequest - Interface in org.forgerock.json.resource
-
A request to update a JSON resource by applying a set of changes to its existing content.
- Path - Annotation Type in org.forgerock.api.annotations
-
Allocate a path to a component.
- PATH - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The path event payload field name.
- path(File) - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Get path name in UNIX format.
- PATH_FORMAT - Static variable in interface com.persistit.mxbeans.JournalManagerMXBean
-
Format expression defining the name of a journal file.
- PATH_PTR - Static variable in class org.forgerock.json.JsonPatch
-
Path to the "path" attribute of a patch entry.
- pathParameter(Parameter) - Method in class org.forgerock.api.models.Items.Builder
-
Sets the path parameter for this resource.
- paths(Paths) - Method in class org.forgerock.api.models.ApiDescription.Builder
-
Set the paths.
- Paths - Class in org.forgerock.api.models
-
Class that represents the Paths type in API descriptor.
- paths() - Static method in class org.forgerock.api.models.Paths
-
Create a new Builder for Paths.
- Paths - Class in org.forgerock.http.util
-
Utilities for manipulating paths.
- Paths.Builder - Class in org.forgerock.api.models
-
Builder to help construct the Paths.
- PathsModule - Class in org.forgerock.api.jackson
-
Jackson Module that adds a serializer modifier for
Paths
.
- PathsModule() - Constructor for class org.forgerock.api.jackson.PathsModule
-
Default constructor.
- PathUtil - Class in org.forgerock.api.util
-
Utilities for working with API Description paths and path-parameters.
- pattern(String, boolean) - Static method in class com.persistit.util.Util
-
- pattern() - Static method in class org.forgerock.json.JsonValueFunctions
-
Returns the JSON string value as a regular expression pattern.
- PATTERN - Static variable in class org.forgerock.json.schema.validator.Constants
-
The pattern
field name.
- PATTERNPROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
-
The patternProperties
field name.
- Payload - Interface in org.forgerock.json.jose.jwt
-
The interface represents the body of a JWT.
- PAYLOAD_TOO_LARGE - Static variable in class org.forgerock.http.protocol.Status
-
The 413 (Payload Too Large) status code indicates that the server is
refusing to process a request because the request payload is larger
than the server is willing or able to process.
- PAYMENT_REQUIRED - Static variable in class org.forgerock.http.protocol.Status
-
The 402 (Payment Required) status code is reserved for future use.
- Pdf - Class in org.forgerock.doc.maven.backstage
-
Rename PDF files for Backstage,
Product-from-docset-json-Version-Doc-name.pdf
.
- Pdf(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.backstage.Pdf
-
Constructor setting the Mojo that holds the configuration.
- Pdf - Class in org.forgerock.doc.maven.build
-
Build PDF output.
- Pdf(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.build.Pdf
-
Constructor setting the Mojo that holds the configuration,
and setting the format to "pdf".
- PdfNames - Class in org.forgerock.doc.maven.release
-
Rename PDF files in the release layout.
- PdfNames(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.release.PdfNames
-
Constructor setting the Mojo that holds the configuration.
- peek() - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
.
- peek(Object) - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
.
- peek(Object, CoderContext) - Method in class com.persistit.Value
-
Decodes the object value represented by the current state of this
Value
.
- PerItemEvictionStrategyCache<K,V> - Class in org.forgerock.util
-
PerItemEvictionStrategyCache is a thread-safe write-through cache.
- PerItemEvictionStrategyCache(ScheduledExecutorService, Duration) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
-
- PerItemEvictionStrategyCache(ScheduledExecutorService, AsyncFunction<V, Duration, Exception>) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
-
- PermanentException - Exception in org.forgerock.json.resource
-
An exception that indicates that a failure is permanent, i.e. that re-trying
alone without addressing the cause is not expected to succeed.
- PermanentException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.PermanentException
-
Constructs a new exception with the specified detail message and cause.
- Persistit - Class in com.persistit
-
Create and manage the runtime environment for a Persistit™ database.
- Persistit() - Constructor for class com.persistit.Persistit
-
Construct a hollow Persistit instance.
- Persistit(Configuration) - Constructor for class com.persistit.Persistit
-
Construct a Persistit instance with the supplied
Configuration
and then initialize it.
- Persistit(Properties) - Constructor for class com.persistit.Persistit
-
Construct a Persistit instance with a Configuration
derived
from the supplied Properties
instance.
- Persistit.FatalErrorException - Exception in com.persistit
-
An Exception created when Persistit detects a fatal internal error such
as database corruption.
- PersistitClosedException - Exception in com.persistit.exception
-
Thrown by
Exchange
when a
Thread
other
than the thread that created the Exchange attempts to perform an operation.
- PersistitClosedException() - Constructor for exception com.persistit.exception.PersistitClosedException
-
- PersistitClosedException(String) - Constructor for exception com.persistit.exception.PersistitClosedException
-
- PersistitException - Exception in com.persistit.exception
-
The superclass for all checked Persistit™ Exceptions.
- PersistitException() - Constructor for exception com.persistit.exception.PersistitException
-
- PersistitException(String) - Constructor for exception com.persistit.exception.PersistitException
-
- PersistitException(Throwable) - Constructor for exception com.persistit.exception.PersistitException
-
- PersistitException(String, Throwable) - Constructor for exception com.persistit.exception.PersistitException
-
- PersistitInterruptedException - Exception in com.persistit.exception
-
- PersistitInterruptedException(InterruptedException) - Constructor for exception com.persistit.exception.PersistitInterruptedException
-
- PersistitIOException - Exception in com.persistit.exception
-
- PersistitIOException(IOException) - Constructor for exception com.persistit.exception.PersistitIOException
-
- PersistitIOException(String) - Constructor for exception com.persistit.exception.PersistitIOException
-
- PersistitIOException(String, IOException) - Constructor for exception com.persistit.exception.PersistitIOException
-
- PersistitLevel - Enum in com.persistit.logging
-
- PersistitLogger - Interface in com.persistit.logging
-
Simple interface for attaching an external logger.
- PersistitLogMessage - Class in com.persistit.logging
-
A template for a Persisit log message.
- PersistitLogMessage() - Constructor for class com.persistit.logging.PersistitLogMessage
-
- PersistitLogMessage.LogItem - Interface in com.persistit.logging
-
Interface for a loggable item.
- PersistitMap<K,V> - Class in com.persistit
-
A persistent java.util.SortedMap
over a Persistit database.
- PersistitMap(Exchange) - Constructor for class com.persistit.PersistitMap
-
Construct a PersistitMap over a particular Exchange.
- PersistitMap.ExchangeEntry<K,V> - Class in com.persistit
-
Implement java.util.Map.Entry
using a backing Persistit
tree.
- PersistitMap.ExchangeIterator<E> - Class in com.persistit
-
Implements java.util.Iterator
using an underlying Persistit
tree as the source of keys and values to be traversed.
- PersistitMap.PersistitMapException - Exception in com.persistit
-
- PersistitReference - Interface in com.persistit.ref
-
Interface for reference classes used to isolate object references during
serialization.
- PersistitTableModel - Class in com.persistit.ui
-
- PersistitTableModel() - Constructor for class com.persistit.ui.PersistitTableModel
-
- pieces(String) - Static method in class com.persistit.CLI
-
Parse a command line string consisting of a command followed by flags and
name=value parameters, all separate by spaces.
- pimpl - Variable in class org.forgerock.util.query.QueryFilter
-
the filter implementation.
- PipeBufferedStream - Class in org.forgerock.http.io
-
- PipeBufferedStream() - Constructor for class org.forgerock.http.io.PipeBufferedStream
-
- PipeBufferedStream(Factory<Buffer>) - Constructor for class org.forgerock.http.io.PipeBufferedStream
-
- PlantUml - Class in org.forgerock.doc.maven.pre
-
- PlantUml(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.pre.PlantUml
-
Constructor setting the Mojo that holds the configuration.
- pluginManager - Variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- PName - Annotation Type in com.persistit.mxbeans
-
Annotation used to declare the externally visible name of a parameter on an
MXBean operation.
- PNAME - Static variable in annotation type com.persistit.mxbeans.PName
-
- PngUtils - Class in org.forgerock.doc.maven.utils
-
Set dots per inch in the metadata of a Portable Network Graphics image.
- pointer() - Static method in class org.forgerock.json.JsonValueFunctions
-
Returns the JSON string value as a JSON pointer.
- poll(long, boolean) - Method in class com.persistit.AlertMonitor.History
-
Issue a log messages and notifications as needed to signify an
ongoing condition.
- poll(boolean) - Method in class com.persistit.AlertMonitor
-
Called periodically to issue any pending log messages or notifications.
- poll(boolean) - Method in interface com.persistit.mxbeans.AlertMonitorMXBean
-
Called periodically to emit log messages
- poll() - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
If there are any enqueued CleanupAction
s, take some of them
from the queue and attempt to complete them.
- poll() - Method in class com.persistit.Task
-
Tests whether this Task
should stop or suspend.
- POLLING_INTERVAL - Static variable in class org.forgerock.audit.batch.CommonAuditBatchConfiguration
-
Common Audit Batch log records queue polling timeout as
Duration
.
- POLLING_TIMEOUT - Static variable in class org.forgerock.audit.batch.CommonAuditBatchConfiguration
-
Common Audit Batch log records queue polling timeout.
- POLLING_TIMEOUT_UNIT - Static variable in class org.forgerock.audit.batch.CommonAuditBatchConfiguration
-
Common Audit Batch log records queue polling timeout unit.
- PoolDisplayPanel - Class in com.persistit.ui
-
- PoolDisplayPanel(Management) - Constructor for class com.persistit.ui.PoolDisplayPanel
-
- pop() - Method in class org.forgerock.http.protocol.Entity
-
Restores the underlying input stream to the state it had immediately
before the last call to
Entity.push()
.
- popClassLoader() - Method in class org.forgerock.script.registry.ThreadClassLoaderManager
-
Restores the previous loader as the thread-local classloader.
- populateBufferInfoArray(Management.BufferInfo[], int, int, String, String) - Method in interface com.persistit.Management
-
Populates a supplied array of
Management.BufferInfo
objects to reflect the
current states of selected buffers from the
BufferPool
for
the specified
bufferSize
.
- populateTaskStatus(Management.TaskStatus, boolean, boolean) - Method in class com.persistit.Task
-
- PORT - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The port event payload field name.
- post(AlertMonitor.Event, String) - Method in class com.persistit.AlertMonitor
-
Post an event.
- postException(Throwable) - Method in class com.persistit.ui.AdminUI
-
- postMessage(String, int) - Method in class com.persistit.BackupTask
-
- postMessage(String, int) - Method in class com.persistit.Task
-
Posts a message (typically to denote progress, error or other interim
information) to the message log.
- postProcess(Object) - Method in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
Subclasses may implement this to provide any special handling required
- postRetentionAction() - Method in class org.forgerock.audit.retention.RetentionHooks.NullRetentionHooks
-
- postRetentionAction() - Method in interface org.forgerock.audit.retention.RetentionHooks
-
Method to run an action just before the file is run through the
RetentionPolicy
's.
- postRotationAction(RotationContext) - Method in class org.forgerock.audit.rotation.RotationHooks.NoOpRotatationHooks
-
- postRotationAction(RotationContext) - Method in interface org.forgerock.audit.rotation.RotationHooks
-
Method to run an action just after file has been rotated.
- PreconditionFailedException - Exception in org.forgerock.json.resource
-
An exception that is thrown to indicate that a resource's current version
does not match the version provided.
- PreconditionFailedException() - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
-
Constructs a new exception with null
as its detail message.
- PreconditionFailedException(String) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
-
Constructs a new exception with the specified detail message.
- PreconditionFailedException(String, Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
-
Constructs a new exception with the specified detail message and cause.
- PreconditionFailedException(Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
-
Constructs a new exception with the specified cause.
- PreconditionRequiredException - Exception in org.forgerock.json.resource
-
An exception that is thrown to indicate that a resource requires a version,
but no version was supplied in the request.
- PreconditionRequiredException() - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
-
Constructs a new exception with null
as its detail message.
- PreconditionRequiredException(String) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
-
Constructs a new exception with the specified detail message.
- PreconditionRequiredException(String, Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
-
Constructs a new exception with the specified detail message and cause.
- PreconditionRequiredException(Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
-
Constructs a new exception with the specified cause.
- PreferredLocales - Class in org.forgerock.util.i18n
-
This class encapsulates an ordered list of preferred locales, and the logic
to use those to retrieve i18n ResourceBundle
s.
- PreferredLocales(List<Locale>) - Constructor for class org.forgerock.util.i18n.PreferredLocales
-
Create a new preference of locales by copying the provided locales list.
- PreferredLocales() - Constructor for class org.forgerock.util.i18n.PreferredLocales
-
Create a new, empty preference of locales.
- PREFIX_BIG_DECIMAL - Static variable in class com.persistit.Key
-
Displayable prefix for BigDecimal values
- PREFIX_BIG_DECIMAL0 - Static variable in class com.persistit.Key
-
- PREFIX_BIG_INTEGER - Static variable in class com.persistit.Key
-
Displayable prefix for BigInteger values
- PREFIX_BIG_INTEGER0 - Static variable in class com.persistit.Key
-
- PREFIX_BOOLEAN - Static variable in class com.persistit.Key
-
Displayable prefix for boolean values (optional for input, implied and
supressed on output)
- PREFIX_BYTE - Static variable in class com.persistit.Key
-
Displayable prefix for byte values
- PREFIX_BYTE_ARRAY - Static variable in class com.persistit.Key
-
Displayable prefix for byte array values
- PREFIX_CHAR - Static variable in class com.persistit.Key
-
Displayable prefix for char values
- PREFIX_DATE - Static variable in class com.persistit.Key
-
Displayable prefix for Date values
- PREFIX_DATE0 - Static variable in class com.persistit.Key
-
- PREFIX_DOUBLE - Static variable in class com.persistit.Key
-
Displayable prefix for double values (optional for input, implied and
suppressed on output)
- PREFIX_FLOAT - Static variable in class com.persistit.Key
-
Displayable prefix for float values
- PREFIX_INT - Static variable in class com.persistit.Key
-
Displayable prefix for int values (optional for input, implied and
supressed on output)
- PREFIX_LONG - Static variable in class com.persistit.Key
-
Displayable prefix for long values
- PREFIX_SHORT - Static variable in class com.persistit.Key
-
Displayable prefix for short values
- PREFIX_STRING - Static variable in class com.persistit.Key
-
Displayable prefix for String values (optional for input, implied and
suppressed on output)
- PREFIX_STRING0 - Static variable in class com.persistit.Key
-
- prepareBindings(Context, Bindings, Bindings...) - Method in interface org.forgerock.script.engine.CompiledScript
-
- prepareBindings(Context, Bindings, Bindings...) - Method in class org.forgerock.script.groovy.GroovyScript
-
- prepareBindings(Context, Bindings, Bindings...) - Method in class org.forgerock.script.javascript.RhinoScript
-
- PreProcessMojo - Class in org.forgerock.doc.maven
-
Call other classes to pre-process documentation sources.
- PreProcessMojo() - Constructor for class org.forgerock.doc.maven.PreProcessMojo
-
- preRotationAction(RotationContext) - Method in class org.forgerock.audit.rotation.RotationHooks.NoOpRotatationHooks
-
- preRotationAction(RotationContext) - Method in interface org.forgerock.audit.rotation.RotationHooks
-
Method to run an action just before file will be rotated.
- present(FF) - Static method in class org.forgerock.util.query.QueryFilter
-
Creates a new presence
filter using the provided field name.
- PRESENT - Static variable in class org.forgerock.util.query.QueryFilterOperators
-
the "present" operator.
- PreSiteMojo - Class in org.forgerock.doc.maven
-
Call other classes to perform pre-site build.
- PreSiteMojo() - Constructor for class org.forgerock.doc.maven.PreSiteMojo
-
- previous() - Method in class com.persistit.Exchange
-
Traverses to the previous logical sibling key value.
- previous(boolean) - Method in class com.persistit.Exchange
-
Traverses to the previous key with control over depth.
- previous(KeyFilter) - Method in class com.persistit.Exchange
-
Traverses to the previous key value within the subset of all keys defined
by the supplied KeyFilter.
- PRINCIPAL - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Defines the principal key.
- principal(List<String>) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Sets the principals of the authentication event.
- printByte(byte) - Static method in class org.forgerock.jaspi.modules.iwa.wdsso.DerValue
-
Print the byte as a hex string.
- printByteArray(byte[], int, int) - Static method in class org.forgerock.jaspi.modules.iwa.wdsso.DerValue
-
Convert a byte array to a hex string.
- println(String, Object...) - Static method in class com.persistit.util.Util
-
- process(BundleContext) - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- process(BundleContext, List<BundleHandler>) - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- process(Map<String, String>, Context, Request) - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WDSSO
-
Process the login attempt.
- process(Object) - Method in class org.forgerock.script.scope.AbstractFactory
-
- ProcessContext - Interface in org.forgerock.selfservice.core
-
Process context represents the current state of the workflow.
- ProcessInstanceConfig - Class in org.forgerock.selfservice.core.config
-
Represents the configuration for an instance of the anonymous process service.
- ProcessInstanceConfig() - Constructor for class org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
- ProcessStore - Interface in org.forgerock.selfservice.core
-
Process store is used to persist state throughout a given flow cycle.
- ProductInfoProvider - Interface in org.forgerock.audit.providers
-
Strategy for obtaining the information relating to the product in which the AuditService is deployed.
- Profiler - Class in org.forgerock.doc.maven.utils
-
- Profiler(Map<String, String>, Map<String, String>) - Constructor for class org.forgerock.doc.maven.utils.Profiler
-
Constructs a profiler based on a profile inclusions configuration.
- ProgressStage<C extends StageConfig> - Interface in org.forgerock.selfservice.core
-
Progress stage represents a single stage within the overall advance flow.
- ProgressStageBinding<C extends StageConfig> - Class in org.forgerock.selfservice.core
-
Binds together the progress stage with its config.
- ProgressStageProvider - Interface in org.forgerock.selfservice.core
-
Progress stage provider.
- project - Variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
- projectName - Variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
Short name of the project, such as OpenAM, OpenDJ, OpenIDM.
- projectVersion - Variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
Project version.
- Promise<V,E extends Exception> - Interface in org.forgerock.util.promise
-
A Promise
represents the result of an asynchronous task.
- PromiseImpl<V,E extends Exception> - Class in org.forgerock.util.promise
-
An implementation of
Promise
which can be used as is, or as the basis
for more complex asynchronous behavior.
- PromiseImpl() - Constructor for class org.forgerock.util.promise.PromiseImpl
-
Creates a new pending
Promise
implementation.
- Promises - Class in org.forgerock.util.promise
-
Utility methods for creating and composing
Promise
s.
- PROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
-
The properties
field name.
- PropertiesNotFoundException - Exception in com.persistit.exception
-
Thrown when the Persistit is unable to find the properties file specified by
the
initialize
method.
- PropertiesNotFoundException() - Constructor for exception com.persistit.exception.PropertiesNotFoundException
-
- PropertiesNotFoundException(String) - Constructor for exception com.persistit.exception.PropertiesNotFoundException
-
- PropertyAccessor - Interface in org.forgerock.commons.launcher
-
A PropertyAccessor is an interface used to resolve value in property
substitution.
- PropertyOrder - Annotation Type in org.forgerock.api.annotations
-
Annotation to provide a property order for a given object property.
- PropertyPolicies - Annotation Type in org.forgerock.api.annotations
-
An annotation to declare the policies for property access in the CREST API Descriptor schema elements.
- ProtectedResource - Class in org.forgerock.caf.authn.test
-
A protected resource which will set a header on the response to signify that it has been called and write a JSON
string to the response containing the principal and context from the request attributes.
- ProtectedResource() - Constructor for class org.forgerock.caf.authn.test.ProtectedResource
-
- PROTOCOL - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The protocol event payload field name.
- PROTOCOL - Static variable in class org.forgerock.http.header.AcceptApiVersionHeader
-
The name of the protocol value component.
- PROTOCOL_VERSION_1 - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
Protocol Version 1.
- PROTOCOL_VERSION_2 - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
Protocol Version 2 - supports upsert on PUT.
- PROTOCOL_VERSION_2_1 - Static variable in class org.forgerock.json.resource.http.HttpUtils
-
Protocol Version 2.1 - supports defacto standard for create requests when the ID of the created resource is
to be allocated by the server, which are represented as a POST to the collection endpoint without an
_action
query parameter.
- proxyInfo(URI) - Static method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Initializes an anonymous proxy
- proxyInfo(URI, String, String) - Static method in class org.forgerock.http.handler.HttpClientHandler.ProxyInfo
-
Initializes an authenticated proxy
- pruneException - Variable in class com.persistit.logging.LogBase
-
- pruningIncomplete - Variable in class com.persistit.logging.LogBase
-
- PublicKeyOpenIdResolverImpl - Class in org.forgerock.jaspi.modules.openid.resolvers
-
This class exists to allow functionality for those Open ID Connect providers which
supply their signatures through asymmetric key algorithms (e.g.
- PublicKeyOpenIdResolverImpl(String, PublicKey) - Constructor for class org.forgerock.jaspi.modules.openid.resolvers.PublicKeyOpenIdResolverImpl
-
Constructor for PublicKeyOpenIdResolverImpl.
- publish(T) - Method in class org.forgerock.audit.handlers.jms.BatchPublisher
-
Offers the message to the queue.
- publish(T) - Method in interface org.forgerock.audit.handlers.jms.Publisher
-
implement this to deliver the audit event representation to the service.
- publishBatch(String) - Method in interface org.forgerock.audit.events.handlers.buffering.BatchConsumer
-
Publishes the batch payload.
- publishBatch(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
Publishes a
Bulk API
payload to Elasticsearch.
- publishBatch(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
- Publisher<T> - Interface in org.forgerock.audit.handlers.jms
-
Defines a generic interface for audit event publishers.
- publishEvent(Context, String, JsonValue) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Publishes an event to the provided topic.
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
-
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
-
Create a csv audit log entry.
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandler
-
Publishes an event to the provided topic.
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
-
Converts the audit event into a JMS TextMessage and then publishes the message on the configured jmsTopic.
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
-
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandler
-
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
- publishMessages(List<T>) - Method in class org.forgerock.audit.handlers.jms.BatchPublisher
-
This is invoked by the worker threads to have the passed in messages published immediately.
- publishSingleEvent(String, JsonValue) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
Publishes a single event to the provided topic.
- push() - Method in class org.forgerock.http.protocol.Entity
-
Saves the current position of the underlying input stream and creates a
new buffered input stream.
- pushClassLoader(ClassLoader) - Method in class org.forgerock.script.registry.ThreadClassLoaderManager
-
Sets the given loader as the thread-local classloader.
- put(Value, Object, CoderContext) - Method in class com.persistit.DefaultValueCoder
-
Encodes the supplied Object
into the supplied
Value
.
- put(Value, Object, CoderContext) - Method in class com.persistit.encoding.CollectionValueCoder
-
Encodes the supplied Object
into the supplied
Value
.
- put(Value, Object, CoderContext) - Method in class com.persistit.encoding.EnumValueCoder
-
Encodes the supplied Object
into the supplied
Value
.
- put(Key, Object) - Method in class com.persistit.encoding.ObjectCache
-
Inserts a key/value pair in the cache and returns the formerly cached
value, if there is one.
- put(Value, Object, CoderContext) - Method in class com.persistit.encoding.SerialValueCoder
-
Encodes the supplied Object
into the supplied
Value
using standard Java serialization.
- put(Value, Object, CoderContext) - Method in interface com.persistit.encoding.ValueCoder
-
Encodes the supplied Object
into the supplied
Value
.
- put(K, V) - Method in class com.persistit.PersistitMap
-
Stores the specified value with the specified key in this map.
- put(InternalHashSet.Entry) - Method in class com.persistit.util.InternalHashSet
-
- put(boolean) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
boolean
value
(or in
stream mode, appends a new field
containing this value to the state).
- put(byte) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
byte
value (or
in
stream mode, appends a new field containing
this value to the state).
- put(short) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
short
value (or
in
stream mode, appends a new field
containing this value to the state).
- put(char) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
char
value (or
in
stream mode, appends a new field
containing this value to the state).
- put(int) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
int
value (or
in
stream mode, appends a new field
containing this value to the state).
- put(long) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
long
value (or
in
stream mode, appends a new field
containing this value to the state).
- put(float) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
float
value (or
in
stream mode, appends a new field
containing this value to the state).
- put(double) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
double
value
(or in
stream mode, appends a new field
containing this value to the state).
- put(Object) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
Object
(or in
stream mode, appends a new field
containing this value to the state).
- put(Object, CoderContext) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
Object
(or in
stream mode, appends a new field
containing this value to the state).
- put(String, Schema) - Method in class org.forgerock.api.models.Definitions.Builder
-
- put(String, ApiError) - Method in class org.forgerock.api.models.Errors.Builder
-
- put(String, VersionedPath) - Method in class org.forgerock.api.models.Paths.Builder
-
Adds a Path.
- put(String, Resource) - Method in class org.forgerock.api.models.Services.Builder
-
- put(String, Resource) - Method in class org.forgerock.api.models.SubResources.Builder
-
Adds a sub-resource.
- put(Version, Resource) - Method in class org.forgerock.api.models.VersionedPath.Builder
-
Adds a resource-version.
- put(String, Resource) - Method in class org.forgerock.api.models.VersionedPath.Builder
-
Adds a resource-version.
- put(String, Object) - Method in class org.forgerock.http.protocol.Headers
-
A script compatible put method that will accept a Header
, String
, Collection<String>
and String[]
value.
- put(Header) - Method in class org.forgerock.http.protocol.Headers
-
A put method to add a particular Header
instance.
- put(String, Object) - Method in class org.forgerock.http.servlet.ServletSession
-
- put(String, V) - Method in class org.forgerock.http.util.CaseInsensitiveMap
-
- put(String, Object) - Method in class org.forgerock.json.fluent.JsonValue
-
Sets the value of the specified member.
Â
- put(int, Object) - Method in class org.forgerock.json.fluent.JsonValue
-
Sets the value of the specified child list element.
- put(JsonPointer, Object) - Method in class org.forgerock.json.fluent.JsonValue
-
Sets the value of the value identified by the specified pointer, relative to this value
as root.
- put(String, Object) - Method in class org.forgerock.json.fluent.JsonValueMap
-
Associates the specified value with the specified key in this map.
- put(String, Object) - Method in class org.forgerock.json.jose.jwt.JWObject
-
Sets or removes the value of the specified member.
- put(int, Object) - Method in class org.forgerock.json.JsonValue
-
Sets the value of the specified child list element.
- put(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
-
Sets the value identified by the specified pointer, relative to this
value as root.
- put(String, Object) - Method in class org.forgerock.json.JsonValue
-
Sets the value of the specified member. Â
- put(String, Object) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- put(String, Object) - Method in interface org.forgerock.script.Scope
-
Sets a key/value pair in the state of the ScriptEngine that may either
create a Java Language Binding to be used in the execution of scripts or
be used in some other way, depending on whether the key is reserved.
- put(K, V) - Method in class org.forgerock.util.LazyMap
-
Associates the specified value with the specified key in the map.
- put(K, V) - Method in class org.forgerock.util.MapDecorator
-
Associates the specified value with the specified key in the map.
- putAdvice(String, String...) - Method in class org.forgerock.json.resource.AdviceContext
-
Adds advice to the context, which can be retrieved and later returned to the user.
- putAll(Map) - Method in class com.persistit.PersistitMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends String, ? extends Object>) - Method in class org.forgerock.http.protocol.Headers
-
A script compatible putAll method that will accept Header
, String
, Collection<String>
and String[]
values.
- putAll(Map<? extends String, ? extends V>) - Method in class org.forgerock.http.util.CaseInsensitiveMap
-
- putAll(Map<? extends String, ? extends Object>) - Method in class org.forgerock.json.fluent.JsonValueMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.forgerock.util.LazyMap
-
Copies all of the mappings from the specified map to the map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.forgerock.util.MapDecorator
-
Copies all of the mappings from the specified map to the map.
- putBigDecimal(BigDecimal) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
java.math.BigDecimal
(or in
stream
mode, appends a new field containing this value to the state).
- putBigInteger(BigInteger) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
java.math.BigInteger
(or in
stream
mode, appends a new field containing this value to the state).
- putBooleanArray(boolean[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
boolean
(or in
stream mode, appends a new field
containing this array to the state).
- putBooleanArray(boolean[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
boolean
-valued elements (or in
stream mode, appends a new field containing
this subarray to the state).
- putByte(byte[], int, int) - Static method in class com.persistit.util.Util
-
- putByteArray(byte[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
byte
array, (or
in
stream mode, appends a new field
containing this array to the state).
- putByteArray(byte[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
byte
-valued elements (or in
stream
mode, appends a new field containing this subarray to the state).
- putBytes(byte[], int, byte[]) - Static method in class com.persistit.util.Util
-
- putChar(byte[], int, int) - Static method in class com.persistit.util.Util
-
- putCharArray(char[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
char
array (or
in
stream mode, appends a new field
containing this array to the state).
- putCharArray(char[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
char
-valued elements (or in
stream
mode, appends a new field containing this subarray to the state).
- putDate(Date) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
java.util.Date
(or in
stream mode, appends a new field
containing this value to the state).
- putDefaultFields(Value, Object) - Method in class com.persistit.DefaultValueCoder
-
Writes the fields of the supplied object to the supplied
Value
.
- putDoubleArray(double[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
double
array
(or in
stream mode, appends a new field
containing this array to the state).
- putDoubleArray(double[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
double
-valued elements (or in
stream mode, appends a new field containing
this subarray to the state).
- putEncodedBytes(byte[], int, int) - Method in class com.persistit.Value
-
Replace the encoded value with bytes from a supplied array.
- putFast(Object, Object) - Method in class com.persistit.PersistitMap
-
Associates the specified value with the specified key in this map.
- putFloatArray(float[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
float
array (or
in
stream mode, appends a new field
containing this array to the state).
- putFloatArray(float[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
float
-valued elements (or in
stream mode, appends a new field containing
this subarray to the state).
- putInt(byte[], int, int) - Static method in class com.persistit.util.Util
-
- putIntArray(int[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
int
array (or
in
stream mode, appends a new field
containing this array to the state).
- putIntArray(int[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
int
-valued elements (or in
stream
mode, appends a new field containing this subarray to the state).
- putLong(byte[], int, long) - Static method in class com.persistit.util.Util
-
- putLongArray(long[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
long
array (or
in
stream mode, appends a new field
containing this array to the state).
- putLongArray(long[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
long
-valued elements (or in
stream
mode, appends a new field containing this subarray to the state).
- putNull() - Method in class com.persistit.Value
-
Replaces the current state with
null (or in
stream mode, appends a null to the state).
- putObjectArray(Object[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
Object
array
(or in
stream mode, appends a new field
containing this array to the state).
- putObjectArray(Object[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
Object
-valued elements (or in
stream mode, appends a new field containing
this subarray to the state).
- putPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
-
Sets the value identified by the specified pointer, relative to this
value as root.
- putSafe(String, Object) - Method in interface org.forgerock.script.Script
-
Sets a key/value pair in the state of the Request that may either create
a Thread-Safe Java Language Binding to be used in the execution of
scripts or be used in some other way, depending on whether the key is
reserved.
- putShort(byte[], int, int) - Static method in class com.persistit.util.Util
-
- putShortArray(short[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
short
array (or
in
stream mode, appends a new field
containing this array to the state).
- putShortArray(short[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
short
-valued elements (or in
stream mode, appends a new field containing
this subarray to the state).
- putSingle(K, V) - Method in class org.forgerock.http.util.MultiValueMap
-
Maps a single value to the specified key, replacing any value(s) that are already
mapped to that key.
- putState(String, Object) - Method in interface org.forgerock.selfservice.core.ProcessContext
-
Puts a value into the state referenced by the json pointer.
- putString(String) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
java.lang.String
(or in
stream
mode, appends a new field containing this value to the state).
- putString(CharSequence) - Method in class com.persistit.Value
-
Replaces the current state with the String represented by the supplied
CharSequence (or in
stream mode,
appends a new field containing this value to the state).
- putStringArray(String[]) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
String
array
(or in
stream mode, appends a new field
containing this array to the state).
- putStringArray(String[], int, int) - Method in class com.persistit.Value
-
Replaces the current state with a subarray of the supplied array of
String
-valued elements (or in
stream mode, appends a new field containing
this subarray to the state).
- putSuccessAddition(String, Object) - Method in interface org.forgerock.selfservice.core.ProcessContext
-
Puts a value into the additions referenced by the json pointer.
- putTimestamp(ByteBuffer, long) - Static method in class com.persistit.JournalRecord
-
- putUTF(String) - Method in class com.persistit.Value
-
Replaces the current state with the supplied
java.lang.String
(or in
stream
mode, appends a new field containing this value to the state).
- RANDOM - Static variable in class com.persistit.util.Debug
-
- 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.
- raw(CharSequence, Object...) - Static method in class org.forgerock.i18n.LocalizableMessage
-
Creates an non-localizable message whose String
representation is
always the same regardless of the requested locale.
- 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).
- 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(Context, String, ReadRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.DeviceCollectionProviderV1
-
Performs a read operation on the resource.
- read(Context, String, ReadRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.UserCollectionProviderV1
-
Performs a read operation on the 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.
- readClassDescriptor() - Method in class com.persistit.Value.OldValueInputStream
-
- readCurrentKey() - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
- readCurrentKey() - Method in interface org.forgerock.audit.secure.SecureStorage
-
Reads the current key.
- reader - Variable in class org.forgerock.script.engine.AbstractScriptEngine
-
This is the reader to be used for input from scripts.
- readEvent(Context, String, String) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Reads an event with the provided resource id from the provided topic.
- readEvent(Context, String, String) - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
-
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
-
Read from the csv audit log.
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandler
-
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
-
Returns NotSupportedException as read is not implemented for JMS.
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
-
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandler
-
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
- readException - Variable in class com.persistit.logging.LogBase
-
- readFile(File) - Static method in class org.forgerock.script.engine.Utils
-
Read small < 5Mb text files to String.
- readInitialKey() - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
- readInitialKey() - Method in interface org.forgerock.audit.secure.SecureStorage
-
Reads the initial key.
- readInstance(Context, String, ReadRequest) - Method in class org.forgerock.authz.basic.crest.SimpleResource
-
Reads
an existing resource within the collection.
- readInstance(Context, ReadRequest) - Method in class org.forgerock.caf.authn.test.configuration.AuditResource
-
Will perform a read of the audit records.
- readInstance(Context, ReadRequest) - Method in class org.forgerock.caf.authn.test.configuration.ConfigurationResource
-
Will perform a read of the runtime's module configuration.
- 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.
- readInstance(Context, String, ReadRequest) - Method in class org.forgerock.selfservice.core.UserUpdateService
-
- 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.
- readLargeFile(File) - Static method in class org.forgerock.script.engine.Utils
-
Read large > 5Mb text files to String.
- readLength(ByteBuffer) - Static method in class org.forgerock.json.jose.utils.DerUtils
-
Reads a DER-encoded length field from the given byte buffer.
- ReadModifyWriteDemo - Class in org.forgerock.json.resource.examples
-
An example client application which performs an asynchronous read, modify,
write update cycle for a resource in an in memory resource container.
- 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.
- readPrivateKeyFromKeyStore(String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- readPrivateKeyFromKeyStore(String, String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
Get the private key with the given alias.
- readPublicKeyFromKeyStore(String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
Get the public key with the given alias.
- ReadRequest - Interface in org.forgerock.json.resource
-
A request to read a single identified JSON resource.
- readResolve() - Method in class com.persistit.Key.EdgeValue
-
- readSecretKeyFromKeyStore(String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- readSecretKeyFromKeyStore(String, String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
Get the secret key with the given alias.
- readStream(InputStream) - Static method in class org.forgerock.script.engine.Utils
-
- readStreamHeader() - Method in class com.persistit.Value.OldValueInputStream
-
- 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_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 - Class in org.forgerock.doc.maven.site
-
Add file to redirect /doc/index.html
to /docs.html
.
- Redirect(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.site.Redirect
-
Constructor setting the Mojo that holds the configuration.
- REF - Static variable in class org.forgerock.json.schema.validator.Constants
-
The $ref
field name.
- 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.
- ReferenceTypeValidator - Class in org.forgerock.json.schema.validator.validators
-
ReferenceTypeValidator holds a reference to another validator.
- ReferenceTypeValidator(Map<String, Object>, String, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
-
Default ctor.
- refresh(boolean) - Method in class com.persistit.ui.AdminPanel
-
- refresh(boolean) - Method in class com.persistit.ui.AdminUI
-
- refresh(boolean) - Method in class com.persistit.ui.AdminUIBufferPanel
-
- refresh(boolean) - Method in class com.persistit.ui.AdminUISummaryPanel
-
- refresh(boolean) - Method in class com.persistit.ui.AdminUITaskPanel
-
- refresh(boolean) - Method in class com.persistit.ui.AdminUITreePanel
-
- refresh(boolean) - Method in class com.persistit.ui.TreeAndVolumeSelector
-
- refresh() - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WindowsDesktopSSOConfig
-
Do a config refresh.
- register(ApiDescription) - Method in class org.forgerock.api.util.ReferenceResolver
-
- register(Class<T>, T) - Method in class org.forgerock.audit.DependencyProviderBase
-
Register a new provided dependency.
- 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
-
- registerCommands(Class<?>) - Static method in class com.persistit.CLI
-
Registers command methods provided by the supplied Class.
- REGISTERED - Static variable in class org.forgerock.script.ScriptEvent
-
This script has been registered.
- registerEncodedObject(Object) - Method in class com.persistit.Value
-
Registers an object with an internal handle used to represent back
references.
- registerHandlerToService(JsonValue, AuditServiceBuilder) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Configures and registers the audit event handler corresponding to the provided JSON configuration
to the provided audit service.
- registerHandlerToService(JsonValue, AuditServiceBuilder, ClassLoader) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Configures and registers the audit event handler corresponding to the provided JSON configuration
to the provided audit service, using a specific class loader.
- 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.
- registerKeyStoreHandler(String, KeyStoreHandler) - Method in class org.forgerock.audit.providers.DefaultKeyStoreHandlerProvider
-
Register a storage with the given name.
- 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.
- registerRotationHooks(RotationHooks) - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
Registers hooks into the rotation process.
- registerRotationHooks(RotationHooks) - Method in interface org.forgerock.audit.rotation.RotatableObject
-
Registers hooks into the rotation process.
- registerSecureStorage(String, SecureStorage) - Method in class org.forgerock.audit.providers.DefaultSecureStorageProvider
-
Register a storage with the given name.
- registerServices(BundleContext) - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- registerServices(BundleContext) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- 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:
public int divide(int dividend, int divisor) {
Reject.ifTrue(divisor == 0, "Division by zero not supported");
return dividend / divisor;
}
The example above will cause an IllegalArgumentException
to be thrown
with the message given.
- 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.fluent.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.fluent.JsonPointer
-
Returns a pointer containing the last sz
reference tokens
contained in this pointer.
- 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.
- ReleaseMojo - Class in org.forgerock.doc.maven
-
Call other classes to prepare release layout documents.
- ReleaseMojo() - Constructor for class org.forgerock.doc.maven.ReleaseMojo
-
- releaseReadLock() - Method in class org.forgerock.audit.AuditServiceProxy
-
Release the read lock.
- releaseVersion - Variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
Version for this release.
- releaseWriteLock() - Method in class org.forgerock.audit.AuditServiceProxy
-
Release the write lock.
- 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(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.servlet.ServletSession
-
- 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(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
- remove(String) - Method in class org.forgerock.json.fluent.JsonValue
-
Removes the specified child value.
- remove(int) - Method in class org.forgerock.json.fluent.JsonValue
-
Removes the specified child value, shifting any subsequent elements to the left.
- remove(int) - Method in class org.forgerock.json.fluent.JsonValueList
-
Removes the element at the specified position in this list.
- remove(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
-
Removes the mapping for a key from this map if it is present.
- 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(String) - Method in interface org.forgerock.selfservice.core.ProcessStore
-
Removes the state out of the store.
- remove(String) - Method in class org.forgerock.selfservice.example.SimpleInMemoryStore
-
- 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.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.
- removeAllRoutes() - Method in class org.forgerock.services.routing.AbstractRouter
-
Removes all of the routes from this router.
- removed(AlertMonitor.History) - Method in class com.persistit.AlertMonitor.Event
-
Called when this Event
is removed from a
History
.
- removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.http.example.DescribedOauth2Endpoint
-
- 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
-
- removeEmptySpace(String) - Static method in class org.forgerock.maven.plugins.xcite.utils.StringUtils
-
Return an empty string if the string is only whitespace.
- 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.
- removeKeyRange(Key, Key) - Method in class com.persistit.Exchange
-
Removes all records with keys falling between key1
and
key2
, left-inclusive.
- removeNotificationListener(NotificationListener) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.persistit.mxbeans.MXBeanWrapper
-
- removeRoute(RouteMatcher<R>...) - Method in class org.forgerock.services.routing.AbstractRouter
-
Removes one or more routes from this router.
- removeSecondaryIndexBuilder(String) - Method in class com.persistit.DefaultObjectCoder
-
Remove a secondary index Builder
specified by its name.
- removeShutdownListener(ShutdownListener) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
-
Removes a ShutdownListener from this ShutdownManager.
- removeSourceUnit(SourceUnit) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- removeSourceUnit(SourceUnit) - Method in interface org.forgerock.script.source.SourceUnitObserver
-
Called when a SourceUnit
gets stopped.
- 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.
- removingEntries(ScriptEngineFactory) - Method in interface org.forgerock.script.engine.ScriptEngineFactoryObserver
-
Called when a ScriptEngineFactory
gets stopped.
- removingEntries(ScriptEngineFactory) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- renameDoc(String, String, String) - Static method in class org.forgerock.doc.maven.utils.NameUtils
-
Rename document to reflect project and document name.
- renameDoc(String, String, String, String) - Static method in class org.forgerock.doc.maven.utils.NameUtils
-
Rename document to reflect project and document name.
- renameDocument(File, String, String) - Static method in class org.forgerock.doc.maven.utils.NameUtils
-
Rename a single built document.
- renameField(JsonValue, String, String) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
-
- 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(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).
- replaceFileSuffix(String, String) - Static method in class com.persistit.util.Util
-
- replaceKeyPeriodsWithUnderscores(String) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
-
Replaces all period-characters in JSON keys with underscore-characters
[
ref].
- replaceShutdownListener(ShutdownListener, ShutdownListener, ShutdownPriority) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
-
Reaplces an existing ShutdownListener with the new ShutdownListener.
- 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(Schema) - Method in class org.forgerock.api.models.Action.Builder
-
Set the request.
- REQUEST - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The request event payload field name.
- request(String, String) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided request details for the event.
- request(String, String, JsonValue) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided request details for the event.
- 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_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.
- 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.
- 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.
- requestFromCrestRequest(Request) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
- 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.
- 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.
- 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.
- required(Boolean) - Method in class org.forgerock.api.models.Parameter.Builder
-
Set the required property.
- required() - Method in class org.forgerock.json.fluent.JsonValue
-
Throws a JsonValueException
if the JSON value is null
.
- required() - Method in class org.forgerock.json.JsonValue
-
Throws a JsonValueException
if the JSON value is null
.
- REQUIRED - Static variable in class org.forgerock.json.schema.validator.Constants
-
The required
field name.
- required - Variable in class org.forgerock.json.schema.validator.validators.Validator
-
Whether the schema represented by this validator is required.
- requireField(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
- RequirementsBuilder - Class in org.forgerock.selfservice.core.util
-
Helper class to assist with the building of requirements.
- 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.
- resetCounters() - Method in class com.persistit.BufferPool
-
Resets the get and hit counters to zero.
- resetPasswd(Context, String, ActionRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version1.UserCollectionProviderV1
-
Performs a mark as stolen action operation on the resource.
- 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
-
- resizePng(File) - Static method in class org.forgerock.doc.maven.utils.PngUtils
-
Creates a thumbnail copy of provided image, prefixed with "thumb_".
- 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(URI) - Method in class org.forgerock.json.ref.jackson.JacksonReferenceTransformer
-
- resolve(URI) - Method in class org.forgerock.json.ref.JsonReferenceTransformer
-
Resolves the specified URI into a JSON value.
- 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.
- RESOLVED - Static variable in interface org.forgerock.script.engine.CompilationHandler
-
The script is resolved and is able to be started.
- resolveEntity(String, String) - Method in class org.forgerock.util.xml.XMLHandler
-
- Resolver - Class in org.forgerock.maven.plugins.xcite
-
Resolve citation strings in target files into quotes from source files.
- 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.
- resolveSchemaReferences() - Method in class org.forgerock.json.schema.validator.validators.Validator
-
Resolves schema references for this validator.
- 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.
- RESOURCE_CALLED_HEADER - Static variable in class org.forgerock.caf.authn.test.ProtectedResource
-
Response header name to signify that the resource has been called.
- ResourceAccess - Interface in org.forgerock.http.oauth2
-
- 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.
- ResourceContainer - Class in org.forgerock.script.source
-
A ResourceContainer loads the scripts via the Resource API.
- ResourceContainer() - Constructor for class org.forgerock.script.source.ResourceContainer
-
- resourceException(String, String, String, Response) - Static method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
Gets an
Exception
Promise
containing an Elasticsearch HTTP response status and payload.
- 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.
- ResourceExceptionsUtil - Class in org.forgerock.audit.util
-
Utility class to use on ResourceExceptions.
- resourceName() - Method in class org.forgerock.i18n.LocalizableMessage
-
Returns the name of the resource in which this message is defined.
- 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.
- 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(Schema) - Method in class org.forgerock.api.models.Action.Builder
-
Set the response.
- RESPONSE - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The response event payload field name.
- response(AccessAuditEventBuilder.ResponseStatus, String, long, TimeUnit) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided response for the event.
- Response - Class in org.forgerock.http.protocol
-
A response message.
- Response() - Constructor for class org.forgerock.http.protocol.Response
-
Creates a new response.
- Response(Response) - Constructor for class org.forgerock.http.protocol.Response
-
Creates a defensive copy of the given response
message.
- Response(Status) - Constructor for class org.forgerock.http.protocol.Response
-
Creates a new response with a default status.
- Response - Interface in org.forgerock.json.resource
-
Common response object of all resource responses.
- 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.
- 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.
- 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.
- responseWithDetail(AccessAuditEventBuilder.ResponseStatus, String, long, TimeUnit, JsonValue) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided response for the event, with an additional detail.
- ResponseWriter - Interface in org.forgerock.caf.authentication.framework
-
Writes AuthenticationException
responses for different media types.
- RestOAuth2AccessTokenValidator - Class in org.forgerock.authz.modules.oauth2
-
Access Token Validator for validating OAuth2 tokens issued by an OAuth2 Provider using REST requests.
- RestOAuth2AccessTokenValidator(JsonValue, Client) - Constructor for class org.forgerock.authz.modules.oauth2.RestOAuth2AccessTokenValidator
-
Creates a new instance of the RestOAuth2AccessTokenValidator.
- restoreKeyPeriods(JsonValue, JsonValue) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
-
- RESULT - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Defines the authentication result key.
- result(AuthenticationAuditEventBuilder.Status) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
-
Sets the authentication audit event overall result.
- 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.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.
- RetentionHooks - Interface in org.forgerock.audit.retention
-
Hook into the retention checking operations for a file.
- RetentionHooks.NullRetentionHooks - Class in org.forgerock.audit.retention
-
- RetentionPolicy - Interface in org.forgerock.audit.retention
-
Defines the retention conditions and the files that need to be deleted.
- retrieveLastModifiedTime() - Method in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- 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
-
- 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.
- RhinoScript - Class in org.forgerock.script.javascript
-
A JavaScript script.
- RhinoScript(String, Script, RhinoScriptEngine, RequireBuilder, boolean) - Constructor for class org.forgerock.script.javascript.RhinoScript
-
- RhinoScript(String, RhinoScriptEngine, RequireBuilder, boolean) - Constructor for class org.forgerock.script.javascript.RhinoScript
-
- RhinoScriptEngine - Class in org.forgerock.script.javascript
-
A NAME does ...
- RhinoScriptEngineFactory - Class in org.forgerock.script.javascript
-
A NAME does ...
- RhinoScriptEngineFactory() - Constructor for class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- 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
-
- Robots - Class in org.forgerock.doc.maven.release
-
Remove robots meta tag in release HTML.
- Robots(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.release.Robots
-
Constructor setting the Mojo that holds the configuration.
- 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
-
- rollOutDevice(Context, String, ActionRequest) - Method in class org.forgerock.json.resource.descriptor.examples.provider.version2.DeviceCollectionProviderV2
-
Performs a roll out device action operation on the resource.
- ROLLOVER_THRESHOLD - Static variable in interface com.persistit.mxbeans.JournalManagerMXBean
-
Size at which a completely obsolete journal file can be eliminated.
- root - Variable in class org.forgerock.json.ref.JsonReferenceTransformer
-
The root value of the referring document.
- 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.
- RotatableObject - Interface in org.forgerock.audit.rotation
-
Interface defining methods a rotatable file needs.
- RotatableWriter - Class in org.forgerock.audit.events.handlers.writers
-
- RotatableWriter(File, FileBasedEventHandlerConfiguration, boolean) - Constructor for class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
- RotatableWriter(File, FileBasedEventHandlerConfiguration, boolean, RotatableWriter.RolloverLifecycleHook) - Constructor for class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
- RotatableWriter.RolloverLifecycleHook - Interface in org.forgerock.audit.events.handlers.writers
-
Callback hooks to allow custom action to be taken before and after the checks for rotation and
retention is performed.
- ROTATE_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
-
Name of action to force file rotation.
- ROTATE_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
-
Name of action to force file rotation.
- rotateIfNeeded() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
Rotate the log file if any of the configured rotation policies determine that rotation is required.
- rotateIfNeeded() - Method in interface org.forgerock.audit.rotation.RotatableObject
-
Checks the rotatable file for rotation then retention.
- RotationContext - Class in org.forgerock.audit.rotation
-
This class holds some information while a file is being rotated.
- RotationContext() - Constructor for class org.forgerock.audit.rotation.RotationContext
-
- RotationHooks - Interface in org.forgerock.audit.rotation
-
Callback hooks to allow custom action to be taken before and after file rotation occurs.
- RotationHooks.NoOpRotatationHooks - Class in org.forgerock.audit.rotation
-
- RotationPolicy - Interface in org.forgerock.audit.rotation
-
Interface to decide if a file should be rotated or not.
- 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.
- ROUTING_BASE_INIT_PARAM_NAME - Static variable in class org.forgerock.http.servlet.HttpFrameworkServlet
-
Servlet init-param for configuring the routing base for the
HttpApplication
.
- 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
-
Creates a RsaJWK.
- RsaJWK(KeyUse, String, String, String, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
Creates a 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
-
Creates a RsaJWK.
- RsaJWK(KeyUse, String, String, String, String, String, String, String, String, String, String, List<RsaJWK.OtherFactors>, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
Creates a RsaJWK.
- RsaJWK(RSAPublicKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
Creates a RsaJWK.
- RsaJWK(RSAPublicKey, RSAPrivateKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
Creates a RsaJWK.
- RsaJWK(RSAPublicKey, RSAPrivateCrtKey, KeyUse, String, String, String, String, List<String>) - Constructor for class org.forgerock.json.jose.jwk.RsaJWK
-
Creates a RsaJWK.
- RsaJWK.OtherFactors - Class in org.forgerock.json.jose.jwk
-
Holds the other prime factors.
- 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.
- Rtf - Class in org.forgerock.doc.maven.build
-
Build RTF output.
- Rtf(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.build.Rtf
-
Constructor setting the Mojo that holds the configuration,
and setting the format to "rtf".
- ru.org.openam.geo - package ru.org.openam.geo
-
- ru.org.openam.geo.servlets - package ru.org.openam.geo.servlets
-
- ru.org.openam.httpdump - package ru.org.openam.httpdump
-
- 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.persistit.ui.AdminUI
-
Implements the Runnable interface
- run() - Method in class org.openidentityplatform.commons.cassandra.EmbeddedServer
-
- runLinkTester() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Whether to run the ForgeRock link tester plugin.
- 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
-
- runtimeError(String, String, int, String, int) - Method in class org.forgerock.script.javascript.SLF4JErrorReporter
-
- 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
.
- 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 class org.forgerock.http.servlet.ServletSession
-
- 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.
- scheduleRefresh(int) - Method in class com.persistit.ui.AdminUI
-
- 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 - Static variable in class org.forgerock.json.schema.validator.Constants
-
The $schema
field name.
- Schema.Builder - Class in org.forgerock.api.models
-
A builder class for Schema
instances.
- SchemaException - Exception in org.forgerock.json.schema.validator.exceptions
-
Encapsulate a general JSON validator error.
- SchemaException(JsonValue, String) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Create the exception with the given value and message.
- SchemaException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Create the exception with the given value, message and cause.
- SchemaException(JsonValue, Exception) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Create a new SchemaException wrapping an existing exception.
- SchemaException(JsonValue, String, Exception) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Create a new SchemaException from an existing exception.
- 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.
- Scope - Interface in org.forgerock.script
-
A NAME does ...
- script - Variable in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- Script - Interface in org.forgerock.script
-
Interface for all executable script.
- SCRIPT_CACHE_DIR - Static variable in class org.forgerock.script.registry.ScriptRegistryImpl
-
- scriptChanged(ScriptEvent) - Method in interface org.forgerock.script.ScriptListener
-
Receives notification that a
ScriptEntry
has had a lifecycle
change.
- ScriptCompilationException - Exception in org.forgerock.script.exception
-
An exception that is thrown to indicate that the script compilation failed.
- ScriptCompilationException(String) - Constructor for exception org.forgerock.script.exception.ScriptCompilationException
-
Constructs a new exception with the specified detail message.
- ScriptCompilationException(String, Exception) - Constructor for exception org.forgerock.script.exception.ScriptCompilationException
-
Constructs a new exception with the specified detail message and cause.
- ScriptCompilationException(String, Exception, String, int, int) - Constructor for exception org.forgerock.script.exception.ScriptCompilationException
-
Constructs a new exception with the specified detail message.
- ScriptContext - Class in org.forgerock.script
-
A context to wrap the calling context when entering a script.
- ScriptContext(Context, String, String, String) - Constructor for class org.forgerock.script.ScriptContext
-
- ScriptContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.script.ScriptContext
-
- ScriptEngine - Interface in org.forgerock.script.engine
-
A ScriptEngine finds the applicable ...
- ScriptEngineFactory - Interface in org.forgerock.script.engine
-
ScriptEngineFactory
is used to describe and instantiate
ScriptEngines
.
- ScriptEngineFactoryAware - Interface in org.forgerock.script.source
-
A NAME does ...
- ScriptEngineFactoryObserver - Interface in org.forgerock.script.engine
-
A NAME does ...
- scriptEngineManager - Variable in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- ScriptEntry - Interface in org.forgerock.script
-
A NAME does ...
- ScriptEntry.Visibility - Enum in org.forgerock.script
-
- ScriptEvent - Class in org.forgerock.script
-
A ScriptEvent does ...
- ScriptEvent(int, ScriptRegistry, ScriptName) - Constructor for class org.forgerock.script.ScriptEvent
-
Creates a new script event object.
- ScriptExecutor - Class in org.forgerock.script.jsr223
-
Deprecated.
- ScriptExecutor(String, String) - Constructor for class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- ScriptListener - Interface in org.forgerock.script
-
A ScriptListener receives notification that a
ScriptEntry
has had a
lifecycle change.
- ScriptName - Class in org.forgerock.script
-
A ScriptName identifies a Script
object.
- ScriptName(String, String) - Constructor for class org.forgerock.script.ScriptName
-
- ScriptName(String, String, String) - Constructor for class org.forgerock.script.ScriptName
-
- ScriptName(String, String, String, String) - Constructor for class org.forgerock.script.ScriptName
-
- ScriptRegistry - Interface in org.forgerock.script
-
A NAME does ...
- ScriptRegistryImpl - Class in org.forgerock.script.registry
-
A ScriptRegistryImpl does ...
- ScriptRegistryImpl() - Constructor for class org.forgerock.script.registry.ScriptRegistryImpl
-
- ScriptRegistryImpl(Map<String, Object>, Iterable<ScriptEngineFactory>, Bindings) - Constructor for class org.forgerock.script.registry.ScriptRegistryImpl
-
- ScriptRegistryImpl(Map<String, Object>, Iterable<ScriptEngineFactory>, Bindings, ClassLoader) - Constructor for class org.forgerock.script.registry.ScriptRegistryImpl
-
- scriptSource - Variable in class org.forgerock.script.jsr223.ScriptExecutor
-
Deprecated.
- ScriptSource - Interface in org.forgerock.script.source
-
A NAME does ...
- ScriptThrownException - Exception in org.forgerock.script.exception
-
An exception that is thrown to indicate that an executed script encountered
an exception.
- ScriptThrownException(String, Object) - Constructor for exception org.forgerock.script.exception.ScriptThrownException
-
Constructs a new exception with the specified value and detail message.
- ScriptThrownException(Exception, Object) - Constructor for exception org.forgerock.script.exception.ScriptThrownException
-
Constructs a new exception with the specified value and cause.
- ScriptThrownException(String, String, int, Object) - Constructor for exception org.forgerock.script.exception.ScriptThrownException
-
- ScriptThrownException(String, String, int, int, Object) - Constructor for exception org.forgerock.script.exception.ScriptThrownException
-
- SDF - Static variable in class com.persistit.Key
-
- 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 - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The secure event payload field name.
- secure(boolean) - Method in class org.forgerock.services.context.ClientContext.Builder
-
Sets whether if the client connection is secure.
- 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.caf.authn.test.modules.AuditingAuthModule
-
Attempts to add to the module audit info, which should not be added, and sets the session id to be audited, which
should be ignored as this module is not a "Session" auth module.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
Attempts to add to the module audit info, which should not be added, and sets the session id to be audited.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Return value is based on the presents and value of the X-JASPI-AUTH-MODULE-ONE-SECURE-RESPONSE
request
header.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Return value is based on the presents and value of the X-JASPI-AUTH-MODULE-TWO-SECURE-RESPONSE
request
header.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
Returns SEND_SUCCESS.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.FailureAuditingAuthModule
-
Attempts to add to the module audit info, which should not be added, and sets the session id to be audited, which
should be ignored as this module is not a "Session" auth module.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Return value is based on the presents and value of the X-JASPI-SESSION-SECURE-RESPONSE
request header.
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.iwa.IWAModule
-
Always returns AuthStatus.SEND_SUCCESS.
- 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
-
- secureResponse(MessageInfoContext, Subject) - Method in class org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule
-
No action to perform on secure response.
- SecureStorage - Interface in org.forgerock.audit.secure
-
Represents a storage for secure keys, to be used for signing files.
- SecureStorageException - Exception in org.forgerock.audit.secure
-
Exception that can be thrown by a SecureStorage implementation.
- SecureStorageException(Throwable) - Constructor for exception org.forgerock.audit.secure.SecureStorageException
-
Constructs an SecureStorageException using the given parent cause
.
- SecureStorageException(String) - Constructor for exception org.forgerock.audit.secure.SecureStorageException
-
Constructs an SecureStorageException using the given message
.
- SecureStorageException(String, Throwable) - Constructor for exception org.forgerock.audit.secure.SecureStorageException
-
Constructs an SecureStorageException using the given message
and parent cause
.
- SecureStorageProvider - Interface in org.forgerock.audit.providers
-
Strategy for obtaining a secure storage, used by handlers providing tamper-evident feature.
- 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.
- 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.
- SecurityContextFactory - Class in org.forgerock.json.resource.http
-
- 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.
- select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in class org.forgerock.http.apache.NoAuthenticationStrategy
-
- select(String) - Method in interface org.forgerock.json.crypto.simple.SimpleKeySelector
-
Selects a key for the specified key alias.
- select(String) - Method in class org.forgerock.json.crypto.simple.SimpleKeyStoreSelector
-
- selected(Key) - Method in class com.persistit.KeyFilter
-
Indicates whether the supplied key is selected by this filter.
- 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.audit.events.AuditEventBuilder
-
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
-
- SelfService - Annotation Type in org.forgerock.selfservice.core.annotations
-
Denotes self service dependencies.
- 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_CONTINUE_AUTH_STATUS - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
The request header value for returning AuthStatus.SEND_CONTINUE
.
- SEND_FAILURE_AUTH_STATUS - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
The request header value for returning AuthStatus.SEND_FAILURE
.
- SEND_SUCCESS_AUTH_STATUS - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
The request header value for returning AuthStatus.SEND_SUCCESS
.
- sendAsync(Request) - Method in class org.forgerock.http.apache.async.AsyncHttpClient
-
- sendAsync(Request) - Method in interface org.forgerock.http.spi.HttpClient
-
Returns a
Promise
representing the asynchronous
Response
of the given
request
.
- 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.
- serialVersionUID - Static variable in exception org.forgerock.authz.modules.oauth2.OAuth2Exception
-
Serial Version UID.
- SERVER - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The server event payload field name.
- server(String, int) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the provided server values for the event.
- serverFromContext(Context) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
-
Sets the server fields for the event, if the provided
Context
contains a ClientContext
..
- service(HttpServletRequest, HttpServletResponse) - Method in class org.forgerock.http.servlet.HttpFrameworkServlet
-
- 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.
- ServiceLoaderWrapper - Class in org.forgerock.guice.core
-
Simple wrapper around the Java ServiceLoader to help facilitate testing code which requires the use of the Java
ServiceLoader.
- ServiceLoaderWrapper() - Constructor for class org.forgerock.guice.core.ServiceLoaderWrapper
-
- 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.
- 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.
- ServletRoutingBase - Enum in org.forgerock.http.servlet
-
Determines whether the context path and/or the servlet path will get
consumed when routing to the
HttpApplication
.
- ServletSession - Class in org.forgerock.http.servlet
-
Exposes the session managed by the servlet container as an exchange session.
- ServletSession(HttpServletRequest) - Constructor for class org.forgerock.http.servlet.ServletSession
-
- Session - Interface in org.forgerock.http.session
-
An interface for managing attributes across multiple requests from the same user agent.
- session - Variable in class org.openidentityplatform.doc.maven.AbstractAsciidocMojo
-
The MavenSession
object, which is read-only.
- SESSION_MODULE_CONTEXT_ENTRY - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Context entry set by this auth module.
- SESSION_MODULE_PRINCIPAL - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Principal name set by this auth module.
- SESSION_SECURE_RESPONSE_HEADER_NAME - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
- SESSION_VALIDATE_REQUEST_HEADER_NAME - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
- SessionAuthModule - Class in org.forgerock.caf.authn.test.modules
-
- SessionAuthModule() - Constructor for class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
- 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.
- SessionId - Class in com.persistit
-
Identity key for a session.
- SessionId() - Constructor for class com.persistit.SessionId
-
- SessionManager - Interface in org.forgerock.http.session
-
A SessionFactory is responsible to create a new type of
Session
.
- SessionModeConfig - Enum in org.forgerock.audit.handlers.jms
-
Configuration wrapper for JMS Session.getAcknowledgeMode()
SessionMode setting.
- 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.
- 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.json.fluent.JsonValueList
-
Replaces the element at the specified position in this list with the specified element.
- set(Object...) - Static method in class org.forgerock.json.JsonValue
-
Returns a mutable JSON set containing the provided objects.
- 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.
- setAcquisitionTime(long) - Method in class com.persistit.Management.AcquisitionTimeBase
-
- setAction(String) - Method in interface org.forgerock.json.resource.ActionRequest
-
Sets the ID of the action to be performed by this action request.
- 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
-
- setAgreementPartyUInfo(String) - Method in class org.forgerock.json.jose.jwe.JweHeader
-
Sets the Agreement PartyUInfo 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.
- 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
-
- setArtifactId(String) - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Set the artifact identifier.
- setAttribute(String, Object) - Method in class org.forgerock.authz.filter.api.AuthorizationContext
-
Sets an attribute in the shared context.
- setAuthzToken(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
Sets the Splunk authorization token required for making HTTP event collector calls.
- setAutoCommit(boolean) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the auto commit value.
- setAutoFlush(boolean) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the auto flush indicator.
- setAutoFlush(boolean) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the auto flush indicator.
- setAvailableAuditEventHandlers(List<String>) - Method in class org.forgerock.audit.AuditServiceConfiguration
-
Sets the list of available audit event handlers.
- setBatch(BatchPublisherConfiguration) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
Sets the configuration used to initialize the batch publisher.
- setBatchEnabled(boolean) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
sets if handling of audit events should be done in batches.
- setBindings(Bindings) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- setBindings(Bindings) - Method in interface org.forgerock.script.Scope
-
Sets a scope of named values to be used by scripts.
- setBootParameters(Map) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setBuffering(ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
Sets configuration of event buffering.
- setBuffering(JsonAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
Sets configuration of event buffering.
- setBuffering(SplunkAuditEventHandlerConfiguration.BufferingConfiguration) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
Sets the configuration for buffering.
- setBufferingConfiguration(CsvAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Sets the configuration for events buffering.
- setBufferingConfiguration(JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Sets the configuration for events buffering.
- setBufferingConfiguration(SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the configuration for events buffering.
- 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.
- 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.
- setCallback(SnapshotTokenCallback) - Method in interface org.forgerock.selfservice.core.StageResponse.RequirementsBuilder
-
Sets the snapshot token callback.
- setCapacity(int) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Sets the maximum capacity of the publishing queue.
- setCause(Exception) - Method in class org.forgerock.http.protocol.Response
-
Link a 'caused by' exception to this response.
- setCheckpointInterval(long) - Method in class com.persistit.Configuration
-
Set the checkpoint interval, in seconds.
- setCheckpointInterval(long) - Method in interface com.persistit.mxbeans.CheckpointManagerMXBean
-
- 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.
- setClassifier(String) - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Set the optional artifact classifier.
- setClassLoader(ClassLoader) - Method in interface org.forgerock.script.engine.CompilationHandler
-
- setCoderManager(CoderManager) - Method in class com.persistit.Persistit
-
- 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
-
- setCompiledScript(CompiledScript) - Method in interface org.forgerock.script.engine.CompilationHandler
-
- 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
-
- setConfigFile(String) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- 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(Map<String, Object>) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- setConfigurationProperties(Map) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setConnection(ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
Sets configuration of connection to Elasticsearch.
- setConnection(SplunkAuditEventHandlerConfiguration.ConnectionConfiguration) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
Sets configuration of connection to Splunk.
- setConnectionPool(JdbcAuditEventHandlerConfiguration.ConnectionPool) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Sets the connection pool settings.
- setConnectionTimeout(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the maximum amount of time to wait for a connection from the connection pool.
- setConnectTimeout(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the timeout after which attempts to connect to the Syslog daemon will be abandoned.
- 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(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 class org.forgerock.json.jose.jws.JwtSecureHeader
-
Sets the content type header parameter for this JWS.
- setContextProperties(Map<String, String>) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
- 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
-
- setCount(int) - Method in class com.persistit.Configuration.BufferPoolConfiguration
-
Set the minimum and maximum buffer count.
- setCreate(boolean) - Method in class com.persistit.VolumeSpecification
-
- setCreateOnly(boolean) - Method in class com.persistit.VolumeSpecification
-
- 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.
- setCursor(int) - Method in class com.persistit.Value
-
- setCycleCount(int) - Method in class com.persistit.StreamSaver
-
Sets the cycle count.
- setDatabaseType(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Sets the type of the database.
- setDataSourceClassName(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the datasource class name for the configured database.
- 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.
- setDefaultButton() - Method in class com.persistit.ui.AdminPanel
-
- setDefaultButton() - Method in class com.persistit.ui.AdminUIBufferPanel
-
- setDefaultButton() - Method in class com.persistit.ui.AdminUISummaryPanel
-
- setDefaultButton() - Method in class com.persistit.ui.AdminUITaskPanel
-
- setDefaultButton() - Method in class com.persistit.ui.AdminUITreePanel
-
- setDefaultButton() - Method in class com.persistit.ui.TreeAndVolumeSelector
-
- 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
-
- 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.
- setDefaults() - Method in class org.forgerock.audit.events.AuditEventBuilder
-
- 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.
- 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.
- setDelegate(AuditService) - Method in class org.forgerock.audit.AuditServiceProxy
-
Sets the AuditService this object proxies.
- setDelimiter(char) - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Sets the value of the delimiter.
- setDelimiterChar(char) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
Sets the character to use to delimit the csv entries.
- setDeliveryMode(DeliveryModeConfig) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
Sets the delivery mode configuration that should be used when publishing the JMS messages.
- setDepth(int) - Method in class com.persistit.Exchange
-
- setDepth(int) - Method in class com.persistit.Key
-
Truncates this Key
to the specified depth
.
- setDescription(String) - Method in class org.forgerock.api.transform.LocalizableOperation
-
- setDetail(JsonValue) - Method in exception org.forgerock.json.resource.ResourceException
-
Sets the additional detail which can be evaluated by applications.
- setDevices(Set<Device>) - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Setter of the user devices.
- setDirection(Key.Direction) - Method in class com.persistit.PersistitMap.ExchangeIterator
-
Set the desired traversal direction of this Iterator.
- 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
-
- 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.
- setDpi(File) - Static method in class org.forgerock.doc.maven.utils.PngUtils
-
Set the DPI on image
to 160.
- setDpi(File, int) - Static method in class org.forgerock.doc.maven.utils.PngUtils
-
Set the DPI on image
to dotsPerInch
.
- setDriverClassName(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the class name of the driver to use for the jdbc connection.
- setElasticsearchCompatible(boolean) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
Specifies if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
- setElasticsearchCompatible(boolean) - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandlerConfiguration
-
Specifies if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
- 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.
- setEnabled(boolean) - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
Sets the enabled flag for an audit event handler.
- setEnabled(boolean) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Enables tamper evident logging.
- setEnabled(boolean) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffering status.
- setEnabled(boolean) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffering status.
- setEnabled(boolean) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffering status.
- setEnabled(boolean) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffering status.
- 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.
- 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.
- setEnd(String) - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Sets the value of the end marker, which must not contain the delimiter.
- setEndOfLineSymbols(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
Gets the end of line symbol.
- 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
-
- setEphemeralPublicKey(JWK) - Method in class org.forgerock.json.jose.jwe.JweHeader
-
Sets the Ephemeral Public Key header parameter for this JWE.
- 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
-
- setErrorWriter(Writer) - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
- setEvent(String) - Method in class org.forgerock.audit.handlers.jdbc.TableMapping
-
Sets the audit event the table mapping is for.
- 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.
- setExchange(Exchange) - Method in class com.persistit.ui.PersistitTableModel
-
Establishes the supplied Exchange as the root of a display tree.
- setExcludeIf(Collection<String>) - Method in class org.forgerock.audit.filter.FilterPolicy
-
Sets the excludeIf list.
- 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.
- setExtensionSize(long) - Method in class com.persistit.VolumeSpecification
-
- setFacility(Facility) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the facility constant that should be applied to all Syslog messages.
- setField(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Sets the name of the event topic field to which this mapping applies.
- setFieldToColumn(Map<String, String>) - Method in class org.forgerock.audit.handlers.jdbc.TableMapping
-
Sets the field to column mapping.
- setFilename(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Sets the location of the keystore to be used.
- setFileRetention(FileBasedEventHandlerConfiguration.FileRetention) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
- setFileRotation(FileBasedEventHandlerConfiguration.FileRotation) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
- setFilterPolicies(Map<String, FilterPolicy>) - Method in class org.forgerock.audit.AuditServiceConfiguration
-
Set the filter policy mappings.
- 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
-
- setFormat(String) - Method in class org.forgerock.doc.maven.build.Fo
-
Set the format to PDF or RTF.
- setFormatting(CsvAuditEventHandlerConfiguration.CsvFormatting) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Sets the CSV formatting options.
- 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.
- setFrameworkListener(FrameworkListener) - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- 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.
- setGuiceModuleLoader(GuiceModuleLoader) - Static method in enum org.forgerock.guice.core.InjectorConfiguration
-
Sets the
GuiceModuleLoader
implementation that will be used to find and load module classes.
- setHandle(int) - Method in class com.persistit.DefaultValueCoder
-
- setHandle(int) - Method in interface com.persistit.encoding.HandleCache
-
Store a supplied handle.
- setHandlerForQueries(String) - Method in class org.forgerock.audit.AuditServiceConfiguration
-
Sets the name of the handler to use for querying the audit events.
- 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.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets the host
for the connection.
- setHost(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets the host
for the connection.
- setHost(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the hostname of the Syslog daemon to which messages should be published.
- 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.
- setId(long) - Method in class com.persistit.VolumeSpecification
-
- 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.
- setIdleTimeout(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the maximum time a connection is allowed to be idle.
- 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
-
- setIncludeIf(Collection<String>) - Method in class org.forgerock.audit.filter.FilterPolicy
-
Sets the includeIf list.
- 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.
- setIndexMapping(ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
-
Gets configuration of index mapping.
- setIndexName(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration
-
Sets primary index name.
- setInfoArray(Object[]) - Method in class com.persistit.ui.ManagementListModel
-
- setInfoArray(Object[]) - Method in class com.persistit.ui.ManagementTableModel
-
- setInitialFile(File) - Method in class org.forgerock.audit.rotation.RotationContext
-
Set the initial file.
- setInitialSize(long) - Method in class com.persistit.VolumeSpecification
-
- setInsertTimeoutSec(long) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Sets the timeout in seconds the duration that the queue should block while attempting to offer a new item
for the queue.
- setInstallDir(String) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setIsShowing(boolean) - Method in class com.persistit.ui.AdminPanel
-
- setIsShowing(boolean) - Method in class com.persistit.ui.AdminUITaskPanel
-
- setIssuedAtTime(Date) - Method in class org.forgerock.json.jose.jwt.JwtClaimsSet
-
Sets the time the JWT was issued at, in the Claims Set.
- 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.
- setJdbcUrl(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the JDBC database url.
- setJmsConnectionFactoryName(String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
Sets the jndi lookup name for the JMS ConnectionFactory
for which the messages will be published on.
- setJmsTopicName(String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
-
Sets the jndi lookup name for the JMS Topic
for which the messages will be published on.
- setJmxEnabled(boolean) - Method in class com.persistit.Configuration
-
Control whether Persistit registers JMX MXBeans with the platform MBean
server during initialization.
- setJndi(JmsAuditEventHandlerConfiguration.JndiConfiguration) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
- 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.
- 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.
- setKeyId(String) - Method in class org.forgerock.json.jose.jws.JwtSecureHeader
-
Sets the Key ID header parameter for this JWS.
- 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..
- setKeyStoreHandler(KeyStoreHandler) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
Set the key store handler.
- setKeyStoreHandlerName(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Set the key store handler name.
- setKeyTab(String) - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WindowsDesktopSSOConfig
-
Sets key tab file.
- setLauncherConfiguration(JsonValue) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setLeftValue(int) - Method in class org.forgerock.selfservice.custom.MathProblemStageConfig
-
Sets the left hand side of the math problem.
- setLevel(String) - Method in class com.persistit.logging.DefaultPersistitLogger
-
- setLevel(PersistitLevel) - Method in class com.persistit.logging.DefaultPersistitLogger
-
- setLogDirectory(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Sets the directory where CSV file is located.
- setLogDirectory(String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
-
Sets the directory where the JSON file is located.
- 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
-
- setManagement(Management) - Method in class com.persistit.ui.AdminUI
-
- setManagement(Management) - Method in interface com.persistit.util.UtilControl
-
- 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.
- setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the maximum number of events to read from the buffer on each
interval
.
- setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
- setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Sets the maximum count of events that will be expected to be delivered in a single publish call.
- setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
-
Sets the maximum number of events to read from the buffer on each
interval
.
- setMaxDiskSpaceToUse(long) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
Sets the maximum disk space the audit logs can occupy.
- setMaxFileSize(long) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Sets the maximum file size of an audit log file in bytes.
- 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.
- setMaxLifetime(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the maximum lifetime of a connection in the connection pool.
- setMaxNumberOfHistoryFiles(int) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
Sets the maximum number of historical log files to retain. -1 disables pruning of old history files.
- setMaxPoolSize(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the maximum size of the connection pool.
- setMaxSize(int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffer capacity, which are the maximum number of events that can be buffered.
- setMaxSize(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the maximum size of the events queue.
- setMaxSize(int) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffer capacity, which are the maximum number of events that can be buffered.
- setMaxSize(int) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
-
Sets the buffer capacity, which are the maximum number of events that can be buffered.
- setMaxTimeout(Duration) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
-
Sets the maximum timeout.
- 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 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.
- setMinFreeSpaceRequired(long) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
-
Sets the minimum free space the system must contain.
- setMinIdle(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the minimum number of idle connections in the connection pool.
- 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.
- setModuleAnnotation(Class<? extends Annotation>) - Static method in enum org.forgerock.guice.core.InjectorConfiguration
-
Sets the module annotation that all modules MUST be annotated with.
- setMultipleOf(Double) - Method in interface org.forgerock.api.jackson.MultipleOfSchema
-
Sets multipleOf
JSON Schema field.
- setName(String) - Method in class com.persistit.VolumeSpecification
-
- setName(String) - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
Sets the name of this handler.
- setName(String) - Method in class org.forgerock.http.protocol.Cookie
-
Sets the name of the cookie.
- setNewResourceId(String) - Method in interface org.forgerock.json.resource.CreateRequest
-
Sets the client provided ID of the resource to be created.
- setNewThread(boolean) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setNextFile(File) - Method in class org.forgerock.audit.rotation.RotationContext
-
Set the next file.
- 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.
- 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.fluent.JsonValue
-
Sets the Java object representing this JSON value.
- setObject(Object) - Method in class org.forgerock.json.JsonValue
-
Sets the Java object representing this JSON value.
- 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
.
- setOutputDirectory(String) - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Set the output directory relative to the Backstage apidocs directory.
- 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.
- 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.
- setParameters(Map<String, Object>) - Method in class org.forgerock.json.jose.jwt.JwtHeader
-
Sets header parameters using the values contained in the specified map.
- setPassword(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Sets the password of the keystore.
- setPassword(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets Elasticsearch password for HTTP basic authentication.
- setPassword(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the password to use to connect to the JDBC database.
- setPassword(String) - Method in class org.forgerock.json.resource.descriptor.examples.model.User
-
Setter of the user password.
- 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.
- setPath(String) - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Sets the pathname string for the file to quote.
- 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.
- setPollInterval(long) - Method in interface com.persistit.mxbeans.CleanupManagerMXBean
-
Set the interval in milliseconds between cleanup polling actions
- setPollTimeoutSec(long) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Sets the timeout in seconds for the worker threads to wait for a new item to be available in the queue before
exiting.
- setPoolName(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the name of the connection pool.
- setPort(int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets the port
for the connection.
- setPort(int) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets the port
for the connection.
- setPort(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the port of the Syslog daemon to which messages should be published.
- setPort(int) - Method in class org.forgerock.http.MutableUri
-
Update the port of this MutableUri.
- 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
-
- setPrincipalName(String) - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WindowsDesktopSSOConfig
-
Sets principal name.
- setProjectDir(String) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setProperties(Properties) - Method in class com.persistit.Persistit
-
Sets a Configuration
derived from the supplied
Properties
.
- setPropertiesFromFile(String) - Method in class com.persistit.Persistit
-
Sets a Configuration
derived from Properties
read from the supplied file name.
- setProperty(String, String) - Method in class com.persistit.Configuration
-
Set a property value in the configuration Properties
map.
- 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
-
- setProtocol(TransportProtocol) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the protocol over which messages transmitted to the Syslog daemon.
- setProtocolVersion(Version) - Method in class org.forgerock.http.routing.ApiVersionRouterContext
-
Sets the protocol API version of the framework used to handle the request.
- 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.
- 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
-
- setQuoteChar(char) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
-
Sets the character to use to quote the csv 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.
- setReader(Reader) - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
- 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 exception org.forgerock.json.resource.ResourceException
-
Sets/overrides the short reason phrase of the exception.
- setRecaptchaSecretKey(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Sets the secret key for re-captcha.
- setRecaptchaSiteKey(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Sets the site key for re-captcha.
- setRecaptchaUri(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Sets the uri for verifying recaptcha.
- setReferencedValidator(Validator) - Method in class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
-
Sets the validator being referenced by this object.
- setRefreshConfig(String) - Method in class org.forgerock.jaspi.modules.iwa.wdsso.WindowsDesktopSSOConfig
-
The the refresh config.
- setRegistryLevelScriptClassLoader(ClassLoader) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- setRegistryLevelScriptClassLoader(ClassLoader) - Method in interface org.forgerock.script.ScriptRegistry
-
- setReportKeyCountMultiple(long) - Method in class com.persistit.TreeBuilder
-
- setRequest(Request) - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
-
Sets the request object for this MessageContextInfo
.
- 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
-
- 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.
- 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
-
- 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
-
- setResponse(Response) - Method in interface org.forgerock.caf.authentication.api.MessageInfoContext
-
Sets the response object for this MessageContextInfo
.
- 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.
- setRightValue(int) - Method in class org.forgerock.selfservice.custom.MathProblemStageConfig
-
Sets the right hand side of the math problem.
- 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
-
- setRollbackPruningEnabled(boolean) - Method in interface com.persistit.mxbeans.JournalManagerMXBean
-
- setRollOutDate(Date) - Method in class org.forgerock.json.resource.descriptor.examples.model.Device
-
Setter of the device rollout date.
- setRotationEnabled(boolean) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Sets log rotation enabled state.
- setRotationFilePrefix(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Sets the prefix to add to a log file on rotation.
- setRotationFileSuffix(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Sets the suffix to add to a log file on rotation.
- setRotationInterval(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Sets the interval to trigger a file rotation.
- setRotationRetentionCheckInterval(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
Sets the interval to check time-based file rotation policies.
- setRotationTimes(List<String>) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
-
Sets a list of times at which file rotation should be triggered; times should be provided as Strings that can
be parsed by
Duration
that each specify an offset from midnight.
- setSafeDpi(File, int) - Static method in class org.forgerock.doc.maven.utils.PngUtils
-
Set the DPI on image
so that it fits in maxHeightInInches
,
or to 160 if short enough.
- setSameSite(Cookie.SameSite) - Method in class org.forgerock.http.protocol.Cookie
-
- setScheme(String) - Method in class org.forgerock.http.MutableUri
-
Update the scheme of this MutableUri.
- setScriptEngineFactory(Iterable<ScriptEngineFactory>) - Method in class org.forgerock.script.source.DirectoryContainer
-
- setScriptEngineFactory(Iterable<ScriptEngineFactory>) - Method in interface org.forgerock.script.source.ScriptEngineFactoryAware
-
- 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.
- setSecurity(CsvAuditEventHandlerConfiguration.CsvSecurity) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
-
Sets the CSV tamper evident options.
- 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.
- setSession(Session) - Method in class org.forgerock.http.session.SessionContext
-
Sets the Session
associated with the remote client.
- 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.
- setSessionMode(SessionModeConfig) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
-
Sets the session mode that the JMS session should use when publishing the JMS messages.
- setSeverityFieldMappings(List<SyslogAuditEventHandlerConfiguration.SeverityFieldMapping>) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the configurations for mapping audit event field values to Syslog severity values.
- 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()
.
- setShutdownTimeoutSec(long) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Sets the timeout in seconds for the publisher to wait for all worker threads to terminate at shutdown.
- setSignatureInterval(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
-
Sets the signature's interval.
- 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.
- 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
-
- setStage(Stage) - Static method in enum org.forgerock.guice.core.InjectorConfiguration
-
Sets the Stage
that the injector should run in.
- 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.
- setStart(String) - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Sets the value of the start marker, which must not contain the delimiter.
- setStartTime(long) - Static method in class com.persistit.util.Debug
-
- setStatus(Status) - Method in class org.forgerock.http.protocol.Response
-
Sets the response status code.
- setStep(int) - Method in class com.persistit.Transaction
-
Set the current step index.
- setStolen(boolean) - Method in class org.forgerock.json.resource.descriptor.examples.model.Device
-
Setter of the device stolen flag.
- setStorageDir(String) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setStorageType(StorageType) - Method in class org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
Sets the storage type to use.
- setStore(KeyStore) - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
-
- setStore(KeyStore) - Method in interface org.forgerock.audit.secure.KeyStoreHandler
-
Sets the keystore.
- setStore(KeyStore) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- 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(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.
- 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.
- setSuspendUpdates(boolean) - Method in class com.persistit.IntegrityCheck
-
Control mode of operation.
- setSysVolume(String) - Method in class com.persistit.Configuration
-
Set the system volume name attribute.
- setTable(String) - Method in class org.forgerock.audit.handlers.jdbc.TableMapping
-
Sets the table name for the mapping.
- setTableMappings(List<TableMapping>) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration
-
Sets the table mappings for the audit events.
- setTags(List<String>) - Method in class org.forgerock.api.transform.LocalizableOperation
-
- setTarget(RequestHandler) - Method in class org.forgerock.json.resource.FilterChain
-
Sets the target request handler which will be invoked once processing has
reached the end of the filter chain.
- setTaskSuspended(long, boolean) - Method in interface com.persistit.Management
-
Suspend or resume the task(s) identified by taskId
.
- setTermsTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Sets the terms and conditions map.
- setThreadCount(int) - Method in class org.forgerock.audit.handlers.jms.BatchPublisherConfiguration
-
Sets the count of worker threads to have processing the queue.
- setTimeoutMillis(long) - Method in class com.persistit.Exchange
-
Set the standard timeout for this Exchange
.
- setTitle(String) - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Set the title of the document.
- 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).
- setTopic(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Sets the name of the event topic to which this mapping applies.
- setTopics(Set<String>) - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
-
Sets the topics accepted by this handler.
- setTotalPagedResultsPolicy(CountPolicy) - Method in interface org.forgerock.json.resource.QueryRequest
-
Sets the policy for calculating the total number of paged results.
- setType(String) - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Set the artifact packaging type.
- setType(String) - Method in class org.forgerock.json.crypto.JsonCrypto
-
Sets the type of JSON cryptographic representation.
- 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.
- setup(long, String, String, long, int) - Method in class com.persistit.Task
-
Sets up a Task
.
- setup(AdminUI) - Method in class com.persistit.ui.AdminPanel
-
- setup(AdminUI) - Method in class com.persistit.ui.AdminUIBufferPanel
-
- setup(AdminUI) - Method in class com.persistit.ui.AdminUISummaryPanel
-
- setup(AdminUI) - Method in class com.persistit.ui.AdminUITaskPanel
-
- setup(AdminUI) - Method in class com.persistit.ui.AdminUITreePanel
-
- setup(AdminUI, Class, String) - Method in class com.persistit.ui.ManagementTableModel.AbstractCustomTableCellRenderer
-
- setup(Class, String[]) - Method in class com.persistit.ui.ManagementTableModel
-
- setup(AdminUI, Class, String) - Method in class com.persistit.ui.renderers.TaskStatusStateRenderer
-
- setup(AdminUI) - Method in class com.persistit.ui.TreeAndVolumeSelector
-
- setUp() - Method in class org.forgerock.http.bindings.BindingTest
-
Set up for tests.
- setupColumns(JTable) - Method in class com.persistit.ui.PersistitTableModel
-
Sets up the TableColumnModel for a supplied JTable
- 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.
- setupGuiceModules() - Method in class org.forgerock.guice.core.GuiceTestCase
-
Binds this object and any modules declared from the GuiceModules annotation in an injector, and registers it
in the InjectorHolder.
- 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 org.forgerock.http.protocol.Request
-
Sets the fully-qualified string URI of the resource being accessed.
- setUri(URI) - Method in class org.forgerock.http.protocol.Request
-
Sets the fully-qualified URI of the resource being accessed.
- setURI(URI) - Method in class org.forgerock.json.ref.JsonReference
-
Sets the URI of the value being referenced.
- setUseOldVSpec(boolean) - Method in class com.persistit.Configuration
-
Deprecated.
- setUserInfo(String) - Method in class org.forgerock.http.MutableUri
-
Update the user info (not encoded) of this MutableUri.
- setUsername(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets Elasticsearch username for HTTP basic authentication.
- setUsername(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.ConnectionPool
-
Sets the username to use to connect to the JDBC database.
- setUsernameToken(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the string token representing where the user name should be substituted.
- setUseSSL(boolean) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets the use of a SSL connection.
- setUseSSL(boolean) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
-
Sets the use of a SSL connection.
- 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.
- 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(Object) - Method in class com.persistit.ui.renderers.TaskStatusStateRenderer
-
- 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(JsonValue) - Method in class org.forgerock.json.crypto.JsonCrypto
-
Sets the JSON cryptographic value.
- setValueMappings(Map<String, Severity>) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Sets the mapping of audit event values to Syslog severity values.
- setVerbose(boolean) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setVerificationLink(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the verification URL to be passed into the email body.
- setVerificationLinkToken(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the string token representing where the verification URL should be substituted.
- setVersion(int) - Method in class com.persistit.VolumeSpecification
-
- setVersion(int) - Method in class org.forgerock.caf.http.Cookie
-
Sets the version of the cookie protocol that this Cookie complies with.
- setVersion(String) - Method in class org.forgerock.doc.maven.backstage.ArtifactItem
-
Set the artifact version.
- 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
-
- 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
-
- setWorkingDir(String) - Method in class org.forgerock.commons.launcher.OSGiFrameworkService
-
- setWriteInterval(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the interval for reading events from the buffer to transmit to Elasticsearch.
- setWriteInterval(String) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the interval to write the queued buffered events.
- setWriteInterval(String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer
(units of 'ms' are recommended).
- setWriteInterval(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
-
Sets the interval for reading events from the buffer to transmit to splunk.
- 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
-
- setWriter(Writer) - Method in class org.forgerock.audit.rotation.RotationContext
-
Set the writer.
- setWriter(Writer) - Method in class org.forgerock.script.engine.AbstractScriptEngine
-
- setWriterThreads(int) - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the number of writer threads to use to write buffered events.
- 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.
- severe(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- severe(LocalizableMessage) - Method in class org.forgerock.i18n.jul.LocalizedLogger
-
Logs a SEVERE message.
- Severity - Enum in org.forgerock.audit.handlers.syslog
-
Defines the standard Syslog message severities.
- SeverityFieldMapping() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
- SharedSecretOpenIdResolverImpl - Class in org.forgerock.jaspi.modules.openid.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.jaspi.modules.openid.resolvers.SharedSecretOpenIdResolverImpl
-
Constructor for SharedSecretOpenIdResolverImpl.
- shouldRotateFile(RotatableObject) - Method in class org.forgerock.audit.rotation.FixedTimeRotationPolicy
-
This method indicates if the log file should be rotated or not.
- shouldRotateFile(RotatableObject) - Method in interface org.forgerock.audit.rotation.RotationPolicy
-
This method indicates if the log file should be rotated or not.
- shouldRotateFile(RotatableObject) - Method in class org.forgerock.audit.rotation.SizeBasedRotationPolicy
-
- shouldRotateFile(RotatableObject) - Method in class org.forgerock.audit.rotation.TimeLimitRotationPolicy
-
- 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.
- showHelp(ActionEvent) - Method in interface com.persistit.ui.JavaHelpAdapter
-
- shutdown() - Method in interface org.forgerock.audit.AuditService
-
- shutdown() - Method in class org.forgerock.audit.AuditServiceProxy
-
- shutdown() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Instruct this object to flush any buffers and close any open file handles or network connections.
- shutdown() - Method in interface org.forgerock.audit.events.handlers.buffering.BatchPublisher
-
Informs the publisher to stop processing offered events.
- shutdown() - Method in class org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher
-
Stops sending batch data, and awaits termination of pending queue tasks when autoFlush
is enabled.
- shutdown() - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
-
- shutdown() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
-
Releases any resources held by the writer.
- shutdown(boolean) - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
-
Releases any resources held by the writer.
- shutdown() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
-
- shutdown() - Method in interface org.forgerock.audit.events.handlers.writers.TextWriter
-
Releases any resources held by the writer.
- shutdown() - Method in class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
-
- shutdown() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
-
- shutdown() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
-
Instruct this object to flush any buffers and close any open file handles or network connections.
- shutdown() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
- shutdown() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandler
-
Instruct this object to flush any buffers and close any open file handles or network connections.
- shutdown() - Method in class org.forgerock.audit.handlers.jms.BatchPublisher
-
- shutdown() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
-
Closes the JMS connection.
- shutdown() - Method in interface org.forgerock.audit.handlers.jms.Publisher
-
- shutdown() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
-
- shutdown() - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandler
-
- shutdown() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
- shutdown() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
Closes the connections established by SyslogPublisher
.
- shutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownListener
-
The function to run when the system shutdown.
- shutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownManager
-
Shuts down all the listeners in this ShutdownManager.
- SHUTDOWN_HOOK_PROP - Static variable in class org.forgerock.commons.launcher.OSGiFrameworkService
-
The property name used to specify whether the launcher should install a
shutdown hook.
- 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
.
- shutdownPublisher() - Method in class org.forgerock.audit.handlers.jms.BatchPublisher
-
- sidebarBlock(String) - Method in class org.forgerock.api.markup.asciidoc.AsciiDoc
-
Inserts a sidebar-block.
- sign(byte[]) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
- sign(byte[]) - Method in interface org.forgerock.audit.secure.SecureStorage
-
Signs the provided data.
- 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.
- SIGNATURE_ALGORITHM - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
The algorithm to use for signing and verifying.
- 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(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(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
-
- simpleCrestApplication(ConnectionFactory, String, String) - Static method in class org.forgerock.json.resource.Applications
-
- SimpleDecryptor - Class in org.forgerock.json.crypto.simple
-
Decrypts a $crypto
JSON object value encrypted with the
x-simple-encryption
type.
- SimpleDecryptor(SimpleKeySelector) - Constructor for class org.forgerock.json.crypto.simple.SimpleDecryptor
-
TODO: Description.
- SimpleEncryptor - Class in org.forgerock.json.crypto.simple
-
Encrypts a JSON value into an x-simple-encryption
type $crypto
JSON object.
- SimpleEncryptor(String, Key, String) - Constructor for class org.forgerock.json.crypto.simple.SimpleEncryptor
-
Constructs a new simple encryptor for the specified cipher, key and alias.
- 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.jaspi.modules.openid.helpers
-
Simple helper client for connecting to URLs over HTTP
and retrieving their contents via a GET request.
- SimpleHTTPClient(int, int) - Constructor for class org.forgerock.jaspi.modules.openid.helpers.SimpleHTTPClient
-
Generates a new SimpleHTTPClient with the appropriate timeouts.
- SimpleInMemoryStore - Class in org.forgerock.selfservice.example
-
Simple local stores in memory.
- SimpleInMemoryStore() - Constructor for class org.forgerock.selfservice.example.SimpleInMemoryStore
-
Creates a new basic local storage instance.
- SimpleKeySelector - Interface in org.forgerock.json.crypto.simple
-
Interface to select keys from a key store.
- SimpleKeyStoreSelector - Class in org.forgerock.json.crypto.simple
-
Simple implementation for selecting keys from a provided key store.
- SimpleKeyStoreSelector(KeyStore, String) - Constructor for class org.forgerock.json.crypto.simple.SimpleKeyStoreSelector
-
Constructs a simple key store selector.
- SimpleRealmDemo - Class in org.forgerock.json.resource.examples
-
An example illustrating how you can route realms / sub-realm requests using
simple hand-crafted routing.
- SimpleResource - Class in org.forgerock.authz.basic.crest
-
- SimpleResource() - Constructor for class org.forgerock.authz.basic.crest.SimpleResource
-
- 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.
- SimpleValidator<T> - Interface in org.forgerock.json.schema.validator.validators
-
SimpleValidator is a base interface for all validator implementation.
- 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
-
- SingleHtml - Class in org.forgerock.doc.maven.build
-
Build single-page HTML output.
- SingleHtml(AbstractDocbkxMojo) - Constructor for class org.forgerock.doc.maven.build.SingleHtml
-
Constructor setting the Mojo that holds the configuration.
- SINGLETON - Static variable in exception com.persistit.exception.RebalanceException
-
- singleton(Boolean) - Method in class org.forgerock.api.models.Create.Builder
-
Setter for singleton.
- 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.
- SiteMojo - Class in org.forgerock.doc.maven
-
Call other classes to copy docs to site build directory.
- SiteMojo() - Constructor for class org.forgerock.doc.maven.SiteMojo
-
- 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.servlet.ServletSession
-
- size() - Method in class org.forgerock.http.util.SetDecorator
-
- size() - Method in class org.forgerock.json.fluent.JsonPointer
-
Returns the number of reference tokens in the pointer.
- size() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns the number of values that this JSON value contains.
- size() - Method in class org.forgerock.json.fluent.JsonValueList
-
Returns the number of elements in this list.
- size() - Method in class org.forgerock.json.fluent.JsonValueMap
-
Returns the number of key-value mappings in this map.
- 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.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.
- SizeBasedRetentionPolicy - Class in org.forgerock.audit.retention
-
Created a size based file retention policy.
- SizeBasedRetentionPolicy(int) - Constructor for class org.forgerock.audit.retention.SizeBasedRetentionPolicy
-
Constructs a SizeBasedRetentionPolicy with a given maximum number of archived files.
- SizeBasedRotationPolicy - Class in org.forgerock.audit.rotation
-
Creates a file size based rotation policy.
- SizeBasedRotationPolicy(long) - Constructor for class org.forgerock.audit.rotation.SizeBasedRotationPolicy
-
Constructs a SizeBasedRotationPolicy given a max file size in bytes.
- skip() - Method in class com.persistit.Value
-
Does nothing except when this Value
is in stream
mode.
- skipLinkCheck() - Method in class org.forgerock.doc.maven.AbstractDocbkxMojo
-
Whether the ForgeRock link tester plugin should skip checking
that external URLs are valid.
- 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.
- SLF4JErrorReporter - Class in org.forgerock.script.javascript
-
A NAME does ...
- SLF4JErrorReporter(ErrorReporter) - Constructor for class org.forgerock.script.javascript.SLF4JErrorReporter
-
- 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
-
- SnapshotTokenHandler - Interface in org.forgerock.selfservice.core.snapshot
-
Responsible for the validation, generation and parsing of snapshot tokens used for keying a snapshot of some state.
- SnapshotTokenHandlerFactory - Interface in org.forgerock.selfservice.core.snapshot
-
Factory for delivering up for 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.
- 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.
- source(ParameterSource) - Method in class org.forgerock.api.models.Parameter.Builder
-
Set the parameter source.
- source - Variable in class org.forgerock.script.scope.AbstractFactory
-
- SourceContainer - Interface in org.forgerock.script.source
-
A SourceContainer represent the collection of script source.
- SourceUnit - Interface in org.forgerock.script.source
-
A NAME does ...
- SourceUnitObserver - Interface in org.forgerock.script.source
-
A NAME does ...
- spacesToHyphens(String) - Static method in class org.forgerock.doc.maven.utils.NameUtils
-
Replace spaces with hyphens.
- 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_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
-
- SplunkAuditEventHandler - Class in org.forgerock.audit.handlers.splunk
-
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint.
- SplunkAuditEventHandler(SplunkAuditEventHandlerConfiguration, EventTopicsMetaData, BatchPublisherFactory, Client) - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
Constructs a new Splunk audit event handler.
- SplunkAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.splunk
-
Configuration for the splunk audit event handler.
- SplunkAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
-
- SplunkAuditEventHandlerConfiguration.BufferingConfiguration - Class in org.forgerock.audit.handlers.splunk
-
Configuration of event buffering.
- SplunkAuditEventHandlerConfiguration.ConnectionConfiguration - Class in org.forgerock.audit.handlers.splunk
-
Configuration of connection to Splunk.
- 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.
- start - Variable in class com.persistit.logging.LogBase
-
- start() - Method in class com.persistit.Task
-
Start this Task
- start() - Method in class org.forgerock.audit.AuditHttpApplication
-
- start() - Method in class org.forgerock.authz.basic.AuthzHttpApplication
-
- start() - Method in class org.forgerock.caf.authn.test.JaspiHttpApplication
-
- start() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- start() - Method in interface org.forgerock.commons.launcher.OSGiFramework
-
Starts the operation of this Daemon
instance.
- start() - Method in interface org.forgerock.http.HttpApplication
-
Gets the root
Handler
that will handle all HTTP requests.
- start() - Method in class org.forgerock.http.servlet.example.ExampleHttpApplication
-
- start() - Method in class org.forgerock.json.resource.http.examples.CrestHttpApplication
-
- start(BundleContext) - Method in class org.forgerock.script.groovy.internal.Activator
-
- start(BundleContext) - Method in class org.forgerock.script.javascript.internal.Activator
-
- start() - Method in class org.forgerock.selfservice.example.ExampleSelfServiceApplication
-
- startAdminUI - Variable in class com.persistit.logging.LogBase
-
- STARTING - Static variable in interface org.forgerock.script.engine.CompilationHandler
-
The script is in the process of starting.
- STARTS_WITH - Static variable in class org.forgerock.util.query.QueryFilterOperators
-
the "starts-with" operator.
- startServer() - Method in class org.forgerock.http.bindings.BindingTest
-
Start the server.
- 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(Object...) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.ArrayJsonValueAssert
-
Check that this array starts with the given values.
- 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.
- startup() - Method in interface org.forgerock.audit.AuditService
-
Allows this
AuditService
and all its
AuditEventHandler
s to perform any initialization that
would be unsafe to do if any other instance of the
AuditService
were still running.
- startup() - Method in class org.forgerock.audit.AuditServiceProxy
-
- startup() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
-
Instruct this object that it is safe to initialize file handles and network connections.
- startup() - Method in interface org.forgerock.audit.events.handlers.buffering.BatchPublisher
-
Informs the publisher to start processing offered events.
- startup() - Method in class org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher
-
Starts periodically sending batch data.
- startup() - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
-
- startup() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
-
Instruct this object that it is safe to initialize file handles and network connections.
- startup() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
-
- startup() - Method in class org.forgerock.audit.handlers.jdbc.JdbcAuditEventHandler
-
Instruct this object that it is safe to initialize file handles and network connections.
- startup() - Method in class org.forgerock.audit.handlers.jms.BatchPublisher
-
- startup() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
-
Creates the JMS Topic and ConnectionFactory from the context configuration settings and opens the JMS connection.
- startup() - Method in interface org.forgerock.audit.handlers.jms.Publisher
-
Initialize services that are reused by individual publish calls.
- startup() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
-
- startup() - Method in class org.forgerock.audit.handlers.json.JsonStdoutAuditEventHandler
-
- startup() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
-
- startup() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
Instruct this object that it is safe to initialize file handles and network connections.
- startupPublisher() - Method in class org.forgerock.audit.handlers.jms.BatchPublisher
-
- 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.
- StatisticsTask - Class in com.persistit
-
Task that reports, either once or periodically, various runtime statistics.
- StatisticsTask() - Constructor for class com.persistit.StatisticsTask
-
- STATUS - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The status event payload field name.
- 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.
- STATUS_CODE - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
-
The status code event payload field name.
- stop() - Method in class com.persistit.Task
-
Request this task to stop.
- stop() - Method in class org.forgerock.audit.AuditHttpApplication
-
- stop() - Method in class org.forgerock.authz.basic.AuthzHttpApplication
-
- stop() - Method in class org.forgerock.caf.authn.test.JaspiHttpApplication
-
- stop() - Method in class org.forgerock.commons.launcher.AbstractOSGiFrameworkService
-
- stop() - Method in interface org.forgerock.commons.launcher.OSGiFramework
-
Stops the operation of this Daemon
instance.
- stop() - Method in interface org.forgerock.http.HttpApplication
-
Called when HTTP application is shutdown.
- stop() - Method in class org.forgerock.http.servlet.example.ExampleHttpApplication
-
- stop() - Method in class org.forgerock.json.resource.http.examples.CrestHttpApplication
-
- stop(BundleContext) - Method in class org.forgerock.script.groovy.internal.Activator
-
- stop(BundleContext) - Method in class org.forgerock.script.javascript.internal.Activator
-
- stop() - Method in class org.forgerock.selfservice.example.ExampleSelfServiceApplication
-
- STOPPING - Static variable in interface org.forgerock.script.engine.CompilationHandler
-
The script is in the process of stopping.
- stopServer() - Method in class org.forgerock.http.bindings.BindingTest
-
Stop the server.
- 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 org.forgerock.audit.secure.JcaKeyStoreHandler
-
- store() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
-
Saves the keystore.
- store() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
-
- str(int) - Static method in class com.persistit.JournalRecord
-
- strandedPages - Variable in class com.persistit.logging.LogBase
-
- Stream(OutputStream) - Constructor for class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
-
Creates a new text writer that will write to the provided output stream.
- 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, 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.
- 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
-
- STRING_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
-
Json String value type.
- stringAt(String) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
Get a
AbstractCharSequenceAssert
for the referenced
JsonValue
is a string, to check its
value.
- stringIs(String, Condition<String>) - Method in class org.forgerock.json.test.assertj.AssertJJsonValueAssert.AbstractJsonValueAssert
-
Check the value of the referenced
JsonValue
string.
- 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
-
- stringToBytes(String) - Static method in class com.persistit.util.Util
-
- StringTypeValidator - Class in org.forgerock.json.schema.validator.validators
-
StringTypeValidator applies all the constraints of a string
type.
- StringTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.StringTypeValidator
-
Create a string type validator.
- StringUtils - Class in org.forgerock.maven.plugins.xcite.utils
-
Utility methods for handling strings.
- stringValue(int) - Method in class com.persistit.util.ArgParser
-
Return the String value of argument specified by its index in the
template
- 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.
- 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.
- 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.i18n.LocalizableMessage
-
Returns a new CharSequence
which is a subsequence of the
String
representation of this message in the default locale.
- subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
-
Returns a new CharSequence
which is a subsequence of the
String
representation of this message in the specified locale.
- subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Returns a new CharSequence
which is a subsequence of the
String
representation of this message builder in the default
locale.
- subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Returns a new CharSequence
which is a subsequence of the
String
representation of this message builder in the specified
locale.
- 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
.
- 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.
- substVars(String, PropertyAccessor) - Static method in class org.forgerock.commons.launcher.ConfigurationUtil
-
This method performs property variable substitution on the specified
value.
- substVars(String, PropertyAccessor, boolean) - Static method in class org.forgerock.commons.launcher.ConfigurationUtil
-
- succeeded() - Method in class org.forgerock.util.test.assertj.AbstractAssertJPromiseAssert
-
Asserts that the promise succeeded.
- SUCCESS_AUTH_STATUS - Static variable in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
The request header value for returning AuthStatus.SUCCESS
.
- summarize() - Method in class com.persistit.Buffer
-
- summary() - Method in class com.persistit.VolumeSpecification
-
- SUMMARY_ITEMS - Static variable in interface com.persistit.mxbeans.IOMeterMXBean
-
- 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.
- supportedSortKeys(String...) - Method in class org.forgerock.api.models.Query.Builder
-
Set the supported sort keys.
- 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.
- SwaggerApiProducer - Class in org.forgerock.http.swagger
-
An API Producer for APIs that use the Swagger model implementation of the OpenAPI specification.
- SwaggerApiProducer(Info) - Constructor for class org.forgerock.http.swagger.SwaggerApiProducer
-
Create a new API Description Producer with null as basePath, host and no scheme.
- SwaggerApiProducer(Info, String, String, Scheme...) - Constructor for class org.forgerock.http.swagger.SwaggerApiProducer
-
Create a new API Description Producer.
- SwaggerApiProducer(Info, String, String, List<Scheme>) - Constructor for class org.forgerock.http.swagger.SwaggerApiProducer
-
Create a new API Description Producer.
- SwaggerExtended - Class in org.forgerock.http.swagger
-
Extension of Swagger
to override some of its behaviors.
- SwaggerExtended() - Constructor for class org.forgerock.http.swagger.SwaggerExtended
-
- SwaggerUtils - Class in org.forgerock.http.swagger
-
Swagger utility.
- 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
-
- SyncHttpClientProvider - Class in org.forgerock.http.apache.sync
-
An HTTP client implementation provider for Apache HttpClient.
- SyncHttpClientProvider() - Constructor for class org.forgerock.http.apache.sync.SyncHttpClientProvider
-
- SyntaxHighlighterCopier - Class in org.forgerock.doc.maven.utils
-
Copy SyntaxHighlighter files under the specified directories.
- SyntaxHighlighterCopier(String[]) - Constructor for class org.forgerock.doc.maven.utils.SyntaxHighlighterCopier
-
Construct a SyntaxHighlighterCopier, specifying output directories.
- SyslogAuditEventHandler - Class in org.forgerock.audit.handlers.syslog
-
The handler publishes audit events formatted using SyslogFormatter
to a syslog daemon using
the configured SyslogPublisher
.
- SyslogAuditEventHandler(SyslogAuditEventHandlerConfiguration, EventTopicsMetaData, ProductInfoProvider, LocalHostNameProvider) - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
Create a new SyslogAuditEventHandler instance.
- SyslogAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.syslog
-
- SyslogAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
- SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.syslog
-
Configuration of event buffering.
- SyslogAuditEventHandlerConfiguration.SeverityFieldMapping - Class in org.forgerock.audit.handlers.syslog
-
Encapsulates configuration for mapping audit event field values to Syslog severity values.
- 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_PROPERTIES_FILE_VALUE - Static variable in class org.forgerock.commons.launcher.OSGiFrameworkService
-
The default name used for the system properties file.
- SYSTEM_PROPERTIES_PROP - Static variable in class org.forgerock.commons.launcher.OSGiFrameworkService
-
The property name used to specify an URL to the system property file.
- 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
- SystemUtils - Class in org.forgerock.guice.core.internal.commons.lang
-
Helpers for java.lang.System
.
- 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.
- TableMapping - Class in org.forgerock.audit.handlers.jdbc
-
Contains the necessary information to map an event to a database table, and the event fields to the columns
in that database table.
- TableMapping() - Constructor for class org.forgerock.audit.handlers.jdbc.TableMapping
-
- 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
.
- takeScript(String) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- takeScript(JsonValue) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- takeScript(ScriptName) - Method in class org.forgerock.script.registry.ScriptRegistryImpl
-
- takeScript(JsonValue) - Method in interface org.forgerock.script.ScriptRegistry
-
Takes a ScriptEntry
from this ScriptRegistry
.
- takeScript(ScriptName) - Method in interface org.forgerock.script.ScriptRegistry
-
Takes a ScriptEntry
from this ScriptRegistry
.
- 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
-
- 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
-
- TaskSetupPanel - Class in com.persistit.ui
-
- TaskSetupPanel(AdminUI, String) - Constructor for class com.persistit.ui.TaskSetupPanel
-
- 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
-
- TaskStatusStateRenderer - Class in com.persistit.ui.renderers
-
- TaskStatusStateRenderer() - Constructor for class com.persistit.ui.renderers.TaskStatusStateRenderer
-
- 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".
- tearDown() - Method in class org.forgerock.http.bindings.BindingTest
-
Tear down after tests.
- teardownGuiceModules() - Method in class org.forgerock.guice.core.GuiceTestCase
-
After the test method has run, the injector is reset to its old value.
- 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.
- 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
-
- testAnswerWith500IfHttpApplicationFailedToStart() - Method in class org.forgerock.http.bindings.BindingTest
-
Test 500 errors are returned if the application doesn't start correctly.
- TestAuditApi - Class in org.forgerock.caf.authn.test.runtime
-
Test implementation of the JASPI runtime's AuditApi
interface.
- TestAuditApi() - Constructor for class org.forgerock.caf.authn.test.runtime.TestAuditApi
-
- testDescribedHttpApplicationLifecycle() - Method in class org.forgerock.http.bindings.BindingTest
-
Test the application lifecycle for a described application.
- 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
-
- testHttpApplicationLifecycle() - Method in class org.forgerock.http.bindings.BindingTest
-
Test the application lifecycle.
- testRequest() - Method in class org.forgerock.http.bindings.BindingTest
-
Test a request.
- testSession() - Method in class org.forgerock.http.bindings.BindingTest
-
Test the session.
- TextWriter - Interface in org.forgerock.audit.events.handlers.writers
-
A TextWriter provides a character-based stream which can be queried for number of bytes written.
- TextWriter.Stream - Class in org.forgerock.audit.events.handlers.writers
-
A TextWriter implementation which writes to a given output stream.
- TextWriterAdapter - Class in org.forgerock.audit.events.handlers.writers
-
- TextWriterAdapter(TextWriter) - Constructor for class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
-
Creates the writer.
- TheadRowTransformer - Class in org.forgerock.doc.maven.utils
-
Update XML files, adding a dbfo processing instruction
to set the background color of table header rows.
- TheadRowTransformer() - Constructor for class org.forgerock.doc.maven.utils.TheadRowTransformer
-
Construct an updater to match DocBook XML files.
- 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.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 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.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 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 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(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.
- ThreadClassLoaderManager - Class in org.forgerock.script.registry
-
A NAME does ...
- 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
-
- threadStacksToString() - Static method in class org.forgerock.testng.ForgeRockTestListener
-
Return a String representation of all of the current threads.
- TimeLimitRotationPolicy - Class in org.forgerock.audit.rotation
-
Creates a rotation policy based on a time duration.
- TimeLimitRotationPolicy(Duration) - Constructor for class org.forgerock.audit.rotation.TimeLimitRotationPolicy
-
Constructs a TimeLimitRotationPolicy with a given
Duration
.
- 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
-
- TimeService - Interface in org.forgerock.util.time
-
Provides time related methods for computing durations, for providing the now
instant and other use cases.
- TIMESTAMP - Static variable in class org.forgerock.audit.events.AuditEventBuilder
-
Timestamp event payload field name.
- timestamp(long) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Sets the provided time stamp for the event.
- TIMESTAMP_PROPERTY - Static variable in class com.persistit.Configuration
-
Property name for pseudo-property "timestamp";
- TimestampFilenameFilter - Class in org.forgerock.audit.retention
-
- TimestampFilenameFilter(File, String, DateTimeFormatter) - Constructor for class org.forgerock.audit.retention.TimestampFilenameFilter
-
- TimeStampFileNamingPolicy - Class in org.forgerock.audit.retention
-
Creates a time stamp based file naming policy.
- TimeStampFileNamingPolicy(File, String, String) - Constructor for class org.forgerock.audit.retention.TimeStampFileNamingPolicy
-
Constructs a TimeStampFileNaming policy with a given initial file, a timestamp format, and a prefix string.
- 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.
- 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.fluent.JsonPointer
-
Returns a newly allocated array of strings, containing the pointer's reference tokens.
- 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.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.
- 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.
- toEvent() - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Generates the audit event.
- 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.
- toIndex(String) - Static method in class org.forgerock.json.JsonValue
-
Returns the key as an list index value.
- 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.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.EcJWK
-
Prints the JWK as a String json object.
- 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.crypto.JsonCrypto
-
Returns this object as a $crypto
JSON object value.
- 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.ref.JsonReference
-
Returns this object as a $ref
JSON object value.
- 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(String) - Static method in class org.forgerock.selfservice.stages.utils.JsonUtils
-
Given a json string return a corresponding json value.
- 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.
- 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.
- toMessage() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
- 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
-
- 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.
- toResourceException(int, String) - Method in exception org.forgerock.script.exception.ScriptThrownException
-
Converts the script exception to an appropriate json resource exception.
- 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.
- 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 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.audit.events.AuditEvent
- toString() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
-
- 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.commons.launcher.BundleHandler
-
- 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 class org.forgerock.i18n.LocalizableMessage
-
Returns the String
representation of this message in the default
locale.
- toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
-
Returns the String
representation of this message in the
specified locale.
- toString() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Returns the String
representation of this message builder in the
default locale.
- toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
-
Returns the String
representation of this message builder in the
specified locale.
- toString() - Method in class org.forgerock.json.fluent.JsonPointer
-
Returns the JSON pointer string value.
- toString() - Method in class org.forgerock.json.fluent.JsonValue
-
Returns a string representation of the JSON value.
- 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.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 exception org.forgerock.json.schema.validator.exceptions.SchemaException
-
Override toString to pick up any embedded exception.
- toString() - Method in class org.forgerock.json.schema.validator.validators.Validator
- toString() - Method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns the string representation of this citation.
- toString() - Method in exception org.forgerock.script.exception.ScriptThrownException
-
- toString() - Method in class org.forgerock.script.ScriptName
-
- 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
-
- toString() - Method in class ru.org.openam.geo.Info
-
- toString(ServletRequest) - Static method in class ru.org.openam.httpdump.Dump
-
- toString(HttpServletRequest) - Static method in class ru.org.openam.httpdump.Dump
-
- 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.
- 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.
- trace(int, int) - Static method in class com.persistit.util.Debug
-
- trace(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(String) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg0, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(String, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg1<T1>, T1, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(String, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(String, Object, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessageDescriptor.ArgN, Throwable, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(String, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(LocalizableMessage, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message using the provided Marker
.
- trace(Marker, LocalizableMessageDescriptor.Arg0, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message using the provided Marker
.
- trace(Marker, LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg1<T1>, T1, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9, Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- trace(Marker, LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message.
- trace(Marker, LocalizableMessageDescriptor.ArgN, Throwable, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- traceException(Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with provided exception.
- traceException(Throwable, String) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- traceException(Throwable, String, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- traceException(Throwable, String, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- traceException(Throwable, String, Object, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- traceException(Throwable, String, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
-
Logs a trace message with an accompanying exception.
- TRACKING_IDS - Static variable in class org.forgerock.audit.events.AuditEventBuilder
-
Tracking IDs event payload field name.
- trackingId(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Adds an entry to trackingIds for the event.
- trackingIds(Set<String>) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Adds the specified entries to trackingIds for the event.
- 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
-
- TRANSACTION_ID - Static variable in class org.forgerock.audit.events.AuditEventBuilder
-
Transaction ID event payload field name.
- 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(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Sets the provided transactionId for the event.
- 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.
- transactionIdFromContext(Context) - Method in class org.forgerock.audit.events.AuditEventBuilder
-
Sets transactionId from ID of
TransactionIdContext
, if the provided
Context
contains a
TransactionIdContext
.
- TransactionIdHeader - Class in org.forgerock.http.header
-
Processes the transactionId header used mainly for audit purpose.
- TransactionIdHeader(String) - Constructor for class org.forgerock.http.header.TransactionIdHeader
-
Constructs a new header with the provided value for the transaction id.
- TransactionIdInboundFilter - Class in org.forgerock.http.filter
-
- TransactionIdInboundFilter() - Constructor for class org.forgerock.http.filter.TransactionIdInboundFilter
-
- 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(JsonValue) - Method in class org.forgerock.json.crypto.JsonCryptoTransformer
-
- transform(JsonValue) - Method in interface org.forgerock.json.fluent.JsonTransformer
-
Performs the transformation of the specified JSON value.
- transform(JsonValue) - Method in class org.forgerock.json.ref.JsonReferenceTransformer
-
- 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.
- 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.
- TransportProtocol - Enum in org.forgerock.audit.handlers.syslog
-
Transport protocol over which Syslog messages should be published.
- 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.crypto.JsonDecryptFunction
-
- 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
-
- TreeAndVolumeSelector - Class in com.persistit.ui
-
- TreeAndVolumeSelector() - Constructor for class com.persistit.ui.TreeAndVolumeSelector
-
- 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
-
- TreeInfo(String, long, int, String, String, String, long, long, long, long) - Constructor for class com.persistit.Management.TreeInfo
-
- 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.
- 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
-
- 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.
- 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 - Static variable in class org.forgerock.json.crypto.simple.SimpleDecryptor
-
The type of cryptographic representation that this decryptor supports.
- TYPE - Static variable in class org.forgerock.json.crypto.simple.SimpleEncryptor
-
The type of cryptographic representation that this encryptor supports.
- TYPE - Static variable in class org.forgerock.json.schema.validator.Constants
-
The type
field name.
- TYPE - Static variable in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Type of the token handler.
- TYPE_ANY - Static variable in class org.forgerock.json.schema.validator.Constants
-
- TYPE_ARRAY - Static variable in class org.forgerock.json.schema.validator.Constants
-
The array type.
- TYPE_BOOLEAN - Static variable in class org.forgerock.json.schema.validator.Constants
-
The boolean type.
- TYPE_INTEGER - Static variable in class org.forgerock.json.schema.validator.Constants
-
The integer type.
- TYPE_NAMES - Static variable in class com.persistit.Buffer
-
- TYPE_NULL - Static variable in class org.forgerock.json.schema.validator.Constants
-
The null type.
- TYPE_NUMBER - Static variable in class org.forgerock.json.schema.validator.Constants
-
The number type.
- TYPE_OBJECT - Static variable in class org.forgerock.json.schema.validator.Constants
-
The object type.
- TYPE_STRING - Static variable in class org.forgerock.json.schema.validator.Constants
-
The string type.
- TYPES - Static variable in class com.persistit.JournalRecord
-
- validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestAnySchema
-
- validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestArraySchema
-
- validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestBooleanSchema
-
- validate(JsonValue) - Method in class org.forgerock.api.jackson.CrestObjectSchema
-
- validate() - Method in class org.forgerock.audit.events.AuditEventBuilder
-
- validate(String) - Method in interface org.forgerock.authz.modules.oauth2.OAuth2AccessTokenValidator
-
Validates whether the given access token is valid, by referring to the OAuth2 Provider and gaining user
profile information as well.
- validate(String) - Method in class org.forgerock.authz.modules.oauth2.RestOAuth2AccessTokenValidator
-
Validates whether the given access token is valid, by referring to the OAuth2 Provider and gaining user
profile information as well.
- validate(Number, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.DivisibleByHelper
-
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.EnumHelper
-
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.FormatHelper
-
- validate(Number, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.MaximumHelper
-
- validate(Number, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.MinimumHelper
-
- validate(Object, Map<String, Object>) - Static method in class org.forgerock.json.schema.validator.ObjectValidator
-
Validate the given
node
against the
schema
This implementation is pessimistic and returns false if any exception was thrown.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.AnyTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.ArrayTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.BooleanTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.IntegerTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.NullTypeValidator
-
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.NumberTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.ObjectTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(T, JsonPointer, ErrorHandler) - Method in interface org.forgerock.json.schema.validator.validators.SimpleValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.StringTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.UnionTypeValidator
-
Validates the node
value against the embedded schema object.
- validate(String) - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenHandler
-
Validates the passed snapshot token.
- validate(String) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandler
-
- validateAndExtractState(String) - Method in interface org.forgerock.selfservice.core.snapshot.SnapshotTokenHandler
-
Validates and parses the token, extracting any encapsulated state.
- validateAndExtractState(String) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandler
-
- validateIdentity(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.BaseOpenIdResolver
-
Validates the supplied Jwt against this OpenId Connect Idp.
- validateIdentity(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.JWKOpenIdResolverImpl
-
Validates the supplied Jwt against this OpenId Connect Idp.
- validateIdentity(SignedJwt) - Method in interface org.forgerock.jaspi.modules.openid.resolvers.OpenIdResolver
-
Validates the supplied Jwt against this OpenId Connect Idp.
- validateIdentity(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.PublicKeyOpenIdResolverImpl
-
Validates the supplied Jwt against this OpenId Connect Idp.
- validateIdentity(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.SharedSecretOpenIdResolverImpl
-
Validates the supplied Jwt against this OpenId Connect Idp.
- validateJsonToSchema(String, JsonSchema) - Static method in class org.forgerock.api.jackson.JacksonUtils
-
Validate that the provided JSON conforms to the schema.
- validateJwtSessionCookie(MessageInfo) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
-
- validateRequest(MessageContext, Subject, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthContext
-
Validates the incoming request message.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in interface org.forgerock.caf.authentication.api.AsyncServerAuthModule
-
Validates the incoming request message.
- validateRequest(MessageContext, Subject, Subject) - Method in class org.forgerock.caf.authentication.framework.FallbackAuthContext
-
Authenticates the incoming request message by calling each AsyncServerAuthModule
in order until an auth module returns an AuthStatus
value other than
SEND_FAILURE
, or returns an AuthenticationException
or the end of the
module list is reached.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuditingAuthModule
-
Adds module audit info and sets the principal.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuditingSessionAuthModule
-
Adds module audit info and sets the principal.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleOne
-
Return value is based on the presents and value of the X-JASPI-AUTH-MODULE-ONE-VALIDATE-REQUEST
request
header.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleTwo
-
Return value is based on the presents and value of the X-JASPI-AUTH-MODULE-TWO-VALIDATE-REQUEST
request
header.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.AuthModuleUnsupportedMessageTypes
-
Returns SUCCESS.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.FailureAuditingAuthModule
-
Adds module audit info and sets the principal.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.caf.authn.test.modules.SessionAuthModule
-
Return value is based on the presents and value of the X-JASPI-SESSION-VALIDATE_REQUEST
request header.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.iwa.IWAModule
-
Validates the request by checking the Authorization header in the request for a IWA token and processes that
for authentication.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.openid.OpenIdConnectModule
-
Attempts to retrieve the value of the specified OpenID Connect header from the messageInfo, then
converts this to a Jwt and attempts to decrypt.
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.JwtSessionModule
-
- validateRequest(MessageInfo, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.jwt.ServletJwtSessionModule
-
- validateRequest(MessageInfoContext, Subject, Subject) - Method in class org.forgerock.jaspi.modules.session.openam.OpenAMSessionModule
-
Validates whether or not the request contains a valid OpenAM SSO Token Id.
- validateStringOrURI(String) - Static method in class org.forgerock.json.jose.utils.StringOrURI
-
Validates that the given String is either an arbitrary string without any ":" characters, otherwise validates
that the String is a valid URI.
- ValidationException - Exception in org.forgerock.json.schema.validator.exceptions
-
Encapsulate a JSON validator error.
- ValidationException(String) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given message.
- ValidationException(String, Throwable) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given message and cause.
- ValidationException(String, Throwable, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given message, cause and path.
- ValidationException(String, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given message and path.
- ValidationException(String, JsonPointer, Object) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given message, value and path.
- ValidationException(Exception, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given cause and path.
- ValidationException(String, Exception, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
-
Create an exception with the given message, cause and path.
- ValidationUtil - Class in org.forgerock.api.util
-
API Descriptor model-validation utilities.
- Validator - Class in org.forgerock.json.schema.validator.validators
-
Validator is the abstract base class of all typed validator.
- Validator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.Validator
-
Default ctor.
- validBufferSizes() - Static method in class com.persistit.Configuration
-
Return an array containing all valid
Buffer
sizes.
- Value - Class in com.persistit
-
Encapsulates the serialized form of an Object
or a primitive
value.
- Value(Persistit) - Constructor for class com.persistit.Value
-
Construct a Value
object with default initial and maximum
encoded sizes.
- Value(Persistit, int) - Constructor for class com.persistit.Value
-
Construct a Value
object with specified initial encoded size
and default maximum size.
- Value(Persistit, int, int) - Constructor for class com.persistit.Value
-
Construct a Value
object with specific initial encoded size
and specified maximum size.
- Value(Value) - Constructor for class com.persistit.Value
-
Construct a new Value
that represents the same data as the
source.
- value(String) - Method in class org.forgerock.api.models.Reference.Builder
-
Setter for Reference-value.
- value() - Method in enum org.forgerock.json.jose.jwe.JweHeaderKey
-
Returns a lowercase String of the JweHeaderKey constant.
- value() - Method in enum org.forgerock.json.jose.jwk.KeyType
-
Get the value of the KeyType.
- value() - Method in enum org.forgerock.json.jose.jwk.KeyUse
-
Get the Value of the KeyUse.
- value() - Method in enum org.forgerock.json.jose.jws.JwsHeaderKey
-
Returns a lowercase String of the JwsHeaderKey constant.
- value() - Method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
-
Returns a lowercase String of the JwtClaimsSetKey
constant.
- value() - Method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
-
Returns a lowercase String of the JwtHeaderKey constant.
- Value.OldValueInputStream - Class in com.persistit
-
An ObjectOutputStream that reads bytes from this Value using standard
Java serialization.
- VALUE_PTR - Static variable in class org.forgerock.json.JsonPatch
-
Path to the "value" attribute of a patch entry.
- ValueCoder - Interface in com.persistit.encoding
-
Interface for specialized encoding and decoding of
Object
s of
arbitrary type in a
Value
.
- ValueDisplayer - Interface in com.persistit.encoding
-
- valueOf(String) - Static method in enum com.persistit.Accumulator.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.persistit.AlertMonitor.AlertLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.persistit.Exchange.Sequence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.persistit.Key.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.persistit.logging.PersistitLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.persistit.Transaction.CommitPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.commons.CommonsApi.Errors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.CountPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.CreateMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.CreateSingleton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.PagingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.ParameterSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.PatchOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.ReadPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.Stability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.enums.WritePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocSymbols
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.api.models.Resource.AnnotatedTypeVariant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.events.AccessAuditEventBuilder.ResponseStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.filter.Filters.FilterNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.jms.DeliveryModeConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.jms.SessionModeConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.syslog.Facility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.syslog.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.bloomfilter.ConcurrencyStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.commons.launcher.BundleHandler.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.doc.maven.AbstractDocbkxMojo.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.doc.maven.AbstractDocbkxMojo.ProfileAttributes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.guice.core.InjectorConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.guice.core.InjectorHolder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
-
Returns the enum constant of this type with the specified name.
- valueOf(Message) - Static method in class org.forgerock.http.header.AcceptApiVersionHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.AcceptApiVersionHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(PreferredLocales) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
-
Creates an accept language header representation for a PreferredLocales
instance.
- valueOf(List<Locale>) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
-
Create a header from a list of preferred Locale
instances.
- valueOf(String...) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
-
Create a header from a list of preferred Locale
language tags.
- valueOf(Set<String>) - Static method in class org.forgerock.http.header.AcceptLanguageHeader
-
Create a header from a list of header values.
- valueOf(Message) - Static method in class org.forgerock.http.header.ConnectionHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.ConnectionHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(Message) - Static method in class org.forgerock.http.header.ContentApiVersionHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.ContentApiVersionHeader
-
Constructs a new header, initialized from the specified string.
- valueOf(Message) - Static method in class org.forgerock.http.header.ContentEncodingHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.ContentEncodingHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(Message) - Static method in class org.forgerock.http.header.ContentLengthHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.ContentLengthHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(Message) - Static method in class org.forgerock.http.header.ContentTypeHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.ContentTypeHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(Request) - Static method in class org.forgerock.http.header.CookieHeader
-
Constructs a new header, initialized from the specified request message.
- valueOf(String) - Static method in class org.forgerock.http.header.CookieHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(Message) - Static method in class org.forgerock.http.header.LocationHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.LocationHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(String) - Static method in class org.forgerock.http.header.SetCookieHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(Response) - Static method in class org.forgerock.http.header.SetCookieHeader
-
Constructs a new header, initialized from the specified response message.
- valueOf(List<String>) - Static method in class org.forgerock.http.header.SetCookieHeader
-
Constructs a new header, initialized from the specified list of Set-Cookie values.
- valueOf(Request) - Static method in class org.forgerock.http.header.TransactionIdHeader
-
Constructs a new header, initialized from the specified request.
- valueOf(String) - Static method in class org.forgerock.http.header.TransactionIdHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(String) - Static method in class org.forgerock.http.header.Warning
-
Parses a warning-header value (part after Warning:
).
- valueOf(Message) - Static method in class org.forgerock.http.header.WarningHeader
-
Constructs a new header, initialized from the specified message.
- valueOf(String) - Static method in class org.forgerock.http.header.WarningHeader
-
Constructs a new header, initialized from the specified string value.
- valueOf(String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
-
- valueOf(String) - Static method in enum org.forgerock.http.protocol.Cookie.SameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.http.protocol.Status.Family
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.forgerock.http.protocol.Status.Family
-
Find the class of the given status code.
- valueOf(int) - Static method in class org.forgerock.http.protocol.Status
-
Get a
Status
from the given integer.
- valueOf(int, String) - Static method in class org.forgerock.http.protocol.Status
-
Get a
Status
from the given integer.
- valueOf(String) - Static method in enum org.forgerock.http.routing.DefaultVersionBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.http.routing.RoutingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.http.servlet.ServletRoutingBase
-
Returns the enum constant of this type with the specified name.
- valueOf(Object) - Static method in class org.forgerock.i18n.LocalizableMessage
-
Creates a new message whose content is the String
representation
of the provided Object
.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.CompressionAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.EncryptionMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwe.JweHeaderKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwk.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwk.KeyUse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jws.JwsHeaderKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.jose.jwt.JwtType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.json.resource.CountPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
-
Parses the provided JSON content as a patch operation.
- valueOf(String) - Static method in enum org.forgerock.json.resource.RequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.forgerock.json.resource.ResourcePath
-
Parses the provided string representation of a resource path.
- valueOf(String) - Static method in class org.forgerock.json.resource.SortKey
-
Parses the provided string as a sort key.
- valueOf(String, String) - Static method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns a Citation from the string representation.
- valueOf(String) - Static method in class org.forgerock.maven.plugins.xcite.Citation
-
Returns a Citation from the string representation,
assuming the default delimiter, :
.
- valueOf(String) - Static method in enum org.forgerock.script.ScriptEntry.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.security.keystore.KeyStoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.selfservice.core.StorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(JsonValue) - Static method in class org.forgerock.services.TransactionId
-
Creates a TransactionId from a JsonValue.
- valueOf(String) - Method in class org.forgerock.util.query.QueryFilterParser
-
Parses the provided string representation of a query filter as a
QueryFilter
.
- valueOf(String) - Static method in enum org.forgerock.util.thread.listener.ShutdownPriority
-
Returns the enum constant of this type with the specified name.
- valueOfForm(Form) - Static method in class org.forgerock.http.oauth2.OAuth2Error
-
Parses the Form representation of an authorization call-back error as an
OAuth 2.0 error.
- valueOfJsonContent(Map<String, Object>) - Static method in class org.forgerock.http.oauth2.OAuth2Error
-
Parses the JSON representation of an access token error response as an
OAuth 2.0 error.
- valueOfList(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
-
Parses the provided JSON content as a list of patch operations.
- valueOfWWWAuthenticateHeader(String) - Static method in class org.forgerock.http.oauth2.OAuth2Error
-
Parses the provided WWW-Authenticate header content as an OAuth 2.0
error.
- ValueRenderer - Interface in com.persistit.encoding
-
An extended
ValueCoder
that can populate a supplied
Object
with data that was formerly written to a
Value
by
the
ValueCoder
.
- values() - Static method in enum com.persistit.Accumulator.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.persistit.AlertMonitor.AlertLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.persistit.Exchange.Sequence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.persistit.Key.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.persistit.logging.PersistitLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.persistit.PersistitMap
-
Returns a collection view of the values contained in this map.
- values() - Static method in enum com.persistit.Transaction.CommitPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.commons.CommonsApi.Errors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.CountPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.CreateMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.CreateSingleton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.PagingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.ParameterSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.PatchOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.ReadPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.Stability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.enums.WritePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocSymbols
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.markup.asciidoc.AsciiDocTableColumnStyles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.api.models.Resource.AnnotatedTypeVariant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.events.AccessAuditEventBuilder.ResponseStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.filter.Filters.FilterNames
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.jms.DeliveryModeConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.jms.SessionModeConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.syslog.Facility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.syslog.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.bloomfilter.ConcurrencyStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.commons.launcher.BundleHandler.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.doc.maven.AbstractDocbkxMojo.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.doc.maven.AbstractDocbkxMojo.ProfileAttributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.guice.core.InjectorConfiguration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.guice.core.InjectorHolder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.http.protocol.Cookie.SameSite
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.forgerock.http.protocol.Headers
-
- values() - Method in class org.forgerock.http.protocol.RequestCookies
-
- values() - Static method in enum org.forgerock.http.protocol.Status.Family
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.http.routing.DefaultVersionBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.http.routing.RoutingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.http.servlet.ServletRoutingBase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.forgerock.json.fluent.JsonValueMap
-
Returns a Collection view of the values contained in this map.
- values() - Static method in enum org.forgerock.json.jose.jwe.CompressionAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwe.EncryptionMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwe.JweAlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwe.JweHeaderKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwk.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwk.KeyUse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jws.JwsAlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jws.JwsHeaderKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jws.SupportedEllipticCurve
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwt.JwtClaimsSetKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwt.JwtHeaderKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.jose.jwt.JwtType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.resource.CountPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.json.resource.RequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.script.ScriptEntry.Visibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.security.keystore.KeyStoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.forgerock.selfservice.core.StorageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.forgerock.util.LazyMap
-
Returns a
Collection
view of the values contained in the map.
- values() - Method in class org.forgerock.util.MapDecorator
-
Returns a
Collection
view of the values contained in the map.
- values() - Static method in enum org.forgerock.util.thread.listener.ShutdownPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueState - Class in com.persistit
-
Contains an immutable copy of the state from a
Value
object suitable
for use as the key of a
Map
.
- ValueState(Value) - Constructor for class com.persistit.ValueState
-
Construct an immutable ValueState
by copying the relevant
state information from a Value
.
- ValueState(Value, int) - Constructor for class com.persistit.ValueState
-
Construct an immutable ValueState
by copying the relevant
state information from a Value
.
- VERBOSE_PROPERTY - Static variable in class com.persistit.Configuration
-
Property name for specifying whether Persistit should display diagnostic
messages.
- verify(byte[], byte[]) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
-
- verify(byte[], byte[]) - Method in interface org.forgerock.audit.secure.SecureStorage
-
Verifies that signed data corresponds to signature.
- verify(SigningHandler) - Method in class org.forgerock.json.jose.jwe.SignedThenEncryptedJwt
-
Verifies that the signature is valid on the nested signed JWT.
- verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.ECDSASigningHandler
-
- verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.HmacSigningHandler
-
Verifies that the given signature is valid for the given data.
- verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.NOPSigningHandler
-
Verifies that the signature length is zero.
- verify(JwsAlgorithm, byte[], byte[]) - Method in class org.forgerock.json.jose.jws.handlers.RSASigningHandler
-
Verifies that the given signature is valid for the given data.
- verify(JwsAlgorithm, byte[], byte[]) - Method in interface org.forgerock.json.jose.jws.handlers.SigningHandler
-
Verifies that the given signature is valid for the given data.
- verify(SigningHandler) - Method in class org.forgerock.json.jose.jws.SignedJwt
-
Verifies that the JWS signature is valid for the contents of its payload.
- verify(X509Certificate, String, String, byte[]) - Method in class org.forgerock.util.SignatureUtil
-
Verifies a signature of a String using the certificate.
- verify(PublicKey, String, String, byte[]) - Method in class org.forgerock.util.SignatureUtil
-
Verifies a signature of a String using the public key.
- VERIFY_PAGES - Static variable in class com.persistit.util.Debug
-
- VerifyEmailAccountConfig - Class in org.forgerock.selfservice.stages.email
-
Configuration for the email account verification stage.
- VerifyEmailAccountConfig() - Constructor for class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
- VerifyEmailAccountStage - Class in org.forgerock.selfservice.stages.email
-
Having retrieved the email address from the context or in response to the initial requirements, verifies the
validity of the email address with the user who submitted the requirements via an email flow.
- VerifyEmailAccountStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
-
Constructs a new stage.
- verifySignature(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.JWKOpenIdResolverImpl
-
Verifies that the JWS was signed by the supplied key.
- verifySignature(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.PublicKeyOpenIdResolverImpl
-
Verifies that the JWS was signed by the corresponding private key to this
public key.
- verifySignature(SignedJwt) - Method in class org.forgerock.jaspi.modules.openid.resolvers.SharedSecretOpenIdResolverImpl
-
Verifies that the JWS was signed by the supplied key.
- VERSION - Static variable in interface com.persistit.mxbeans.JournalManagerMXBean
-
Version number for the journal file format defined in this edition.
- VERSION - Static variable in class com.persistit.Persistit
-
This version of Persistit
- version() - Static method in class com.persistit.Persistit
-
Returns the version identifier for this version of Persistit™
- version(String) - Method in class org.forgerock.api.models.ApiDescription.Builder
-
Set the version of the API.
- Version - Class in org.forgerock.http.routing
-
Represents some version in the form majorNumber.minorNumber,
for instance 2.4.
- version(int, int) - Static method in class org.forgerock.http.routing.Version
-
Creates a new version using the provided version information.
- version(int) - Static method in class org.forgerock.http.routing.Version
-
Creates a new version using the provided version information and a minor.
- version(String) - Static method in class org.forgerock.http.routing.Version
-
Parses the string argument as a version.
- VERSION - Static variable in class org.forgerock.script.javascript.RhinoScriptEngineFactory
-
- VERSION_MISMATCH - Static variable in exception org.forgerock.json.resource.ResourceException
-
Indicates that the resource's current version does not match the version
provided.
- VERSION_REQUIRED - Static variable in exception org.forgerock.json.resource.ResourceException
-
Indicates that the resource requires a version, but no version was
supplied in the request.
- VersionedPath - Class in org.forgerock.api.models
-
Class that represents versioned
Resource
s on an API descriptor path.
- versionedPath() - Static method in class org.forgerock.api.models.VersionedPath
-
Create a new Builder for VersionedPath.
- VersionedPath.Builder - Class in org.forgerock.api.models
-
Builder to help construct the VersionedPath.
- VersionedResourcesDemo - Class in org.forgerock.json.resource.examples
-
An example client application which performs asynchronous reads against different versions of the same resource.
- VersionsOutOfOrderException - Exception in com.persistit.exception
-
- VersionsOutOfOrderException() - Constructor for exception com.persistit.exception.VersionsOutOfOrderException
-
- VersionsOutOfOrderException(String) - Constructor for exception com.persistit.exception.VersionsOutOfOrderException
-
- VersionsOutOfOrderException(Throwable) - Constructor for exception com.persistit.exception.VersionsOutOfOrderException
-
- VisibleForTesting - Annotation Type in org.forgerock.util.annotations
-
This annotation doesn't actually do anything, other than provide documentation of the fact that a function has
either been marked public, or package private in order for a test (somewhere physically distant in the system)
to compile.
- visit(ReadOnlyExchange) - Method in interface com.persistit.Exchange.TraverseVisitor
-
- visit(Operation) - Method in interface org.forgerock.api.transform.OpenApiHelper.OperationVisitor
-
Visits a Swagger Operation
.
- visitActionRequest(P, ActionRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits an action request.
- visitAllOperations(OpenApiHelper.OperationVisitor, Swagger) - Static method in class org.forgerock.api.transform.OpenApiHelper
-
Visits all operations.
- visitAndFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitAndFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits an and
filter.
- visitAndFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits an and
filter.
- visitBooleanLiteralFilter(P, boolean) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitBooleanLiteralFilter(Void, boolean) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a boolean literal filter.
- visitBooleanLiteralFilter(P, boolean) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a boolean literal filter.
- visitContainsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitContainsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a contains
filter.
- visitContainsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a contains
filter.
- visitCreateRequest(P, CreateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits a create request.
- visitDeleteRequest(P, DeleteRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits a delete request.
- visitEqualsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitEqualsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a equality
filter.
- visitEqualsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a equality
filter.
- visitExtendedMatchFilter(P, F, String, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitExtendedMatchFilter(Void, F, String, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a comparison
filter.
- visitExtendedMatchFilter(P, F, String, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a comparison
filter.
- visitGreaterThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitGreaterThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a greater than
filter.
- visitGreaterThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a greater than
filter.
- visitGreaterThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitGreaterThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a greater than or equal to
filter.
- visitGreaterThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a greater than or equal to
filter.
- visitLessThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitLessThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a less than
filter.
- visitLessThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a less than
filter.
- visitLessThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitLessThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a less than or equal to
filter.
- visitLessThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a less than or equal to
filter.
- visitNotFilter(P, QueryFilter<F>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitNotFilter(Void, QueryFilter<F>) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a not
filter.
- visitNotFilter(P, QueryFilter<F>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a not
filter.
- visitOrFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitOrFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits an or
filter.
- visitOrFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits an or
filter.
- visitPatchRequest(P, PatchRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits a patch request.
- visitPresentFilter(P, F) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitPresentFilter(Void, F) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a present
filter.
- visitPresentFilter(P, F) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a present
filter.
- visitQueryRequest(P, QueryRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits a query request.
- visitReadRequest(P, ReadRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits a read request.
- visitStartsWithFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
-
- visitStartsWithFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
-
Visits a starts with
filter.
- visitStartsWithFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
-
Visits a starts with
filter.
- visitUpdateRequest(P, UpdateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
-
Visits an update request.
- Volume - Class in com.persistit
-
Represent the identity and optionally the service classes that manage a
volume.
- VOLUME_PROPERTY_PREFIX - Static variable in class com.persistit.Configuration
-
Property name prefix for specifying Volumes.
- VolumeAlreadyExistsException - Exception in com.persistit.exception
-
Thrown when the Persistit configuration specifies the createOnly
flag for a volume that already exists, or when a the configuration specifies
a page size for a volume that does not the page size of an existing volume.
- VolumeAlreadyExistsException() - Constructor for exception com.persistit.exception.VolumeAlreadyExistsException
-
- VolumeAlreadyExistsException(String) - Constructor for exception com.persistit.exception.VolumeAlreadyExistsException
-
- volumeByName(String) - Method in interface com.persistit.mxbeans.ManagementMXBean
-
Query information about a specific volume from it's name.
- VolumeClosedException - Exception in com.persistit.exception
-
Thrown when an application attempts to perform operations on a
Volume
that has been closed.
- VolumeClosedException() - Constructor for exception com.persistit.exception.VolumeClosedException
-
- VolumeClosedException(String) - Constructor for exception com.persistit.exception.VolumeClosedException
-
- VolumeFullException - Exception in com.persistit.exception
-
Thrown when an attempt to modify a
Volume
would exceed
the maximum volume size.
- VolumeFullException() - Constructor for exception com.persistit.exception.VolumeFullException
-
- VolumeFullException(String) - Constructor for exception com.persistit.exception.VolumeFullException
-
- VolumeInfo(int, String, String, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, boolean) - Constructor for class com.persistit.Management.VolumeInfo
-
- VolumeNotFoundException - Exception in com.persistit.exception
-
Thrown when the Persistit configuration species a volume file that does not
exist, and does not specify the create
or
createOnly
flag.
- VolumeNotFoundException() - Constructor for exception com.persistit.exception.VolumeNotFoundException
-
- VolumeNotFoundException(String) - Constructor for exception com.persistit.exception.VolumeNotFoundException
-
- volumeSpecification(String) - Method in class com.persistit.Configuration
-
Parse the supplied String as a
VolumeSpecification
after
performing any available property value substitutions.
- VolumeSpecification - Class in com.persistit
-
A structure holding all the specification details for a
Volume
.
- VolumeSpecification(String, String, int, long, long, long, boolean, boolean, boolean) - Constructor for class com.persistit.VolumeSpecification
-
Construct a VolumeSpecification
having the supplied
parameter values.
- VolumeSpecification(String) - Constructor for class com.persistit.VolumeSpecification
-
Construct a VolumeSpecification
from the supplied
specification string.