public final class BridgePermission extends BasicPermission
Constructor and Description |
---|
BridgePermission(String name)
Creates a new BridgePermission with the specified name.
|
BridgePermission(String name,
String actions)
Creates a new BridgePermission object with the specified name.
|
equals, getActions, hashCode, implies, newPermissionCollection
checkGuard, getName, toString
public BridgePermission(String name)
name
- the name of the BridgePermission.public BridgePermission(String name, String actions)
name
- the name of the BridgePermission.actions
- should be null.Copyright © 2016 JBoss by Red Hat. All rights reserved.