public final class HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn extends ManagedObjectDefinition<HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient,HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>
The HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism is used to define OAuth2 authorization using an introspection (RFC7662) compliant authorization server.
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 HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn getInstance()
public HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient createClientConfiguration(ManagedObject<? extends HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient,HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>
impl
- The managed object.public HttpOauth2TokenIntrospectionAuthorizationMechanismCfg createServerConfiguration(ServerManagedObject<? extends HttpOauth2TokenIntrospectionAuthorizationMechanismCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient,HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>
impl
- The server managed object.public Class<HttpOauth2TokenIntrospectionAuthorizationMechanismCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient,HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>
public BooleanPropertyDefinition getAccessTokenCacheEnabledPropertyDefinition()
Indicates whether the HTTP OAuth2 Token Introspection (RFC 7662) 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 getClientIdPropertyDefinition()
Client's ID to use during the HTTP basic authentication against the authorization server.
public StringPropertyDefinition getClientSecretPropertyDefinition()
Client's secret to use during the HTTP basic authentication against the authorization server.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP OAuth2 Token Introspection (RFC 7662) 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 Token Introspection (RFC 7662) Authorization Mechanism implementation.
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Specifies the name of the key manager that should be used with this HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism .
public StringPropertyDefinition getRequiredScopePropertyDefinition()
Scopes required to grant access to the service.
public StringPropertyDefinition getTokenIntrospectionUrlPropertyDefinition()
Defines the token introspection endpoint URL where the access-token resolution request should be sent. (example: http://example.com/introspect)
public AggregationPropertyDefinition<TrustManagerProviderCfgClient,TrustManagerProviderCfg> getTrustManagerProviderPropertyDefinition()
Specifies the name of the trust manager that should be used when negotiating SSL connections with the remote authorization server.
Copyright 2010-2018 ForgeRock AS.