Package org.wildfly.security.sasl.util
Class SaslWrappers
java.lang.Object
org.wildfly.security.sasl.util.SaslWrappers
Utility methods for SASL wrappers.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionstatic SaslWrapperwrapperFor(SaslClient saslClient) Get a wrapper for the given SASL client.static SaslWrapperwrapperFor(SaslServer saslServer) Get a wrapper for the given SASL server.
-
Method Details
-
wrapperFor
Get a wrapper for the given SASL client.- Parameters:
saslClient- the SASL client- Returns:
- the SASL wrapper
-
wrapperFor
Get a wrapper for the given SASL server.- Parameters:
saslServer- the SASL server- Returns:
- the SASL wrapper
-