Class AuthLockoutInsert
java.lang.Object
com.tremolosecurity.proxy.myvd.inserts.compliance.AuthLockoutInsert
- All Implemented Interfaces:
net.sourceforge.myvd.inserts.Insert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(net.sourceforge.myvd.chain.AddInterceptorChain chain, net.sourceforge.myvd.types.Entry entry, com.novell.ldap.LDAPConstraints constraints) voidbind(net.sourceforge.myvd.chain.BindInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Password pwd, com.novell.ldap.LDAPConstraints constraints) voidcompare(net.sourceforge.myvd.chain.CompareInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.Attribute attrib, com.novell.ldap.LDAPConstraints constraints) voidconfigure(String name, Properties props, net.sourceforge.myvd.core.NameSpace nameSpace) voiddelete(net.sourceforge.myvd.chain.DeleteInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, com.novell.ldap.LDAPConstraints constraints) voidextendedOperation(net.sourceforge.myvd.chain.ExetendedOperationInterceptorChain chain, net.sourceforge.myvd.types.ExtendedOperation op, com.novell.ldap.LDAPConstraints constraints) getName()voidmodify(net.sourceforge.myvd.chain.ModifyInterceptorChain chain, net.sourceforge.myvd.types.DistinguishedName dn, ArrayList<com.novell.ldap.LDAPModification> mods, com.novell.ldap.LDAPConstraints constraints) 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 chain, net.sourceforge.myvd.types.DistinguishedName dn, net.sourceforge.myvd.types.DistinguishedName newRdn, net.sourceforge.myvd.types.Bool deleteOldRdn, com.novell.ldap.LDAPConstraints constraints) voidrename(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) 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
-
AuthLockoutInsert
public AuthLockoutInsert()
-
-
Method Details
-
getName
- Specified by:
getNamein 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:
configurein 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:
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 pwd, 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 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:
comparein 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:
deletein 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:
extendedOperationin 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:
modifyin 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
-
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:
renamein 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:
renamein 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
-
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
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacenet.sourceforge.myvd.inserts.Insert
-