public final class HttpOauth2AuthorizationMechanismCfgDefn extends AbstractManagedObjectDefinition<HttpOauth2AuthorizationMechanismCfgClient,HttpOauth2AuthorizationMechanismCfg>
The HTTP OAuth2 Authorization Mechanism is used to define HTTP OAuth2 authorization mechanism.
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 HttpOauth2AuthorizationMechanismCfgDefn getInstance()
public BooleanPropertyDefinition getAccessTokenCacheEnabledPropertyDefinition()
Indicates whether the HTTP OAuth2 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 BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP OAuth2 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 Authorization Mechanism implementation.
public StringPropertyDefinition getRequiredScopePropertyDefinition()
Scopes required to grant access to the service.
Copyright 2010-2018 ForgeRock AS.