Class SimpleCredentialHandler
- java.lang.Object
-
- org.apache.ofbiz.catalina.container.SimpleCredentialHandler
-
- All Implemented Interfaces:
org.apache.catalina.CredentialHandler
public class SimpleCredentialHandler extends java.lang.Object implements org.apache.catalina.CredentialHandler
-
-
Constructor Summary
Constructors Constructor Description SimpleCredentialHandler()
-
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)
-
-
-
Method Detail
-
matches
public boolean matches(java.lang.String inputCredentials, java.lang.String storedCredentials)
- Specified by:
matches
in interfaceorg.apache.catalina.CredentialHandler
-
mutate
public java.lang.String mutate(java.lang.String inputCredentials)
- Specified by:
mutate
in interfaceorg.apache.catalina.CredentialHandler
-
-