Package org.wildfly.security.sasl.util
Class ClientSaslWrapper
java.lang.Object
org.wildfly.security.sasl.util.ClientSaslWrapper
- All Implemented Interfaces:
SaslWrapper
A
SaslWrapper which encapsulates a SaslClient.- Author:
- David M. Lloyd
-
Field Summary
Fields inherited from interface org.wildfly.security.sasl.util.SaslWrapper
IDENTITY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientSaslWrapper
Construct a new instance.- Parameters:
saslClient- theSaslClientto delegate wrap/unwrap calls to.
-
-
Method Details
-
wrap
- Specified by:
wrapin interfaceSaslWrapper- Throws:
SaslException
-
unwrap
- Specified by:
unwrapin interfaceSaslWrapper- Throws:
SaslException
-