Package org.gcube.common.keycloak.model
Class PublishedRealmRepresentation
java.lang.Object
org.gcube.common.keycloak.model.PublishedRealmRepresentation
- Author:
- Bill Burke, (modified by) Mauro Mugnaini
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected intprotected RSAPublicKeyprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetRealm()voidsetAccountServiceUrl(String accountServiceUrl) voidsetNotBefore(int notBefore) voidsetPublicKey(RSAPublicKey publicKey) voidsetPublicKeyPem(String publicKeyPem) voidvoidsetTokenServiceUrl(String tokenServiceUrl)
-
Field Details
-
realm
-
publicKeyPem
-
tokenServiceUrl
-
accountServiceUrl
-
notBefore
protected int notBefore -
publicKey
-
-
Constructor Details
-
PublishedRealmRepresentation
public PublishedRealmRepresentation()
-
-
Method Details
-
getRealm
-
setRealm
-
getPublicKeyPem
-
setPublicKeyPem
-
getPublicKey
-
setPublicKey
-
getTokenServiceUrl
-
setTokenServiceUrl
-
getAccountServiceUrl
-
setAccountServiceUrl
-
getNotBefore
public int getNotBefore() -
setNotBefore
public void setNotBefore(int notBefore)
-