Class HttpPrincipal
Object
com.liferay.portal.kernel.security.auth.HttpPrincipal
- All Implemented Interfaces:
Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpPrincipal
(String url) HttpPrincipal
(String url, String login, String password) HttpPrincipal
(String url, String login, String password, boolean digested) -
Method Summary
Modifier and TypeMethodDescriptionlong
getLogin()
getUrl()
void
setCompanyId
(long companyId) void
setPassword
(String password)
-
Constructor Details
-
HttpPrincipal
public HttpPrincipal() -
HttpPrincipal
-
HttpPrincipal
-
HttpPrincipal
-
-
Method Details
-
getCompanyId
public long getCompanyId() -
getLogin
-
getPassword
-
getUrl
-
setCompanyId
public void setCompanyId(long companyId) -
setPassword
-