Uses of Class
okapi.coreobjects.OkapiOperation

Packages that use OkapiOperation
okapi.coreobjects   
okapi.util   
 

Uses of OkapiOperation in okapi.coreobjects
 

Fields in okapi.coreobjects declared as OkapiOperation
static OkapiOperation OkapiOperation.ADMIN
          Administrate always
static OkapiOperation OkapiOperation.MODIFY
          Modify always
static OkapiOperation OkapiOperation.MODIFY_DATERESTRICTED
          Modify if current time is within a restricted range.
static OkapiOperation OkapiOperation.READ
          Read always
static OkapiOperation OkapiOperation.READ_DATERESTRICTED
          Read if current time is within a restricted range.
 

Methods in okapi.coreobjects with parameters of type OkapiOperation
 boolean OkapiGroup.checkAuthorization(OkapiUser user, OkapiOperation operation)
          Checks to see if the specified user is authorized to perform the specified operation on this object.
 boolean OkapiArc.checkAuthorization(OkapiUser user, OkapiOperation operation)
          Checks to see if the specified user is authorized to perform the specified operation on this object.
 boolean OkapiNexus.checkAuthorization(OkapiUser user, OkapiOperation operation)
          Checks to see if the specified user is authorized to perform the specified operation on this object.
 boolean OkapiUser.checkAuthorization(OkapiUser user, OkapiOperation operation)
          Checks to see if the specified user is authorized to perform the specified operation on this object.
 boolean OkapiObject.checkAuthorization(OkapiUser user, OkapiOperation operation)
          Checks to see if the specified user is authorized to perform the specified operation on this object.
 boolean OkapiObject.isEncryptionRequired(OkapiUser user, OkapiOperation operation)
          Checks to see if this object should only be provided over encrypted channels.
 void OkapiObject.setAuthorization(OkapiUser user, OkapiOperation operation)
          Sets the authorization on this object for the specified user and operation, not restricted by date range.
 void OkapiArc.setAuthorization(OkapiUser user, OkapiOperation operation, boolean dateRestricted)
          Deprecated. not used
 

Uses of OkapiOperation in okapi.util
 

Methods in okapi.util with parameters of type OkapiOperation
static boolean OkapiAuthZ.checkAuthorization(OkapiObject object, OkapiUser user, OkapiOperation operation)
          check Authorizaton using the MIT Roles Database
 



Copyright ? 2001-2009 MIT. All Rights Reserved.