Uses of Class
fr.gouv.vitam.common.auth.core.authc.X509AuthenticationInfo
-
Packages that use X509AuthenticationInfo Package Description fr.gouv.vitam.common.auth.core.authc Shiro x509 VitamAuthentication Modulesfr.gouv.vitam.common.auth.core.realm 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 X509AuthenticationInfo Modifier and Type Method Description abstract 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 X509AuthenticationInfo Modifier and Type Method Description protected abstract X509AuthenticationInfoAbstractX509Realm. doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken)protected X509AuthenticationInfoX509KeystoreFileRealm. doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken)protected X509AuthenticationInfoX509KeystoreFileWithRoleRealm. doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken)
-