Package | Description |
---|---|
org.apache.qpid.server.security.access |
Modifier and Type | Method and Description |
---|---|
static ObjectProperties.Property |
ObjectProperties.Property.parse(String text)
Properties are parsed using their canonical name (see
getCanonicalName(String) )
so that, for the sake of user-friendliness, the ACL file parses is insensitive to
case and underscores. |
static ObjectProperties.Property |
ObjectProperties.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectProperties.Property[] |
ObjectProperties.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
ObjectProperties.get(ObjectProperties.Property key) |
Boolean |
ObjectProperties.isSet(ObjectProperties.Property key) |
void |
ObjectProperties.put(ObjectProperties.Property key,
Boolean value) |
String |
ObjectProperties.put(ObjectProperties.Property key,
String value) |
Constructor and Description |
---|
ObjectProperties(ObjectProperties.Property property,
String value) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.