Package org.apache.felix.jaas.integration.common

Examples of org.apache.felix.jaas.integration.common.SimplePrincipal


    @Override
    public boolean commit() throws LoginException
    {
        if (succeeded)
        {
            subject.getPrincipals().add(new SimplePrincipal(name));
            return true;
        }
        return false;
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.jaas.integration.common.SimplePrincipal

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.