org.apache.geronimo.security.jaas.JaasLoginCoordinator A LoginModule implementation which connects to a Geronimo server under the covers, and uses Geronimo realms to resolve the login. It handles a mix of client-side and server-side login modules. It treats any client side module as something it should manage and execute, while a server side login m ...
sync4j.framework.security.jaas.CredentialHandler This handler implements the JAAS <i>CallbackHandler</i> interface. It stores a <i>Credential</i> object for later use as principal and credentials provider. This simple implementation supports basic authentication stored bas64 encoded in the form login:password. TO DO: sup ...