Package org.jasig.portal.portlets.swapper

Examples of org.jasig.portal.portlets.swapper.IdentitySwapperSecurityContext


                person.setUserName(originalUid);
            }
           
            //Setup the custom security context
            final IdentitySwapperPrincipal identitySwapperPrincipal = new IdentitySwapperPrincipal(person);
            final IdentitySwapperSecurityContext identitySwapperSecurityContext = new IdentitySwapperSecurityContext(identitySwapperPrincipal);
            person.setSecurityContext(identitySwapperSecurityContext);
           
            principals = new HashMap();
            credentials = new HashMap();
        }
View Full Code Here


                    person.setUserName(originalUid);
                }

                //Setup the custom security context
                final IdentitySwapperPrincipal identitySwapperPrincipal = new IdentitySwapperPrincipal(person);
                final IdentitySwapperSecurityContext identitySwapperSecurityContext = new IdentitySwapperSecurityContext(
                        identitySwapperPrincipal);
                person.setSecurityContext(identitySwapperSecurityContext);

                principals = new HashMap<String, String>();
                credentials = new HashMap<String, String>();
View Full Code Here

TOP

Related Classes of org.jasig.portal.portlets.swapper.IdentitySwapperSecurityContext

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.