Class LiferayJSONWsCredentials
- java.lang.Object
-
- org.gcube.portal.social.networking.liferay.ws.LiferayJSONWsCredentials
-
public class LiferayJSONWsCredentials extends Object
This is a singleton bean instantiated at service start up. It contains the credentials of the user who is allowed to perform calls to Liferay. Its credentials are looked up from the infrastructure.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()StringgetNotifierUserToken()StringgetPassword()intgetPort()StringgetSchema()static LiferayJSONWsCredentialsgetSingleton()StringgetUser()StringtoString()
-
-
-
Method Detail
-
getSingleton
public static LiferayJSONWsCredentials getSingleton()
-
getHost
public String getHost()
-
getSchema
public String getSchema()
-
getUser
public String getUser()
-
getPassword
public String getPassword()
-
getPort
public int getPort()
-
getNotifierUserToken
public String getNotifierUserToken()
-
-