Class AuthUtil
java.lang.Object
org.keycloak.client.registration.cli.util.AuthUtil
- Author:
- Marko Strukelj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringensureToken(ConfigData config) static AccessTokenResponsestatic AccessTokenResponsegetAuthTokensByJWT(String server, String realm, String user, String password, String clientId, String signedRequestToken) static AccessTokenResponsegetAuthTokensBySecret(String server, String realm, String user, String password, String clientId, String secret) static StringgetSignedRequestToken(String keystore, String storePass, String keyPass, String alias, int sigLifetime, String clientId, String realmInfoUrl)
-
Constructor Details
-
AuthUtil
public AuthUtil()
-
-
Method Details
-
ensureToken
-
getAuthTokens
-
getAuthTokensByJWT
-
getAuthTokensBySecret
-
getSignedRequestToken
-