Class DuoIssuerClaimLookupStrategy
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.impl.DuoIssuerClaimLookupStrategy
- All Implemented Interfaces:
BiFunction<ProfileRequestContext,com.nimbusds.jwt.JWTClaimsSet, String>
@ThreadSafe
public final class DuoIssuerClaimLookupStrategy
extends Object
implements BiFunction<ProfileRequestContext,com.nimbusds.jwt.JWTClaimsSet,String>
Find the issuer from the
DuoOIDCIntegration. An issuer contains the scheme, host, and optionally, port
and path components that identify the id_token issuer. Returns null if not found.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ProfileRequestContext context, com.nimbusds.jwt.JWTClaimsSet cliams) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
HTTPS
HTTPS scheme protocol.- See Also:
-
DEFAULT_ISSUER_PATH
The default issuer path, specific to the v1 Duo flow.- See Also:
-
issuerPath
The URL path component of the issuer.
-
-
Constructor Details
-
DuoIssuerClaimLookupStrategy
Constructor.- Parameters:
path- the issuer path.
-
-
Method Details
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext context, @Nullable com.nimbusds.jwt.JWTClaimsSet cliams) - Specified by:
applyin interfaceBiFunction<ProfileRequestContext,com.nimbusds.jwt.JWTClaimsSet, String>
-