Package org.apache.geronimo.security.jaas

Examples of org.apache.geronimo.security.jaas.ConfigurationFactory


        } else {
            serviceSubject = null;
        }
        this.m_realm = realm;
        identityService = new GeronimoIdentityService(defaultSubject);
        LoginService loginService = new GeronimoLoginService(new ConfigurationFactory() {
            @Override
            public String getConfigurationName() {
                return m_realm;
            }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.security.jaas.ConfigurationFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.