Interface AuthenticationStatus

    • Method Detail

      • getStatus

        int getStatus()
        This method returns the status of the authentication
        Returns:
        An integer value indicating the status of the authentication
      • getContinuationData

        byte[] getContinuationData()
        This is the value returned by the Authenticator when the status is AUTH_CONTINUE. This data should give an indication to the client on what else it should send to the server to complete the authentication.
        Returns:
        An array of bytes indicating the additional information needed to complete the authentication.
      • getAuthSpecificData

        byte[] getAuthSpecificData()
        This is the value returned by the Authenticator when the status is AUTH_CONTINUE. This data should give an indication to the client on specific authentication it needs to adopt to continue on with the authentication.
        Returns:
        An array of bytes indicating the authentication specific information needed to complete the authentication.