public class LogicalPermissionMapper<T extends LogicalPermissionMapper<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LogicalPermissionMapper.LogicalOperation |
Constructor and Description |
---|
LogicalPermissionMapper(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
left()
Reference to the permission mapper to use to the left of the operation.
|
T |
left(String value)
Reference to the permission mapper to use to the left of the operation.
|
LogicalPermissionMapper.LogicalOperation |
logicalOperation()
The logical operation to use to combine the permission mappers.
|
T |
logicalOperation(LogicalPermissionMapper.LogicalOperation value)
The logical operation to use to combine the permission mappers.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
right()
Reference to the permission mapper to use to the right of the operation.
|
T |
right(String value)
Reference to the permission mapper to use to the right of the operation.
|
public LogicalPermissionMapper(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String left()
public T left(String value)
public LogicalPermissionMapper.LogicalOperation logicalOperation()
public T logicalOperation(LogicalPermissionMapper.LogicalOperation value)
public String right()
Copyright © 2018 JBoss by Red Hat. All rights reserved.