Uses of Class
org.apache.qpid.server.security.access.ObjectProperties.Property

Packages that use ObjectProperties.Property
org.apache.qpid.server.security.access   
 

Uses of ObjectProperties.Property in org.apache.qpid.server.security.access
 

Methods in org.apache.qpid.server.security.access that return ObjectProperties.Property
static ObjectProperties.Property ObjectProperties.Property.parse(String text)
           
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.
 

Methods in org.apache.qpid.server.security.access with parameters of type ObjectProperties.Property
 Boolean ObjectProperties.isSet(ObjectProperties.Property key)
           
 String ObjectProperties.put(ObjectProperties.Property key, org.apache.qpid.framing.AMQShortString value)
           
 void ObjectProperties.put(ObjectProperties.Property key, Boolean value)
           
 String ObjectProperties.put(ObjectProperties.Property key, String value)
           
 



Licensed to the Apache Software Foundation