Package org.keycloak.representations
Class VersionRepresentation
- java.lang.Object
-
- org.keycloak.representations.VersionRepresentation
-
public class VersionRepresentation extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static VersionRepresentation
SINGLETON
-
Constructor Summary
Constructors Constructor Description VersionRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildTime()
String
getVersion()
-
-
-
Field Detail
-
SINGLETON
public static final VersionRepresentation SINGLETON
-
-