Class EncryptRequestObjectPredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.oidc.profile.config.logic.EncryptRequestObjectPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class EncryptRequestObjectPredicate extends net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicateA predicate that determines if the RequestObject JWT should be encrypted based on the profile configuration.
-
-
Constructor Summary
Constructors Constructor Description EncryptRequestObjectPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)
-
-