public class SAMLBindingContextBindingFunction extends java.lang.Object implements ContextDataLookupFunction<SAMLBindingContext,java.lang.String>
ContextDataLookupFunction that returns the SAML binding from a SAMLBindingContext.| Constructor and Description |
|---|
SAMLBindingContextBindingFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
apply(SAMLBindingContext input) |
@Nullable
public java.lang.String apply(@Nullable
SAMLBindingContext input)
apply in interface com.google.common.base.Function<SAMLBindingContext,java.lang.String>