public class AccessControlList extends CloneableDataObject
Title: Service Event Fabric Core
Description: Defines a list of Access Control Operations.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
AccessControlList |
clone()
Clones the object.
|
boolean |
isAllowed(AccessControlOperation operation)
Checks if the specified operation is allowed by this list.
|
java.util.List |
listOperations()
Returns a list of all operations.
|
java.lang.String |
toString() |
getSerialVersionUID
public java.util.List listOperations()
public boolean isAllowed(AccessControlOperation operation)
operation
- the operation to be checked.true
if the specified operation is allowed, false
otherwise.public AccessControlList clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class CloneableDataObject
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.