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, toStringpublic 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 © 2021. All rights reserved.