Paquete | com.adobe.livecycle.ria.security.api |
Clase | public class AuthOptions |
Herencia | AuthOptions Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
AuthOptions
class captures the authentication options. Authentication options
determine the behavior of an authentication operation.
The attributes properties would be passed as request parameter in the calls made by ISecurityManager
class to the Experience Server.
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
attributes : Object [solo lectura]
Current set of attributes. | AuthOptions | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | AuthOptions | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume
a pre-existing session. | AuthOptions | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
attributes | propiedad |
attributes:Object
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Current set of attributes.
Implementación
public function get attributes():Object
Información sobre constructores
AuthOptions | () | Información sobre |
public function AuthOptions()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Constructor.
Información sobre métodos
setInitialTicket | () | método |
public function setInitialTicket(ticketName:String, ticketValue:String):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume a pre-existing session.
This mechanism allows resuming an existing session, in particular Adobe AIR applications.
Parámetros
ticketName:String — Specifies the name of the ticket.
| |
ticketValue:String — Specifies the value of the ticket.
|
Tue Jun 12 2018, 02:12 PM Z