Class DefaultRootTokenIdentifierLookupStrategy
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.logic.DefaultRootTokenIdentifierLookupStrategy
- All Implemented Interfaces:
Function<JWTClaimsSet,String>
public class DefaultRootTokenIdentifierLookupStrategy
extends Object
implements Function<JWTClaimsSet,String>
Default lookup function for fetching the root token identifier from the given claims set.
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
DefaultRootTokenIdentifierLookupStrategy
public DefaultRootTokenIdentifierLookupStrategy()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<JWTClaimsSet,String>
-