es.udc.mypersonalizer.portal.model.permissions |
|
Java Source File Name | Type | Comment |
DefaultPermissionCheckerSingleton.java | Class | This class is a concrete implementaction of the interface specified by
PermissionCheckerSingleton . |
PermissionCheckerSingleton.java | Class | This abstract class specifies the interface of the permissions engine
providing methods to check if a user has permissions over a protected portal
resource (like services or workspaces) to do a specific action. |
PermissionsCheckerSingletonTest.java | Class | |
UserCredentials.java | Class | The information about the user that the permissions engine needs to find out
if has permissions over a protected portal resource. |