org.springframework.security.oauth2.client.http
Class AccessTokenRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.InsufficientAuthenticationException
org.springframework.security.oauth2.client.http.AccessTokenRequiredException
- All Implemented Interfaces:
- Serializable
public class AccessTokenRequiredException
- extends org.springframework.security.authentication.InsufficientAuthenticationException
- Author:
- Ryan Heaton
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.security.core.AuthenticationException |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AccessTokenRequiredException
public AccessTokenRequiredException(OAuth2ProtectedResourceDetails resource)
AccessTokenRequiredException
public AccessTokenRequiredException(String msg,
OAuth2ProtectedResourceDetails resource)
AccessTokenRequiredException
public AccessTokenRequiredException(String msg,
OAuth2ProtectedResourceDetails resource,
Throwable t)
getResource
public OAuth2ProtectedResourceDetails getResource()
Copyright © 2013. All rights reserved.