Package org.keycloak.protocol.openshift
Class OpenShiftTokenReviewRequestRepresentation.Spec
- java.lang.Object
-
- org.keycloak.protocol.openshift.OpenShiftTokenReviewRequestRepresentation.Spec
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpenShiftTokenReviewRequestRepresentation
public static class OpenShiftTokenReviewRequestRepresentation.Spec extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Spec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getAudiences()
String
getToken()
void
setAudiences(String[] audiences)
void
setToken(String token)
-