|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.security.ExoPortalSecurityProviderImpl
public class ExoPortalSecurityProviderImpl
Implements the IPortalSecurityProvider interface defining method to get the system and user roles.
Constructor Summary | |
---|---|
ExoPortalSecurityProviderImpl()
|
Method Summary | |
---|---|
private void |
add(org.exoplatform.services.organization.Group group,
org.exoplatform.services.organization.OrganizationService orgService,
java.util.List roles)
Add the current group(role) and it's child to the roles list |
java.util.List |
getRoles()
Get all the portal roles |
java.util.List |
getUserRoles(java.lang.String user,
java.lang.String passwd)
Get the list of the user roles. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExoPortalSecurityProviderImpl()
Method Detail |
---|
public java.util.List getRoles()
getRoles
in interface it.eng.spagobi.security.IPortalSecurityProvider
private void add(org.exoplatform.services.organization.Group group, org.exoplatform.services.organization.OrganizationService orgService, java.util.List roles)
group
- Group of the portalorgService
- OrganizationService of the portalroles
- List of rolespublic java.util.List getUserRoles(java.lang.String user, java.lang.String passwd)
getUserRoles
in interface it.eng.spagobi.security.IPortalSecurityProvider
user
- Usernamepasswd
- Password of the user
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |