Uses of Class
org.jivesoftware.openfire.component.ExternalComponentConfiguration.Permission
-
Packages that use ExternalComponentConfiguration.Permission Package Description org.jivesoftware.openfire.component -
-
Uses of ExternalComponentConfiguration.Permission in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that return ExternalComponentConfiguration.Permission Modifier and Type Method Description ExternalComponentConfiguration.Permission
ExternalComponentConfiguration. getPermission()
static ExternalComponentConfiguration.Permission
ExternalComponentConfiguration.Permission. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalComponentConfiguration.Permission[]
ExternalComponentConfiguration.Permission. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.openfire.component with parameters of type ExternalComponentConfiguration.Permission Constructor Description ExternalComponentConfiguration(String subdomain, boolean wildcard, ExternalComponentConfiguration.Permission permission, String secret)
-