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