Pakiet | com.adobe.livecycle.ria.security.api |
Klasa | public class AuthStatus |
Dziedziczenie | AuthStatus Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Powiązane elementy interfejsu API
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
value : String [tylko do odczytu]
A string value representing the AuthStatus value. | AuthStatus |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
The String representation of an AuthStatus object. | AuthStatus | ||
[statyczny]
A factory method that creates an AuthStatus object based on the string value. | AuthStatus |
Stała | Zdefiniowane przez | ||
---|---|---|---|
AUTHENTICATION_FAILED : AuthStatus [statyczny]
A special value that indicates the type of event dispatched when authentication fails using the username and password. | AuthStatus | ||
AUTHENTICATION_REQUIRED : AuthStatus [statyczny]
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | AuthStatus | ||
AUTHENTICATION_SUCCESS : AuthStatus [statyczny]
A special value that indicates that the authentication process was successful. | AuthStatus | ||
LOGOUT_COMPLETE : AuthStatus [statyczny]
A special value that indicates the type of event is dispatched when a user logs off. | AuthStatus |
value | właściwość |
value:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A string value representing the AuthStatus value.
Implementacja
public function get value():String
toString | () | metoda |
public function toString():String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The String representation of an AuthStatus
object.
String — An authStatus value as a string value.
|
valueOf | () | metoda |
public static function valueOf(value:String):AuthStatus
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A factory method that creates an AuthStatus
object based on the string value.
Parametry
value:String — Specifies the status value as a string value.
|
AuthStatus — AuthStatus Specifies the instance corresponding to the passed string value.
|
AUTHENTICATION_FAILED | Stała |
public static const AUTHENTICATION_FAILED:AuthStatus
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A special value that indicates the type of event dispatched when authentication fails using the username and password. As a response to this type of event, an application can display an error message to the user. This event only occurs when authentication is attempted using a username and password. This event does not occur when single sign-on is used..
AUTHENTICATION_REQUIRED | Stała |
public static const AUTHENTICATION_REQUIRED:AuthStatus
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. When SSO fails, the user's username and password is required to authenticate. As a response to this event, the application can display a login page to the user.
AUTHENTICATION_SUCCESS | Stała |
public static const AUTHENTICATION_SUCCESS:AuthStatus
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A special value that indicates that the authentication process was successful. Authentication can be completed using single sign-on (SSO) or using a username and password. As a response to this event, an application can display the welcome page to the user. Application can perform specific validation for permissions and roles to verify the user has access. In a response to this event, the application completes the user validation, and then display the welcome page.
LOGOUT_COMPLETE | Stała |
public static const LOGOUT_COMPLETE:AuthStatus
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A special value that indicates the type of event is dispatched when a user logs off. As a response to this event, ab application can display logout page to inform the user that he has been logged out. Alternatively, the application can display the login page.
Tue Jun 12 2018, 12:06 PM Z