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, newPermissionCollectioncheckGuard, getName, toStringpublic 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 © 2017 JBoss by Red Hat. All rights reserved.