Class AdminInsert
java.lang.Object
com.tremolosecurity.proxy.myvd.inserts.admin.AdminInsert
- All Implemented Interfaces:
net.sourceforge.myvd.inserts.Insert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(net.sourceforge.myvd.chain.AddInterceptorChain arg0, net.sourceforge.myvd.types.Entry arg1, com.novell.ldap.LDAPConstraints arg2) voidbind(net.sourceforge.myvd.chain.BindInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Password password, com.novell.ldap.LDAPConstraints constraints) voidcompare(net.sourceforge.myvd.chain.CompareInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, net.sourceforge.myvd.types.Attribute arg2, com.novell.ldap.LDAPConstraints arg3) voidconfigure(String name, Properties props, net.sourceforge.myvd.core.NameSpace ns) voiddelete(net.sourceforge.myvd.chain.DeleteInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, com.novell.ldap.LDAPConstraints arg2) voidextendedOperation(net.sourceforge.myvd.chain.ExetendedOperationInterceptorChain arg0, net.sourceforge.myvd.types.ExtendedOperation arg1, com.novell.ldap.LDAPConstraints arg2) getName()voidmodify(net.sourceforge.myvd.chain.ModifyInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, ArrayList<com.novell.ldap.LDAPModification> arg2, com.novell.ldap.LDAPConstraints arg3) voidpostSearchComplete(net.sourceforge.myvd.chain.PostSearchCompleteInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName base, net.sourceforge.myvd.types.Int scope, net.sourceforge.myvd.types.Filter filter, ArrayList<net.sourceforge.myvd.types.Attribute> attributes, net.sourceforge.myvd.types.Bool typesOnly, com.novell.ldap.LDAPSearchConstraints constraints) voidpostSearchEntry(net.sourceforge.myvd.chain.PostSearchEntryInterceptorChain chain, net.sourceforge.myvd.types.Entry entry, net.sourceforge.myvd.types.DistinguishedName base, net.sourceforge.myvd.types.Int scope, net.sourceforge.myvd.types.Filter filter, ArrayList<net.sourceforge.myvd.types.Attribute> attributes, net.sourceforge.myvd.types.Bool typesOnly, com.novell.ldap.LDAPSearchConstraints constraints) voidrename(net.sourceforge.myvd.chain.RenameInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, net.sourceforge.myvd.types.DistinguishedName arg2, net.sourceforge.myvd.types.Bool arg3, com.novell.ldap.LDAPConstraints arg4) voidrename(net.sourceforge.myvd.chain.RenameInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, net.sourceforge.myvd.types.DistinguishedName arg2, net.sourceforge.myvd.types.DistinguishedName arg3, net.sourceforge.myvd.types.Bool arg4, com.novell.ldap.LDAPConstraints arg5) voidsearch(net.sourceforge.myvd.chain.SearchInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName base, net.sourceforge.myvd.types.Int scope, net.sourceforge.myvd.types.Filter filter, ArrayList<net.sourceforge.myvd.types.Attribute> attributes, net.sourceforge.myvd.types.Bool typesOnly, net.sourceforge.myvd.types.Results results, com.novell.ldap.LDAPSearchConstraints constraints) voidshutdown()
-
Constructor Details
-
AdminInsert
public AdminInsert()
-
-
Method Details
-
add
public void add(net.sourceforge.myvd.chain.AddInterceptorChain arg0, net.sourceforge.myvd.types.Entry arg1, com.novell.ldap.LDAPConstraints arg2) throws com.novell.ldap.LDAPException - Specified by:
addin interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
bind
public void bind(net.sourceforge.myvd.chain.BindInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Password password, com.novell.ldap.LDAPConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
bindin interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
compare
public void compare(net.sourceforge.myvd.chain.CompareInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, net.sourceforge.myvd.types.Attribute arg2, com.novell.ldap.LDAPConstraints arg3) throws com.novell.ldap.LDAPException - Specified by:
comparein interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
configure
public void configure(String name, Properties props, net.sourceforge.myvd.core.NameSpace ns) throws com.novell.ldap.LDAPException - Specified by:
configurein interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
delete
public void delete(net.sourceforge.myvd.chain.DeleteInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, com.novell.ldap.LDAPConstraints arg2) throws com.novell.ldap.LDAPException - Specified by:
deletein interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
extendedOperation
public void extendedOperation(net.sourceforge.myvd.chain.ExetendedOperationInterceptorChain arg0, net.sourceforge.myvd.types.ExtendedOperation arg1, com.novell.ldap.LDAPConstraints arg2) throws com.novell.ldap.LDAPException - Specified by:
extendedOperationin interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
getName
- Specified by:
getNamein interfacenet.sourceforge.myvd.inserts.Insert
-
modify
public void modify(net.sourceforge.myvd.chain.ModifyInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, ArrayList<com.novell.ldap.LDAPModification> arg2, com.novell.ldap.LDAPConstraints arg3) throws com.novell.ldap.LDAPException - Specified by:
modifyin interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
postSearchComplete
public void postSearchComplete(net.sourceforge.myvd.chain.PostSearchCompleteInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName base, net.sourceforge.myvd.types.Int scope, net.sourceforge.myvd.types.Filter filter, ArrayList<net.sourceforge.myvd.types.Attribute> attributes, net.sourceforge.myvd.types.Bool typesOnly, com.novell.ldap.LDAPSearchConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
postSearchCompletein interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
postSearchEntry
public void postSearchEntry(net.sourceforge.myvd.chain.PostSearchEntryInterceptorChain chain, net.sourceforge.myvd.types.Entry entry, net.sourceforge.myvd.types.DistinguishedName base, net.sourceforge.myvd.types.Int scope, net.sourceforge.myvd.types.Filter filter, ArrayList<net.sourceforge.myvd.types.Attribute> attributes, net.sourceforge.myvd.types.Bool typesOnly, com.novell.ldap.LDAPSearchConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
postSearchEntryin interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
rename
public void rename(net.sourceforge.myvd.chain.RenameInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, net.sourceforge.myvd.types.DistinguishedName arg2, net.sourceforge.myvd.types.Bool arg3, com.novell.ldap.LDAPConstraints arg4) throws com.novell.ldap.LDAPException - Specified by:
renamein interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
rename
public void rename(net.sourceforge.myvd.chain.RenameInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, net.sourceforge.myvd.types.DistinguishedName arg2, net.sourceforge.myvd.types.DistinguishedName arg3, net.sourceforge.myvd.types.Bool arg4, com.novell.ldap.LDAPConstraints arg5) throws com.novell.ldap.LDAPException - Specified by:
renamein interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
search
public void search(net.sourceforge.myvd.chain.SearchInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName base, net.sourceforge.myvd.types.Int scope, net.sourceforge.myvd.types.Filter filter, ArrayList<net.sourceforge.myvd.types.Attribute> attributes, net.sourceforge.myvd.types.Bool typesOnly, net.sourceforge.myvd.types.Results results, com.novell.ldap.LDAPSearchConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
searchin interfacenet.sourceforge.myvd.inserts.Insert- Throws:
com.novell.ldap.LDAPException
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacenet.sourceforge.myvd.inserts.Insert
-