public final class HTTPOauth2OpenamAuthorizationMechanismCfgDefn extends ManagedObjectDefinition<HTTPOauth2OpenamAuthorizationMechanismCfgClient,HTTPOauth2OpenamAuthorizationMechanismCfg>
The HTTP Oauth2 Openam Authorization Mechanism is used to define OAuth2 authorization using an OpenAM server as 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 HTTPOauth2OpenamAuthorizationMechanismCfgDefn getInstance()
public HTTPOauth2OpenamAuthorizationMechanismCfgClient createClientConfiguration(ManagedObject<? extends HTTPOauth2OpenamAuthorizationMechanismCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<HTTPOauth2OpenamAuthorizationMechanismCfgClient,HTTPOauth2OpenamAuthorizationMechanismCfg>
impl
- The managed object.public HTTPOauth2OpenamAuthorizationMechanismCfg createServerConfiguration(ServerManagedObject<? extends HTTPOauth2OpenamAuthorizationMechanismCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<HTTPOauth2OpenamAuthorizationMechanismCfgClient,HTTPOauth2OpenamAuthorizationMechanismCfg>
impl
- The server managed object.public Class<HTTPOauth2OpenamAuthorizationMechanismCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<HTTPOauth2OpenamAuthorizationMechanismCfgClient,HTTPOauth2OpenamAuthorizationMechanismCfg>
public BooleanPropertyDefinition getAccessTokenCacheEnabledPropertyDefinition()
Indicates whether the HTTP Oauth2 Openam 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. (example: /uid)
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the HTTP Oauth2 Openam 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 Openam Authorization Mechanism implementation.
public AggregationPropertyDefinition<KeyManagerProviderCfgClient,KeyManagerProviderCfg> getKeyManagerProviderPropertyDefinition()
Specifies the name of the key manager that should be used with this HTTP Oauth2 Openam Authorization Mechanism .
public StringPropertyDefinition getRequiredScopePropertyDefinition()
Scopes required to grant access to the service.
public StringPropertyDefinition getTokenInfoUrlPropertyDefinition()
Defines the OpenAM endpoint URL where the access-token resolution request should be sent.
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-2017 ForgeRock AS.