public abstract class AbstractX509CredentialsMatcher extends Object implements org.apache.shiro.authc.credential.CredentialsMatcher
Constructor and Description |
---|
AbstractX509CredentialsMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token,
org.apache.shiro.authc.AuthenticationInfo info) |
protected boolean |
doEquals(X500Principal one,
X500Principal other) |
abstract boolean |
doX509CredentialsMatch(X509AuthenticationToken token,
X509AuthenticationInfo info) |
protected String |
toString(X500Principal dn) |
public final boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info)
doCredentialsMatch
in interface org.apache.shiro.authc.credential.CredentialsMatcher
public abstract boolean doX509CredentialsMatch(X509AuthenticationToken token, X509AuthenticationInfo info)
token
- info
- protected final String toString(X500Principal dn)
protected final boolean doEquals(X500Principal one, X500Principal other)
Copyright © 2018 Vitam. All rights reserved.