it.eng.spagobi.security
Interface IPortalSecurityProvider
public interface IPortalSecurityProvider
This is interface for gethering security information from portal server.
A Specific subclass exists for each portal server.
- Author:
- Zoppello
Method Summary |
java.util.List |
getRoles()
|
java.util.List |
getUserRoles(java.lang.String user,
java.lang.String passwd)
Get the list of the user roles. |
getRoles
java.util.List getRoles()
- Returns:
- The Roles list.
getUserRoles
java.util.List getUserRoles(java.lang.String user,
java.lang.String passwd)
- Get the list of the user roles. If the user doesn't exist the roles list is empty
- Parameters:
user
- Usernamepasswd
- Password of the user
- Returns:
- List of user roles