Interface SaslContext

    • Method Detail

      • isSuccessful

        boolean isSuccessful()
      • needsWrapping

        boolean needsWrapping()
      • wrap

        byte[] wrap​(byte[] outgoing,
                    int offset,
                    int len)
             throws javax.security.sasl.SaslException
        Throws:
        javax.security.sasl.SaslException
      • unwrap

        byte[] unwrap​(byte[] incoming,
                      int offset,
                      int len)
               throws javax.security.sasl.SaslException
        Throws:
        javax.security.sasl.SaslException
      • dispose

        void dispose()
      • nextMessage

        Message nextMessage​(Address address,
                            SaslHeader saslHeader)
                     throws javax.security.sasl.SaslException
        Throws:
        javax.security.sasl.SaslException