All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.j2ee1.4.etc.resources.jaas.jaas.config Maven / Gradle / Ivy

The newest version!
earsample {
    // Login Module to use for the example earsample.

    //First, use a LoginModule for the authentication
    // Use the resource memrlm_1
    org.ow2.jonas.security.auth.spi.JResourceLoginModule required
    resourceName="memrlm_1"
	;

    // Use the login module to propagate security to the JOnAS server
    org.ow2.jonas.security.auth.spi.ClientLoginModule  required
	;
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy