| Pakiet | com.adobe.livecycle.ria.security.service |
| Klasa | public class Pin |
| Dziedziczenie | Pin Object |
| Implementuje | IPin |
| 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 |
Pin object is a type of ticket which can be used to authenticate a user in remote call.
A pin instance is typically used to perform authentication for file uploads. The pin can be
obtained by using the ISecurityManager.getTicket method.
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 | |
| enabled : Boolean
A flag that indicates whether a pin is enabled. | Pin | ||
| expiry : Date
The date and time when the pin expires. | Pin | ||
| id : String
An identifier to uniquely identify a pin on the server-side. | Pin | ||
| maxUse : int
The maximum number of times a pin can be used. | Pin | ||
| owner : String
The user who the pin is assigned or issued to. | Pin | ||
| useCounter : int
The number of times the current pin has been used in calls made to Experience Server. | Pin | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Pin()
Constructor. | Pin | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
Determines whether the current pin has expired. | Pin | ||
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
Determines whether a pin usage has exceeded the maximum usage limit. | Pin | ||
Determines whether a pin is valid and can be used. | Pin | ||
![]() |
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 | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
enabled | właściwość |
enabled:Boolean| 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 flag that indicates whether a pin is enabled. A value of True specifies that the pin is enabled.
Implementacja
public function get enabled():Boolean public function set enabled(value:Boolean):voidexpiry | właściwość |
expiry:Date| 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 date and time when the pin expires.
Implementacja
public function get expiry():Date public function set expiry(value:Date):voidid | właściwość |
id: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 |
An identifier to uniquely identify a pin on the server-side.
Implementacja
public function get id():String public function set id(value:String):voidmaxUse | właściwość |
maxUse:int| 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 maximum number of times a pin can be used.
Implementacja
public function get maxUse():int public function set maxUse(value:int):voidowner | właściwość |
owner: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 user who the pin is assigned or issued to.
Implementacja
public function get owner():String public function set owner(value:String):voiduseCounter | właściwość |
useCounter:int| 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 number of times the current pin has been used in calls made to Experience Server.
Implementacja
public function get useCounter():int public function set useCounter(value:int):voidPin | () | Konstruktor |
public function Pin()| 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.
isPinExpired | () | metoda |
public function isPinExpired():Boolean| 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 |
Determines whether the current pin has expired.
ZwracaBoolean — A boolean value to indicate whether the pin has expired. A value of True indicates that the
pin expired.
|
isUseCounterExceededMaxUsage | () | metoda |
public function isUseCounterExceededMaxUsage():Boolean| 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 |
Determines whether a pin usage has exceeded the maximum usage limit.
ZwracaBoolean — A flag to indicate whether the pin usage exceeds the maximum usage.
A value of True indicates that the pin usage count exceeds the maximum use limit.
|
isValid | () | metoda |
public function isValid():Boolean| 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 |
Determines whether a pin is valid and can be used.
A pin is considered to be valid if it has not expired and its usage count is less than the maximum allowed limit.
ZwracaBoolean — A boolean value that indicates whether the pin is valid. A value of True indicates that the pin is valid.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne