Uses of Class
fr.gouv.vitam.common.auth.core.authc.X509AuthenticationInfo
Packages that use X509AuthenticationInfo
Package
Description
Shiro x509 VitamAuthentication Modules
Shiro Realm X509
-
Uses of X509AuthenticationInfo in fr.gouv.vitam.common.auth.core.authc
Methods in fr.gouv.vitam.common.auth.core.authc with parameters of type X509AuthenticationInfoModifier and TypeMethodDescriptionabstract boolean
AbstractX509CredentialsMatcher.doX509CredentialsMatch
(X509AuthenticationToken token, X509AuthenticationInfo info) boolean
X509CredentialsSha256Matcher.doX509CredentialsMatch
(X509AuthenticationToken token, X509AuthenticationInfo info) -
Uses of X509AuthenticationInfo in fr.gouv.vitam.common.auth.core.realm
Methods in fr.gouv.vitam.common.auth.core.realm that return X509AuthenticationInfoModifier and TypeMethodDescriptionprotected abstract X509AuthenticationInfo
AbstractX509Realm.doGetX509AuthenticationInfo
(X509AuthenticationToken x509AuthenticationToken) protected X509AuthenticationInfo
X509KeystoreFileRealm.doGetX509AuthenticationInfo
(X509AuthenticationToken x509AuthenticationToken) protected X509AuthenticationInfo
X509KeystoreFileWithRoleRealm.doGetX509AuthenticationInfo
(X509AuthenticationToken x509AuthenticationToken)