Pakiet | com.adobe.livecycle.ria.security.api |
Klasa | public class AuthOptions |
Dziedziczenie | AuthOptions 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 |
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.
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
attributes : Object [tylko do odczytu]
Current set of attributes. | AuthOptions | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | AuthOptions | ||
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 | ||
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume
a pre-existing session. | AuthOptions | ||
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 | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
attributes | właściwość |
Konstruktor Szczegół
AuthOptions | () | Konstruktor |
public function AuthOptions()
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 |
Constructor.
Szczegół metody
setInitialTicket | () | metoda |
public function setInitialTicket(ticketName:String, ticketValue:String):void
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 |
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.
Parametry
ticketName:String — Specifies the name of the ticket.
| |
ticketValue:String — Specifies the value of the ticket.
|
Tue Jun 12 2018, 12:06 PM Z