Uses of Interface
org.wamblee.security.authorization.Operation

Packages that use Operation
org.wamblee.security.authorization   
org.wamblee.security.authorization.hibernate   
 

Uses of Operation in org.wamblee.security.authorization
 

Classes in org.wamblee.security.authorization that implement Operation
 class AllOperation
          An superclass of all other operations.
 class CreateOperation
          Represents an operation to create something.
 class DeleteOperation
          Deletes the operation.
 class ReadOperation
          Represents a read operation on a resource.
 class WriteOperation
          Represents a write operation on a resource.
 

Methods in org.wamblee.security.authorization that return Operation
 Operation[] OperationRegistry.decode(java.lang.Class aResourceClass, java.lang.String aOperationsString)
          Converts an operations string to an array of operations.
 Operation[] DefaultOperationRegistry.decode(java.lang.Class aResourceClass, java.lang.String aOperationsString)
           
 Operation[] OperationRegistry.decode(java.lang.String aOperationsString)
          Converts an operations string to an array of operations.
 Operation[] DefaultOperationRegistry.decode(java.lang.String aOperationsString)
           
 Operation AuthorizationException.getOperation()
           
 Operation[] OperationRegistry.getOperations(java.lang.Class aResourceClass)
          Gets the supported operations for a given resource class.
 Operation[] DefaultOperationRegistry.getOperations(java.lang.Class aResourceClass)
           
 

Methods in org.wamblee.security.authorization with parameters of type Operation
<T> T
AuthorizationService.check(T aResource, Operation aOperation)
          Same as AuthorizationService.isAllowed(Object, Operation) but throws a RuntimeException in case access is not allowed.
<T> T
DefaultAuthorizationService.check(T aResource, Operation aOperation)
           
 java.lang.String OperationRegistry.encode(Operation[] aOperations)
          Converts a number of operations to a string.
 java.lang.String DefaultOperationRegistry.encode(Operation[] aOperations)
           
 boolean AuthorizationService.isAllowed(java.lang.Object aResource, Operation aOperation)
          Checks whether an operation is allowed on a resource.
 boolean DefaultAuthorizationService.isAllowed(java.lang.Object aResource, Operation aOperation)
           
 AuthorizationResult AuthorizationRule.isAllowed(java.lang.Object aResource, Operation anOperation, User aUser)
          Determines whether an operation is allowed on a certain resource.
 AuthorizationResult UrlAuthorizationRule.isAllowed(java.lang.Object aResource, Operation anOperation, User aUser)
           
protected  AuthorizationResult UrlAuthorizationRule.isAllowed(java.lang.String aPath, Operation aOperation, User aUser)
          Determines if the operation is allowed on the resource.
 boolean OperationCondition.matches(Operation aOperation)
          Determines if the operation matches.
 boolean IsaOperationCondition.matches(Operation aOperation)
           
 

Constructors in org.wamblee.security.authorization with parameters of type Operation
AuthorizationException(java.lang.Object aResource, Operation aOperation)
           
DefaultOperationRegistry(Operation[] aOperations)
           
 

Constructor parameters in org.wamblee.security.authorization with type arguments of type Operation
IsaOperationCondition(java.lang.Class<? extends Operation> aOperation)
          Constructs the condition.
 

Uses of Operation in org.wamblee.security.authorization.hibernate
 

Methods in org.wamblee.security.authorization.hibernate with parameters of type Operation
<T> T
PersistentAuthorizationService.check(T aResource, Operation aOperation)
           
 boolean PersistentAuthorizationService.isAllowed(java.lang.Object aResource, Operation aOperation)
           
 



Copyright © 2010. All Rights Reserved.