public class SubStatusCodeAuditExtractor extends Object implements Function<org.opensaml.profile.context.ProfileRequestContext,Collection<String>>
Function that returns the lower-level StatusCode(s) from a response.| Modifier and Type | Field and Description |
|---|---|
private Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.common.SAMLObject> |
responseLookupStrategy
Lookup strategy for message to read from.
|
| Constructor and Description |
|---|
SubStatusCodeAuditExtractor(Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.common.SAMLObject> strategy)
Constructor.
|
@Nullable public Collection<String> apply(@Nullable org.opensaml.profile.context.ProfileRequestContext input)
apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,Collection<String>>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.