Java javax.security.sasl SaslServer fields, constructors, methods, implement or subclass

Example usage for Java javax.security.sasl SaslServer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.sasl SaslServer.

The text is from its open source code.

Constructor

Method

byte[]evaluateResponse(byte[] response)
Evaluates the response data and generates a challenge.
StringgetAuthorizationID()
Reports the authorization ID in effect for the client of this session.
ClassgetClass()
Returns the runtime class of this Object .
StringgetMechanismName()
Returns the IANA-registered mechanism name of this SASL server.
ObjectgetNegotiatedProperty(String propName)
Retrieves the negotiated property.
booleanisComplete()
Determines whether the authentication exchange has completed.