public class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent
Authentication
could not be obtained from
the SecurityContextHolder
.source
Constructor and Description |
---|
AuthenticationCredentialsNotFoundEvent(Object secureObject,
ConfigAttributeDefinition configAttribs,
AuthenticationCredentialsNotFoundException credentialsNotFoundException)
Construct the event.
|
Modifier and Type | Method and Description |
---|---|
ConfigAttributeDefinition |
getConfigAttributeDefinition() |
AuthenticationCredentialsNotFoundException |
getCredentialsNotFoundException() |
getSource, toString
public AuthenticationCredentialsNotFoundEvent(Object secureObject, ConfigAttributeDefinition configAttribs, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
secureObject
- the secure objectconfigAttribs
- that apply to the secure objectcredentialsNotFoundException
- exception returned to the caller
(contains reason)IllegalArgumentException
- DOCUMENT ME!public ConfigAttributeDefinition getConfigAttributeDefinition()
public AuthenticationCredentialsNotFoundException getCredentialsNotFoundException()
Copyright © 2004–2019 Interface21, Inc. All rights reserved.