com.jinfonet.interfaces.query
Interface RoleInfo


public interface RoleInfo

Each user's security info.


Method Summary
 boolean addSecuFilterInfo(SecurityFilterInfo secInfo)
           
 boolean addUser(java.lang.String user)
           
 java.lang.String getRole()
           
 java.util.Vector getSecuFilterInfos()
          return all the SecurityFilterInfo which the user belong to.
 java.util.Vector getUsers()
          return all the user name which belong to.
 boolean setRole(java.lang.String roleName)
           
 

Method Detail

setRole

boolean setRole(java.lang.String roleName)

getRole

java.lang.String getRole()

addSecuFilterInfo

boolean addSecuFilterInfo(SecurityFilterInfo secInfo)

getSecuFilterInfos

java.util.Vector getSecuFilterInfos()
return all the SecurityFilterInfo which the user belong to.


addUser

boolean addUser(java.lang.String user)

getUsers

java.util.Vector getUsers()
return all the user name which belong to.