it.eng.spagobi.services.security.service
Interface ISecurityServiceSupplier


public interface ISecurityServiceSupplier

The interface for the User Profile Factory, in order to manage user information.


Method Summary
 boolean checkAuthentication(java.lang.String userId, java.lang.String psw)
           
 boolean checkAuthorization(java.lang.String userId, java.lang.String function)
           
 SpagoBIUserProfile createUserProfile(java.lang.String userId)
           
 

Method Detail

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: