public interface SaslServerHandler extends AutoCloseable
SaslServer
management.Modifier and Type | Method and Description |
---|---|
void |
close()
Close the handler and dispose internal resources.
|
AuthenticatedUserInfo |
getAuthenticatedUserInfo()
Used to get the authenticated user info after the completed session.
|
SaslServer |
getSaslServer() |
void |
setAuthenticatedUserInfo(AuthenticatedUserInfo userinfo)
To be called by callbacks to store authenticated user information.
|
SaslServer getSaslServer()
SaslServer
instancevoid setAuthenticatedUserInfo(AuthenticatedUserInfo userinfo)
userinfo
- user infoAuthenticatedUserInfo getAuthenticatedUserInfo()
void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2023. All Rights Reserved.