Class BaseAddAuthenticationStatementToAssertion.RemoteAddressStrategy
- java.lang.Object
-
- net.shibboleth.idp.saml.profile.impl.BaseAddAuthenticationStatementToAssertion.RemoteAddressStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
- Enclosing class:
- BaseAddAuthenticationStatementToAssertion
private class BaseAddAuthenticationStatementToAssertion.RemoteAddressStrategy extends Object implements Function<ProfileRequestContext,String>
Default strategy for obtaining client address from servlet layer.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRemoteAddressStrategy()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext t)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-