Package org.apache.isis.viewer.bdd.common.story.bootstrapping

Examples of org.apache.isis.viewer.bdd.common.story.bootstrapping.OpenSession


     * Unlike the {@link LogonFixture} on regular Isis fixtures, the logonAs is
     * not automatically remembered until the end of the setup. It should
     * therefore be invoked at the end of setup explicitly.
     */
    public void logonAsOrSwitchUserTo(final String userName, final List<String> roleList) {
        new OpenSession(this).openSession(userName, roleList);
        aliasRegistry = reAdapt(aliasRegistry);
    }
View Full Code Here


     * Unlike the {@link LogonFixture} on regular Isis fixtures, the logonAs is
     * not automatically remembered until the end of the setup. It should
     * therefore be invoked at the end of setup explicitly.
     */
    public void logonAsOrSwitchUserTo(final String userName, final List<String> roleList) {
        new OpenSession(this).openSession(userName, roleList);
        aliasRegistry = reAdapt(aliasRegistry);
    }
View Full Code Here

     * <p>
     * Unlike the {@link LogonFixture} on regular Isis fixtures, the logonAs is not automatically remembered until the
     * end of the setup. It should therefore be invoked at the end of setup explicitly.
     */
    public void logonAsOrSwitchUserTo(final String userName, final List<String> roleList) {
        new OpenSession(this).openSession(userName, roleList);
        aliasRegistry = reAdapt(aliasRegistry);
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.bdd.common.story.bootstrapping.OpenSession

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.