Uses of Class
org.apache.qpid.server.security.access.Permission

Packages that use Permission
org.apache.qpid.server.security.access   
 

Uses of Permission in org.apache.qpid.server.security.access
 

Methods in org.apache.qpid.server.security.access that return Permission
static Permission Permission.parse(String text)
           
static Permission Permission.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Licensed to the Apache Software Foundation