com.ibm.mfp.java.token.validator

Class AuthenticationError

  • java.lang.Object
    • com.ibm.mfp.java.token.validator.AuthenticationError


  • public class AuthenticationError
    extends java.lang.Object
    Implements the AuthenticationError object, has setters and getters Created by Ore Poran on 11/19/15.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAuthenticateHeader()
      Value of the 'WWW-Authenticate' to be set on the respnse
      int getStatus()
      The Status to be set on the response
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStatus

        public int getStatus()
        The Status to be set on the response
        Returns:
        HttpStatus (401 / 403 / 500)
      • getAuthenticateHeader

        public java.lang.String getAuthenticateHeader()
        Value of the 'WWW-Authenticate' to be set on the respnse
        Returns:
        the WWW-Authenticate value


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.