Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2.ext.annotation
Interface OAuth2HandlerConfig

All Superinterfaces:
java.lang.annotation.Annotation

public interface OAuth2HandlerConfig
extends java.lang.annotation.Annotation


Nested Class Summary
static class OAuth2HandlerConfig.AbstractValidator
           
 
Field Summary
static java.lang.String GRANT_AUTHORIZATION_CODE
          Macro definition for grant type authorization_code.
static java.lang.String GRANT_CLIENT_CREDENTIALS
          Macro definition for grant type client credentials.
static java.lang.String GRANT_REFRESH_TOKEN
          Macro definition for grant type refresh_token.
static java.lang.String GRANT_RESOURCE_OWNER_PASSWORD
          Macro definition for grant type resource credential.
static java.lang.String GRANT_SAML2_BEARER
          Macro definition for grant type saml.
static java.lang.String RESPONSE_TYPE_CODE
          Macro definition for response type code.
static java.lang.String RESPONSE_TYPE_TOKEN
          Macro definition for response type token.
 
Method Summary
 java.lang.String grantType()
           
 java.lang.String responseType()
           
 java.lang.Class validator()
           
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

GRANT_AUTHORIZATION_CODE

public static final java.lang.String GRANT_AUTHORIZATION_CODE
Macro definition for grant type authorization_code.

See Also:
Constant Field Values

GRANT_CLIENT_CREDENTIALS

public static final java.lang.String GRANT_CLIENT_CREDENTIALS
Macro definition for grant type client credentials.

See Also:
Constant Field Values

GRANT_REFRESH_TOKEN

public static final java.lang.String GRANT_REFRESH_TOKEN
Macro definition for grant type refresh_token.

See Also:
Constant Field Values

GRANT_RESOURCE_OWNER_PASSWORD

public static final java.lang.String GRANT_RESOURCE_OWNER_PASSWORD
Macro definition for grant type resource credential.

See Also:
Constant Field Values

GRANT_SAML2_BEARER

public static final java.lang.String GRANT_SAML2_BEARER
Macro definition for grant type saml.

See Also:
Constant Field Values

RESPONSE_TYPE_CODE

public static final java.lang.String RESPONSE_TYPE_CODE
Macro definition for response type code.

See Also:
Constant Field Values

RESPONSE_TYPE_TOKEN

public static final java.lang.String RESPONSE_TYPE_TOKEN
Macro definition for response type token.

See Also:
Constant Field Values
Method Detail

grantType

public java.lang.String grantType()

responseType

public java.lang.String responseType()

validator

public java.lang.Class validator()

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.