org.wamblee.security.authorization
Interface Operation
- All Known Implementing Classes:
- AllOperation, CreateOperation, DeleteOperation, ReadOperation, WriteOperation
public interface Operation
Represents an operation on a resource.
An operation should contain no state to be persisted since only the name of the
operation is persisted.
- Author:
- Erik Brakkee
|
Method Summary |
java.lang.String |
getName()
Gets the name of the operation. |
getName
java.lang.String getName()
- Gets the name of the operation.
- Returns:
- Operation.
Copyright © 2010. All Rights Reserved.