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 booleanAbstractX509CredentialsMatcher.doX509CredentialsMatch(X509AuthenticationToken token, X509AuthenticationInfo info) booleanX509CredentialsSha256Matcher.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 X509AuthenticationInfoAbstractX509Realm.doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken) protected X509AuthenticationInfoX509KeystoreFileRealm.doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken) protected X509AuthenticationInfoX509KeystoreFileWithRoleRealm.doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken)