Class ExternalGroupMembers
java.lang.Object
com.tremolosecurity.proxy.myvd.inserts.ad.ExternalGroupMembers
- All Implemented Interfaces:
net.sourceforge.myvd.inserts.Insert
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(net.sourceforge.myvd.chain.AddInterceptorChain chain, net.sourceforge.myvd.types.Entry entry, com.novell.ldap.LDAPConstraints constraints) void
bind
(net.sourceforge.myvd.chain.BindInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Password pwd, com.novell.ldap.LDAPConstraints constraints) void
compare
(net.sourceforge.myvd.chain.CompareInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Attribute attrib, com.novell.ldap.LDAPConstraints constraints) void
configure
(String name, Properties props, net.sourceforge.myvd.core.NameSpace nameSpace) void
delete
(net.sourceforge.myvd.chain.DeleteInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, com.novell.ldap.LDAPConstraints constraints) void
extendedOperation
(net.sourceforge.myvd.chain.ExetendedOperationInterceptorChain chain, net.sourceforge.myvd.types.ExtendedOperation op, com.novell.ldap.LDAPConstraints constraints) getName()
void
modify
(net.sourceforge.myvd.chain.ModifyInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, ArrayList<com.novell.ldap.LDAPModification> mods, com.novell.ldap.LDAPConstraints constraints) 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 chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.DistinguishedName newRdn, net.sourceforge.myvd.types.Bool deleteOldRdn, com.novell.ldap.LDAPConstraints constraints) void
rename
(net.sourceforge.myvd.chain.RenameInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.DistinguishedName newRdn, net.sourceforge.myvd.types.DistinguishedName newParentDN, net.sourceforge.myvd.types.Bool deleteOldRdn, com.novell.ldap.LDAPConstraints constraints) 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
-
ExternalGroupMembers
public ExternalGroupMembers()
-
-
Method Details
-
getName
- Specified by:
getName
in interfacenet.sourceforge.myvd.inserts.Insert
-
configure
public void configure(String name, Properties props, net.sourceforge.myvd.core.NameSpace nameSpace) throws com.novell.ldap.LDAPException - Specified by:
configure
in interfacenet.sourceforge.myvd.inserts.Insert
- Throws:
com.novell.ldap.LDAPException
-
add
public void add(net.sourceforge.myvd.chain.AddInterceptorChain chain, net.sourceforge.myvd.types.Entry entry, com.novell.ldap.LDAPConstraints constraints) 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 pwd, 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 chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Attribute attrib, com.novell.ldap.LDAPConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
compare
in interfacenet.sourceforge.myvd.inserts.Insert
- Throws:
com.novell.ldap.LDAPException
-
delete
public void delete(net.sourceforge.myvd.chain.DeleteInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, com.novell.ldap.LDAPConstraints constraints) 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 chain, net.sourceforge.myvd.types.ExtendedOperation op, com.novell.ldap.LDAPConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
extendedOperation
in interfacenet.sourceforge.myvd.inserts.Insert
- Throws:
com.novell.ldap.LDAPException
-
modify
public void modify(net.sourceforge.myvd.chain.ModifyInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, ArrayList<com.novell.ldap.LDAPModification> mods, com.novell.ldap.LDAPConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
modify
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
-
rename
public void rename(net.sourceforge.myvd.chain.RenameInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.DistinguishedName newRdn, net.sourceforge.myvd.types.Bool deleteOldRdn, com.novell.ldap.LDAPConstraints constraints) 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 chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.DistinguishedName newRdn, net.sourceforge.myvd.types.DistinguishedName newParentDN, net.sourceforge.myvd.types.Bool deleteOldRdn, com.novell.ldap.LDAPConstraints constraints) throws com.novell.ldap.LDAPException - Specified by:
rename
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
-
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
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfacenet.sourceforge.myvd.inserts.Insert
-