Uses of Class
org.forgerock.openam.annotations.SupportedAll
-
Packages that use SupportedAll Package Description com.iplanet.am.util Provides utility classes for use by other OpenAM SDK and custom applications accessing OpenAM SDK.com.iplanet.dpro.parser XML parsing utility.com.iplanet.dpro.session.service This package contains classes and interfaces that represent methods to validate/update/destroy/persist/retrieve the internal session datacom.iplanet.log Exception classes for audit logging.com.iplanet.sso This package contains classes fro accessing the Single Sign On service and representing a SSOToken(Single Sign On) which contains the information related to session.com.sun.identity.authentication Provides interfaces and classes for writing a Remote Java client application to authenticate to OpenAM.com.sun.identity.authentication.modules.hotp Implementation of the Authentication Framework HOTP module and associated classes.com.sun.identity.authentication.spi Provides interfaces and classes for writing a supplemental authentication module to plug into OpenAM.com.sun.identity.entitlement Defines classes and interfaces to work with entitlements.com.sun.identity.federation.common Defines Federation Common Utils.com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.com.sun.identity.jaxrpc Defines classes to handle JAX-RPC.com.sun.identity.liberty.ws.paos Reverse SOAP Binding classes.com.sun.identity.liberty.ws.security Provides interface to manage liberty securitycom.sun.identity.liberty.ws.soapbinding Provides classes to manage Liberty SOAP Binding.com.sun.identity.log Provides the classes and interfaces of core logging and auditing facilities.com.sun.identity.log.spi Provides means for plugging in support for authorization and other security related aspects of logging.com.sun.identity.plugin.configuration Contains configuration SPI.com.sun.identity.plugin.datastore Contains data store plugin SPIs.com.sun.identity.plugin.log Contains Log SPI.com.sun.identity.plugin.session Contains session SPI.com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources.com.sun.identity.policy.remote Classes to handle policies remotely.com.sun.identity.saml.assertion Defines SAML assertion.com.sun.identity.saml.common Defines common SAML 1.x utilities and constants.com.sun.identity.saml.xmlsig Defines KeyProvider interface and default implementation class.com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.common Defines common SAMLv2 utilities and constants.com.sun.identity.saml2.ecp Defines classes for SAMLv2 ECP profile.com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.com.sun.identity.security Provides the classes to be used for performing privileged operations (like getting the OpenAM administrator's DN and password).com.sun.identity.shared.debug Defines legacy debug logging classes.com.sun.identity.shared.jaxrpc Defines classes to handle JAX-RPC.com.sun.identity.shared.locale Defines classes to handle localization.com.sun.identity.shared.stats Defines classes to interact with statistics.com.sun.identity.shared.whitelist Defines classes for basic resource matching.com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS).com.sun.identity.sm.validators Validator classes for SMS.com.sun.identity.wsfederation.common Defines common WS-Federation utilities and constants.com.sun.identity.wsfederation.plugins Defines WS-Federation Plugin SPIscom.sun.identity.xacml.client Defines classes to handle XACML requests.com.sun.identity.xacml.common Defines common XACML Utilities and Constantscom.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations.com.sun.identity.xacml.policy Defines XACML Policy classes.com.sun.identity.xacml.policy.impl Defines XACML Policy implementations.com.sun.identity.xacml.saml2 Defines XACML interfaces for SAMLv2com.sun.identity.xacml.saml2.impl Defines XACML implementations for SAMLv2.org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.oauth2.core.exceptions This package contains the exception classes that may be thrown by AM OAuth2 classes.org.forgerock.oauth2.core.plugins This package contains the API for writing OAuth2 plugins.org.forgerock.openam.annotations Contains annotations used by AM.org.forgerock.openam.annotations.sm Annotations for defining SMS service configurations.org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes.org.forgerock.openam.authentication.modules.common.mapping This package contains the mapping interfaces and default implementations that are common for use by all authentication modules.org.forgerock.openam.authentication.modules.oath.plugins Classes in this package provide plugin functionality for the oath module.org.forgerock.openam.authentication.service A collection of classes which support the authentication service.org.forgerock.openam.entitlement Defines classes to handle entitlements.org.forgerock.openam.federation.plugin.rooturl Federation plugin root url classes.org.forgerock.openam.http This package contains utilities for HTTP connections.org.forgerock.openam.ldap This package contains utility methods to ease/unify development when using the OpenDJ LDAP SDK.org.forgerock.openam.oauth2 Classes that provide AM's features as an OAuth 2.0 Authorization Server.org.forgerock.openam.oauth2.extensions Defines the classes and supported interface that customers need to create their ownResourceRegistrationFilter.org.forgerock.openam.plugins This package contains the API for writing AM plugins.org.forgerock.openam.rest.resource This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms in OpenAM built in.org.forgerock.openam.scripting.api The classes under this package do not support Localisation.org.forgerock.openam.scripting.api.secrets 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.org.forgerock.openam.selfservice.config Contains classes for handling self service console configuration.org.forgerock.openam.selfservice.config.beans Contains self service configuration beans.org.forgerock.openam.services.email Service interface for sending email messages and default implementation.org.forgerock.openam.services.push Defines classes for the Push Notification service and framework.org.forgerock.openam.services.push.dispatch.predicates Classes pertaining to the predicates used by the Push Service's Message Dispatcher.org.forgerock.openam.session.service Defines interfaces and classes for the Session Service.org.forgerock.openam.shared.resourcename This package contains url resource name utilities for use throughout the OpenAM codebase.org.forgerock.openam.sm This package contains exception types for service management error scenarios.org.forgerock.openam.sm.annotations.adapters Type adapters for converting a type to and from a set of strings, which is the underlying SMS representation for configuration.org.forgerock.openam.sts Base package for classes shared between the SOAP and REST STS.org.forgerock.openam.sts.config.user Contains the classes which encapsulate the user-provided configuration state necessary to publish a STS instance.org.forgerock.openam.sts.rest.token.provider Contains classes and interface definitions common to all token provider classes.org.forgerock.openam.sts.rest.token.provider.oidc Classes related to producing OpenIdConnect tokensorg.forgerock.openam.sts.rest.token.validator Token validation occurs in three contexts in the sts: 1.org.forgerock.openam.sts.token Contains the classes related to token operations.org.forgerock.openam.sts.tokengeneration.oidc This package contains classes defining OpenId Connect Token generation and claim mapping.org.forgerock.openam.sts.tokengeneration.saml2.statements This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2 assertions.org.forgerock.openam.sts.user.invocation This package contains classes related to creating the json payloads corresponding to REST-STS and TokenGenerationService invocations.org.forgerock.openam.uma Classes that support AM's UMA AS functionality.org.forgerock.openam.uma.extensions Extension points for integrating with UMA functionality.org.forgerock.openam.upgrade Defines interfaces and classes to perform OpenAM system upgrade.org.forgerock.openam.utils This package contains general utilities for use throughout the OpenAM codebase.org.forgerock.openidconnect Classes required for the AM OAuth2 OIDC implementation. -
Packages with annotations of type SupportedAll Package Description org.forgerock.guava.common.collect A collection of Guava interfaces that were previously packaged as "forgerock-guava".com.sun.identity.plugin.datastore Contains data store plugin SPIs.com.sun.identity.liberty.ws.paos Reverse SOAP Binding classes.org.forgerock.openam.core.realms Classes to model realms within AM.org.forgerock.openam.federation.plugin.rooturl Federation plugin root url classes.com.sun.identity.liberty.ws.security Provides interface to manage liberty securitycom.sun.identity.liberty.ws.soapbinding 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 SupportedAll Modifier and Type Class Description classAdminUtilsThis class contains methods to retrieve Top Level Administrator information.classAMPasswordUtilThis class which contains utilities to encrypt and decrypt attribute value of password type.classSystemPropertiesThis class provides functionality that allows single-point-of-access to all related system properties.classThreadPoolThis 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 SupportedAll Modifier and Type Class Description classWebtopParserXMLParser 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 SupportedAll Modifier and Type Interface Description interfaceQuotaExhaustionActionInterface 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 SupportedAll Modifier and Type Class Description classConnectionExceptionDeprecated.classDriverLoadExceptionDeprecated.classLogExceptionDeprecated.classNullLocationExceptionDeprecated. -
Uses of SupportedAll in com.iplanet.sso
Classes in com.iplanet.sso with annotations of type SupportedAll Modifier and Type Class Description classSSOExceptionThisSSOExceptionis thrown when there are single sign on token operation error.interfaceSSOTokenTheSSOTokenclass represents a "single sign on"(SSO) token.interfaceSSOTokenEventTheSSOTokenEventis an interface that represents an SSO token event.The single sign on token event represents a change inSSOToken.interfaceSSOTokenIDTheSSOTokenIDis an interface that is used to identify a single sign on token object.interfaceSSOTokenListenerTheSSOTokenListenerinterface needs to be implemented by the applications to receive SSO token events.classSSOTokenListenersUnsupportedExceptionThisSSOTokenCannotBeObservedExceptionis 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 SupportedAll Modifier and Type Class Description static classAuthContext.IndexTypeThe classIndexTypedefines the possible kinds of "objects" or "resources" for which an authentication can be performed.static classAuthContext.StatusThe 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 SupportedAll Modifier and Type Interface Description interfaceSMSGatewayDefines 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 SupportedAll Modifier and Type Interface Description interfaceAMAuthCallBackTheAMAuthCallBackinterface 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)classAMAuthCallBackExceptionTheAMAuthCallBackExceptionis used to specify an exception related to an authentication framework callback.interfaceAMPostAuthProcessInterfaceTheAMPostAuthProcessInterfaceinterface needs to be implemented by services and applications to do post authentication processing.classAuthenticationExceptionAuthenticationExceptionclass is for handling Exception that is thrown when the user-entered tokens cause the authentication module to be authenticated to fail.classHttpCallbackHttpCallbackclass implementsCallbackand is used by the authentication module with HTTP protocol based handshaking negotiation.classInvalidPasswordExceptionException that is thrown when the user-entered password token causes the authentication module to be authenticated to fail.classPagePropertiesCallbackPagePropertiesCallbackclass 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.interfaceUserIDGeneratorAn application implements aUserIDGeneratorinterface and registers itself to the Core Authentication service so that authentication modules can retrieve a list of auto-generated user IDs.classUserNamePasswordValidationExceptionThis 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 SupportedAll Modifier and Type Class Description classConditionDecisionClass to representEntitlementConditionevaluation match result and - if applicable - its advice.interfaceEntitlementConditionEncapsulates a Strategy to decide if aPrivilegeapplies to a given request.classEntitlementExceptionEntitlement related exception.interfaceEntitlementSubjectEncapsulates a Strategy to decide if aPrivilegeapplies to a givenSubject.interfaceResourceAttributeEncapsulates a Strategy to derive attributes to be returned with a particularEntitlementwhen evaluatingPrivileges.classSubjectDecisionClass 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 Modifier and Type Interface Description interfaceIFSConstantsDeprecated. -
Uses of SupportedAll in com.sun.identity.idm
Classes in com.sun.identity.idm with annotations of type SupportedAll Modifier and Type Interface Description interfaceIdConstantsinterfaceIdEventListenerRepresents the event listener interface that consumers of this API should implement and register with the AMIdentityRepository to receive notifications.classIdOperationThe classIdOperationdefines the types of operations supported on managed identities, and provides static constants for these operation.classIdRepoThis interface defines the methods which need to be implemented by plugins.classIdRepoDuplicateObjectExceptionAn exception type thrown when anIdRepois asked to create an object with a name that is already used.classIdRepoExceptionThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.classIdRepoFatalExceptionThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.classIdRepoListenerProvides methods that can be called by IdRepo plugins to notify change events.classIdRepoUnsupportedOpExceptionThe exception class whose instance is thrown if there is any error during the operation of objects of thecom.sun.identity.smspackage.classIdSearchControlThis is a helper class which is used in theAMIdentityRepositorysearch method.classIdSearchOpModifierThis is a helper class which can be in conjunction with theIdSearchControlclass to make simple modifications to the basic search performed by each plugin.classIdSearchResultsThis classIdSearchResultsprovides to obtain the search results.classIdTypeThe classIdTypedefines the types of supported identities, and provides static constants for these identities.classPasswordPolicyExceptionThe 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 SupportedAll Modifier and Type Class Description classSOAPClientExceptionAnSOAPClientExceptionis 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 SupportedAll Modifier and Type Interface Description interfacePAOSConstantsThis interface defines constants common to all PAOS elements.classPAOSExceptionThePAOSExceptionclass represents a error while processing SOAP request and response.classPAOSHeaderThePAOSHeaderclass is used by a web application on HTTP server side to parse aPAOSheader in an HTTP request from the user agent side.classPAOSRequestThePAOSRequestclass 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 SupportedAll Modifier and Type Class Description classSecurityAssertionTheSecurityAssertionclass 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 SupportedAll Modifier and Type Class Description classConsentHeaderTheConsentHeaderclass representsConsentelement defined in SOAP binding schema.classCorrelationHeaderTheCorrelationHeaderclass representsCorrelationelement defined in SOAP binding schema.classMessageTheMessageclass is used by web service client and server to construct request or response.classSOAPBindingExceptionTheSOAPBindingExceptionclass represents a error while processing SOAP request and response.classSOAPFaultTheSOAPFaultclass represents a SOAP Fault element.classSOAPFaultDetailTheSOAPFaultDetailclass represents the 'Detail' child element of SOAP Fault element.classSOAPFaultExceptionTheSOAPFaultExceptionclass represents a SOAP Fault while processing SOAP request.classUsageDirectiveHeaderTheUsageDirectiveHeaderclass 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 SupportedAll Modifier and Type Class Description classLoggerDeprecated.classLogManagerDeprecated.classLogQueryDeprecated.classLogReaderDeprecated.classQueryElementDeprecated. -
Uses of SupportedAll in com.sun.identity.log.spi
Classes in com.sun.identity.log.spi with annotations of type SupportedAll Modifier and Type Class Description classAuthorizerDeprecated.interfaceIAuthorizerDeprecated.interfaceIVerifierOutputDeprecated. -
Uses of SupportedAll in com.sun.identity.plugin.configuration
Classes in com.sun.identity.plugin.configuration with annotations of type SupportedAll Modifier and Type Interface Description interfaceConfigurationActionEventTheConfigurationActionEventclass represents Configuration event.classConfigurationExceptionAnConfigurationExceptionis thrown when there are errors related to service configuration operations.interfaceConfigurationInstanceConfigurationInstanceis the interface that provides the operations on service configuration.interfaceConfigurationListenerThe 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 SupportedAll Modifier and Type Interface Description interfaceDataStoreProviderInterface used for storing & retrieving information.classDataStoreProviderExceptionThis class is to handle DataStoreProvider related exceptions.classDataStoreProviderManagerThis 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 Modifier and Type Class Description classLogExceptionDeprecated.interfaceLoggerDeprecated. -
Uses of SupportedAll in com.sun.identity.plugin.session
Classes in com.sun.identity.plugin.session with annotations of type SupportedAll Modifier and Type Class Description classSessionExceptionThis class is to handle Session related exceptions.interfaceSessionListenerInterface used for session invalidation notification.interfaceSessionProviderInterface 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 SupportedAll Modifier and Type Class Description classConditionDecisionDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classConditionTypeManagerDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classInvalidFormatExceptionException thrown if a name of an object such as policy, rule or referral has invalid formatclassInvalidNameExceptionException thrown if a name of an object such as policy, rule or referral is invalidclassLimitExceededExceptionException thrown if any configured limit is exceededclassNameAlreadyExistsExceptionException thrown if a name of an object such as policy, rule or referral already exists (used by another object of the same type)classNameNotFoundExceptionException thrown if an object such as policy, rule or referral for the given name does not exist.classNoPermissionExceptionException thrown if a policy operation attempted could not be done due to insufficient permissionsclassObjectInUseExceptionException thrown to indicate that an object you are trying to remove is in use and therefore can not be removed.classPolicyEventDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classPolicyExceptionThe classPolicyExceptionis the basic exception for the the policy component.classProtectedResourceDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classProxyPolicyEvaluatorDeprecated.classProxyPolicyEvaluatorFactoryDeprecated.classReferralTypeManagerDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classResourceMatchDeprecated.As of OpenSSO Express 8.0, useResourceMatchinstead asEntitlementhas replacedPolicy.classResponseProviderTypeManagerDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classSubjectTypeManagerDeprecated.classSyntaxDeprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.classValidValuesDeprecated.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 SupportedAll Modifier and Type Interface Description interfaceConditionDeprecated.interfacePolicyListenerDeprecated.interfaceReferralDeprecated.interfaceResourceNameDeprecated.interfaceResponseProviderDeprecated.interfaceSubjectDeprecated. -
Uses of SupportedAll in com.sun.identity.policy.remote
Classes in com.sun.identity.policy.remote with annotations of type SupportedAll Modifier and Type Class Description classPolicyEvaluationExceptionThe 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 SupportedAll Modifier and Type Class Description classActionThis class is designed forActionelement in SAML core assertion.classAdviceTheAdviceelement contains additional information that the issuer wish to provide.classAdviceBaseTheAdviceelement contains additional information that the issuer wish to provide.classAssertionThis object stands forAssertionelement.classAssertionBaseThis object stands forAssertionelement.An Assertion is a package of information that supplies one or moreStatementmade by an issuer.classAssertionIDReferenceAssertionIDReferenceelement makes reference to a SAML assertion.classAttributeTheAttributeelement specifies an attribute of the assertion subject.classAttributeDesignatorTheAttributeDesignatorelement identifies an attribute name within an attribute namespace.classAttributeStatementTheAttributeStatementelement supplies a statement by the issuer that the specified subject is associated with the specified attributes.classAudienceRestrictionConditionThis is an implementation of the abstractConditionclass, which specifes that the assertion this AuthenticationCondition is part of, is addressed to one or more specific audience.classAuthenticationStatementTheAuthenticationStatementelement supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.classAuthorityBindingTheAuthorityBindingelement 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.classAuthorizationDecisionStatementTheAuthorizationDecisionStatementelement 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.classAuthorizationDecisionStatementBaseTheAuthorizationDecisionStatementelement 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.classConditionThis is an abstract class which servers as an extension point for new conditions.classConditionsThisConditionsis a set ofCondition.classDoNotCacheConditionThis 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.classEvidenceTheEvidenceelement specifies an assertion either by reference or by value.classEvidenceBaseTheEvidenceelement specifies an assertion either by reference or by value.classNameIdentifierThe NameIdentifier element specifies aSubjectby a combination of a name and a security domain governing the name of theSubject.classStatementTheStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.classSubjectTheSubjectelement specifies one or more subjects.classSubjectConfirmationTheSubjectConfirmationelement specifies a subject by specifying data that authenticates the subject.classSubjectLocalityTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication.classSubjectStatementTheSubjectStatementelement 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 SupportedAll Modifier and Type Class Description classSAMLExceptionThis class is an extension point for all SAML related exceptions.classSAMLRequesterExceptionThis exception is thrown when the request could not be performed due to an error in the sender or in the request.classSAMLResponderExceptionThis exception is thrown when the request could not be performed due to an error at the receiving end.classSAMLVersionMismatchExceptionThis 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 SupportedAll Modifier and Type Interface Description interfaceKeyProviderThe classKeyProvideris an interface that is implemented to retrieve X509Certificates and Private Keys from user data store.interfacePasswordDecoderThe 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 SupportedAll Modifier and Type Interface Description interfaceActionTheActionelement specifies an action on the specified resource for which permission is sought.interfaceAdviceTheAdvicecontains any additional information that the SAML authority wishes to provide.interfaceAssertionTheAssertionelement is a package of information that supplies one or moreStatementmade by an issuer.classAssertionFactoryThis is the factory class to obtain instances of the objects defined in assertion schema.interfaceAssertionIDRefThis class represents the AssertionIDRef element.interfaceAttributeTheAttributeelement identifies an attribute by name and optionally includes its value(s).interfaceAttributeStatementTheAttributeStatementelement describes a statement by the SAML authority asserting that the assertion subject is associated with the specified attributes.interfaceAudienceRestrictionTheAudienceRestrictionspecifies that the assertion is addressed to one or more specificAudiences.interfaceAuthnContextTheAuthnContextelement specifies the context of an authentication event.interfaceAuthnStatementTheAuthnStatementelement describes a statement by the SAML authority asserting that the assertion subject was authenticated by a particular means at a particular time.interfaceAuthzDecisionStatementTheAuthzDecisionStatementelement 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.interfaceBaseIDTheBaseIDis an extension point that allows applications to add new kinds of identifiers.interfaceBaseIDAbstractTheBaseIDAbstractis an abstract type usable only as the base of a derived type.interfaceConditionTheConditionserves as an extension point for new conditions.interfaceConditionAbstractTheConditionAbstractis abstract and is thus usable as the base of a derived classinterfaceConditionsTheConditionsdefines the SAML constructs that place constraints on the acceptable use if SAMLAssertions.interfaceEncryptedAssertionTheEncryptedAssertionrepresents an assertion in encrypted fashion, as defined by the XML Encryption Syntax and Processing specification [XMLEnc].interfaceEncryptedAttributeTheEncryptedAttributeelement represents a SAML attribute in encrypted fashion.interfaceEncryptedElementTheEncryptedElementcarries the content of an unencrypted identifier in encrypted fasion.interfaceEncryptedIDTheEncryptedIDcarries the content of an unencrypted identifier in encrypted fashion.interfaceEvidenceTheEvidenceelement contains one or more assertions or assertion references that the SAML authority relied on in issuing the authorization decision.interfaceIssuerTheIssuerprovides information about the issuer of a SAML assertion or protocol message.interfaceKeyInfoConfirmationDataTheKeyInfoConfirmationDataconstrains aSubjectConfirmationDataelement to contain one or moreds:KeyInfoelements that identify cryptographic keys that are used in some way to authenticate an attesting entity.interfaceNameIDTheNameIDis used in various SAML assertion constructs such asSubjectandSubjectConfirmationelements, and in various protocol messages.interfaceNameIDTypeTheNameIDTypeis used when an element serves to represent an entity by a string-valued name.interfaceOneTimeUseTheOneTimeUseindicates that the assertion should be used immediately by the relying party and must not be retained for future use.interfaceProxyRestrictionTheProxyRestrictionspecifies 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.interfaceStatementTheStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.interfaceSubjectTheSubjectspecifies the principal that is the subject of all of the statements in the assertion.interfaceSubjectConfirmationTheSubjectConfirmationprovides 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.interfaceSubjectConfirmationDataTheSubjectConfirmationDataspecifies additional data that allows the subject to be confirmed or constrains the circumstances under which the act of subject confirmation can take place.interfaceSubjectLocalityTheSubjectLocalityelement 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 SupportedAll Modifier and Type Interface Description interfaceSAML2ConstantsThis interface defines constants common to all SAMLv2 elements.classSAML2ExceptionThis class is an extension point for all SAML related exceptions.classSAML2InvalidNameIDPolicyExceptionThis class is an extension point for all SAML related exceptions.classSAML2SDKUtilsTheSAML2SDKUtilscontains utility methods for SAML 2.0 implementation.interfaceXmlSerializableCommon 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 SupportedAll Modifier and Type Class Description classECPFactoryThis is the factory class to obtain object instances for concrete elements in the ecp schema.interfaceECPRelayStateTheECPRelayStateinterface defines methods for properties required by an ECP RelayState.interfaceECPRequestTheECPRequestinterface defines methods for properties required by an ECP request.interfaceECPResponseTheECPResponseinterface 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 SupportedAll Modifier and Type Interface Description interfaceAssertionIDRequestMapperThis interfaceAssertonIDRequestMapperis used by asseriton ID request service to process assertion ID request.interfaceAttributeAuthorityMapperThis interfaceAttributeAuthorityMapperis used by attribute authority to process attribute query.classFedletAdapterTheFedletAdapterabstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.interfaceIDPAccountMapperThe interfaceIDPAccountMapperis used to map the local identities to theSAMLprotocol objects and also the vice versa for some of the protocols for e.g.interfaceIDPAttributeMapperThis 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.classIDPAuthnContextInfoThe classIDPAuthnContextInfoconsists of the mapping betweenAuthnContextClassRefand the actual authentication mechanism at the Identity Provider.interfaceIDPAuthnContextMapperThe interfaceIDPAuthnContextMappercreates anIDPAuthnContextInfobased on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.interfaceIDPECPSessionMapperThis interfaceIDPECPSessionMapperis used to find a valid session from HTTP servlet request on IDP with ECP profile.interfaceSAML2IdentityProviderAdapterThis interfaceSAML2IdentityProviderAdapteris used to perform specific tasks in the IdPinterfaceSAML2IDPFinderThis interfaceSAML2IDPFinderis used to find a list of preferred Identity Authenticating providers to service the authentication request.classSAML2ServiceProviderAdapterTheSAML2ServiceProviderAdapterabstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.interfaceSPAccountMapperThe interfaceSPAccountMapperis used to identify the local identities that maps theSAMLprotocol objects such asAssertion,ManageNameIDRequestetc.interfaceSPAttributeMapperThis interfaceSPAttributeMapperis used to map the SAMLAttributes to the local user attributes.interfaceSPAuthnContextMapperThe 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.protocol
Classes in com.sun.identity.saml2.protocol with annotations of type SupportedAll Modifier and Type Interface Description interfaceArtifactThis class represents theArtifactelement in SAMLv2 protocol schema.interfaceArtifactResolveTheArtifactResolvemessage is used to request that a SAML protocol message be returned in anArtifactResponsemessage by specifying an artifact that represents the SAML protocol message.interfaceArtifactResponseTheArtifactResopnsemessage has the complex typeArtifactResponseType.interfaceAssertionIDRequestThis class represents the AssertionIDRequestType complex type.interfaceAttributeQueryThis class represents the AttributeQueryType complex type.interfaceAuthnQueryThis class represents the AuthnQueryType complex type.interfaceAuthnRequestTheAuthnRequestinterface defines methods for properties required by an authentication request.interfaceExtensionsThe interfaceExtensionsdefines methods for adding protcol message extension elements.interfaceGetCompleteThis interface contains methods for theGetCompleteElement in the SAMLv2 Protocol Schema.interfaceIDPEntryThis interface defines methods to set/retrieve single identity provider information trusted by the request issuer to authenticate the presenter.interfaceIDPListThis interface specifies the identity providers trusted by the requester to authenticate the presenter.interfaceLogoutRequestThis class represents theLogoutRequestelement in SAML protocol schema.interfaceLogoutResponseThis class represents theLogoutResponseelement in SAML protocol schema.interfaceManageNameIDRequestThis class represents the ManageNameIDRequestType complex type.interfaceManageNameIDResponseThis class represents the ManageNameIDResponse element declaration.interfaceNameIDMappingRequestThis class represents the ManageNameIDRequestType complex type.interfaceNameIDMappingResponseThis class represents the NameIDMappingResponseType complex type.interfaceNameIDPolicyThis interface defines methods to retrieve name identifier related properties.interfaceNewEncryptedIDJava content class for NewEncryptedID element declaration.interfaceNewIDThis interface identifies the new identifier in anManageNameIDRequestmessage.classProtocolFactoryThis is the factory class to obtain object instances for concrete elements in the protocol schema.interfaceRequestAbstractThis interface defines methods for setting and retrieving attributes and elements associated with a SAML request message used in SAML protocols.interfaceRequestedAuthnContextJava content class for RequestedAuthnContext element declaration.interfaceRequesterIDThis interface identifies the requester in anAuthnRequestmessage.interfaceResponseTheResponsemessage element is used when a response consists of a list of zero or more assertions that satisfy the request.interfaceScopingThis interface defines methods to retrieve Identity Providers and context/limitations related to proxying of the request message.interfaceSessionIndexThis class represents theSessionIndexelement in SAML protocol schema.interfaceStatusThis class represents theStatusTypecomplex type in SAML protocol schema.interfaceStatusCodeThis class represents theStatusCodeTypecomplex type in SAML protocol schema.interfaceStatusDetailThis class represents theStatusDetailTypecomplex type in SAML protocol schema.interfaceStatusMessageThis class represents theStatusMessageelement in SAML protocol schema.interfaceStatusResponseThis class represents theStatusResponseTypecomplex type in SAML protocol schema.interfaceSubjectQueryAbstractThis class represents the SubjectQueryAbstractType complex type. -
Uses of SupportedAll in com.sun.identity.security
Classes in com.sun.identity.security with annotations of type SupportedAll Modifier and Type Class Description classAdminDNActionThe class is used to perform privileged operations usingjava.security.AccessController.doPrivileged()when usingcom.iplanet.am.util.AdminUtilsto obtain Administrator DN.classAdminPasswordActionThe class is used to perform privileged operations usingAccessController.doPrivileged()when usingcom.iplanet.am.util.AdminUtilsto obtain Administrator passwords.classAdminTokenActionProvides a centralised method for fetching an administrator token for operations where there is no user present.interfaceAppSSOTokenProviderThis interface defines method to get application single sign on token.classDataEncryptorThis classDataEncryptoris used to encrypt the data with symmetric and asymmetric keys.classDecodeActionThe class is used to perform privileged operations withAccessController.doPrivileged()when usingcom.iplanet.services.util.Cryptto decode passwords.classDecryptActionThe class is used to perform privileged operation withAccessController.doPrivileged()when usingcom.iplanet.am.util.AMPasswordUtilto decrypt passwords.classEncodeActionThe class is used to perform privileged operation withAccessController.doPrivileged()when usingcom.iplanet.services.util.Cryptto encode passwords.classEncryptActionThe class is used to perform privileged operation withAccessController.doPrivileged()when usingcom.iplanet.am.util.AMPasswordUtilto encrypt passwords.classISSecurityPermissionThis classISSecurityPermissionis used to protect the Access Manager resources which should be accessed only by trusted application. -
Uses of SupportedAll in com.sun.identity.shared.debug
Classes in com.sun.identity.shared.debug with annotations of type SupportedAll Modifier and Type Class Description classDebugDeprecated.UseLoggerinstead. -
Uses of SupportedAll in com.sun.identity.shared.jaxrpc
Classes in com.sun.identity.shared.jaxrpc with annotations of type SupportedAll Modifier and Type Class Description classSOAPClientExceptionAnSOAPClientExceptionis thrown when there are errors related to JAXRPC and SOAP methods. -
Uses of SupportedAll in com.sun.identity.shared.locale
Classes in com.sun.identity.shared.locale with annotations of type SupportedAll Modifier and Type Class Description classLocaleThis classLocale.javais a utility that provides functionality for applications and services to internationalize their messages. -
Uses of SupportedAll in com.sun.identity.shared.stats
Classes in com.sun.identity.shared.stats with annotations of type SupportedAll Modifier and Type Class Description classStatsAllows a uniform interface to statistics information in a uniform format. -
Uses of SupportedAll in com.sun.identity.shared.whitelist
Classes in com.sun.identity.shared.whitelist with annotations of type SupportedAll Modifier and Type Class Description classResourceMatchThe classResourceMatchdefines the results of a resource match with respect to Policy.interfaceResourceNameThe interfaceResourceNameprovides methods to determine the hierarchy of resource names. -
Uses of SupportedAll in com.sun.identity.sm
Classes in com.sun.identity.sm with annotations of type SupportedAll Modifier and Type Class Description classAttributeSchemaThe classAttributeSchemaprovides methods to access the schema of a configuration parameter.classChoiceValuesThe 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.classDefaultValuesThe 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.classInvalidAttributeNameExceptionTheInvalidAttributeNameExceptionis thrown to indicate that an invalid attribute name was used.classInvalidAttributeValueExceptionclassOrganizationAlreadyExistsExceptionTheOrganizationAlreadyExistsExceptionis thrown if the organization already exists.classOrganizationConfigManagerThe classOrganizationConfigManagerprovides interfaces to manage an organization's configuration data.classSchemaExceptionTheSchemaExceptionis thrown if the error encountered is related to the schema.classSchemaTypeThe classSchemaTypedefines the types of schema objects, and provides static constants for these schema objects.classServiceAlreadyExistsExceptionTheServiceAlreadyExistsExceptionis thrown if the service already exists.interfaceServiceAttributeValidatorThe interfaceServiceAttributeValidatorshould be implemented by the services/applications if validator plugins are required.classServiceConfigThe classServiceConfigprovides interfaces to manage the configuration information of a service configuration.classServiceInstanceThe classServiceInstanceprovides methods to manage service's instance variables.interfaceServiceListenerThe interfaceServiceListenerneeds to be implemented by applications in order to receive service data change notifications.classServiceNotFoundExceptionTheServiceNotFoundExceptionis thrown if the service does not exist.classServiceSchemaThe classServiceSchemaprovides interfaces to manage the schema information of a service.classSMSExceptionThe 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 SupportedAll Modifier and Type Class Description classDateTimeValidatorclassDNValidatorclassDomainValidatorValidates domainclassFloatValidatorclassMailAddressValidatorValidates 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.classNumberValidatorclassURLValidator -
Uses of SupportedAll in com.sun.identity.wsfederation.common
Classes in com.sun.identity.wsfederation.common with annotations of type SupportedAll Modifier and Type Class Description classWSFederationExceptionThis 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 SupportedAll Modifier and Type Interface Description interfaceIDPAccountMapperThe interfaceIDPAccountMapperis used to map the local identities to theSAMLprotocol objects and also the vice versa for some of the protocols for e.g.interfaceIDPAttributeMapperThis 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.interfaceIDPAuthenticationMethodMapperThe interfaceIDPAuthenticationMethodMappercreates anIDPAuthenticationTypeInfobased on the RequestAuthnContext from the AuthnRequest sent by a Service Provider and the AuthnContext configuration at the IDP entity config.classIDPAuthenticationTypeInfoThe classIDPAuthenticationTypeInfoconsists of the mapping betweenAuthenticationTypeand the actual authentication mechanism at the Identity Provider.interfaceSPAccountMapperThe classPartnerAccountMapperis an interface that is implemented to map partner account to user account in OpenAM.interfaceSPAttributeMapperThis 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 SupportedAll Modifier and Type Class Description classXACMLRequestProcessorThis 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 SupportedAll Modifier and Type Class Description classXACMLConstantsThis interface defines constants common to all XACML elements.classXACMLExceptionThis class is an extension point for all XACML related exceptions.classXACMLSDKUtilsTheXACMLSDKUtilscontains 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 SupportedAll Modifier and Type Interface Description interfaceActionTheActionelement specifies information about the action requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.interfaceAttributeTheAttributeelement specifies information about the action/subject/resource requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.classContextFactoryThis is the factory class to obtain instances of the objects defined in xacml context schema.interfaceDecisionTheDecisionelement is a container of one or moreDecisions issued by policy decision pointinterfaceEnvironmentTheEnvironmentelement contains information about the enviroment of theRequestcontext by listing a sequence ofAttributeelements associated with the environment.interfaceMissingAttributeDetailTheStatusCodeelement is a container of one or moreStatuss issuded by authorization authority.interfaceRequestTheRequestelement is the top-level element in the XACML context scehema.interfaceResourceTheResourceelement specifies information about the resource to which access is requested by listing a sequence ofAttributeelements associated with the resource.interfaceResourceContentTheResourceContentelement specifies information about the resource to which access is requested by listing a sequence ofAttributeelements associated with the resource.interfaceResponseTheResponseelement is a container of one or moreResults issued by policy decision pointinterfaceResultTheResultelement is a container of one or moreResults issuded by authorization authority.interfaceStatusTheStatuselement is a container of one or moreStatuss issuded by authorization authority.interfaceStatusCodeTheStatusCodeelement is a container of one or moreStatusCodes issuded by authorization authority.interfaceStatusDetailTheStatusCodeelement is a container of one or moreStatuss issuded by authorization authority.interfaceStatusMessageTheStatusMessageelement is a container of one or moreStatusMessages issuded by authorization authority.interfaceSubjectTheSubjectelement 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 SupportedAll Modifier and Type Class Description classActionImplTheActionelement specifies information about the action requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.classAttributeImplTheAttributeelement specifies information about the action/subject/resource requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.classDecisionImplTheDecisionelement is a container of one or moreDecisions issued by policy decision pointclassEnvironmentImplTheEnvironmentelement specifies information about the environment requested in theRequestcontext by listing a sequence ofAttributeelements associated with the environment.classRequestImplTheRequestelement is the top-level element in the XACML context schema.classResourceImplTheResourceelement specifies information about the resource to which access is requested by listing a sequence ofAttributeelements associated with the resource.classStatusCodeImplTheStatusCodeelement is a container of one or moreStatusCodes issuded by authorization authority.classStatusDetailImplTheStatusCodeelement is a container of one or moreStatuss issuded by authorization authority.classStatusImplTheStatuselement is a container of one or moreStatuss issuded by authorization authority.classStatusMessageImplTheStatusMessageelement is a container of one or moreStatusMessages issuded by authorization authority.classSubjectImplTheSubjectelement 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 SupportedAll Modifier and Type Interface Description interfaceObligationTheObligationelement is a container of one or moreAttributeAssignments issuded by authorization authority.interfaceObligationsTheObligationselement is a container of one or moreObligations issuded by authorization authority.classPolicyFactoryThis 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 SupportedAll Modifier and Type Class Description classObligationImplTheObligationelement is a container of one or moreAttributeAssignments issuded by authorization authority.classObligationsImplTheObligationselement 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 SupportedAll Modifier and Type Interface Description interfaceXACMLAuthzDecisionQueryTheXACMLAuthzDecisionQueryelement is a SAML Query that extends SAML Protocol schema typeRequestAbstractType.interfaceXACMLAuthzDecisionStatementXACMLAuthzDecisionStatementis 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 SupportedAll Modifier and Type Class Description classXACMLAuthzDecisionQueryImplTheXACMLAuthzDecisionQueryImplis an impelmentation ofXACMLAuthzDecisionQueryinterface. -
Uses of SupportedAll in org.forgerock.oauth2.core
Classes in org.forgerock.oauth2.core with annotations of type SupportedAll Modifier and Type Interface Description interfaceAccessTokenModels an OAuth2 access token.interfaceIntrospectableTokenAn OAuth 2.0 token abstraction for introspection.interfaceResponseTypeHandlerHandles the issuing of Tokens for a response type, i.e.interfaceScopeValidatorDeprecated.since 7.2.0interfaceTokenModels a OAuth2 token.classUserInfoClaimsSimple 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 SupportedAll Modifier and Type Class Description classInvalidRequestExceptionThrown 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 SupportedAll Modifier and Type Interface Description interfaceUserCodeGeneratorGenerator for OAuth2 User Codes. -
Uses of SupportedAll in org.forgerock.openam.annotations
Classes in org.forgerock.openam.annotations with annotations of type SupportedAll Modifier and Type Class Description interfaceEvolvingThis 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.interfaceEvolvingAllThis 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.interfaceSupportedThis annotation marks AM APIs that are considered stable and should not change in minor releases (except possibly when a security fix requires such change).interfaceSupportedAllThis 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 SupportedAll Modifier and Type Class Description interfaceAttributeIndicates that a method describes a configuration attribute of an SMS service.interfaceConfigIndicates that an interface describes the configuration of an SMS service.interfaceI18nKeyAnnotate the choice value enum constant for anAttributewith a i18nKey value property.interfaceIdIndicates that a method returns the identifier of a configuration set of a multiple-configuration SMS service.interfaceIdRepoConfigIndicates that an interface describes the configuration of an Identity Repository.interfaceSubConfigIndicates that a method contains rich sub-configuration(s) of the parent configuration (or sub-configuration). -
Uses of SupportedAll in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api with annotations of type SupportedAll Modifier and Type Class Description classAbstractDecisionNodeAn abstract node implementation for nodes that result in a simple true-false outcome.classAbstractNodeAmPluginA convenient base class forAmPlugins that provide authentication nodes.classActionImmutable container for the result of processing a node.classExternalRequestContextA representation of the external HTTP request in the current tree authentication context.interfaceNodeA node is the core abstraction within an authentication tree.classNodeProcessExceptionclassNodeStateEncapsulates all state that is provided by each node and passed between nodes on tree execution.interfaceOutcomeProviderDescribes the outcomes for node instances.classSharedStateConstantsThis class represents all the constants that can be used as keys for storing values in the tree's shared state.classSingleOutcomeNodeAbstract node for nodes that always result in the same single outcome.interfaceStaticOutcomeProviderDescribes the outcomes for node instances that have static outcomes.classTreeContextA representation of the context of the current tree authentication process.interfaceTreeHookA TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication.interfaceTreeMetaDataMeta 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 SupportedAll Modifier and Type Interface Description interfaceAccountProviderImplementations of this interface provide the means to search for and create users given a map of attributes.interfaceAttributeMapper<T>Translates 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 SupportedAll Modifier and Type Interface Description interfaceSharedSecretProviderProvided as an extension point to allow customised transformation of the OATH shared secret attribute. -
Uses of SupportedAll in org.forgerock.openam.authentication.service
Classes in org.forgerock.openam.authentication.service with annotations of type SupportedAll Modifier and Type Class Description classDefaultSessionPropertyUpgraderDefault implementation forSessionPropertyUpgraderThis class basically just lets the session upgrade to copy every single property into the new session.classSessionPropertyUpgraderThis 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 SupportedAll Modifier and Type Interface Description interfaceEntitlementModuleService provider interface for registering custom entitlement conditions and subjects.classEntitlementRegistryProvides methods for discovering and loading entitlements conditions and subject implementations.classPrivilegeEvaluatorContextHolds 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 SupportedAll Modifier and Type Class Description classRootUrlManagerSingleton 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 SupportedAll Modifier and Type Interface Description interfaceSslConnectionManagerThis interface exposes the key components necessary to establish secure HTTPS connections. -
Uses of SupportedAll in org.forgerock.openam.ldap
Classes in org.forgerock.openam.ldap with annotations of type SupportedAll Modifier and Type Class Description classLDAPUtilsUtility methods to help interaction with the OpenDJ LDAP SDK. -
Uses of SupportedAll in org.forgerock.openam.oauth2
Classes in org.forgerock.openam.oauth2 with annotations of type SupportedAll Modifier and Type Class Description classResourceSetDescriptionRepresents 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 SupportedAll Modifier and Type Interface Description interfaceResourceRegistrationFilterExtension 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 SupportedAll Modifier and Type Interface Description interfaceAmPluginDefine an AM plugin.classPluginExceptionAn exception for an error in plugin operation.interfacePluginToolsA 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 SupportedAll Modifier and Type Class Description classRestrictedTokenContextFilterA 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 SupportedAll Modifier and Type Interface Description interfaceScriptPropertyResolverResolver 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 Modifier and Type Class Description classScriptedSecretsA wrapper around the Secrets API that allows a simplified interface to access secrets from a scripting context.classSecretValue object that models a secret as a value. -
Uses of SupportedAll in org.forgerock.openam.selfservice.config
Classes in org.forgerock.openam.selfservice.config with annotations of type SupportedAll Modifier and Type Interface Description interfaceServiceConfigProvider<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 SupportedAll Modifier and Type Class Description classForgottenPasswordConsoleConfigRepresents forgotten password console configuration.classForgottenUsernameConsoleConfigRepresents forgotten username console configuration.classUserRegistrationConsoleConfigRepresents user registration console configuration. -
Uses of SupportedAll in org.forgerock.openam.services.email
Classes in org.forgerock.openam.services.email with annotations of type SupportedAll Modifier and Type Interface Description interfaceMailServerPluggable interface for all email sending in OpenAM. -
Uses of SupportedAll in org.forgerock.openam.services.push
Classes in org.forgerock.openam.services.push with annotations of type SupportedAll Modifier and Type Interface Description interfacePushNotificationDelegateAPushNotificationDelegateis an implementation of OpenAM's Push Notification ServicePushNotificationServicespecific to a realm as generated by aPushNotificationDelegateFactory.interfacePushNotificationDelegateFactoryDefines 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 Modifier and Type Interface Description interfacePredicateAn interface for a basic, stand-alone predicate which can be evaluated given someJsonValueinput and serialized for storage. -
Uses of SupportedAll in org.forgerock.openam.session.service
Classes in org.forgerock.openam.session.service with annotations of type SupportedAll Modifier and Type Interface Description interfaceSessionTimeoutHandlerImplementation 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.shared.resourcename
Classes in org.forgerock.openam.shared.resourcename with annotations of type SupportedAll Modifier and Type Interface Description interfaceBaseResourceName<T,E extends Exception>The interfaceResourceNameprovides methods to determine the hierarchy of resource names. -
Uses of SupportedAll in org.forgerock.openam.sm
Classes in org.forgerock.openam.sm with annotations of type SupportedAll Modifier and Type Class Description classServiceConfigExceptionA sub-exception ofSMSExceptionfor theServiceConfigValidator.interfaceServiceConfigValidatorThis interface provides a means to validate an entireServiceConfig's attribute values together.interfaceServiceConfigValidatorV2This interface provides a means to validate an entireServiceConfig's attribute values together.classServiceErrorExceptionA 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 SupportedAll Modifier and Type Class Description interfaceExampleValueAn annotation to specify an example value for the attribute.interfaceNumberRangeAn annotation which tags a configuration method as representing a number range.interfacePasswordAn annotation which tags a configuration method as representing a "secret" value that is encrypted.interfaceTextAreaAn 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 SupportedAll Modifier and Type Class Description classTokenCreationExceptionAn instance of this exception is thrown for errors encountered during token creation.interfaceTokenTypeIdProvides an extensible means of identifying a to-be-validated or to-be-provided token type.classTokenValidationExceptionAn 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 SupportedAll Modifier and Type Class Description classSAML2ConfigEncapsulates the configuration state necessary to produce SAML2 assertions.static classSAML2Config.SAML2ConfigBuilderBuilder 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 SupportedAll Modifier and Type Interface Description interfaceRestTokenProvider<T>Interface defining token creators in the rest-sts.interfaceRestTokenProviderParameters<T>Parameter 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 SupportedAll Modifier and Type Interface Description interfaceOpenIdConnectTokenAuthMethodReferencesMapperAn interface which allows soap-sts publishers to generate the amr claim for issued OpenIdConnect tokens on the basis of the validated input token.interfaceOpenIdConnectTokenAuthnContextMapperOpenIdConnect 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 SupportedAll Modifier and Type Interface Description interfaceRestTokenTransformValidator<T>Defines the contract for token validators deployed in the context of token transformation.interfaceRestTokenTransformValidatorParameters<T>Defines 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 SupportedAll Modifier and Type Class Description classSAML2SubjectConfirmationEnum 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 SupportedAll Modifier and Type Interface Description interfaceOpenIdConnectTokenClaimMapperAn 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 SupportedAll Modifier and Type Interface Description interfaceAttributeMapperDefines the concerns of mapping attributes into SAML2 AttributeStatements.interfaceAttributeStatementsProviderDefines the concerns of generating the AttributeStatement list to be included in the SAML2 assertion.interfaceAuthenticationStatementsProviderDefines the concern of providing the AuthnStatement list to be included in the generated SAML2 assertion.interfaceAuthzDecisionStatementsProviderThis interface defines the plug-in point for producing AuthzDecisionStatements.interfaceConditionsProviderImplementations of this interface will be consulted to obtain the Conditions object included in generated SAML2 assertions.interfaceSubjectProviderDefines 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 SupportedAll Modifier and Type Class Description classProofTokenStateWhen 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 SupportedAll Modifier and Type Class Description classPermissionTicketA 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 SupportedAll Modifier and Type Interface Description interfacePermissionRequestFilterExtension filter that will be called before permission request creation.interfaceRequestAuthorizationFilterExtension filter that will be called before request authorization and after request authorization.interfaceResourceDelegationFilterExtension 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 SupportedAll Modifier and Type Class Description classUpgradeExceptionThis 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 SupportedAll Modifier and Type Interface Description interfaceCodeGeneratorSourceFor extensibility of theRecoveryCodeGenerator.classRecoveryCodeGeneratorGenerates 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 SupportedAll Modifier and Type Class Description classCheckSessionInterface is to define what needs to be implemented to do the OpenID Connect check session endpoint.classClaimDeprecated.useClaim
-