Constructor and Description |
---|
OpenIDConnectUserInfo(JsonValue rawProfile,
JwtClaimsSet jwtClaimsSet)
Creates an OpenIDConnectUserInfo instance.
|
OpenIDConnectUserInfo(JsonValue rawProfile,
String subject)
Creates an OpenIDConnectUserInfo instance.
|
Modifier and Type | Method and Description |
---|---|
JwtClaimsSet |
getJwtClaimsSet()
Gets the claim set from the jwt id token that was returned by auth server.
|
JsonValue |
getRawProfile()
Gets the user raw profile data without any modifications that was returned by the
auth server.
|
String |
getSubject()
The subject which identifies a user on a particular auth server.
|
public OpenIDConnectUserInfo(JsonValue rawProfile, JwtClaimsSet jwtClaimsSet)
rawProfile
- raw profile of a user.jwtClaimsSet
- claim set from the jwt id token.public String getSubject()
getSubject
in interface UserInfo
public JsonValue getRawProfile()
getRawProfile
in interface UserInfo
JsonValue
.public JwtClaimsSet getJwtClaimsSet()
Copyright © 2010-2018, ForgeRock All Rights Reserved.