|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityDomain
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 |
---|
KeyStore getKeyStore() throws SecurityException
SecurityException
KeyManagerFactory getKeyManagerFactory() throws SecurityException
SecurityException
KeyStore getTrustStore() throws SecurityException
SecurityException
TrustManagerFactory getTrustManagerFactory() throws SecurityException
SecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |