com.ibm.mfp.server.security.external.checks

Interface IntrospectionResponse



  • public interface IntrospectionResponse
    Aggregates introspection responses from multiple security checks.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addIntrospectionData(java.lang.String securityCheckName, java.util.Set scope, long expiresAt, java.util.Map customIntrospectionData)
      Add granted scope and custom introspection data to the response
    • Method Detail

      • addIntrospectionData

        void addIntrospectionData(java.lang.String securityCheckName,
                                java.util.Set scope,
                                long expiresAt,
                                java.util.Map customIntrospectionData)
        Add granted scope and custom introspection data to the response
        Parameters:
        securityCheckName - the reporting security check
        scope - the scope granted by the check
        expiresAt - granted scope expiration time. Must be greater than now, otherwise the data is ignored
        customIntrospectionData - additional introspection data provided by the security check


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