Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2.ext.annotation
Interface OAuth2HttpRequestProps

All Superinterfaces:
Annotation

public interface OAuth2HttpRequestProps
extends Annotation

Field Summary
static String PROPS_METHOD_GET
           
static String PROPS_METHOD_POST
           
static String PROPS_METHOD_PUT
           

 

Method Summary
 String[] AcceptMediaType()
           
 String[] AllowedMethods()
           
 String[] ProduceMediaType()
           

 

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

 

Field Detail

PROPS_METHOD_GET

public static final String PROPS_METHOD_GET
See Also:
Constant Field Values

PROPS_METHOD_POST

public static final String PROPS_METHOD_POST
See Also:
Constant Field Values

PROPS_METHOD_PUT

public static final String PROPS_METHOD_PUT
See Also:
Constant Field Values

Method Detail

AcceptMediaType

public String[] AcceptMediaType()

AllowedMethods

public String[] AllowedMethods()

ProduceMediaType

public String[] ProduceMediaType()

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.