Class X509CredentialsSha256Matcher
- java.lang.Object
-
- fr.gouv.vitam.common.auth.core.authc.AbstractX509CredentialsMatcher
-
- fr.gouv.vitam.common.auth.core.authc.X509CredentialsSha256Matcher
-
- All Implemented Interfaces:
org.apache.shiro.authc.credential.CredentialsMatcher
public class X509CredentialsSha256Matcher extends AbstractX509CredentialsMatcher
Based on work: Copyright Paul Merlin 2011 (Apache Licence v2.0)
-
-
Constructor Summary
Constructors Constructor Description X509CredentialsSha256Matcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doX509CredentialsMatch(X509AuthenticationToken token, X509AuthenticationInfo info)
-
Methods inherited from class fr.gouv.vitam.common.auth.core.authc.AbstractX509CredentialsMatcher
doCredentialsMatch, toString
-
-
-
-
Method Detail
-
doX509CredentialsMatch
public boolean doX509CredentialsMatch(X509AuthenticationToken token, X509AuthenticationInfo info)
- Specified by:
doX509CredentialsMatch
in classAbstractX509CredentialsMatcher
- Returns:
- is the Info matchs the token given
-
-