Package org.wildfly.security.sasl.util
Interface SaslWrapper
- All Known Implementing Classes:
AbstractDelegatingSaslClient,AbstractDelegatingSaslServer,AbstractSaslClient,AbstractSaslParticipant,AbstractSaslServer,AnonymousSaslClient,AnonymousSaslServer,AuthenticationContextSaslClient,AuthenticationContextSaslServer,ClientSaslWrapper,LocalUserClient,PrivilegedSaslClient,PrivilegedSaslServer,ServerSaslWrapper
public interface SaslWrapper
- Author:
- David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SaslWrapperThe identity wrapper which simply returns the same data that was passed in. -
Method Summary
-
Field Details
-
IDENTITY
The identity wrapper which simply returns the same data that was passed in. If the data is of a different size then a copy is made.
-
-
Method Details
-
wrap
- Throws:
SaslException
-
unwrap
- Throws:
SaslException
-