public static class OpenShiftTokenReviewResponseRepresentation.Status extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected OpenShiftTokenReviewResponseRepresentation.User |
user |
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
OpenShiftTokenReviewResponseRepresentation.User |
getUser() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean authenticated) |
void |
setUser(OpenShiftTokenReviewResponseRepresentation.User user) |
protected OpenShiftTokenReviewResponseRepresentation.User user
public boolean isAuthenticated()
public void setAuthenticated(boolean authenticated)
public OpenShiftTokenReviewResponseRepresentation.User getUser()
public void setUser(OpenShiftTokenReviewResponseRepresentation.User user)
Copyright © 2021 JBoss by Red Hat. All rights reserved.