public class SOAPErrorPredicate extends AbstractRelyingPartyPredicate
Most ECP errors that don't result in a SAML Response should be handled with a SOAP fault, but this can be overriden to accomodate special needs of clients, particularly when dealing with login failure.
| Modifier and Type | Field and Description |
|---|---|
private Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.EventContext> |
eventContextLookupStrategy
Strategy function for access to
EventContext to check. |
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
SOAPErrorPredicate()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.opensaml.profile.context.ProfileRequestContext input) |
void |
setEventContextLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.EventContext> strategy)
Set lookup strategy for
EventContext to check. |
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy@Nonnull private final org.slf4j.Logger log
public void setEventContextLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.EventContext> strategy)
EventContext to check.strategy - lookup strategypublic boolean apply(@Nullable org.opensaml.profile.context.ProfileRequestContext input)
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.