Class AbstractX509CredentialsMatcher

  • All Implemented Interfaces:
    org.apache.shiro.authc.credential.CredentialsMatcher
    Direct Known Subclasses:
    X509CredentialsSha256Matcher

    public abstract class AbstractX509CredentialsMatcher
    extends java.lang.Object
    implements org.apache.shiro.authc.credential.CredentialsMatcher
    Based on work: Copyright Paul Merlin 2011 (Apache Licence v2.0)
    • Constructor Detail

      • AbstractX509CredentialsMatcher

        public AbstractX509CredentialsMatcher()
    • Method Detail

      • doCredentialsMatch

        public final boolean doCredentialsMatch​(org.apache.shiro.authc.AuthenticationToken token,
                                                org.apache.shiro.authc.AuthenticationInfo info)
        Specified by:
        doCredentialsMatch in interface org.apache.shiro.authc.credential.CredentialsMatcher
      • toString

        protected final java.lang.String toString​(javax.security.auth.x500.X500Principal dn)