Interface | Description |
---|---|
NegotiateTrustAssociationInterceptor | Deprecated
As of 5.1.1, replaced by the new com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface.
|
TAIPrincipal |
This marker interface only needs to be implemented by a TAI
provider in cases where they want to put in multiple Principal
objects in the Subject that is returned by the TAI.getSubject()
API.
|
TrustAssociationInterceptor |
Trust Association interface (
com.ibm.wsspi.security.tai.TrustAssociationInterceptor )
is a service provider API that enables the integration of third party security service (for example, a reverse
Proxy, etc) with WebSphere Application Server. |
TrustAssociationInterceptorExt |
Trust Association interface (
com.ibm.wsspi.security.tai.TrustAssociationInterceptorExt )
is a service provider API is an extension of the
com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface. |
Class | Description |
---|---|
NegotiateTrustAssociationInterceptorImpl | Deprecated
As of 5.1.1, replaced by the new com.ibm.wsspi.security.tai.TrustAssociationInterceptor interface.
|
TAIResult |
This is the result returned from
com.ibm.wsspi.security.tai.TrustAssociationInterceptor.negotiateValidateandEstablishTrust method. |