站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

LDAPSessionService - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.identity2.ldap
Class LDAPSessionService

java.lang.Object
  extended byorg.jboss.portal.identity2.ldap.LDAPSessionService
All Implemented Interfaces:
LDAPSession

public class LDAPSessionService
extends java.lang.Object
implements LDAPSession

Version:
$Revision: 1.1 $
Author:
Boleslaw Dawidowicz

Constructor Summary
LDAPSessionService()
           
 
Method Summary
 void addOperation(LDAPOperation op)
           
 void begin()
           
 void commit()
           
 void flush()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPSessionService

public LDAPSessionService()
Method Detail

reset

public void reset()
Specified by:
reset in interface LDAPSession

begin

public void begin()
Specified by:
begin in interface LDAPSession

commit

public void commit()
Specified by:
commit in interface LDAPSession

flush

public void flush()
Specified by:
flush in interface LDAPSession

addOperation

public void addOperation(LDAPOperation op)
Specified by:
addOperation in interface LDAPSession