Pakket | com.adobe.livecycle.ria.security.service |
Klasse | public class Pin |
Overerving | Pin Object |
Implementatie | IPin |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | 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.
Verwante API-elementen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Pin()
Constructor. | Pin | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Determines whether the current pin has expired. | Pin | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Determines whether a pin usage has exceeded the maximum usage limit. | Pin | ||
Determines whether a pin is valid and can be used. | Pin | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
enabled | eigenschap |
enabled:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | 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.
Implementatie
public function get enabled():Boolean
public function set enabled(value:Boolean):void
expiry | eigenschap |
id | eigenschap |
id:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
An identifier to uniquely identify a pin on the server-side.
Implementatie
public function get id():String
public function set id(value:String):void
maxUse | eigenschap |
owner | eigenschap |
owner:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The user who the pin is assigned or issued to.
Implementatie
public function get owner():String
public function set owner(value:String):void
useCounter | eigenschap |
useCounter:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The number of times the current pin has been used in calls made to Experience Server.
Implementatie
public function get useCounter():int
public function set useCounter(value:int):void
Pin | () | Constructor |
public function Pin()
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Constructor.
isPinExpired | () | methode |
public function isPinExpired():Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Determines whether the current pin has expired.
Geretourneerde waardeBoolean — A boolean value to indicate whether the pin has expired. A value of True indicates that the
pin expired.
|
isUseCounterExceededMaxUsage | () | methode |
public function isUseCounterExceededMaxUsage():Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Determines whether a pin usage has exceeded the maximum usage limit.
Geretourneerde waardeBoolean — 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 | () | methode |
public function isValid():Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | 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.
Geretourneerde waardeBoolean — A boolean value that indicates whether the pin is valid. A value of True indicates that the pin is valid.
|
Wed Jun 13 2018, 11:42 AM Z