|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SecurityDomain interface combines the SubjectSecurityManager and RealmMapping interfaces and adds a keyStore and trustStore as well as JSSE KeyManagerFactory and TrustManagerFactory accessors for use with SSL/JSSE.
KeyStore
,
KeyManagerFactory
,
TrustManagerFactory
Method Summary | |
javax.net.ssl.KeyManagerFactory |
getKeyManagerFactory()
Get the KeyManagerFactory associated with the security domain |
java.security.KeyStore |
getKeyStore()
Get the keystore associated with the security domain |
javax.net.ssl.TrustManagerFactory |
getTrustManagerFactory()
Get the TrustManagerFactory associated with the security domain |
java.security.KeyStore |
getTrustStore()
Get the truststore associated with the security domain. |
Methods inherited from interface org.jboss.security.AuthenticationManager (src) |
getActiveSubject, getSecurityDomain, isValid, isValid |
Methods inherited from interface org.jboss.security.RealmMapping (src) |
doesUserHaveRole, getPrincipal, getUserRoles |
Method Detail |
public java.security.KeyStore getKeyStore() throws java.lang.SecurityException
java.lang.SecurityException
public javax.net.ssl.KeyManagerFactory getKeyManagerFactory() throws java.lang.SecurityException
java.lang.SecurityException
public java.security.KeyStore getTrustStore() throws java.lang.SecurityException
java.lang.SecurityException
public javax.net.ssl.TrustManagerFactory getTrustManagerFactory() throws java.lang.SecurityException
java.lang.SecurityException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |