Class OAuth2TypeDefinitions
java.lang.Object
org.forgerock.openig.filter.oauth2.OAuth2TypeDefinitions
OAuth2 shared
TypeDefinitions.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.forgerock.openig.model.type.InterfaceTypeDefinitionAccessTokenResolverinterface type definition.static final org.forgerock.openig.model.type.InterfaceTypeDefinitionTheResourceAccessinterface type definition.static final org.forgerock.openig.model.type.UnionTypeDefinitionType definition for 'scopes', which may be a list of expressions evaluating to string, or aResourceAccesssubtype. -
Method Summary
-
Field Details
-
ACCESS_TOKEN_RESOLVER_INTERFACE_DEFINITION
public static final org.forgerock.openig.model.type.InterfaceTypeDefinition ACCESS_TOKEN_RESOLVER_INTERFACE_DEFINITIONAccessTokenResolverinterface type definition. -
RESOURCE_ACCESS_INTERFACE_DEFINITION
public static final org.forgerock.openig.model.type.InterfaceTypeDefinition RESOURCE_ACCESS_INTERFACE_DEFINITIONTheResourceAccessinterface type definition. -
SCOPE_TYPE_DEFINITION
public static final org.forgerock.openig.model.type.UnionTypeDefinition SCOPE_TYPE_DEFINITIONType definition for 'scopes', which may be a list of expressions evaluating to string, or aResourceAccesssubtype. This should only be used where both are supported.
-