public class LDAPResponseContext
extends org.opensaml.messaging.context.BaseContext
AuthenticationContext, containing data about an LDAP authentication operation.| Modifier and Type | Field and Description |
|---|---|
private org.ldaptive.auth.AuthenticationResponse |
authenticationResponse
Authentication response.
|
| Constructor and Description |
|---|
LDAPResponseContext() |
| Modifier and Type | Method and Description |
|---|---|
org.ldaptive.auth.AuthenticationResponse |
getAuthenticationResponse()
Get the LDAP authentication response.
|
boolean |
hasAccountStateError()
Check for the presence of account state errors.
|
boolean |
hasAccountStateWarning()
Check for the presence of account state warnings.
|
LDAPResponseContext |
setAuthenticationResponse(org.ldaptive.auth.AuthenticationResponse response)
Set the LDAP authentication response.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private org.ldaptive.auth.AuthenticationResponse authenticationResponse
@Nullable public org.ldaptive.auth.AuthenticationResponse getAuthenticationResponse()
public LDAPResponseContext setAuthenticationResponse(@Nullable org.ldaptive.auth.AuthenticationResponse response)
response - of an LDAP authenticationpublic boolean hasAccountStateWarning()
public boolean hasAccountStateError()
Copyright © 1999–2015. All rights reserved.