Uses of Class
org.apache.qpid.protonj2.engine.sasl.SaslContext.Role
-
Packages that use SaslContext.Role Package Description org.apache.qpid.protonj2.engine.sasl -
-
Uses of SaslContext.Role in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SaslContext.Role Modifier and Type Method Description SaslContext.Role
SaslContext. getRole()
Return the Role of the context implementation.static SaslContext.Role
SaslContext.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static SaslContext.Role[]
SaslContext.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-