java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.logic.DefaultRootTokenIdentifierLookupStrategy
- All Implemented Interfaces:
Function<com.nimbusds.jwt.JWTClaimsSet,String>
public class DefaultRootTokenIdentifierLookupStrategy
extends Object
implements Function<com.nimbusds.jwt.JWTClaimsSet,String>
Default lookup function for fetching the root token identifier from the given claims set.
-
Field Summary
Fields
private final org.slf4j.Logger
-
Constructor Summary
Constructors
-
Method Summary
apply(com.nimbusds.jwt.JWTClaimsSet claimsSet)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
log
@Nonnull
private final org.slf4j.Logger log
Class logger.
-
Constructor Details
-
DefaultRootTokenIdentifierLookupStrategy
public DefaultRootTokenIdentifierLookupStrategy()
-
Method Details
-
apply
@Nullable
public String apply(@Nullable
com.nimbusds.jwt.JWTClaimsSet claimsSet)
- Specified by:
apply in interface Function<com.nimbusds.jwt.JWTClaimsSet,String>