com.silverpeas.web.mock
Class AccessControllerMock
java.lang.Object
com.silverpeas.accesscontrol.AbstractAccessController<String>
com.silverpeas.web.mock.AccessControllerMock
- All Implemented Interfaces:
- AccessController<String>
@Named(value="componentAccessController")
public class AccessControllerMock
- extends AbstractAccessController<String>
A mock of an user access controller for testing purpose.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessControllerMock
public AccessControllerMock()
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.