|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.security.LiferaySecurityProviderImpl
public class LiferaySecurityProviderImpl
Implements the IPortalSecurityProvider interface defining method to get the system and user roles.
Constructor Summary | |
---|---|
LiferaySecurityProviderImpl()
|
Method Summary | |
---|---|
boolean |
authenticateUser(java.lang.String userName,
byte[] password)
Authenticate a user |
java.util.List |
getAllProfileAttributesNames()
|
java.util.List |
getRoles()
Get all the portal roles |
java.util.List |
getUserRoles(java.lang.String userName,
it.eng.spago.base.SourceBean passwd)
Get the list of the user roles. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LiferaySecurityProviderImpl()
Method Detail |
---|
public java.util.List getRoles()
getRoles
in interface it.eng.spagobi.security.IPortalSecurityProvider
public java.util.List getUserRoles(java.lang.String userName, it.eng.spago.base.SourceBean passwd)
getUserRoles
in interface it.eng.spagobi.security.IPortalSecurityProvider
user
- Usernamepasswd
- Password of the user
public java.util.List getAllProfileAttributesNames()
getAllProfileAttributesNames
in interface it.eng.spagobi.security.IPortalSecurityProvider
public boolean authenticateUser(java.lang.String userName, byte[] password)
authenticateUser
in interface it.eng.spagobi.security.IPortalSecurityProvider
userName
- the usernamepassword
- bytes of the password, certificate, ...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |