it.eng.spagobi.services.security.service
Interface ISecurityServiceSupplier
public interface ISecurityServiceSupplier
The interface for the User Profile Factory, in order to manage user information.
createUserProfile
SpagoBIUserProfile createUserProfile(java.lang.String userId)
- Returns:
- SpagoBIUserProfile
checkAuthorization
boolean checkAuthorization(java.lang.String userId,
java.lang.String function)
- Parameters:
userId
- function
-
- Returns:
checkAuthentication
boolean checkAuthentication(java.lang.String userId,
java.lang.String psw)
- Parameters:
userId
- psw
-
- Returns: