Class DockerResponse
java.lang.Object
org.keycloak.representations.docker.DockerResponse
Creates a response understandable by the docker client in the form:
 {
 "token" : "eyJh...nSQ",
 "expires_in" : 300,
 "issued_at" : "2016-09-02T10:56:33Z"
 }
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetToken()inthashCode()setExpires_in(Integer expires_in) setIssued_at(String issued_at) toString() 
- 
Constructor Details
- 
DockerResponse
public DockerResponse() - 
DockerResponse
 
 - 
 - 
Method Details