|
|||||||||||
| PREV CLASS NEXT CLASS | 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 | |
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. |
| Methods inherited from interface org.jboss.security.AuthenticationManager |
getActiveSubject, getSecurityDomain, isValid, isValid |
| Methods inherited from interface org.jboss.security.RealmMapping |
doesUserHaveRole, getPrincipal, getUserRoles |
| Method Detail |
public KeyStore getKeyStore()
throws SecurityException
SecurityException
public KeyManagerFactory getKeyManagerFactory()
throws SecurityException
SecurityException
public KeyStore getTrustStore()
throws SecurityException
SecurityException
public TrustManagerFactory getTrustManagerFactory()
throws SecurityException
SecurityException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||