Class UserInfoEncryptedJWTResponseTypeCondition
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.AbstractUserInfoResponseTypeCondition
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoEncryptedJWTResponseTypeCondition
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
public class UserInfoEncryptedJWTResponseTypeCondition extends AbstractUserInfoResponseTypeCondition
Return true if the UserInfo response was an encrypted JWT type.
-
-
Constructor Summary
Constructors Constructor Description UserInfoEncryptedJWTResponseTypeCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandoTest(ProfileRequestContext prc, UserInfoResponseContext context)Implementations should override this method to provide necessary logic.-
Methods inherited from class net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.AbstractUserInfoResponseTypeCondition
test
-
-
-
-
Method Detail
-
doTest
protected boolean doTest(@Nonnull ProfileRequestContext prc, @Nonnull UserInfoResponseContext context)Description copied from class:AbstractUserInfoResponseTypeConditionImplementations should override this method to provide necessary logic.- Specified by:
doTestin classAbstractUserInfoResponseTypeCondition- Parameters:
prc- the profile request contextcontext- the UserInfo response context- Returns:
- the result of this test
-
-