org.jboss.test.security.service |
|
Java Source File Name | Type | Comment |
HttpsClient.java | Class | A test mbean service that reads input from an https url passed in
to its readURL method. |
HttpsClientMBean.java | Interface | An mbean interface for testing https URLs inside the JBoss server. |
PropertiesVerifierStore.java | Class | 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. |
PropertiesVerifierStoreMBean.java | Interface | The JMX mbean interface for the SRP password verifier store. |
SecurityConfig.java | Class | 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). |
SecurityConfigMBean.java | Interface | 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. |
SRPCacheTest.java | Class | |