Uses of Class
net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl.AbstractOIDCUserInfoValidationResponseAction
-
Packages that use AbstractOIDCUserInfoValidationResponseAction Package Description net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Classes supporting the implementation of the UserInfo endpoint. -
-
Uses of AbstractOIDCUserInfoValidationResponseAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Subclasses of AbstractOIDCUserInfoValidationResponseAction 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().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.
-