com.silverpeas.accesscontrol
Class SpaceAccessController

java.lang.Object
  extended by com.silverpeas.accesscontrol.AbstractAccessController<String>
      extended by com.silverpeas.accesscontrol.SpaceAccessController
All Implemented Interfaces:
AccessController<String>

@Named
public class SpaceAccessController
extends AbstractAccessController<String>

Check the access to a space for a user.

Author:
Yohann Chastagnier

Constructor Summary
SpaceAccessController()
           
 
Method Summary
 boolean isUserAuthorized(String userId, String spaceId, AccessControlContext context)
          Checks if the specified user may access the specified object.
 
Methods inherited from class com.silverpeas.accesscontrol.AbstractAccessController
fillUserRoles, getUserRoles, isUserAuthorized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceAccessController

public SpaceAccessController()
Method Detail

isUserAuthorized

public boolean isUserAuthorized(String userId,
                                String spaceId,
                                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.
spaceId - 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.