com.ibm.mfp.java.token.validator

Class TokenValidationResult

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


  • public class TokenValidationResult
    extends java.lang.Object
    Wrapper object Result of the TokenValidationManager, holds the introspection data from the AZ Server and the authentication error to be returned on the response (if any exist) Created by Ore Poran on 11/19/15.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      AuthenticationError getAuthenticationError()
      Returns the authentication error, that is to be appended to the WWW-Authenticate header of the response and sent back to the MFP Client
      TokenIntrospectionData getIntrospectionData()
      Returns the Introspection Data for the authorization header given
      • Methods inherited from class java.lang.Object

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

      • getIntrospectionData

        public TokenIntrospectionData getIntrospectionData()
        Returns the Introspection Data for the authorization header given
        Returns:
        introspection data object or null if no data was retrieved from the AZ server
      • getAuthenticationError

        public AuthenticationError getAuthenticationError()
        Returns the authentication error, that is to be appended to the WWW-Authenticate header of the response and sent back to the MFP Client
        Returns:
        authentication error or null if there is no error


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