Class SimpleCredentialHandler

  • All Implemented Interfaces:
    org.apache.catalina.CredentialHandler

    public class SimpleCredentialHandler
    extends java.lang.Object
    implements org.apache.catalina.CredentialHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String inputCredentials, java.lang.String storedCredentials)  
      java.lang.String mutate​(java.lang.String inputCredentials)  
      • Methods inherited from class java.lang.Object

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

      • SimpleCredentialHandler

        public SimpleCredentialHandler()
    • Method Detail

      • matches

        public boolean matches​(java.lang.String inputCredentials,
                               java.lang.String storedCredentials)
        Specified by:
        matches in interface org.apache.catalina.CredentialHandler
      • mutate

        public java.lang.String mutate​(java.lang.String inputCredentials)
        Specified by:
        mutate in interface org.apache.catalina.CredentialHandler