Package org.keycloak.admin.client
Class Config
java.lang.Object
org.keycloak.admin.client.Config
- Author:
- rodrigo.sasaki@icarros.com.br
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkGrantType
(String grantType) getRealm()
getScope()
boolean
void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setGrantType
(String grantType) void
setPassword
(String password) void
void
void
setServerUrl
(String serverUrl) void
setUsername
(String username)
-
Constructor Details
-
Config
-
Config
-
-
Method Details
-
getServerUrl
-
setServerUrl
-
getRealm
-
setRealm
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
isPublicClient
public boolean isPublicClient() -
getScope
-
setScope
-
getGrantType
-
setGrantType
-
checkGrantType
-