it.eng.spago.security
Interface IExtendedEngUserProfile
- All Superinterfaces:
- IEngUserProfile, java.io.Serializable
public interface IExtendedEngUserProfile
- extends IEngUserProfile
- Author:
- Andrea Zoppello
Define extended interface to query the user profile about a user access
on a particular resource
canAccessResource
boolean canAccessResource(java.lang.String resourceID)
throws EMFInternalError
- Throws:
EMFInternalError
getAccessibleResources
java.util.Collection getAccessibleResources()
throws EMFInternalError
- Throws:
EMFInternalError
canExecuteFunctionality
boolean canExecuteFunctionality(java.lang.String functionalityID)
throws EMFInternalError
- Throws:
EMFInternalError