Uses of Class
tigase.xmpp.impl.SaslAuth.ElementType
-
Packages that use SaslAuth.ElementType Package Description tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of SaslAuth.ElementType in tigase.xmpp.impl
Methods in tigase.xmpp.impl that return SaslAuth.ElementType Modifier and Type Method Description static SaslAuth.ElementType
SaslAuth.ElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaslAuth.ElementType[]
SaslAuth.ElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-