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.icc.services.user 

ISSOManager  - AS3 Asset Composer

Pacchettocom.adobe.icc.services.user
Interfacciapublic interface ISSOManager extends IEventDispatcher

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The ISSOManager expose operations related to Single Sign On (SSO) in LiveCycle ES environment. The application should register appropriate UserEvent handlers prior to calling any of the following operations



Proprietà pubbliche
 ProprietàDefinito da
  assertionId : String
[sola lettura] Get the assertionId for the logged in user
ISSOManager
  currentUser : User
[sola lettura] Current logged in user.
ISSOManager
  flexConfig : FlexConfiguration
Flex Configuration.
ISSOManager
  securityManager : ISecurityManager
[sola lettura] Returns RIA SecurityManager
ISSOManager
Metodi pubblici
 MetodoDefinito da
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento.
IEventDispatcher
 Inherited
Invia un evento nel flusso di eventi.
IEventDispatcher
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
IEventDispatcher
  
Loads the user based on the session.
ISSOManager
  
login(username:String, password:String, domain:String = null):void
Authenticates the user using username and password.
ISSOManager
  
Terminates the current session and logs out the user.Will lead to one of the following events: UserEvent.LOGOUT_COMPLETE - user session has been terminated
ISSOManager
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
IEventDispatcher
  
Renew the session id of current logged in user.
ISSOManager
  
Tries to validate whether the user has an already existing session or not (SSO Scenarios).
ISSOManager
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
IEventDispatcher
Descrizione delle proprietà

assertionId

proprietà
assertionId:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Get the assertionId for the logged in user



Implementazione
    public function get assertionId():String

currentUser

proprietà 
currentUser:User  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Current logged in user.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento currentUserChange .



Implementazione
    public function get currentUser():User

flexConfig

proprietà 
flexConfig:FlexConfiguration

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Flex Configuration.



Implementazione
    public function get flexConfig():FlexConfiguration
    public function set flexConfig(value:FlexConfiguration):void

securityManager

proprietà 
securityManager:ISecurityManager  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Returns RIA SecurityManager



Implementazione
    public function get securityManager():ISecurityManager
Descrizione dei metodi

loadUser

()metodo
public function loadUser():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Loads the user based on the session. Will lead to one of the following events:

  • UserEvent.LOAD_USER_COMPLETE - The currentUser property is loaded with information on the user that established the session
  • userLoadError (FaultEvent) - Failed to load user information

login

()metodo 
public function login(username:String, password:String, domain:String = null):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Authenticates the user using username and password. It may lead to one of the following events

  • UserEvent.AUTHENTICATION_SUCCESS - The authentication is successful and a session is established
  • UserEvent.AUTHENTICATION_FAILED - Authentication has failed

Parametri

username:String — The username entered to login.
 
password:String — The password entered to login.
 
domain:String (default = null) — The domain entered to login.

logout

()metodo 
public function logout():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Terminates the current session and logs out the user.Will lead to one of the following events:

  • UserEvent.LOGOUT_COMPLETE - user session has been terminated

renewSession

()metodo 
public function renewSession():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Renew the session id of current logged in user. Will lead to one of the following events:

  • UserEvent.RENEW_SESSION_COMPLETE - user session has been renewed
  • renewSessionError (FaultEvent) - Failed to renew session

singleSignOn

()metodo 
public function singleSignOn():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 9.5
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Tries to validate whether the user has an already existing session or not (SSO Scenarios). The application may call this method during the initialization. In general this call would lead to one of the following events getting dispatched

  • UserEvent.AUTHENTICATION_SUCCESS - If a SSO session was found and valid
  • UserEvent.AUTHENTICATION_REQUIRED - No SSO session was found and as such authentication is required in the form of username and password.
  • UserEvent.AUTHENTICATION_FAILED - Some error has occured while connecting to the server





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