Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.livecycle.ria.security.api 

IPin  - AS3 ADEP Security

Paquetecom.adobe.livecycle.ria.security.api
Interfazpublic interface IPin
Implementadores Pin

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

An IPin 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.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  enabled : Boolean
A flag that indicates whether a pin is enabled.
IPin
  expiry : Date
The date and time when the pin expires.
IPin
  id : String
An identifier to uniquely identify a pin on the server-side.
IPin
  maxUse : int
The maximum number of times a pin can be used.
IPin
  owner : String
The user who the pin is assigned or issued to.
IPin
  useCounter : int
The number of times the current pin has been used in calls made to Experience Server.
IPin
Métodos públicos
 MétodoDefinido por
  
Determines whether the current pin has expired.
IPin
  
Determines whether a pin usage has exceeded the maximum usage limit.
IPin
  
Determines whether a pin is valid and can be used.
IPin
Información sobre propiedades

enabled

propiedad
enabled:Boolean

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

A flag that indicates whether a pin is enabled. A value of True specifies that the pin is enabled.



Implementación
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void

expiry

propiedad 
expiry:Date

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

The date and time when the pin expires.



Implementación
    public function get expiry():Date
    public function set expiry(value:Date):void

id

propiedad 
id:String

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

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



Implementación
    public function get id():String
    public function set id(value:String):void

maxUse

propiedad 
maxUse:int

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

The maximum number of times a pin can be used.



Implementación
    public function get maxUse():int
    public function set maxUse(value:int):void

owner

propiedad 
owner:String

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

The user who the pin is assigned or issued to.



Implementación
    public function get owner():String
    public function set owner(value:String):void

useCounter

propiedad 
useCounter:int

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

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



Implementación
    public function get useCounter():int
    public function set useCounter(value:int):void
Información sobre métodos

isPinExpired

()método
public function isPinExpired():Boolean

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

Determines whether the current pin has expired.

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

isUseCounterExceededMaxUsage

()método 
public function isUseCounterExceededMaxUsage():Boolean

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

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

Valor devuelto
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

()método 
public function isValid():Boolean

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

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.

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




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.