Package org.keycloak.protocol.openshift
Class OpenShiftTokenReviewResponseRepresentation.Status
- java.lang.Object
-
- org.keycloak.protocol.openshift.OpenShiftTokenReviewResponseRepresentation.Status
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpenShiftTokenReviewResponseRepresentation
public static class OpenShiftTokenReviewResponseRepresentation.Status extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected OpenShiftTokenReviewResponseRepresentation.User
user
-
Constructor Summary
Constructors Constructor Description Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftTokenReviewResponseRepresentation.User
getUser()
boolean
isAuthenticated()
void
setAuthenticated(boolean authenticated)
void
setUser(OpenShiftTokenReviewResponseRepresentation.User user)
-
-
-
Field Detail
-
user
protected OpenShiftTokenReviewResponseRepresentation.User user
-
-
Method Detail
-
isAuthenticated
public boolean isAuthenticated()
-
setAuthenticated
public void setAuthenticated(boolean authenticated)
-
getUser
public OpenShiftTokenReviewResponseRepresentation.User getUser()
-
setUser
public void setUser(OpenShiftTokenReviewResponseRepresentation.User user)
-
-