Class AuthTOTPInsert

java.lang.Object
com.tremolosecurity.proxy.myvd.inserts.otp.AuthTOTPInsert
All Implemented Interfaces:
net.sourceforge.myvd.inserts.Insert

public class AuthTOTPInsert extends Object implements net.sourceforge.myvd.inserts.Insert
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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)
     
     
    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
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthTOTPInsert

      public AuthTOTPInsert()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.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 interface net.sourceforge.myvd.inserts.Insert
      Throws:
      com.novell.ldap.LDAPException
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface net.sourceforge.myvd.inserts.Insert