Class OAuth2TypeDefinitions

java.lang.Object
org.forgerock.openig.filter.oauth2.OAuth2TypeDefinitions

public final class OAuth2TypeDefinitions extends Object
OAuth2 shared TypeDefinitions.
  • Field Details

    • ACCESS_TOKEN_RESOLVER_INTERFACE_DEFINITION

      public static final org.forgerock.openig.model.type.InterfaceTypeDefinition ACCESS_TOKEN_RESOLVER_INTERFACE_DEFINITION
      AccessTokenResolver interface type definition.
    • RESOURCE_ACCESS_INTERFACE_DEFINITION

      public static final org.forgerock.openig.model.type.InterfaceTypeDefinition RESOURCE_ACCESS_INTERFACE_DEFINITION
      The ResourceAccess interface type definition.
    • SCOPE_TYPE_DEFINITION

      public static final org.forgerock.openig.model.type.UnionTypeDefinition SCOPE_TYPE_DEFINITION
      Type definition for 'scopes', which may be a list of expressions evaluating to string, or a ResourceAccess subtype. This should only be used where both are supported.