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

  • Interface Summary 
    Interface Description
    AuthorizationContext
    Transient data associated with the current client for the security check
    AuthorizationResponse
    Aggregates authorization responses from multiple security checks.
    IntrospectionResponse
    Aggregates introspection responses from multiple security checks.
    RegistrationContext
    Persistent/deployment data associated with the current client
    SecurityCheck
    Represents server-side state of a security check.
    Security checks are kept in a distributed cache, and are stateful, so it's the responsibility of the implementor to handle the persistent state.
    SecurityCheckConfiguration
    Represents the configuration of a security check.
    Is created during deployment via SecurityCheck.createConfiguration(Properties), and used at runtime.
    The subclasses are responsible for reading the configuration data from the Properties object and validating it.
    SecurityCheckReference
    Field annotation that defines a reference to a security check, creating a dependency between the checks.
    The annotation is applied to a field definition within a security-check class.
  • Class Summary 
    Class Description
    AuthorizationResponse.ResponseType  


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