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 SummaryFields Modifier and Type Field Description protected OpenShiftTokenReviewResponseRepresentation.Useruser
 - 
Constructor SummaryConstructors Constructor Description Status()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftTokenReviewResponseRepresentation.UsergetUser()booleanisAuthenticated()voidsetAuthenticated(boolean authenticated)voidsetUser(OpenShiftTokenReviewResponseRepresentation.User user)
 
- 
- 
- 
Field Detail- 
userprotected OpenShiftTokenReviewResponseRepresentation.User user 
 
- 
 - 
Method Detail- 
isAuthenticatedpublic boolean isAuthenticated() 
 - 
setAuthenticatedpublic void setAuthenticated(boolean authenticated) 
 - 
getUserpublic OpenShiftTokenReviewResponseRepresentation.User getUser() 
 - 
setUserpublic void setUser(OpenShiftTokenReviewResponseRepresentation.User user) 
 
- 
 
-