|
Interface Summary |
| Application |
Represents a base of an application that can participate in a trusted relationship. |
| ApplicationCertificate |
Represents the certificate received by the filter from a trusted client. |
| ApplicationRetriever |
Responsible for getting Application details from a client |
| CurrentApplication |
Represents current application. |
| EncryptedCertificate |
Contains the encoded certificate information to be included in the trusted requests between applications. |
| EncryptionProvider |
Abstracts out the provision of encryption to the trusted app service. |
| IPMatcher |
Filter that is supposed to prevent attacks on cross-application trust feature by restricting a range of IP addresses
such request can originate from. |
| RequestValidator |
Validate whether a request is allowed or not. |
| TrustedApplication |
Represents a trusted remote application. |
| TrustedApplicationsManager |
A container for trusted application representations. |
| URLMatcher |
Checks whether the supplied url path (after the context) is valid. |
| UserResolver |
Given the trusted application certificate this object will lookup the Principal that made this request |