Package org.keycloak.representations.idm
Class PublishedRealmRepresentation
java.lang.Object
org.keycloak.representations.idm.PublishedRealmRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getRealm()
void
setAccountServiceUrl
(String accountServiceUrl) void
setNotBefore
(int notBefore) void
setPublicKeyPem
(String publicKeyPem) void
void
setTokenServiceUrl
(String tokenServiceUrl)
-
Field Details
-
realm
-
publicKeyPem
-
tokenServiceUrl
-
accountServiceUrl
-
notBefore
protected int notBefore
-
-
Constructor Details
-
PublishedRealmRepresentation
public PublishedRealmRepresentation()
-
-
Method Details
-
getRealm
-
setRealm
-
getPublicKeyPem
-
setPublicKeyPem
-
getTokenServiceUrl
-
setTokenServiceUrl
-
getAccountServiceUrl
-
setAccountServiceUrl
-
getNotBefore
public int getNotBefore() -
setNotBefore
public void setNotBefore(int notBefore)
-