Class SimpleSaslServer

  • All Implemented Interfaces:
    javax.security.sasl.SaslServer

    public class SimpleSaslServer
    extends java.lang.Object
    implements javax.security.sasl.SaslServer
    • Field Detail

      • SIMPLE_SECURITY_MECH_NAME

        public static final java.lang.String SIMPLE_SECURITY_MECH_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • SimpleSaslServer

        public SimpleSaslServer()
    • Method Detail

      • dispose

        public void dispose()
                     throws javax.security.sasl.SaslException
        Specified by:
        dispose in interface javax.security.sasl.SaslServer
        Throws:
        javax.security.sasl.SaslException
      • evaluateResponse

        public byte[] evaluateResponse​(byte[] response)
                                throws javax.security.sasl.SaslException
        Specified by:
        evaluateResponse in interface javax.security.sasl.SaslServer
        Throws:
        javax.security.sasl.SaslException
      • getAuthorizationID

        public java.lang.String getAuthorizationID()
        Specified by:
        getAuthorizationID in interface javax.security.sasl.SaslServer
      • getMechanismName

        public java.lang.String getMechanismName()
        Specified by:
        getMechanismName in interface javax.security.sasl.SaslServer
      • getNegotiatedProperty

        public java.lang.Object getNegotiatedProperty​(java.lang.String propName)
        Specified by:
        getNegotiatedProperty in interface javax.security.sasl.SaslServer
      • isComplete

        public boolean isComplete()
        Specified by:
        isComplete in interface javax.security.sasl.SaslServer
      • unwrap

        public byte[] unwrap​(byte[] incoming,
                             int offset,
                             int len)
                      throws javax.security.sasl.SaslException
        Specified by:
        unwrap in interface javax.security.sasl.SaslServer
        Throws:
        javax.security.sasl.SaslException
      • wrap

        public byte[] wrap​(byte[] outgoing,
                           int offset,
                           int len)
                    throws javax.security.sasl.SaslException
        Specified by:
        wrap in interface javax.security.sasl.SaslServer
        Throws:
        javax.security.sasl.SaslException