|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LDAPURL | |
org.apache.jetspeed.om.security.ldap | |
org.apache.jetspeed.services | |
org.apache.jetspeed.services.ldap |
Uses of LDAPURL in org.apache.jetspeed.om.security.ldap |
Fields in org.apache.jetspeed.om.security.ldap declared as LDAPURL | |
protected LDAPURL |
BaseLDAPObject.ldapurl
|
Methods in org.apache.jetspeed.om.security.ldap that return LDAPURL | |
LDAPURL |
BaseLDAPObject.getldapurl()
|
Methods in org.apache.jetspeed.om.security.ldap with parameters of type LDAPURL | |
void |
BaseLDAPObject.setLdapUrl(LDAPURL url)
|
Constructors in org.apache.jetspeed.om.security.ldap with parameters of type LDAPURL | |
LDAPUser(LDAPURL ldapurl)
|
|
LDAPRole(LDAPURL ldapurl)
|
|
LDAPPermission(LDAPURL ldapurl)
|
|
LDAPGroup(LDAPURL ldapurl)
|
Uses of LDAPURL in org.apache.jetspeed.services |
Methods in org.apache.jetspeed.services that return LDAPURL | |
static LDAPURL |
JetspeedLDAP.buildURL(java.lang.String DN)
|
static LDAPURL |
JetspeedLDAP.findEntryName(LDAPURL url)
|
Methods in org.apache.jetspeed.services with parameters of type LDAPURL | |
static boolean |
JetspeedLDAP.addAttribute(LDAPURL url,
javax.naming.directory.Attribute at)
|
static boolean |
JetspeedLDAP.addEntry(LDAPURL url,
javax.naming.directory.Attributes at)
|
static int |
JetspeedLDAP.compare(LDAPURL srcUrl,
LDAPURL dstUrl)
|
static boolean |
JetspeedLDAP.deleteAttribute(LDAPURL url,
javax.naming.directory.Attribute at)
|
static boolean |
JetspeedLDAP.deleteEntry(LDAPURL url)
|
static boolean |
JetspeedLDAP.deleteTree(LDAPURL url)
|
static boolean |
JetspeedLDAP.exists(LDAPURL url)
|
static LDAPURL |
JetspeedLDAP.findEntryName(LDAPURL url)
|
static javax.naming.directory.Attributes |
JetspeedLDAP.read(LDAPURL url)
|
static boolean |
JetspeedLDAP.renameEntry(LDAPURL url,
java.lang.String newDN)
|
static java.util.Vector |
JetspeedLDAP.search(LDAPURL url,
java.lang.String filter,
java.lang.String[] attribs,
boolean subTreeScope)
|
static boolean |
JetspeedLDAP.synchEntry(LDAPURL url,
javax.naming.directory.Attributes ats)
|
static boolean |
JetspeedLDAP.deleteAttrs(LDAPURL url,
javax.naming.directory.Attributes ats)
|
static boolean |
JetspeedLDAP.transfer(LDAPURL fromUrl,
LDAPURL toUrl,
boolean delete,
boolean replace,
boolean withChildren)
|
static boolean |
JetspeedLDAP.transferEntry(LDAPURL fromUrl,
javax.naming.directory.Attributes ats,
LDAPURL toUrl,
boolean delete,
boolean replace)
|
static boolean |
JetspeedLDAP.transferEntry(LDAPURL fromUrl,
LDAPURL toUrl,
boolean delete,
boolean replace)
|
static boolean |
JetspeedLDAP.updateAttribute(LDAPURL url,
javax.naming.directory.Attribute at)
|
static boolean |
JetspeedLDAP.updateEntry(LDAPURL url,
javax.naming.directory.Attributes at)
|
static boolean |
JetspeedLDAP.updateEntry(LDAPURL url,
javax.naming.directory.Attributes ats,
boolean replace)
|
Uses of LDAPURL in org.apache.jetspeed.services.ldap |
Methods in org.apache.jetspeed.services.ldap that return LDAPURL | |
LDAPURL |
LDAPService.buildURL(java.lang.String DN)
Build LDAPURL Function Build LDAPURL with given DN. |
LDAPURL |
LDAPService.findEntryName(LDAPURL url)
Find Entry Name Function Return entry name for given LDAPURL . |
LDAPURL |
LDAPService.getReferralUrl(javax.naming.ReferralException e)
Get Referral URL Function Return LDAPURL extracted from exception. |
Methods in org.apache.jetspeed.services.ldap with parameters of type LDAPURL | |
boolean |
LDAPURL.sameHosts(LDAPURL url)
|
javax.naming.directory.DirContext |
LDAPService.connect(LDAPURL url)
Connection Function tries to connect given LDAPURL . |
boolean |
LDAPService.deleteAttribute(LDAPURL url,
javax.naming.directory.Attribute at)
Delete Atrribute Function Delete given attribute for given LDAPURL . |
boolean |
LDAPService.addAttribute(LDAPURL url,
javax.naming.directory.Attribute at)
Add Attribute Function add given attribute to given LDAPURL . |
boolean |
LDAPService.addEntry(LDAPURL url,
javax.naming.directory.Attributes at)
Add entry Function tries to add object with given LDAPURL and
with given attributes. |
boolean |
LDAPService.exists(LDAPURL url)
Query existense of an Object Function tries to locate given LDAPURL . |
int |
LDAPService.compare(LDAPURL srcUrl,
LDAPURL dstUrl)
Compare Function Compare given LDAPURL s. |
int |
LDAPService.importEntry(LDAPURL url,
java.lang.String dn,
javax.naming.directory.Attributes entry,
int type)
Import Function Import given LDAPURL to another dn. |
javax.naming.directory.Attributes |
LDAPService.read(LDAPURL url)
Read Attributes Function Return attributes for given LDAPURL . |
boolean |
LDAPService.renameEntry(LDAPURL url,
java.lang.String newDN)
Rename Entry Function Rename given LDAPURL with given DN. |
boolean |
LDAPService.synchEntry(LDAPURL url,
javax.naming.directory.Attributes ats)
Sync Entry Function Sync given LDAPURL with given atrributes. |
boolean |
LDAPService.deleteAttrs(LDAPURL url,
javax.naming.directory.Attributes ats)
Delete Attributes Function Delete Attributes for given LDAPURL . |
boolean |
LDAPService.deleteEntry(LDAPURL url)
Delete Entry Function Delete given LDAPURL . |
LDAPURL |
LDAPService.findEntryName(LDAPURL url)
Find Entry Name Function Return entry name for given LDAPURL . |
boolean |
LDAPService.deleteTree(LDAPURL url)
Delete Tree Function Delete record with all child node LDAPURL . |
boolean |
LDAPService.transfer(LDAPURL fromUrl,
LDAPURL toUrl,
boolean delete,
boolean replace,
boolean withChildren)
Transfer Function Transfer given LDAPURL to other LDAPURL . |
boolean |
LDAPService.transferEntry(LDAPURL fromUrl,
javax.naming.directory.Attributes ats,
LDAPURL toUrl,
boolean delete,
boolean replace)
Transfer with updates Function Transfer updated LDAPURL with given modification items
to other LDAPURL . |
boolean |
LDAPService.transferEntry(LDAPURL fromUrl,
LDAPURL toUrl,
boolean delete,
boolean replace)
Transfer without updates Function Transfer LDAPURL to other LDAPURL . |
boolean |
LDAPService.updateAttribute(LDAPURL url,
javax.naming.directory.Attribute at)
Update Atribute Function Update an attribute for given LDAPURL . |
boolean |
LDAPService.updateEntry(LDAPURL url,
javax.naming.directory.Attributes at)
Update Atributes Function Update attributes for given LDAPURL . |
boolean |
LDAPService.updateEntry(LDAPURL url,
javax.naming.directory.Attributes ats,
boolean replace)
Update Entry Function Update attributes for given LDAPURL . |
java.util.Vector |
LDAPService.search(LDAPURL url,
java.lang.String filter,
java.lang.String[] attribs,
boolean subTreeScope)
Search Function Search objects for given BaseURL and filter. |
boolean |
Connector.connectionFailed(LDAPURL ldapurl)
|
java.util.Properties |
Connector.referralConnection(java.util.Properties properties,
LDAPURL ldapurl,
boolean flag)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |