Pacote | com.adobe.livecycle.ria.security.api |
Classe | public class AuthStatus |
Herança | AuthStatus Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
value : String [somente leitura]
A string value representing the AuthStatus value. | AuthStatus |
Método | Definido por | ||
---|---|---|---|
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
The String representation of an AuthStatus object. | AuthStatus | ||
[estático]
A factory method that creates an AuthStatus object based on the string value. | AuthStatus |
Constante | Definido por | ||
---|---|---|---|
AUTHENTICATION_FAILED : AuthStatus [estático]
A special value that indicates the type of event dispatched when authentication fails using the username and password. | AuthStatus | ||
AUTHENTICATION_REQUIRED : AuthStatus [estático]
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | AuthStatus | ||
AUTHENTICATION_SUCCESS : AuthStatus [estático]
A special value that indicates that the authentication process was successful. | AuthStatus | ||
LOGOUT_COMPLETE : AuthStatus [estático]
A special value that indicates the type of event is dispatched when a user logs off. | AuthStatus |
value | propriedade |
toString | () | método |
public function toString():String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The String representation of an AuthStatus
object.
String — An authStatus value as a string value.
|
valueOf | () | método |
public static function valueOf(value:String):AuthStatus
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A factory method that creates an AuthStatus
object based on the string value.
Parâmetros
value:String — Specifies the status value as a string value.
|
AuthStatus — AuthStatus Specifies the instance corresponding to the passed string value.
|
AUTHENTICATION_FAILED | Constante |
public static const AUTHENTICATION_FAILED:AuthStatus
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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 | Constante |
public static const AUTHENTICATION_REQUIRED:AuthStatus
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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 | Constante |
public static const AUTHENTICATION_SUCCESS:AuthStatus
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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 | Constante |
public static const LOGOUT_COMPLETE:AuthStatus
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z