Package | com.adobe.livecycle.ria.security.api |
Class | public class AuthOptions |
Inheritance | AuthOptions 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 |
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
Property | Defined By | ||
---|---|---|---|
attributes : Object [read-only]
Current set of attributes. | AuthOptions | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | AuthOptions | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume
a pre-existing session. | AuthOptions | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
attributes | property |
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.
|
Mon Nov 28 2011, 06:48 AM -08:00