ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.ria.security.api 

AuthOptions  - AS3 ADEP Security

Packagecom.adobe.livecycle.ria.security.api
Classpublic class AuthOptions
InheritanceAuthOptions Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

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

Related API Elements



Public Properties
 PropertyDefined By
  attributes : Object
[read-only] Current set of attributes.
AuthOptions
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Constructor.
AuthOptions
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
setInitialTicket(ticketName:String, ticketValue:String):void
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume a pre-existing session.
AuthOptions
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

attributes

property
attributes:Object  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Current set of attributes.



Implementation
    public function get attributes():Object
Constructor Detail

AuthOptions

()Constructor
public function AuthOptions()

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constructor.

Method Detail

setInitialTicket

()method
public function setInitialTicket(ticketName:String, ticketValue:String):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: 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.

Parameters

ticketName:String — Specifies the name of the ticket.
 
ticketValue:String — Specifies the value of the ticket.