@Deprecated public class SaslPlainServer extends Object implements SaslServer
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SaslPlainServer.SaslPlainServerFactoryDeprecated.  | 
| static class  | SaslPlainServer.SecurityProviderDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispose()Deprecated.  | 
| byte[] | evaluateResponse(byte[] response)Deprecated.  | 
| String | getAuthorizationID()Deprecated.  | 
| String | getMechanismName()Deprecated.  | 
| Object | getNegotiatedProperty(String propName)Deprecated.  | 
| boolean | isComplete()Deprecated.  | 
| byte[] | unwrap(byte[] incoming,
      int offset,
      int len)Deprecated.  | 
| byte[] | wrap(byte[] outgoing,
    int offset,
    int len)Deprecated.  | 
public String getMechanismName()
getMechanismName in interface SaslServerpublic byte[] evaluateResponse(byte[] response)
                        throws SaslException
evaluateResponse in interface SaslServerSaslExceptionpublic boolean isComplete()
isComplete in interface SaslServerpublic String getAuthorizationID()
getAuthorizationID in interface SaslServerpublic Object getNegotiatedProperty(String propName)
getNegotiatedProperty in interface SaslServerpublic byte[] wrap(byte[] outgoing,
                   int offset,
                   int len)
            throws SaslException
wrap in interface SaslServerSaslExceptionpublic byte[] unwrap(byte[] incoming,
                     int offset,
                     int len)
              throws SaslException
unwrap in interface SaslServerSaslExceptionpublic void dispose()
             throws SaslException
dispose in interface SaslServerSaslExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.