A C G I M O S T V 

T

TokenIntrospectionData - Class in com.ibm.mfp.java.token.validator
Following spec: https://tools.ietf.org/html/draft-ietf-oauth-introspection-11#section-2.2 OAuth 2.0 Token Introspection - Introspection Response
TokenIntrospectionData(String, long, boolean) - Constructor for class com.ibm.mfp.java.token.validator.TokenIntrospectionData
Create active token data
TokenIntrospectionData(String, long) - Constructor for class com.ibm.mfp.java.token.validator.TokenIntrospectionData
Create active token data
TokenIntrospectionData() - Constructor for class com.ibm.mfp.java.token.validator.TokenIntrospectionData
 
TokenValidationManager - Class in com.ibm.mfp.java.token.validator
Implements TokenValidationManager Validates authorization headers (Access Tokens) against the AZ Server's introspection service.
TokenValidationManager(URI, String, String, long) - Constructor for class com.ibm.mfp.java.token.validator.TokenValidationManager
Constructs a new TokenValidationManager
TokenValidationManager(URI, String, String) - Constructor for class com.ibm.mfp.java.token.validator.TokenValidationManager
Constructs a new TokenValidationManager
TokenValidationResult - Class in com.ibm.mfp.java.token.validator
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.
A C G I M O S T V 


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