Uses of Annotation Interface
org.forgerock.openam.annotations.SupportedAll
Packages that use SupportedAll
Package
Description
Provides utility classes for use by other OpenAM SDK and custom
applications accessing OpenAM SDK.
XML parsing utility.
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
Exception classes for audit logging.
This package contains classes fro accessing the Single Sign On service and
representing a SSOToken(Single Sign On) which contains the information
related to session.
Provides interfaces and classes for writing a Remote Java client application
to authenticate to OpenAM.
Implementation of the Authentication Framework HOTP module and associated classes.
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
Defines classes and interfaces to work with entitlements.
Defines Federation Common Utils.
Provides classes for accessing the Identity Repository interfaces.
Defines classes to handle JAX-RPC.
Reverse SOAP Binding classes.
Provides interface to manage liberty security
Provides classes to manage Liberty SOAP Binding.
Provides the classes and interfaces of core logging and auditing facilities.
Provides means for plugging in support for authorization and other security
related aspects of logging.
Contains configuration SPI.
Contains data store plugin SPIs.
Contains Log SPI.
Contains session SPI.
Provides classes for policy administration and evaluation.
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
Classes to handle policies remotely.
Defines SAML assertion.
Defines common SAML 1.x utilities and constants.
Defines KeyProvider interface and default implementation class.
Defines SAMLv2 assertion.
Defines common SAMLv2 utilities and constants.
Defines classes for SAMLv2 ECP profile.
Defines SAMLv2 Plugin SPIs.
Wrappers for SAML Script bindings
SAMLv2 Protocol Classes.
Provides the classes to be used for performing privileged operations (like
getting the OpenAM administrator's DN and password).
Defines legacy debug logging classes.
Defines classes to handle JAX-RPC.
Defines classes to handle localization.
Defines classes to interact with statistics.
Defines classes for basic resource matching.
Provides classes for accessing the Service Management Service (SMS).
Validator classes for SMS.
Defines common WS-Federation utilities and constants.
Defines WS-Federation Plugin SPIs
Defines classes to handle XACML requests.
Defines common XACML Utilities and Constants
Defines XACML2 context classes
Defines XACML Context implementations.
Defines XACML Policy classes.
Defines XACML Policy implementations.
Defines XACML interfaces for SAMLv2
Defines XACML implementations for SAMLv2.
Defines the core classes to implement OAuth2 for OpenAM.
This package contains the exception classes that may be thrown by AM OAuth2 classes.
This package contains the API for writing OAuth2 plugins.
Contains annotations used by AM.
Annotations for defining SMS service configurations.
This package contains the API for writing authentication nodes.
This package contains the mapping interfaces and default implementations that are common for use by all
authentication modules.
Classes in this package provide plugin functionality for the oath module.
Provides classes for the OAuth 2.0 authentication module.
A collection of classes which support the authentication service.
Defines classes to handle entitlements.
Federation plugin root url classes.
This package contains utilities for HTTP connections.
Classes that provide AM's features as an OAuth 2.0 Authorization Server.
Defines the classes and supported interface that customers need to create their own
ResourceRegistrationFilter.This package contains the API for writing AM plugins.
This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms
in OpenAM built in.
The classes under this package do not support Localisation.
A package containing a set of script-friendly classes and functionality that are intended to simplify
use of the Secrets API from within a scripting context.
Contains classes for handling self service console configuration.
Contains self service configuration beans.
Service interface for sending email messages and default implementation.
Defines classes for the Push Notification service and framework.
Classes pertaining to the predicates used by the Push Service's Message Dispatcher.
Defines interfaces and classes for the Session Service.
This package contains url resource name utilities for use throughout the OpenAM codebase.
This package contains exception types for service management error scenarios.
Type adapters for converting a type to and from a set of strings, which is the underlying SMS
representation for configuration.
Base package for classes shared between the SOAP and REST STS.
Contains the classes which encapsulate the user-provided configuration state necessary to publish a STS instance.
Contains classes and interface definitions common to all token provider classes.
Classes related to producing OpenIdConnect tokens
Token validation occurs in three contexts in the sts:
1.
Contains the classes related to token operations.
This package contains classes defining OpenId Connect Token generation and claim mapping.
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
This package contains classes related to creating the json payloads corresponding to REST-STS and TokenGenerationService
invocations.
Classes that support AM's UMA AS functionality.
Extension points for integrating with UMA functionality.
Defines interfaces and classes to perform OpenAM system upgrade.
This package contains general utilities for use throughout the OpenAM codebase.
Classes required for the AM OAuth2 OIDC implementation.
Packages with annotations of type SupportedAll
Package
Description
A collection of Guava interfaces that were previously packaged as "forgerock-guava".
Contains data store plugin SPIs.
Reverse SOAP Binding classes.
Classes to model realms within AM.
Federation plugin root url classes.
Provides interface to manage liberty security
Provides classes to manage Liberty SOAP Binding.
-
Uses of SupportedAll in com.iplanet.am.util
Classes in com.iplanet.am.util with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class contains methods to retrieve Top Level Administrator information.classThis class which contains utilities to encrypt and decrypt attribute value of password type.classThis class provides functionality that allows single-point-of-access to all related system properties.classThis thread pool maintains a number of threads that run the tasks from a task queue one by one. -
Uses of SupportedAll in com.iplanet.dpro.parser
Classes in com.iplanet.dpro.parser with annotations of type SupportedAllModifier and TypeClassDescriptionclassXMLParser provides a way for applications to handle a hook into applications and applications and its server. -
Uses of SupportedAll in com.iplanet.dpro.session.service
Classes in com.iplanet.dpro.session.service with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceInterface to define the resulting behavior when the session quota is exhausted. -
Uses of SupportedAll in com.iplanet.log
Classes in com.iplanet.log with annotations of type SupportedAllModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated. -
Uses of SupportedAll in com.iplanet.sso
Classes in com.iplanet.sso with annotations of type SupportedAllModifier and TypeClassDescriptionclassThisSSOExceptionis thrown when there are single sign on token operation error.interfaceTheSSOTokenclass represents a "single sign on"(SSO) token.interfaceTheSSOTokenEventis an interface that represents an SSO token event.The single sign on token event represents a change inSSOToken.interfaceTheSSOTokenIDis an interface that is used to identify a single sign on token object.interfaceTheSSOTokenListenerinterface needs to be implemented by the applications to receive SSO token events.classThisSSOTokenCannotBeObservedExceptionis thrown when callingSSOToken.addSSOTokenListener(SSOTokenListener)on anSSOTokentype that does not generate lifecycle events. -
Uses of SupportedAll in com.sun.identity.authentication
Classes in com.sun.identity.authentication with annotations of type SupportedAllModifier and TypeClassDescriptionstatic classThe classIndexTypedefines the possible kinds of "objects" or "resources" for which an authentication can be performed.static classThe classStatusdefines the possible authentication states during the login process. -
Uses of SupportedAll in com.sun.identity.authentication.modules.hotp
Classes in com.sun.identity.authentication.modules.hotp with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceDefines the ability to send SMS (Short Message Service) and e-mail via a gateway implementation. -
Uses of SupportedAll in com.sun.identity.authentication.spi
Classes in com.sun.identity.authentication.spi with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceTheAMAuthCallBackinterface should be implemented by external business logic code, in order to receive callbacks from the authentication framework when one of the following events happens : account lockout password change (via LDAP module)classTheAMAuthCallBackExceptionis used to specify an exception related to an authentication framework callback.interfaceTheAMPostAuthProcessInterfaceinterface needs to be implemented by services and applications to do post authentication processing.classAuthenticationExceptionclass is for handling Exception that is thrown when the user-entered tokens cause the authentication module to be authenticated to fail.classHttpCallbackclass implementsCallbackand is used by the authentication module with HTTP protocol based handshaking negotiation.classException that is thrown when the user-entered password token causes the authentication module to be authenticated to fail.classPagePropertiesCallbackclass implementsCallbackand used for exchanging all UI related attributes information such as template name,errorStateto indicate whether a template is an error page, page header, image name , page timeout value, name of module.interfaceAn application implements aUserIDGeneratorinterface and registers itself to the Core Authentication service so that authentication modules can retrieve a list of auto-generated user IDs.classThis class is for handling Exception that is thrown when the user name password validation plugin is failed or any invalid characters detected in user name. -
Uses of SupportedAll in com.sun.identity.entitlement
Classes in com.sun.identity.entitlement with annotations of type SupportedAllModifier and TypeClassDescriptionclassClass to representEntitlementConditionevaluation match result and - if applicable - its advice.interfaceEncapsulates a Strategy to decide if aPrivilegeapplies to a given request.classEntitlement related exception.interfaceEncapsulates a Strategy to decide if aPrivilegeapplies to a givenSubject.interfaceEncapsulates a Strategy to derive attributes to be returned with a particularEntitlementwhen evaluatingPrivileges.classClass to representEntitlementSubjectevaluation match result and - if applicable - its advices. -
Uses of SupportedAll in com.sun.identity.federation.common
Classes in com.sun.identity.federation.common with annotations of type SupportedAll -
Uses of SupportedAll in com.sun.identity.idm
Classes in com.sun.identity.idm with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents the event listener interface that consumers of this API should implement and register with theIdentityStoreto receive notifications.classThe classIdOperationdefines the types of operations supported on managed identities, and provides static constants for these operation.classThis interface defines the methods which need to be implemented by plugins.classAn exception type thrown when anIdRepois asked to create an object with a name that is already used.classThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.interfaceIdRepoFactory<T extends IdRepo>Factory interface for creating instances ofIdRepo.classThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.final classProvides methods that can be called by IdRepo plugins to notify change events.classThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.final classThis is a helper class which is used in theIdentityStoresearch method.final classThis is a helper class which can be in conjunction with theIdSearchControlclass to make simple modifications to the basic search performed by each plugin.classThis classIdSearchResultsprovides to obtain the search results.classThe classIdTypedefines the types of supported identities, and provides static constants for these identities.classThe exception class whose instance is thrown if there is any error related with password issue. -
Uses of SupportedAll in com.sun.identity.jaxrpc
Classes in com.sun.identity.jaxrpc with annotations of type SupportedAllModifier and TypeClassDescriptionclassAnSOAPClientExceptionis thrown when there are errors related to JAXRPC and SOAP methods. -
Uses of SupportedAll in com.sun.identity.liberty.ws.paos
Classes in com.sun.identity.liberty.ws.paos with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThis interface defines constants common to all PAOS elements.classThePAOSExceptionclass represents a error while processing SOAP request and response.classThePAOSHeaderclass is used by a web application on HTTP server side to parse aPAOSheader in an HTTP request from the user agent side.classThePAOSRequestclass is used by a web application on HTTP server side to construct aPAOSrequest message and send it via an HTTP response to the user agent side. -
Uses of SupportedAll in com.sun.identity.liberty.ws.security
Classes in com.sun.identity.liberty.ws.security with annotations of type SupportedAllModifier and TypeClassDescriptionclassTheSecurityAssertionclass provides an extension toAssertionclass to supportID-WSFResourceAccessStatementandSessionContextStatement. -
Uses of SupportedAll in com.sun.identity.liberty.ws.soapbinding
Classes in com.sun.identity.liberty.ws.soapbinding with annotations of type SupportedAllModifier and TypeClassDescriptionclassTheConsentHeaderclass representsConsentelement defined in SOAP binding schema.classTheCorrelationHeaderclass representsCorrelationelement defined in SOAP binding schema.classTheMessageclass is used by web service client and server to construct request or response.classTheSOAPBindingExceptionclass represents a error while processing SOAP request and response.classTheSOAPFaultclass represents a SOAP Fault element.classTheSOAPFaultDetailclass represents the 'Detail' child element of SOAP Fault element.classTheSOAPFaultExceptionclass represents a SOAP Fault while processing SOAP request.classTheUsageDirectiveHeaderclass represents 'UsageDirective' element defined in SOAP binding schema. -
Uses of SupportedAll in com.sun.identity.log
Classes in com.sun.identity.log with annotations of type SupportedAllModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated. -
Uses of SupportedAll in com.sun.identity.log.spi
Classes in com.sun.identity.log.spi with annotations of type SupportedAllModifier and TypeClassDescriptionclassDeprecated.interfaceDeprecated.interfaceDeprecated. -
Uses of SupportedAll in com.sun.identity.plugin.configuration
Classes in com.sun.identity.plugin.configuration with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceTheConfigurationActionEventclass represents Configuration event.classAnConfigurationExceptionis thrown when there are errors related to service configuration operations.interfaceConfigurationInstanceis the interface that provides the operations on service configuration.interfaceThe interfaceConfigurationListenerneeds to be implemented by applications in order to receive component data change notifications. -
Uses of SupportedAll in com.sun.identity.plugin.datastore
Classes in com.sun.identity.plugin.datastore with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceInterface used for storing & retrieving information.classThis class is to handle DataStoreProvider related exceptions.final classThis is a singleton class used to manage DataStore providers. -
Uses of SupportedAll in com.sun.identity.plugin.log
Classes in com.sun.identity.plugin.log with annotations of type SupportedAll -
Uses of SupportedAll in com.sun.identity.plugin.session
Classes in com.sun.identity.plugin.session with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class is to handle Session related exceptions.interfaceInterface used for session invalidation notification.interfaceInterface used for creating sessions, and for accessing session information. -
Uses of SupportedAll in com.sun.identity.policy
Classes in com.sun.identity.policy with annotations of type SupportedAllModifier and TypeClassDescriptionclassDeprecated.classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classException thrown if a name of an object such as policy, rule or referral has invalid formatclassException thrown if a name of an object such as policy, rule or referral is invalidclassException thrown if any configured limit is exceededclassException thrown if a name of an object such as policy, rule or referral already exists (used by another object of the same type)classException thrown if an object such as policy, rule or referral for the given name does not exist.classException thrown if a policy operation attempted could not be done due to insufficient permissionsclassException thrown to indicate that an object you are trying to remove is in use and therefore can not be removed.classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classThe classPolicyExceptionis the basic exception for the the policy component.classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classDeprecated.classDeprecated.classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classDeprecated.As of OpenSSO Express 8.0, useResourceMatchinstead asEntitlementhas replacedPolicy.classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classDeprecated.final classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy. -
Uses of SupportedAll in com.sun.identity.policy.interfaces
Classes in com.sun.identity.policy.interfaces with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.interfaceDeprecated.interfaceDeprecated.interfaceDeprecated.interfaceDeprecated. -
Uses of SupportedAll in com.sun.identity.policy.remote
Classes in com.sun.identity.policy.remote with annotations of type SupportedAllModifier and TypeClassDescriptionclassThe classPolicyEvaluationExceptionis the exception for the error happening in policy request XML parsing and policy request evaluation. -
Uses of SupportedAll in com.sun.identity.saml.assertion
Classes in com.sun.identity.saml.assertion with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class is designed forActionelement in SAML core assertion.classTheAdviceelement contains additional information that the issuer wish to provide.classTheAdviceelement contains additional information that the issuer wish to provide.classThis object stands forAssertionelement.classThis object stands forAssertionelement.An Assertion is a package of information that supplies one or moreStatementmade by an issuer.classAssertionIDReferenceelement makes reference to a SAML assertion.classTheAttributeelement specifies an attribute of the assertion subject.classTheAttributeDesignatorelement identifies an attribute name within an attribute namespace.classTheAttributeStatementelement supplies a statement by the issuer that the specified subject is associated with the specified attributes.classThis is an implementation of the abstractConditionclass, which specifes that the assertion this AuthenticationCondition is part of, is addressed to one or more specific audience.classTheAuthenticationStatementelement supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.classTheAuthorityBindingelement may be used to indicate to a replying party receiving anAuthenticationStatementthat a SAML authority may be available to provide additional information about the subject of the statement.classTheAuthorizationDecisionStatementelement supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.classTheAuthorizationDecisionStatementelement supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.classThis is an abstract class which servers as an extension point for new conditions.classThisConditionsis a set ofCondition.classThis is an implementation of the abstractConditionclass, which specifes that the assertion thisDoNotCacheConditionis part of, is the new element in SAML 1.1, that allows an assertion party to express that an assertion should not be cached by the relying party for future use.classTheEvidenceelement specifies an assertion either by reference or by value.classTheEvidenceelement specifies an assertion either by reference or by value.classThe NameIdentifier element specifies aSubjectby a combination of a name and a security domain governing the name of theSubject.classTheStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.classTheSubjectelement specifies one or more subjects.classTheSubjectConfirmationelement specifies a subject by specifying data that authenticates the subject.classTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication.classTheSubjectStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework. -
Uses of SupportedAll in com.sun.identity.saml.common
Classes in com.sun.identity.saml.common with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class is an extension point for all SAML related exceptions.classThis exception is thrown when the request could not be performed due to an error in the sender or in the request.classThis exception is thrown when the request could not be performed due to an error at the receiving end.classThis exception is thrown when the receiver could not process the request because the version was incorrect. -
Uses of SupportedAll in com.sun.identity.saml.xmlsig
Classes in com.sun.identity.saml.xmlsig with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThe classKeyProvideris an interface that is implemented to retrieve X509Certificates and Private Keys from user data store.interfaceThe classPasswordDecoderis an interface that is implemented to decode password. -
Uses of SupportedAll in com.sun.identity.saml2.assertion
Classes in com.sun.identity.saml2.assertion with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceTheActionelement specifies an action on the specified resource for which permission is sought.interfaceTheAdvicecontains any additional information that the SAML authority wishes to provide.interfaceTheAssertionelement is a package of information that supplies one or moreStatementmade by an issuer.classThis is the factory class to obtain instances of the objects defined in assertion schema.interfaceThis class represents the AssertionIDRef element.interfaceTheAttributeelement identifies an attribute by name and optionally includes its value(s).interfaceTheAttributeStatementelement describes a statement by the SAML authority asserting that the assertion subject is associated with the specified attributes.interfaceTheAudienceRestrictionspecifies that the assertion is addressed to one or more specificAudiences.interfaceTheAuthnContextelement specifies the context of an authentication event.interfaceTheAuthnStatementelement describes a statement by the SAML authority asserting that the assertion subject was authenticated by a particular means at a particular time.interfaceTheAuthzDecisionStatementelement describes a statement by the SAML authority asserting that a request for access by the assertion subject tot he specified resource has resulted in the specified authorization decision on the basis of some optionally specified evidence.interfaceTheBaseIDis an extension point that allows applications to add new kinds of identifiers.interfaceTheBaseIDAbstractis an abstract type usable only as the base of a derived type.interfaceTheConditionserves as an extension point for new conditions.interfaceTheConditionAbstractis abstract and is thus usable as the base of a derived classinterfaceTheConditionsdefines the SAML constructs that place constraints on the acceptable use if SAMLAssertions.interfaceTheEncryptedAssertionrepresents an assertion in encrypted fashion, as defined by the XML Encryption Syntax and Processing specification [XMLEnc].interfaceTheEncryptedAttributeelement represents a SAML attribute in encrypted fashion.interfaceTheEncryptedElementcarries the content of an unencrypted identifier in encrypted fasion.interfaceTheEncryptedIDcarries the content of an unencrypted identifier in encrypted fashion.interfaceTheEvidenceelement contains one or more assertions or assertion references that the SAML authority relied on in issuing the authorization decision.interfaceTheIssuerprovides information about the issuer of a SAML assertion or protocol message.interfaceTheKeyInfoConfirmationDataconstrains aSubjectConfirmationDataelement to contain one or moreds:KeyInfoelements that identify cryptographic keys that are used in some way to authenticate an attesting entity.interfaceTheNameIDis used in various SAML assertion constructs such asSubjectandSubjectConfirmationelements, and in various protocol messages.interfaceTheNameIDTypeis used when an element serves to represent an entity by a string-valued name.interfaceTheOneTimeUseindicates that the assertion should be used immediately by the relying party and must not be retained for future use.interfaceTheProxyRestrictionspecifies limitations that the asserting party imposes on relying parties that in turn wish to act as asserting parties and issue subsequent assertions of their own on the basis of the information contained in the original assertion.interfaceTheStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.interfaceTheSubjectspecifies the principal that is the subject of all of the statements in the assertion.interfaceTheSubjectConfirmationprovides the means for a relying party to verify the correspondence of the subject of the assertion with the party with whom the relying party is communicating.interfaceTheSubjectConfirmationDataspecifies additional data that allows the subject to be confirmed or constrains the circumstances under which the act of subject confirmation can take place.interfaceTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication. -
Uses of SupportedAll in com.sun.identity.saml2.common
Classes in com.sun.identity.saml2.common with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThis interface defines constants common to all SAMLv2 elements.classThis class is an extension point for all SAML related exceptions.classTheSAML2SDKUtilscontains utility methods for SAML 2.0 implementation.interfaceCommon super-interface for all SAML elements that can be serialized into XML. -
Uses of SupportedAll in com.sun.identity.saml2.ecp
Classes in com.sun.identity.saml2.ecp with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis is the factory class to obtain object instances for concrete elements in the ecp schema.interfaceTheECPRelayStateinterface defines methods for properties required by an ECP RelayState.interfaceTheECPRequestinterface defines methods for properties required by an ECP request.interfaceTheECPResponseinterface defines methods for properties required by an ECP response. -
Uses of SupportedAll in com.sun.identity.saml2.plugins
Classes in com.sun.identity.saml2.plugins with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThis interfaceAssertonIDRequestMapperis used by assertion ID request service to process assertion ID request.interfaceThis interfaceAttributeAuthorityMapperis used by attribute authority to process attribute query.classDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificFedletAdapterimplementations instead.interfaceThe interfaceIDPAccountMapperis used to map the local identities to theSAMLprotocol objects and also the vice versa for some of the protocols for e.g.interfaceThis interfaceIDPAttributeMapperis used to map the authenticated user configured attributes to SAMLAttributes so that the SAML framework may insert these attribute information as SAMLAttributeStatements in SAMLAssertion.classThe classIDPAuthnContextInfoconsists of the mapping betweenAuthnContextClassRefand the actual authentication mechanism at the Identity Provider.interfaceThe interfaceIDPAuthnContextMappercreates anIDPAuthnContextInfobased on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.interfaceThis interfaceIDPECPSessionMapperis used to find a valid session from HTTP servlet request on IDP with ECP profile.interfaceDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPAdapterimplementations instead.interfaceDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificIDPFinderimplementations instead.classDeprecated, for removal: This API element is subject to removal in a future version.since AM 7.3.0 Implement use-case specificSPAdapterimplementations instead.interfaceThe interfaceSPAccountMapperis used to identify the local identities that maps theSAMLprotocol objects such asAssertion,ManageNameIDRequestetc.interfaceThis interfaceSPAttributeMapperis used to map the SAMLAttributes to the local user attributes.interfaceThe interfaceSPAuthnContextMapper.javadetermines the Authentication Context to be set in the Authentication Request and the Auth Level of an Authentication Context. -
Uses of SupportedAll in com.sun.identity.saml2.plugins.scripted.wrappers
Classes in com.sun.identity.saml2.plugins.scripted.wrappers with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class wraps around anEntitlementInfoobject for consumption in scripts. -
Uses of SupportedAll in com.sun.identity.saml2.protocol
Classes in com.sun.identity.saml2.protocol with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThis class represents theArtifactelement in SAMLv2 protocol schema.interfaceTheArtifactResolvemessage is used to request that a SAML protocol message be returned in anArtifactResponsemessage by specifying an artifact that represents the SAML protocol message.interfaceTheArtifactResopnsemessage has the complex typeArtifactResponseType.interfaceThis class represents the AssertionIDRequestType complex type.interfaceThis class represents the AttributeQueryType complex type.interfaceThis class represents the AuthnQueryType complex type.interfaceTheAuthnRequestinterface defines methods for properties required by an authentication request.interfaceThe interfaceExtensionsdefines methods for adding protcol message extension elements.interfaceThis interface contains methods for theGetCompleteElement in the SAMLv2 Protocol Schema.interfaceThis interface defines methods to set/retrieve single identity provider information trusted by the request issuer to authenticate the presenter.interfaceThis interface specifies the identity providers trusted by the requester to authenticate the presenter.interfaceThis class represents theLogoutRequestelement in SAML protocol schema.interfaceThis class represents theLogoutResponseelement in SAML protocol schema.interfaceThis class represents the ManageNameIDRequestType complex type.interfaceThis class represents the ManageNameIDResponse element declaration.interfaceThis class represents the ManageNameIDRequestType complex type.interfaceThis class represents the NameIDMappingResponseType complex type.interfaceThis interface defines methods to retrieve name identifier related properties.interfaceJava content class for NewEncryptedID element declaration.interfaceThis interface identifies the new identifier in anManageNameIDRequestmessage.classThis is the factory class to obtain object instances for concrete elements in the protocol schema.interfaceThis interface defines methods for setting and retrieving attributes and elements associated with a SAML request message used in SAML protocols.interfaceJava content class for RequestedAuthnContext element declaration.interfaceThis interface identifies the requester in anAuthnRequestmessage.interfaceTheResponsemessage element is used when a response consists of a list of zero or more assertions that satisfy the request.interfaceThis interface defines methods to retrieve Identity Providers and context/limitations related to proxying of the request message.interfaceThis class represents theSessionIndexelement in SAML protocol schema.interfaceThis class represents theStatusTypecomplex type in SAML protocol schema.interfaceThis class represents theStatusCodeTypecomplex type in SAML protocol schema.interfaceThis class represents theStatusDetailTypecomplex type in SAML protocol schema.interfaceThis class represents theStatusMessageelement in SAML protocol schema.interfaceThis class represents theStatusResponseTypecomplex type in SAML protocol schema.interfaceThis class represents the SubjectQueryAbstractType complex type. -
Uses of SupportedAll in com.sun.identity.security
Classes in com.sun.identity.security with annotations of type SupportedAllModifier and TypeClassDescriptionclassThe class is used to perform privileged operations usingjava.security.AccessController.doPrivileged()when usingcom.iplanet.am.util.AdminUtilsto obtain Administrator DN.classThe class is used to perform privileged operations usingAccessController.doPrivileged()when usingcom.iplanet.am.util.AdminUtilsto obtain Administrator passwords.classProvides a centralised method for fetching an administrator token for operations where there is no user present.interfaceThis interface defines method to get application single sign on token.classThis classDataEncryptoris used to encrypt the data with symmetric and asymmetric keys.classThe class is used to perform privileged operations withAccessController.doPrivileged()when usingcom.iplanet.services.util.Cryptto decode passwords.classThe class is used to perform privileged operation withAccessController.doPrivileged()when usingcom.iplanet.am.util.AMPasswordUtilto decrypt passwords.classThe class is used to perform privileged operation withAccessController.doPrivileged()when usingcom.iplanet.services.util.Cryptto encode passwords.classThe class is used to perform privileged operation withAccessController.doPrivileged()when usingcom.iplanet.am.util.AMPasswordUtilto encrypt passwords.classThis classISSecurityPermissionis used to protect the Access Manager resources which should be accessed only by trusted application. -
Uses of SupportedAll in com.sun.identity.sm
Classes in com.sun.identity.sm with annotations of type SupportedAllModifier and TypeClassDescriptionclassThe classAttributeSchemaprovides methods to access the schema of a configuration parameter.classThe abstract classChoiceValuesprovides a mechanism for services to provide choice values for attributes dynamically instead of being statically defined in the service XML file stored in the directory.classThe abstract classDefaultValuesprovides a mechanism for services to obtain their default values dynamically instead of being statically defined in the service XML file stored in the directory.classTheInvalidAttributeNameExceptionis thrown to indicate that an invalid attribute name was used.classclassTheOrganizationAlreadyExistsExceptionis thrown if the organization already exists.classThe classOrganizationConfigManagerprovides interfaces to manage an organization's configuration data.classTheSchemaExceptionis thrown if the error encountered is related to the schema.classThe classSchemaTypedefines the types of schema objects, and provides static constants for these schema objects.classTheServiceAlreadyExistsExceptionis thrown if the service already exists.interfaceThe interfaceServiceAttributeValidatorshould be implemented by the services/applications if validator plugins are required.classThe classServiceConfigprovides interfaces to manage the configuration information of a service configuration.classThe classServiceInstanceprovides methods to manage service's instance variables.interfaceThe interfaceServiceListenerneeds to be implemented by applications in order to receive service data change notifications.classTheServiceNotFoundExceptionis thrown if the service does not exist.classThe classServiceSchemaprovides interfaces to manage the schema information of a service.classThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage. -
Uses of SupportedAll in com.sun.identity.sm.validators
Classes in com.sun.identity.sm.validators with annotations of type SupportedAllModifier and TypeClassDescriptionclassclassclassValidates domainclassclassValidates mail address This class is constructed using default(noarguments) constructor and mail address is passed to validate function with optional rules The passed mail address is validated for authenticity and boolean value is returned accordingly.classclass -
Uses of SupportedAll in com.sun.identity.wsfederation.common
Classes in com.sun.identity.wsfederation.common with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class is an extension point for all WS-Federation related exceptions. -
Uses of SupportedAll in com.sun.identity.wsfederation.plugins
Classes in com.sun.identity.wsfederation.plugins with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThe interfaceIDPAccountMapperis used to map the local identities to theSAMLprotocol objects and also the vice versa for some of the protocols for e.g.interfaceThis interfaceIDPAttributeMapperis used to map the authenticated user configured attributes to SAMLAttributes so that the SAML framework may insert these attribute information as SAMLAttributeStatements in SAMLAssertion.interfaceThe interfaceIDPAuthenticationMethodMappercreates anIDPAuthenticationTypeInfobased on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.classThe classIDPAuthenticationTypeInfoconsists of the mapping betweenAuthenticationTypeand the actual authentication mechanism at the Identity Provider.interfaceThe classPartnerAccountMapperis an interface that is implemented to map partner account to user account in OpenAM.interfaceThis interfaceSPAttributeMapperis used to map the SAMLAttributes to the local user attributes. -
Uses of SupportedAll in com.sun.identity.xacml.client
Classes in com.sun.identity.xacml.client with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class provides the public API to process XACML context Request. -
Uses of SupportedAll in com.sun.identity.xacml.common
Classes in com.sun.identity.xacml.common with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis interface defines constants common to all XACML elements.classThis class is an extension point for all XACML related exceptions.classTheXACMLSDKUtilscontains utility methods for XACML 2.0 implementation. -
Uses of SupportedAll in com.sun.identity.xacml.context
Classes in com.sun.identity.xacml.context with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceTheActionelement specifies information about the action requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.interfaceTheAttributeelement specifies information about the action/subject/resource requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.classThis is the factory class to obtain instances of the objects defined in xacml context schema.interfaceTheDecisionelement is a container of one or moreDecisions issued by policy decision pointinterfaceTheEnvironmentelement contains information about the enviroment of theRequestcontext by listing a sequence ofAttributeelements associated with the environment.interfaceTheStatusCodeelement is a container of one or moreStatuss issuded by authorization authority.interfaceTheRequestelement is the top-level element in the XACML context scehema.interfaceTheResourceelement specifies information about the resource to which access is requested by listing a sequence ofAttributeelements associated with the resource.interfaceTheResourceContentelement specifies information about the resource to which access is requested by listing a sequence ofAttributeelements associated with the resource.interfaceTheResponseelement is a container of one or moreResults issued by policy decision pointinterfaceTheResultelement is a container of one or moreResults issuded by authorization authority.interfaceTheStatuselement is a container of one or moreStatuss issuded by authorization authority.interfaceTheStatusCodeelement is a container of one or moreStatusCodes issuded by authorization authority.interfaceTheStatusCodeelement is a container of one or moreStatuss issuded by authorization authority.interfaceTheStatusMessageelement is a container of one or moreStatusMessages issuded by authorization authority.interfaceTheSubjectelement specifies information about a subject of theRequestcontext by listing a sequence ofAttributeelements associated with the subject. -
Uses of SupportedAll in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl with annotations of type SupportedAllModifier and TypeClassDescriptionclassTheActionelement specifies information about the action requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.classTheAttributeelement specifies information about the action/subject/resource requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.classTheDecisionelement is a container of one or moreDecisions issued by policy decision pointclassTheEnvironmentelement specifies information about the environment requested in theRequestcontext by listing a sequence ofAttributeelements associated with the environment.classTheRequestelement is the top-level element in the XACML context schema.classTheResourceelement specifies information about the resource to which access is requested by listing a sequence ofAttributeelements associated with the resource.classTheStatusCodeelement is a container of one or moreStatusCodes issuded by authorization authority.classTheStatusCodeelement is a container of one or moreStatuss issuded by authorization authority.classTheStatuselement is a container of one or moreStatuss issuded by authorization authority.classTheStatusMessageelement is a container of one or moreStatusMessages issuded by authorization authority.classTheSubjectelement specifies information about a subject of theRequestcontext by listing a sequence ofAttributeelements associated with the subject. -
Uses of SupportedAll in com.sun.identity.xacml.policy
Classes in com.sun.identity.xacml.policy with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceTheObligationelement is a container of one or moreAttributeAssignments issuded by authorization authority.interfaceTheObligationselement is a container of one or moreObligations issuded by authorization authority.classThis is the factory class to obtain instances of the objects defined in xacml context schema. -
Uses of SupportedAll in com.sun.identity.xacml.policy.impl
Classes in com.sun.identity.xacml.policy.impl with annotations of type SupportedAllModifier and TypeClassDescriptionclassTheObligationelement is a container of one or moreAttributeAssignments issuded by authorization authority.classTheObligationselement is a container of one or moreObligations issuded by authorization authority. -
Uses of SupportedAll in com.sun.identity.xacml.saml2
Classes in com.sun.identity.xacml.saml2 with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceTheXACMLAuthzDecisionQueryelement is a SAML Query that extends SAML Protocol schema typeRequestAbstractType.interfaceXACMLAuthzDecisionStatementis an extension ofsamlp:StatementAbstractTypethat is carried in a SAML Assertion to conveyxacml-context:ResponseSchema: -
Uses of SupportedAll in com.sun.identity.xacml.saml2.impl
Classes in com.sun.identity.xacml.saml2.impl with annotations of type SupportedAllModifier and TypeClassDescriptionclassTheXACMLAuthzDecisionQueryImplis an impelmentation ofXACMLAuthzDecisionQueryinterface. -
Uses of SupportedAll in org.forgerock.oauth2.core
Classes in org.forgerock.oauth2.core with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceModels an OAuth2 access token.interfaceAn OAuth 2.0 token abstraction for introspection.interfaceHandles the issuing of Tokens for a response type, i.e.interfaceDeprecated.since 7.2.0interfaceModels a OAuth2 token.classA trusted JWT issuer for use in validating a JWT bearer grant.classSimple bean that contains the values of claims, and the scopes that provisioned them (if any). -
Uses of SupportedAll in org.forgerock.oauth2.core.exceptions
Classes in org.forgerock.oauth2.core.exceptions with annotations of type SupportedAllModifier and TypeClassDescriptionclassThrown when the request is missing any required parameters or is otherwise malformed. -
Uses of SupportedAll in org.forgerock.oauth2.core.plugins
Classes in org.forgerock.oauth2.core.plugins with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceGenerator for OAuth2 User Codes. -
Uses of SupportedAll in org.forgerock.openam.annotations
Classes in org.forgerock.openam.annotations with annotations of type SupportedAllModifier and TypeClassDescription@interfaceThis annotation marks AM APIs that are continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release.@interfaceThis annotation marks AM APIs that are continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release.@interfaceThis annotation marks AM APIs that are considered stable and should not change in minor releases (except possibly when a security fix requires such change).@interfaceThis annotation marks AM APIs that are considered stable and should not change in minor releases (except possibly when a security fix requires such change). -
Uses of SupportedAll in org.forgerock.openam.annotations.sm
Classes in org.forgerock.openam.annotations.sm with annotations of type SupportedAllModifier and TypeClassDescription@interfaceIndicates that a method describes a configuration attribute of an SMS service.@interfaceIndicates that an interface describes the configuration of an SMS service.@interfaceAnnotate the choice value enum constant for anAttributewith a i18nKey value property.@interfaceIndicates that a method returns the identifier of a configuration set of a multiple-configuration SMS service.@interfaceIndicates that an interface describes the configuration of an Identity Repository. -
Uses of SupportedAll in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api with annotations of type SupportedAllModifier and TypeClassDescriptionclassAn abstract node implementation for nodes that result in a simple true-false outcome.classA convenient base class forAmPlugins that provide authentication nodes.final classImmutable container for the result of processing a node.final classA representation of the external HTTP request in the current tree authentication context.interfaceA node is the core abstraction within an authentication tree.classfinal classEncapsulates all state that is provided by each node and passed between nodes on tree execution.interfaceDescribes the outcomes for node instances.final classThis class represents all the constants that can be used as keys for storing values in the tree's shared state.classAbstract node for nodes that always result in the same single outcome.interfaceDescribes the outcomes for node instances that have static outcomes.final classA representation of the context of the current tree authentication process.interfaceA TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication.interfaceMeta data API to expose data concerning the evaluating tree, to nodes who care for that data. -
Uses of SupportedAll in org.forgerock.openam.authentication.modules.common.mapping
Classes in org.forgerock.openam.authentication.modules.common.mapping with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceImplementations of this interface provide the means to search for and create users given a map of attributes.interfaceTranslates from a source to a map of attributes. -
Uses of SupportedAll in org.forgerock.openam.authentication.modules.oath.plugins
Classes in org.forgerock.openam.authentication.modules.oath.plugins with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceProvided as an extension point to allow customised transformation of the OATH shared secret attribute. -
Uses of SupportedAll in org.forgerock.openam.authentication.modules.oauth2
Classes in org.forgerock.openam.authentication.modules.oauth2 with annotations of type SupportedAll -
Uses of SupportedAll in org.forgerock.openam.authentication.service
Classes in org.forgerock.openam.authentication.service with annotations of type SupportedAllModifier and TypeClassDescriptionfinal classDefault implementation forSessionPropertyUpgraderThis class basically just lets the session upgrade to copy every single property into the new session.classThis class is used in case of session upgrade for copying session properties from the old session into the new one. -
Uses of SupportedAll in org.forgerock.openam.entitlement
Classes in org.forgerock.openam.entitlement with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceService provider interface for registering custom entitlement conditions and subjects.final classProvides methods for discovering and loading entitlements conditions and subject implementations.classHolds the context of the policy evaluation making it available to policy conditions. -
Uses of SupportedAll in org.forgerock.openam.federation.plugin.rooturl
Classes in org.forgerock.openam.federation.plugin.rooturl with annotations of type SupportedAllModifier and TypeClassDescriptionenumSingleton class used to manage Root URL providers. -
Uses of SupportedAll in org.forgerock.openam.http
Classes in org.forgerock.openam.http with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceThis interface exposes the key components necessary to establish secure HTTPS connections. -
Uses of SupportedAll in org.forgerock.openam.oauth2
Classes in org.forgerock.openam.oauth2 with annotations of type SupportedAllModifier and TypeClassDescriptionclassRepresents a resource set description created by an OAuth2 client (resource server). -
Uses of SupportedAll in org.forgerock.openam.oauth2.extensions
Classes in org.forgerock.openam.oauth2.extensions with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceExtension filter that will be called before and after resource sets are registered. -
Uses of SupportedAll in org.forgerock.openam.plugins
Classes in org.forgerock.openam.plugins with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceDefine an AM plugin.classAn exception for an error in plugin operation.interfaceA collection of simple tools for interacting with the SMS (Service Management Service). -
Uses of SupportedAll in org.forgerock.openam.rest.resource
Classes in org.forgerock.openam.rest.resource with annotations of type SupportedAllModifier and TypeClassDescriptionclassA filter that can be applied to a CREST route in order to enter the restricted token context for a request if it contains a requester token as well as subject token. -
Uses of SupportedAll in org.forgerock.openam.scripting.api
Classes in org.forgerock.openam.scripting.api with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceResolver for getting properties in scripts. -
Uses of SupportedAll in org.forgerock.openam.scripting.api.secrets
Classes in org.forgerock.openam.scripting.api.secrets with annotations of type SupportedAll -
Uses of SupportedAll in org.forgerock.openam.selfservice.config
Classes in org.forgerock.openam.selfservice.config with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceServiceConfigProvider<C extends SelfServiceConsoleConfig>Provides self service config instances based of the passed console configuration instance. -
Uses of SupportedAll in org.forgerock.openam.selfservice.config.beans
Classes in org.forgerock.openam.selfservice.config.beans with annotations of type SupportedAllModifier and TypeClassDescriptionfinal classRepresents forgotten password console configuration.final classRepresents forgotten username console configuration.final classRepresents user registration console configuration. -
Uses of SupportedAll in org.forgerock.openam.services.email
Classes in org.forgerock.openam.services.email with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfacePluggable interface for all email sending in OpenAM.interfaceMailServerFactory<T extends MailServer>Factory interface for creating instances ofMailServer. -
Uses of SupportedAll in org.forgerock.openam.services.push
Classes in org.forgerock.openam.services.push with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceAPushNotificationDelegateis an implementation of OpenAM's Push Notification ServicePushNotificationServicespecific to a realm as generated by aPushNotificationDelegateFactory.interfaceDefines how PushNotificationDelegates should be created. -
Uses of SupportedAll in org.forgerock.openam.services.push.dispatch.predicates
Classes in org.forgerock.openam.services.push.dispatch.predicates with annotations of type SupportedAll -
Uses of SupportedAll in org.forgerock.openam.session.service
Classes in org.forgerock.openam.session.service with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceImplementation of this class gets executed every time when an SSO Session times out (either idle or max timeout). -
Uses of SupportedAll in org.forgerock.openam.sm
Classes in org.forgerock.openam.sm with annotations of type SupportedAllModifier and TypeClassDescriptionclassA sub-exception ofSMSExceptionfor theServiceConfigValidator.interfaceThis interface provides a means to validate an entireServiceConfig's attribute values together.interfaceThis interface provides a means to validate an entireServiceConfig's attribute values together.classA sub-exception ofSMSExceptionfor theServiceConfigValidator. -
Uses of SupportedAll in org.forgerock.openam.sm.annotations.adapters
Classes in org.forgerock.openam.sm.annotations.adapters with annotations of type SupportedAllModifier and TypeClassDescription@interfaceAn annotation to specify an example value for the attribute.@interfaceAn annotation which tags a configuration method as representing a number range.@interfaceAn annotation which tags a configuration method as representing a "secret" value that is encrypted.@interfaceAn annotation which tags a configuration method as being placeholdered.@interfaceAn annotation which tags a configuration method as representing a large body of text which requires a larger input. -
Uses of SupportedAll in org.forgerock.openam.sts
Classes in org.forgerock.openam.sts with annotations of type SupportedAllModifier and TypeClassDescriptionclassAn instance of this exception is thrown for errors encountered during token creation.interfaceProvides an extensible means of identifying a to-be-validated or to-be-provided token type.classAn instance of this exception is thrown for all errors related to token validation. -
Uses of SupportedAll in org.forgerock.openam.sts.config.user
Classes in org.forgerock.openam.sts.config.user with annotations of type SupportedAllModifier and TypeClassDescriptionclassEncapsulates the configuration state necessary to produce SAML2 assertions.static classBuilder used to programmatically create SAML2Config objects -
Uses of SupportedAll in org.forgerock.openam.sts.rest.token.provider
Classes in org.forgerock.openam.sts.rest.token.provider with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceInterface defining token creators in the rest-sts.interfaceParameter state passed to JsonTokenProvider instances. -
Uses of SupportedAll in org.forgerock.openam.sts.rest.token.provider.oidc
Classes in org.forgerock.openam.sts.rest.token.provider.oidc with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceAn interface which allows soap-sts publishers to generate the amr claim for issued OpenIdConnect tokens on the basis of the validated input token.interfaceOpenIdConnect tokens can include an Authentication Context Class Reference (acr) claim which indicates how the subject asserted by the OIDC token was authenticated. -
Uses of SupportedAll in org.forgerock.openam.sts.rest.token.validator
Classes in org.forgerock.openam.sts.rest.token.validator with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceDefines the contract for token validators deployed in the context of token transformation.interfaceDefines the parameter state which needs to be passed to the RestTokenTransformValidator#validateToken instances. -
Uses of SupportedAll in org.forgerock.openam.sts.token
Classes in org.forgerock.openam.sts.token with annotations of type SupportedAllModifier and TypeClassDescriptionenumEnum defining the SAML2 SubjectConfirmation values used in the REST-STS and the TokenGenerationService. -
Uses of SupportedAll in org.forgerock.openam.sts.tokengeneration.oidc
Classes in org.forgerock.openam.sts.tokengeneration.oidc with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface will be used to insert any custom claims into issued OpenIdConnect tokens. -
Uses of SupportedAll in org.forgerock.openam.sts.tokengeneration.saml2.statements
Classes in org.forgerock.openam.sts.tokengeneration.saml2.statements with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceDefines the concerns of mapping attributes into SAML2 AttributeStatements.interfaceDefines the concerns of generating the AttributeStatement list to be included in the SAML2 assertion.interfaceDefines the concern of providing the AuthnStatement list to be included in the generated SAML2 assertion.interfaceThis interface defines the plug-in point for producing AuthzDecisionStatements.interfaceImplementations of this interface will be consulted to obtain the Conditions object included in generated SAML2 assertions.interfaceDefines the concerns of providing the Subject to be included in the generated SAML2 assertion. -
Uses of SupportedAll in org.forgerock.openam.sts.user.invocation
Classes in org.forgerock.openam.sts.user.invocation with annotations of type SupportedAllModifier and TypeClassDescriptionclassWhen issuing SAML2 Holder-of-Key assertions, the proof token is usually an X509Certificate. -
Uses of SupportedAll in org.forgerock.openam.uma
Classes in org.forgerock.openam.uma with annotations of type SupportedAllModifier and TypeClassDescriptionclassA POJO to represent the UMA Permission Ticket. -
Uses of SupportedAll in org.forgerock.openam.uma.extensions
Classes in org.forgerock.openam.uma.extensions with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceExtension filter that will be called before permission request creation.interfaceExtension filter that will be called before request authorization and after request authorization.interfaceExtension filter that will be called before a resource is shared, after a resource is shared, before a shared resource is modified and on a resource no longer being shared. -
Uses of SupportedAll in org.forgerock.openam.upgrade
Classes in org.forgerock.openam.upgrade with annotations of type SupportedAllModifier and TypeClassDescriptionclassThis class is an extension point for all Upgrade related exceptions. -
Uses of SupportedAll in org.forgerock.openam.utils
Classes in org.forgerock.openam.utils with annotations of type SupportedAllModifier and TypeInterfaceDescriptioninterfaceFor extensibility of theRecoveryCodeGenerator.classGenerates codes of a specified length using a givenAlphabetas valid characters. -
Uses of SupportedAll in org.forgerock.openidconnect
Classes in org.forgerock.openidconnect with annotations of type SupportedAllModifier and TypeClassDescriptionclassInterface is to define what needs to be implemented to do the OpenID Connect check session endpoint.classDeprecated.useClaim
com.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.