Package com.sun.enterprise.iiop.security

Examples of com.sun.enterprise.iiop.security.GSSUPName


        final Subject s = new Subject();

        final com.sun.enterprise.deployment.PrincipalImpl p
            = new com.sun.enterprise.deployment.PrincipalImpl(username);

        final GSSUPName name = new GSSUPName(username, realmName);

        AppservAccessController.doPrivileged(new PrivilegedAction() {
            public java.lang.Object run() {
                s.getPrincipals().add(p);
                s.getPublicCredentials().add(name);
View Full Code Here

TOP

Related Classes of com.sun.enterprise.iiop.security.GSSUPName

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.