JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Java SE 19 & JDK 19
DRAFT 19-panama+1-13
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH:
Uses of Interface
javax.security.sasl.SaslServerFactory
Packages that use
SaslServerFactory
Package
Description
javax.security.sasl
Contains class and interfaces for supporting SASL.
Uses of
SaslServerFactory
in
javax.security.sasl
Methods in
javax.security.sasl
that return types with arguments of type
SaslServerFactory
Modifier and Type
Method
Description
static
Enumeration
<
SaslServerFactory
>
Sasl.
getSaslServerFactories
()
Gets an enumeration of known factories for producing
SaslServer
.