Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.livecycle.ria.security.service 

Pin  - AS3 ADEP - Sicurezza

Pacchettocom.adobe.livecycle.ria.security.service
Classepublic class Pin
EreditarietàPin Inheritance Object
Implementa IPin

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

A 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.

Elementi API correlati

ISecurityManager.getTicket


Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
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
Metodi pubblici
 MetodoDefinito da
  
Pin()
Constructor.
Pin
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
  
Determines whether the current pin has expired.
Pin
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
  
Determines whether a pin usage has exceeded the maximum usage limit.
Pin
  
Determines whether a pin is valid and can be used.
Pin
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

enabled

proprietà
enabled:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: 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.



Implementazione
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void

expiry

proprietà 
expiry:Date

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The date and time when the pin expires.



Implementazione
    public function get expiry():Date
    public function set expiry(value:Date):void

id

proprietà 
id:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

An identifier to uniquely identify a pin on the server-side.



Implementazione
    public function get id():String
    public function set id(value:String):void

maxUse

proprietà 
maxUse:int

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The maximum number of times a pin can be used.



Implementazione
    public function get maxUse():int
    public function set maxUse(value:int):void

owner

proprietà 
owner:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The user who the pin is assigned or issued to.



Implementazione
    public function get owner():String
    public function set owner(value:String):void

useCounter

proprietà 
useCounter:int

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The number of times the current pin has been used in calls made to Experience Server.



Implementazione
    public function get useCounter():int
    public function set useCounter(value:int):void
Descrizione della funzione di costruzione

Pin

()Funzione di costruzione
public function Pin()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Constructor.

Descrizione dei metodi

isPinExpired

()metodo
public function isPinExpired():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Determines whether the current pin has expired.

Restituisce
Boolean — A boolean value to indicate whether the pin has expired. A value of True indicates that the pin expired.

isUseCounterExceededMaxUsage

()metodo 
public function isUseCounterExceededMaxUsage():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Determines whether a pin usage has exceeded the maximum usage limit.

Restituisce
Boolean — 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

()metodo 
public function isValid():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Sicurezza 10
Versioni runtime: 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.

Restituisce
Boolean — A boolean value that indicates whether the pin is valid. A value of True indicates that the pin is valid.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.