public final class HttpOauth2CtsAuthorizationMechanismCfgDefn extends ManagedObjectDefinition<HttpOauth2CtsAuthorizationMechanismCfgClient,HttpOauth2CtsAuthorizationMechanismCfg>
The HTTP OAuth2 CTS Authorization Mechanism is used to define OAuth2 authorization through a direct access to the CTS (Core Token Service).
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static HttpOauth2CtsAuthorizationMechanismCfgDefn getInstance()
public HttpOauth2CtsAuthorizationMechanismCfgClient createClientConfiguration(ManagedObject<? extends HttpOauth2CtsAuthorizationMechanismCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<HttpOauth2CtsAuthorizationMechanismCfgClient,HttpOauth2CtsAuthorizationMechanismCfg>
impl
- The managed object.public HttpOauth2CtsAuthorizationMechanismCfg createServerConfiguration(ServerManagedObject<? extends HttpOauth2CtsAuthorizationMechanismCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<HttpOauth2CtsAuthorizationMechanismCfgClient,HttpOauth2CtsAuthorizationMechanismCfg>
impl
- The server managed object.public Class<HttpOauth2CtsAuthorizationMechanismCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<HttpOauth2CtsAuthorizationMechanismCfgClient,HttpOauth2CtsAuthorizationMechanismCfg>
public BooleanPropertyDefinition getAccessTokenCacheEnabledPropertyDefinition()
Indicates whether the HTTP OAuth2 CTS Authorization Mechanism is enabled for use.
public DurationPropertyDefinition getAccessTokenCacheExpirationPropertyDefinition()
Token cache expiration
public StringPropertyDefinition getAuthzidJsonPointerPropertyDefinition()
Specifies the JSON pointer to the value to use as Authorization ID. The JSON pointer is applied to the resolved access token JSON document.
public StringPropertyDefinition getBaseDnPropertyDefinition()
The base DN of the Core Token Service where access token are stored. (example: ou=famrecords,ou=openam-session,ou=tokens,dc=example,dc=com)
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP OAuth2 CTS Authorization Mechanism is enabled.
public AggregationPropertyDefinition<IdentityMapperCfgClient,IdentityMapperCfg> getIdentityMapperPropertyDefinition()
> Specifies the name of the identity mapper to use in conjunction with the authzid-json-pointer to get the user corresponding to the acccess-token.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the HTTP OAuth2 CTS Authorization Mechanism implementation.
public StringPropertyDefinition getRequiredScopePropertyDefinition()
Scopes required to grant access to the service.
Copyright 2010-2020 ForgeRock AS.