com.silverpeas.web.mock
Class SpaceAccessControllerMock
java.lang.Object
com.silverpeas.accesscontrol.AbstractAccessController<String>
com.silverpeas.web.mock.SpaceAccessControllerMock
- All Implemented Interfaces:
- AccessController<String>
@Named(value="spaceAccessController")
public class SpaceAccessControllerMock
- extends AbstractAccessController<String>
A mock of an user access controller for testing purpose.
- Author:
- Yohann Chastagnier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceAccessControllerMock
public SpaceAccessControllerMock()
setAuthorization
public void setAuthorization(boolean isUsersAuthorized)
isUserAuthorized
public boolean isUserAuthorized(String userId,
String object,
AccessControlContext context)
- Description copied from interface:
AccessController
- Checks if the specified user may access the specified object.
- Parameters:
userId
- the unique identifier of the user.object
- the object to be accessed.context
- the context in which the object is accessed.
- Returns:
- true if access is granted - false otherwise.
Copyright © 2016 Silverpeas. All Rights Reserved.