public interface SecurityDomain extends SubjectSecurityManager, RealmMapping
KeyStore
,
KeyManagerFactory
,
TrustManagerFactory
Modifier and Type | Method and Description |
---|---|
KeyManagerFactory |
getKeyManagerFactory()
Get the KeyManagerFactory associated with the security domain
|
KeyStore |
getKeyStore()
Get the keystore associated with the security domain
|
TrustManagerFactory |
getTrustManagerFactory()
Get the TrustManagerFactory associated with the security domain
|
KeyStore |
getTrustStore()
Get the truststore associated with the security domain.
|
getActiveSubject, getTargetPrincipal, isValid, isValid, logout
getSecurityDomain
doesUserHaveRole, getPrincipal, getUserRoles
KeyStore getKeyStore() throws SecurityException
SecurityException
KeyManagerFactory getKeyManagerFactory() throws SecurityException
SecurityException
KeyStore getTrustStore() throws SecurityException
SecurityException
TrustManagerFactory getTrustManagerFactory() throws SecurityException
SecurityException
Copyright © 2019 JBoss by Red Hat. All rights reserved.