it.eng.spagobi.security
Interface ISecurityInfoProvider


public interface ISecurityInfoProvider

This is interface for gethering security information from portal server. A Specific subclass exists for each portal server.


Method Summary
 java.util.List getAllProfileAttributesNames()
          Gets the list of names of all attributes of all profiles defined in the portal server.
 java.util.List getRoles()
          Gets the roles.
 

Method Detail

getRoles

java.util.List getRoles()
Gets the roles.

Returns:
The Role list. (list of it.eng.spagobi.bo.Role)

getAllProfileAttributesNames

java.util.List getAllProfileAttributesNames()
Gets the list of names of all attributes of all profiles defined in the portal server.

Returns:
the list of names of all attributes of all profiles defined in the portal server