Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2.ext.annotation
Interface OAuth2HandlerConfig

All Superinterfaces:
Annotation

public interface OAuth2HandlerConfig
extends Annotation

Nested Class Summary
static class OAuth2HandlerConfig.AbstractValidator
           

 

Field Summary
static String GRANT_AUTHORIZATION_CODE
          Macro definition for grant type authorization_code.
static String GRANT_CLIENT_CREDENTIALS
          Macro definition for grant type client credentials.
static String GRANT_REFRESH_TOKEN
          Macro definition for grant type refresh_token.
static String GRANT_RESOURCE_OWNER_PASSWORD
          Macro definition for grant type resource credential.
static String GRANT_SAML2_BEARER
          Macro definition for grant type saml.
static String RESPONSE_TYPE_CODE
          Macro definition for response type code.
static String RESPONSE_TYPE_TOKEN
          Macro definition for response type token.

 

Method Summary
 String grantType()
           
 String responseType()
           
 Class validator()
           

 

Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString

 

Field Detail

GRANT_AUTHORIZATION_CODE

public static final String GRANT_AUTHORIZATION_CODE
Macro definition for grant type authorization_code.
See Also:
Constant Field Values

GRANT_CLIENT_CREDENTIALS

public static final String GRANT_CLIENT_CREDENTIALS
Macro definition for grant type client credentials.
See Also:
Constant Field Values

GRANT_REFRESH_TOKEN

public static final String GRANT_REFRESH_TOKEN
Macro definition for grant type refresh_token.
See Also:
Constant Field Values

GRANT_RESOURCE_OWNER_PASSWORD

public static final String GRANT_RESOURCE_OWNER_PASSWORD
Macro definition for grant type resource credential.
See Also:
Constant Field Values

GRANT_SAML2_BEARER

public static final String GRANT_SAML2_BEARER
Macro definition for grant type saml.
See Also:
Constant Field Values

RESPONSE_TYPE_CODE

public static final String RESPONSE_TYPE_CODE
Macro definition for response type code.
See Also:
Constant Field Values

RESPONSE_TYPE_TOKEN

public static final String RESPONSE_TYPE_TOKEN
Macro definition for response type token.
See Also:
Constant Field Values

Method Detail

grantType

public String grantType()

responseType

public String responseType()

validator

public Class validator()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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