Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.AbstractUserInfoResponseTypeCondition
-
Packages that use AbstractUserInfoResponseTypeCondition Package Description net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic Predicates for RP-specific messaging configuration. -
-
Uses of AbstractUserInfoResponseTypeCondition in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic
Subclasses of AbstractUserInfoResponseTypeCondition in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic Modifier and Type Class Description classUserInfoEncryptedJWTResponseTypeConditionReturn true if the UserInfo response was an encrypted JWT type.classUserInfoPlainResponseTypeConditionCondition that returns true if the UserInfo response was an plain JSON type i.e.classUserInfoSignedJWTResponseTypeConditionReturn true if the UserInfo response was a signed JWT type.
-