Package org.keycloak.protocol.openshift
Class OpenShiftTokenReviewResponseRepresentation.User
- java.lang.Object
-
- org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.User
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpenShiftTokenReviewResponseRepresentation
public static class OpenShiftTokenReviewResponseRepresentation.User extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftTokenReviewResponseRepresentation.Extra
getExtra()
List<String>
getGroups()
String
getUid()
String
getUsername()
void
setExtra(OpenShiftTokenReviewResponseRepresentation.Extra extra)
void
setGroups(List<String> groups)
void
setUid(String uid)
void
setUsername(String username)
-
-
-
Field Detail
-
username
protected String username
-
uid
protected String uid
-
extra
protected OpenShiftTokenReviewResponseRepresentation.Extra extra
-
-
Method Detail
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getUid
public String getUid()
-
setUid
public void setUid(String uid)
-
getExtra
public OpenShiftTokenReviewResponseRepresentation.Extra getExtra()
-
setExtra
public void setExtra(OpenShiftTokenReviewResponseRepresentation.Extra extra)
-
-