oracle.ocsg.oauth2.ext.annotation
Interface OAuth2HttpRequestProps
- All Superinterfaces:
- java.lang.annotation.Annotation
- public interface OAuth2HttpRequestProps
- extends java.lang.annotation.Annotation
Methods inherited from interface java.lang.annotation.Annotation |
annotationType, equals, hashCode, toString |
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
AcceptMediaType
public java.lang.String[] AcceptMediaType()
AllowedMethods
public java.lang.String[] AllowedMethods()
ProduceMediaType
public java.lang.String[] ProduceMediaType()
Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.