Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCAuthenticationResponseAction
-
Packages that use AbstractOIDCAuthenticationResponseAction Package Description net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Profile action implementations related to OAuth2.net.shibboleth.idp.plugin.oidc.op.profile.impl Profile action implementations related to OIDC. -
-
Uses of AbstractOIDCAuthenticationResponseAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Subclasses of AbstractOIDCAuthenticationResponseAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Modifier and Type Class Description classValidateAudienceAction that validates requested resource/audience values against a computed set of "allowed" values and populates the resulting set into theOIDCAuthenticationResponseContextand aProxiedRequesterContext. -
Uses of AbstractOIDCAuthenticationResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOIDCAuthenticationResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description classAddAcrToIDTokenAction that adds acr claim to aIDTokenClaimsSet.classManipulateClaimsForIDTokenAn action that can be used for manipulating id_token claims via configurable strategy (bi-function).classProcessRequestedAuthnContextAn action that creates anRequestedPrincipalContextorPreferredPrincipalContextand attaches it to the currentAuthenticationContext.classSetAuthenticationContextClassReferenceFromAuthzCodeToResponseContextAction that sets authentication context class reference to work contextOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classSetAuthenticationContextClassReferenceToResponseContextAction that sets authentication context class reference to work contextOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classSetRequestedSubjectToResponseContextAction that sets requested sub value to response context.classVerifyRequestedSubjectIdentifierAction verifies that produced subject equals to requested subject if such exists.
-