com.adobe.livecycle.ria.security.api 패키지에는 Experience Server의 보안을 처리하는 인터페이스 클래스가 들어 있습니다. Flex 응용 프로그램에서 이 클래스를 통해 Experience Server의 핵심 보안 서비스를 사용하여 사용자 인증, 사용자 정보 확인 및 관련 작업을 수행할 수 있습니다.
인터페이스
인터페이스 | 설명 | |
---|---|---|
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, 03:32 PM Z