KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > sasl > SaslServerFactory

javax.security.sasl
Interface SaslServerFactory

See Also:
Top Examples, Source Code, SaslServer, Sasl

SaslServer createSaslServer(String mechanism,
                            String protocol,
                            String serverName,
                            Map<String,?> props,
                            CallbackHandler cbh)
                            throws SaslException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String[] getMechanismNames(Map<String,?> props)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags