Class KeycloakAPICredentials
- java.lang.Object
-
- org.gcube.portal.social.networking.liferay.ws.KeycloakAPICredentials
-
public class KeycloakAPICredentials extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIS_AUTH_CATEGORY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientid()StringgetPassword()StringgetRealm()StringgetServerURL()static KeycloakAPICredentialsgetSingleton()StringtoString()
-
-
-
Field Detail
-
IS_AUTH_CATEGORY
public static final String IS_AUTH_CATEGORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSingleton
public static KeycloakAPICredentials getSingleton()
-
getServerURL
public String getServerURL()
-
getClientid
public String getClientid()
-
getPassword
public String getPassword()
-
getRealm
public String getRealm()
-
-