Package org.keycloak.protocol.openshift
Class OpenShiftTokenReviewRequestRepresentation
- java.lang.Object
- 
- org.keycloak.protocol.openshift.OpenShiftTokenReviewRequestRepresentation
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class OpenShiftTokenReviewRequestRepresentation extends Object implements Serializable - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOpenShiftTokenReviewRequestRepresentation.Spec
 - 
Constructor SummaryConstructors Constructor Description OpenShiftTokenReviewRequestRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiVersion()StringgetKind()OpenShiftTokenReviewRequestRepresentation.SpecgetSpec()voidsetApiVersion(String apiVersion)voidsetKind(String kind)voidsetSpec(OpenShiftTokenReviewRequestRepresentation.Spec spec)
 
- 
- 
- 
Method Detail- 
getApiVersionpublic String getApiVersion() 
 - 
setApiVersionpublic void setApiVersion(String apiVersion) 
 - 
getKindpublic String getKind() 
 - 
setKindpublic void setKind(String kind) 
 - 
getSpecpublic OpenShiftTokenReviewRequestRepresentation.Spec getSpec() 
 - 
setSpecpublic void setSpec(OpenShiftTokenReviewRequestRepresentation.Spec spec) 
 
- 
 
-