public class AltCredentialHandler extends Object implements org.apache.catalina.CredentialHandler
| Constructor and Description |
|---|
AltCredentialHandler() |
| Modifier and Type | Method and Description |
|---|---|
Hasher |
getHasher()
Get the hasher.
|
boolean |
matches(String inputCredentials,
String storedCredentials) |
String |
mutate(String inputCredentials) |
void |
setHasher(Hasher hasher)
Set a hasher.
|
void |
setHasher(String hasher)
Set a hasher from its class name.
|
public boolean matches(String inputCredentials, String storedCredentials)
matches in interface org.apache.catalina.CredentialHandlerpublic String mutate(String inputCredentials)
mutate in interface org.apache.catalina.CredentialHandlerpublic void setHasher(Hasher hasher)
hasher - The hasher.public Hasher getHasher()
Copyright © 2018 Alternet. All rights reserved.