Package org.eclipse.jetty.security

Examples of org.eclipse.jetty.security.RoleRunAsToken


    public void unsetRunAs(Object lastToken) {
    }

    public RunAsToken newRunAsToken(String runAsName) {
        return new RoleRunAsToken(runAsName);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jetty.security.RoleRunAsToken

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.