public class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent
Authentication
could not be obtained from the SecurityContextHolder
.Constructor and Description |
---|
AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject,
java.util.Collection<ConfigAttribute> attributes,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConfigAttribute> |
getConfigAttributes() |
AuthenticationCredentialsNotFoundException |
getCredentialsNotFoundException() |
public AuthenticationCredentialsNotFoundEvent(java.lang.Object secureObject, java.util.Collection<ConfigAttribute> attributes, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
secureObject
- the secure objectattributes
- that apply to the secure objectcredentialsNotFoundException
- exception returned to the caller (contains
reason)public java.util.Collection<ConfigAttribute> getConfigAttributes()
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()