Pakket | coldfusion.service.mxml |
Klasse | public class Ldap |
Overerving | Ldap BasicService InternalConfig Object |
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
action : String
Action string for the service. | BasicService | ||
attributes : String
For queries: comma-delimited list of attributes to return. | Ldap | ||
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
delimiter : String
Separator between attribute name-value pairs. | Ldap | ||
destination : String
Specifies the destination for the remoting call. | InternalConfig | ||
dn : String
Distinguished name, for update action,
for example, "cn=BobJensen,o=AceIndustry,c=US"
| Ldap | ||
filter : String
Search criteria for action="query". | Ldap | ||
maxrows : String
Maximum number of entries for LDAP queries. | Ldap | ||
modifyType : String
How to process an attribute in a multivalue list:
add: appends it to any attributes.
delete: deletes it from the set of attributes.
replace: replaces it with specified attributes.
| Ldap | ||
password : String
Password that corresponds to user name. | Ldap | ||
port : String
Port. | Ldap | ||
rebind : String
yes: attempts to rebind referral callback and reissue query
by referred address using original credentials.
no: referred connections are anonymous.
| Ldap | ||
referral : String
Integer. | Ldap | ||
scope : String
Scope of search, from entry specified in start attribute for action="Query" . | Ldap | ||
secure : Boolean
Specifies the security to employ, and the required information. | Ldap | ||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | ||
separator : String
Delimiter to separate attribute values of multi-value attributes. | Ldap | ||
server : String
Host name or IP address of LDAP server. | Ldap | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : String
Username to access ColdFusion services. | InternalConfig | ||
sort : String
Attribute(s) by which to sort query results. | Ldap | ||
sortControl : String
nocase: case-insensitive sort
asc: ascending (a to z) case-sensitive sort.
desc: descending (z to a) case-sensitive sort.
| Ldap | ||
start : String
Distinguished name of entry to be used to start a search. | Ldap | ||
startRow : String
Used with action="query". | Ldap | ||
timeout : String
Maximum length of time, in milliseconds, to wait for LDAP processing. | Ldap | ||
userName : String
User ID. | Ldap |
Methode | Gedefinieerd door | ||
---|---|---|---|
Ldap()
Creates an instance of the Ldap class. | Ldap | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BasicService | ||
Dispatches an event into the event flow. | BasicService | ||
Sends information to the ColdFusion service based on the action and the attributes that
the user sets. | Ldap | ||
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | ||
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
Methode | Gedefinieerd door | ||
---|---|---|---|
[overschrijven]
This is the overriden function of the default implementation is BasicService. | Ldap |
attributes | eigenschap |
public var attributes:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
For queries: comma-delimited list of attributes to return. For queries, to get all attributes, specify ".
delimiter | eigenschap |
public var delimiter:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Separator between attribute name-value pairs. Use this attribute if either of these situations exist:
- The
attributes
attribute specifies more than one item. - An attribute contains the default delimiter (semicolon),
for example:
mgrpmsgrejecttext;lang-en
De standaardwaarde is ; (semicolon).
dn | eigenschap |
public var dn:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Distinguished name, for update action, for example, "cn=BobJensen,o=AceIndustry,c=US"
filter | eigenschap |
public var filter:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Search criteria for action="query".
De standaardwaarde is "objectclass =.
maxrows | eigenschap |
public var maxrows:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Maximum number of entries for LDAP queries.
modifyType | eigenschap |
public var modifyType:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
How to process an attribute in a multivalue list:
add
: appends it to any attributes.delete
: deletes it from the set of attributes.replace
: replaces it with specified attributes.
De standaardwaarde is replace
.
password | eigenschap |
public var password:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Password that corresponds to user name.
If secure ="CFSSL_BASIC"
, V2 encrypts the password before transmission.
port | eigenschap |
public var port:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Port.
De standaardwaarde is 389.
rebind | eigenschap |
public var rebind:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
yes
: attempts to rebind referral callback and reissue query by referred address using original credentials.no
: referred connections are anonymous.
De standaardwaarde is no
.
referral | eigenschap |
public var referral:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Integer. Number of hops allowed in a referral. A value of 0 disables referred addresses for LDAP; no data is returned.
scope | eigenschap |
public var scope:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Scope of search, from entry specified in start attribute for action="Query"
.
oneLevel
: entries one level below entry.base
: only the entry.subtree
: entry and all levels below it.
De standaardwaarde is oneLevel
.
secure | eigenschap |
public var secure:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Specifies the security to employ, and the required information.
If you specify this attribute, its value must be CFSSL_BASIC
,
which provides V2 SSL
encryption and server authentication.
separator | eigenschap |
public var separator:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Delimiter to separate attribute values of multi-value attributes.
Used by query, add, and modify actions, and by cfldap
to output
multi-value attributes.
De standaardwaarde is , (comma).
server | eigenschap |
public var server:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Host name or IP address of LDAP server.
sort | eigenschap |
public var sort:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Attribute(s) by which to sort query results. Use a comma delimiter.
sortControl | eigenschap |
public var sortControl:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
nocase
: case-insensitive sortasc
: ascending (a to z) case-sensitive sort.desc
: descending (z to a) case-sensitive sort.
De standaardwaarde is asc
.
start | eigenschap |
public var start:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Distinguished name of entry to be used to start a search.
startRow | eigenschap |
public var startRow:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Used with action="query". First row of LDAP query to insert into a ColdFusion query.
De standaardwaarde is 1.
timeout | eigenschap |
public var timeout:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Maximum length of time, in milliseconds, to wait for LDAP processing.
De standaardwaarde is 60000.
userName | eigenschap |
public var userName:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
User ID.
De standaardwaarde is (anonymous).
Ldap | () | Constructor |
public function Ldap()
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Creates an instance of the Ldap class.
convertResultInEvent | () | methode |
override protected function convertResultInEvent(event:ResultEvent):ColdFusionServiceResultEvent
This is the overriden function of the default implementation is BasicService. This function checks if the result returned is 2d array of serviceelement If it is, it converts it into a 2d array of objects and creates an instance of ColdFusionResultEvent and returns the event.
Parameters
event:ResultEvent |
ColdFusionServiceResultEvent |
execute | () | methode |
public function execute():void
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Sends information to the ColdFusion service based on the action and the attributes that the user sets.
Wed Jun 13 2018, 11:42 AM Z