Class AdminInsert
java.lang.Object
com.tremolosecurity.proxy.myvd.inserts.admin.AdminInsert
- All Implemented Interfaces:
net.sourceforge.myvd.inserts.Insert
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(net.sourceforge.myvd.chain.AddInterceptorChain arg0, net.sourceforge.myvd.types.Entry arg1, com.novell.ldap.LDAPConstraints arg2) 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) 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) void
configure
(String name, Properties props, net.sourceforge.myvd.core.NameSpace ns) void
delete
(net.sourceforge.myvd.chain.DeleteInterceptorChain arg0, net.sourceforge.myvd.types.DistinguishedName arg1, com.novell.ldap.LDAPConstraints arg2) void
extendedOperation
(net.sourceforge.myvd.chain.ExetendedOperationInterceptorChain arg0, net.sourceforge.myvd.types.ExtendedOperation arg1, com.novell.ldap.LDAPConstraints arg2) getName()
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) 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) 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) 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) 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) 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) void
shutdown()
-
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:
add
in 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:
bind
in 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:
compare
in 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:
configure
in 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:
delete
in 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:
extendedOperation
in interfacenet.sourceforge.myvd.inserts.Insert
- Throws:
com.novell.ldap.LDAPException
-
getName
- Specified by:
getName
in 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:
modify
in 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:
postSearchComplete
in 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:
postSearchEntry
in 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:
rename
in 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:
rename
in 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:
search
in interfacenet.sourceforge.myvd.inserts.Insert
- Throws:
com.novell.ldap.LDAPException
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfacenet.sourceforge.myvd.inserts.Insert
-