Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2.ext.annotation
Interface OAuth2HttpRequestProps

All Superinterfaces:
java.lang.annotation.Annotation

public interface OAuth2HttpRequestProps
extends java.lang.annotation.Annotation


Field Summary
static java.lang.String PROPS_METHOD_GET
           
static java.lang.String PROPS_METHOD_POST
           
static java.lang.String PROPS_METHOD_PUT
           
 
Method Summary
 java.lang.String[] AcceptMediaType()
           
 java.lang.String[] AllowedMethods()
           
 java.lang.String[] ProduceMediaType()
           
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

PROPS_METHOD_GET

public static final java.lang.String PROPS_METHOD_GET
See Also:
Constant Field Values

PROPS_METHOD_POST

public static final java.lang.String PROPS_METHOD_POST
See Also:
Constant Field Values

PROPS_METHOD_PUT

public static final java.lang.String PROPS_METHOD_PUT
See Also:
Constant Field Values
Method Detail

AcceptMediaType

public java.lang.String[] AcceptMediaType()

AllowedMethods

public java.lang.String[] AllowedMethods()

ProduceMediaType

public java.lang.String[] ProduceMediaType()

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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