Uses of Interface
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.UserInfoResponse
-
Packages that use UserInfoResponse Package Description net.shibboleth.idp.plugin.authn.oidc.rp.context Context classes for RP-specific information needed by profile actions.net.shibboleth.idp.plugin.authn.oidc.rp.messaging Package that contains messaging related model objects. -
-
Uses of UserInfoResponse in net.shibboleth.idp.plugin.authn.oidc.rp.context
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.context declared as UserInfoResponse Modifier and Type Field Description private UserInfoResponseUserInfoResponseContext. userInfoThe UserInfo response.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return UserInfoResponse Modifier and Type Method Description UserInfoResponseUserInfoResponseContext. getUserInfo()Get the user info response.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context with parameters of type UserInfoResponse Modifier and Type Method Description voidUserInfoResponseContext. setUserInfo(UserInfoResponse info)Set the user info response. -
Uses of UserInfoResponse in net.shibboleth.idp.plugin.authn.oidc.rp.messaging
Classes in net.shibboleth.idp.plugin.authn.oidc.rp.messaging that implement UserInfoResponse Modifier and Type Class Description classJWTUserInfoResponseA UserInfo response returned as a JWT which maybe signed and or encrypted.classPlainUserInfoResponseA UserInfo response that was a plain JSON object with claims.
-