Package org.jboss.test.security.service

Interface Summary
HttpsClientMBean (src) An mbean interface for testing https URLs inside the JBoss server.
PropertiesVerifierStoreMBean (src) The JMX mbean interface for the SRP password verifier store.
SecurityConfigMBean (src) An mbean interface for a config service that pushes an xml based javax.security.auth.login.Configuration onto the config stack managed by the mbean whose name is given by the SecurityConfigName attribute.
 

Class Summary
HttpsClient (src) A test mbean service that reads input from an https url passed in to its readURL method.
PropertiesVerifierStore (src) The PropertiesVerifierStore service is a SRPVerifierStore implementation that obtains the username and password info from a properties file and then creates an in memory SRPVerifierStore.
SecurityConfig (src) A security config mbean that loads an xml login configuration and pushes a XMLLoginConfig instance onto the the config stack managed by the SecurityConfigName mbean(default=jboss.security:name=SecurityConfig).
SRPCacheTest (src) An xmbean service that requires an SRP session to invokes its testSession operation