public abstract class AbstractX509Realm
extends org.apache.shiro.realm.AuthorizingRealm
Constructor and Description |
---|
AbstractX509Realm() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.shiro.authc.AuthenticationInfo |
doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken token) |
protected abstract X509AuthenticationInfo |
doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken) |
String |
getGrantedKeyStoreName() |
String |
getGrantedKeyStorePassphrase() |
String |
getTrustedKeyStoreName() |
String |
getTrustedKeyStorePassphrase() |
void |
setGrantedKeyStoreName(String grantedKeyStoreName) |
void |
setGrantedKeyStorePassphrase(String grantedKeyStorePassphrase) |
void |
setTrustedKeyStoreName(String trustedKeyStoreName) |
void |
setTrustedKeyStorePassphrase(String trustedKeyStorePassphrase) |
afterCacheManagerSet, checkPermission, checkPermission, checkPermission, checkPermissions, checkPermissions, checkPermissions, checkRole, checkRole, checkRoles, checkRoles, checkRoles, clearCachedAuthorizationInfo, doClearCache, doGetAuthorizationInfo, getAuthorizationCache, getAuthorizationCacheKey, getAuthorizationCacheName, getAuthorizationInfo, getPermissionResolver, getPermissions, getRolePermissionResolver, hasAllRoles, hasRole, hasRole, hasRoles, hasRoles, isAuthorizationCachingEnabled, isPermitted, isPermitted, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll, isPermittedAll, onInit, setAuthorizationCache, setAuthorizationCacheName, setAuthorizationCachingEnabled, setName, setPermissionResolver, setRolePermissionResolver
assertCredentialsMatch, clearCachedAuthenticationInfo, getAuthenticationCache, getAuthenticationCacheKey, getAuthenticationCacheKey, getAuthenticationCacheName, getAuthenticationInfo, getAuthenticationTokenClass, getCredentialsMatcher, init, isAuthenticationCachingEnabled, isAuthenticationCachingEnabled, setAuthenticationCache, setAuthenticationCacheName, setAuthenticationCachingEnabled, setAuthenticationTokenClass, setCredentialsMatcher, supports
clearCache, getAvailablePrincipal, getCacheManager, getName, isCachingEnabled, onLogout, setCacheManager, setCachingEnabled
protected org.apache.shiro.authc.AuthenticationInfo doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken token)
doGetAuthenticationInfo
in class org.apache.shiro.realm.AuthenticatingRealm
protected abstract X509AuthenticationInfo doGetX509AuthenticationInfo(X509AuthenticationToken x509AuthenticationToken)
public String getGrantedKeyStoreName()
public void setGrantedKeyStoreName(String grantedKeyStoreName)
grantedKeyStoreName
- the grantedKeyStoreName to setpublic String getGrantedKeyStorePassphrase()
public void setGrantedKeyStorePassphrase(String grantedKeyStorePassphrase)
grantedKeyStorePassphrase
- the grantedKeyStorePassphrase to setpublic String getTrustedKeyStoreName()
public void setTrustedKeyStoreName(String trustedKeyStoreName)
trustedKeyStoreName
- the trustedKeyStoreName to setpublic String getTrustedKeyStorePassphrase()
public void setTrustedKeyStorePassphrase(String trustedKeyStorePassphrase)
trustedKeyStorePassphrase
- the trustedKeyStorePassphrase to setCopyright © 2018 Vitam. All rights reserved.