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