com.adobe.livecycle.ria.security.api 包中包含用于处理 Experience Server 的安全事务的接口类。这些类允许 Flex 应用程序通过对 Experience Server 使用 Core Security 服务来执行用户身份验证、确定用户详细信息和相关操作。
接口
接口 | 说明 | |
---|---|---|
IAuthResult | The AuthResult object is returned as part of calls to perform Single Sign On (SSO) and login methods of ISecurityManager service. | |
IPin | An IPin object is a type of ticket which can be used to authenticate a user in remote call. | |
ISecurityManager | The ISecurityManager interface provides methods to perform user authentication. | |
ISession | The ISession class defines the interfaces to access user-related states, such as a security ticket. | |
ITicket | A ticket can be used to authenticate the user while making remote calls. | |
IUser | The IUser interface provides read-access to a user's attributes, and offers basic support for authorization checking. |
类
类 | 说明 | |
---|---|---|
AuthenticationEvent | AuthenticationEvent objects are dispatched by the ISecurityManager class when an authentication related operation is performed. | |
AuthFailureCode | Defines constants that define possible causes related to an authentication failure. | |
AuthOptions | The AuthOptions class captures the authentication options. | |
AuthStatus | Defines the constants for various types of authentication status. | |
SecurityConfig | The SecurityConfig classcaptures the required configuration required for the security client library to function. | |
TicketType | The TicketType class defines the type of an ITicket object. |
Tue Jun 12 2018, 11:18 AM Z