org.springframework.security.oauth.consumer
Class OAuthSecurityContextHolder
java.lang.Object
org.springframework.security.oauth.consumer.OAuthSecurityContextHolder
public class OAuthSecurityContextHolder
- extends Object
Holder for the current OAuth security context.
- Author:
- Ryan Heaton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthSecurityContextHolder
public OAuthSecurityContextHolder()
getContext
public static OAuthSecurityContext getContext()
setContext
public static void setContext(OAuthSecurityContext context)
Copyright © 2013. All rights reserved.