Uses of Class
org.jivesoftware.openfire.net.SASLAuthentication.ElementType
-
Packages that use SASLAuthentication.ElementType Package Description org.jivesoftware.openfire.net -
-
Uses of SASLAuthentication.ElementType in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return SASLAuthentication.ElementType Modifier and Type Method Description static SASLAuthentication.ElementType
SASLAuthentication.ElementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SASLAuthentication.ElementType
SASLAuthentication.ElementType. valueOfCaseInsensitive(String name)
static SASLAuthentication.ElementType[]
SASLAuthentication.ElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-