org.apache.cxf.rs.security.oauth2.provider
Class OAuthContextProvider
java.lang.Object
org.apache.cxf.rs.security.oauth2.provider.OAuthContextProvider
- All Implemented Interfaces:
- ContextProvider<OAuthContext>
@Provider
public class OAuthContextProvider
- extends Object
- implements ContextProvider<OAuthContext>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthContextProvider
public OAuthContextProvider()
createContext
public OAuthContext createContext(Message message)
- Description copied from interface:
ContextProvider
- Creates the context instance
- Specified by:
createContext
in interface ContextProvider<OAuthContext>
- Parameters:
message
- the current message
- Returns:
- the context
Apache CXF