Class AuthorizationServerContextHolder

java.lang.Object
org.springframework.security.oauth2.server.authorization.context.AuthorizationServerContextHolder

public final class AuthorizationServerContextHolder extends Object
A holder of the AuthorizationServerContext that associates it with the current thread using a ThreadLocal.
Since:
0.2.2
See Also: