Uses of Class
net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl.AbstractOIDCUserInfoRequestAction
-
Packages that use AbstractOIDCUserInfoRequestAction Package Description net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Classes supporting the implementation of the UserInfo endpoint. -
-
Uses of AbstractOIDCUserInfoRequestAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Subclasses of AbstractOIDCUserInfoRequestAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Modifier and Type Class Description (package private) classAbstractOIDCUserInfoResponseActionAbstract class for actions performing actions onOIDCMetadataContextlocated underInOutOperationContext.getInboundMessageContext().(package private) classAbstractOIDCUserInfoValidationResponseActionAbstract class for actions performing actions onOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classParseAccessTokenAction that parses an access token and initially populates the claims for later validation.classValidateAccessTokenAction that validates the claims pulled from an access token as usable for access to the OP's UserInfo endpoint.
-