Package | Description |
---|---|
com.ibm.mfp.server.security.external.checks | |
com.ibm.mfp.server.security.external.checks.impl |
Class and Description |
---|
AuthorizationContext
Transient data associated with the current client for the security check
|
AuthorizationResponse
Aggregates authorization responses from multiple security checks.
|
AuthorizationResponse.ResponseType |
IntrospectionResponse
Aggregates introspection responses from multiple security checks.
|
RegistrationContext
Persistent/deployment data associated with the current client
|
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. |
Class and Description |
---|
AuthorizationContext
Transient data associated with the current client for the security check
|
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. |
© Copyright IBM Corp. 2006, 2015. All Rights Reserved.