| Pacchetto | com.adobe.livecycle.ria.security.api |
| Classe | public class SecurityConfig |
| Ereditarietà | SecurityConfig Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
SecurityConfig classcaptures the required configuration required for the security client library to function.
Various properties are provided in the class to capture portions of the URL information.
The baseUrl property contains the information of the host or server, port, and context root where the
Experience Server is deployed and the loginUrl property contains the relative path of login page.
For example, the baseUrl value to access the Experience Server can be http://myserver:4502/mycompany and
the login page can reside in /system/login. The two values appended together provide you the complete
URL of http://myserver:4502/mycompany/system/login.
| Proprietà | Definito da | ||
|---|---|---|---|
| baseUrl : String
The base URL which would be appended to all other URLs. | SecurityConfig | ||
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| currentUserServiceDestination : String
The Data Services Remoting destination name used to fetch details about the user after the user has
authenticated successfully with the server. | SecurityConfig | ||
| loginUrl : String
The URL value used to log in to the Experience Server. | SecurityConfig | ||
| logoutUrl : String
The URL value used to log out of the Experience Server. | SecurityConfig | ||
| maxAge : int
The duration in seconds for which a pin is valid. | SecurityConfig | ||
| maxUse : int
The maximum number of times a pin can be used. | SecurityConfig | ||
| operationName : String
The name of the operation invoked on the Remoting destination used to fetch the user details. | SecurityConfig | ||
| pinServletUrl : String
The URL of pin servlet which creates, updates, or deletes a pin. | SecurityConfig | ||
| securedServletChannelUrl : String
The Data Services AMF channel URL used for secured connections. | SecurityConfig | ||
| servletChannelUrl : String
The Data Services AMF channel URL. | SecurityConfig | ||
| statusCheckUrl : String
The URL value used to determine the current status of user. | SecurityConfig | ||
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | SecurityConfig | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
Provides configuration details. | SecurityConfig | ||
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
| Costante | Definito da | ||
|---|---|---|---|
| PIN_ENABLED_PARAM_KEY : String = "enabled" [statico]
A special value that specifies the HTTP request parameter key to enable a pin in a pin update request. | SecurityConfig | ||
| PIN_MAXAGE_PARAM_KEY : String = "maxAge" [statico]
A special that specifies the HTTP request parameter key name to set the maximum age (in seconds) for a pin in a pin update request. | SecurityConfig | ||
| PIN_MAXUSE_PARAM_KEY : String = "maxUse" [statico]
A special value that specifies the HTTP request parameter key name to set the maximum usage of a pin in a pin update request. | SecurityConfig | ||
| PIN_REQUEST_PARAM_KEY : String = ":cqpin" [statico]
A special value that specifies the HTTP request parameter key while requesting for a pin. | SecurityConfig | ||
| PIN_RESPONSE_FORMAT : String = ".txt" [statico]
A special value that specifies the HTTP response format of a create, update, or delete pin HTTP request. | SecurityConfig | ||
baseUrl | proprietà |
baseUrl: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 base URL which would be appended to all other URLs. In case of a Flex application running within a browser, this value is automatically detected. However, the base URL may require changes to when the context path of the Experience Server application changes.
When the Experience Server is deployed to a context root other than "/",then it is necessary for you to suffix
the baseURL value with /contextRoot. However, when you deploy to a folder under the context root of "/", it is not necessary.
For example:
- When the Experience Server is deployed to "
/", this the property value ishttp://server:port/ - When the Experience Server is deployed to a context root folder, such as "
ABC", the property value ishttp://server:port/ABC.
Implementazione
public function get baseUrl():String public function set baseUrl(value:String):voidcurrentUserServiceDestination | proprietà |
currentUserServiceDestination: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 Data Services Remoting destination name used to fetch details about the user after the user has authenticated successfully with the server.
Il valore predefinito è /dataservices/messagebroker/amf.
Implementazione
public function get currentUserServiceDestination():String public function set currentUserServiceDestination(value:String):voidloginUrl | proprietà |
loginUrl: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 URL value used to log in to the Experience Server. The value is a relative path to the the baseUrl property.
Il valore predefinito è /j_security_check.
Implementazione
public function get loginUrl():String public function set loginUrl(value:String):voidlogoutUrl | proprietà |
logoutUrl: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 URL value used to log out of the Experience Server. The value is a relative path to the the baseUrl property.
Il valore predefinito è /system/sling/logout.
Implementazione
public function get logoutUrl():String public function set logoutUrl(value:String):voidmaxAge | proprietà |
maxAge: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 duration in seconds for which a pin is valid.
Il valore predefinito è 7200.
Implementazione
public function get maxAge():int public function set maxAge(value:int):voidmaxUse | 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.
Il valore predefinito è 4.
Implementazione
public function get maxUse():int public function set maxUse(value:int):voidoperationName | proprietà |
operationName: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 name of the operation invoked on the Remoting destination used to fetch the user details.
Il valore predefinito è getCurrentUserAsMap.
Implementazione
public function get operationName():String public function set operationName(value:String):voidpinServletUrl | proprietà |
pinServletUrl: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 URL of pin servlet which creates, updates, or deletes a pin.
Il valore predefinito è /libs/cq/security/content/pin.
Implementazione
public function get pinServletUrl():String public function set pinServletUrl(value:String):voidsecuredServletChannelUrl | proprietà |
securedServletChannelUrl: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 Data Services AMF channel URL used for secured connections.
Il valore predefinito è /dataservices/messagebroker/amfsecure.
Implementazione
public function get securedServletChannelUrl():String public function set securedServletChannelUrl(value:String):voidservletChannelUrl | proprietà |
servletChannelUrl: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 Data Services AMF channel URL.
Il valore predefinito è /dataservices/messagebroker/amf.
Implementazione
public function get servletChannelUrl():String public function set servletChannelUrl(value:String):voidstatusCheckUrl | proprietà |
statusCheckUrl: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 URL value used to determine the current status of user.
The value is a relative path to the the baseUrl property.
Il valore predefinito è /system/sling/loginstatus.
Implementazione
public function get statusCheckUrl():String public function set statusCheckUrl(value:String):voidSecurityConfig | () | Funzione di costruzione |
public function SecurityConfig()| 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.
toString | () | metodo |
PIN_ENABLED_PARAM_KEY | Costante |
public static const PIN_ENABLED_PARAM_KEY:String = "enabled"| 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 special value that specifies the HTTP request parameter key to enable a pin in a pin update request.
PIN_MAXAGE_PARAM_KEY | Costante |
public static const PIN_MAXAGE_PARAM_KEY:String = "maxAge"| 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 special that specifies the HTTP request parameter key name to set the maximum age (in seconds) for a pin in a pin update request.
PIN_MAXUSE_PARAM_KEY | Costante |
public static const PIN_MAXUSE_PARAM_KEY:String = "maxUse"| 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 special value that specifies the HTTP request parameter key name to set the maximum usage of a pin in a pin update request.
PIN_REQUEST_PARAM_KEY | Costante |
public static const PIN_REQUEST_PARAM_KEY:String = ":cqpin"| 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 special value that specifies the HTTP request parameter key while requesting for a pin.
PIN_RESPONSE_FORMAT | Costante |
public static const PIN_RESPONSE_FORMAT:String = ".txt"| 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 special value that specifies the HTTP response format of a create, update, or delete pin HTTP request.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate