org.springframework.security.oauth.consumer
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.oauth.consumer.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(ProtectedResourceDetails resource)
AccessTokenRequiredException
public AccessTokenRequiredException(String msg,
ProtectedResourceDetails resource)
AccessTokenRequiredException
public AccessTokenRequiredException(String msg,
ProtectedResourceDetails resource,
Throwable t)
getResource
public ProtectedResourceDetails getResource()
Copyright © 2013. All rights reserved.