Class IDTokenHintActivationCondition
java.lang.Object
net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate
net.shibboleth.sp.oidc.profile.context.logic.IDTokenHintActivationCondition
- All Implemented Interfaces:
Predicate<org.opensaml.messaging.context.MessageContext>
public class IDTokenHintActivationCondition
extends net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate
Determine if the id_token_hint parameter should be used based on the relying party configuration setting.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logLogger.
-
-
Constructor Details
-
IDTokenHintActivationCondition
public IDTokenHintActivationCondition()
-
-
Method Details
-
test
public boolean test(org.opensaml.messaging.context.MessageContext mc)
-