Package org.springframework.richclient.security.support

Examples of org.springframework.richclient.security.support.DefaultApplicationSecurityManager


        // Ensure that the DefaultApplicationSecurityManager will properly
        // auto-configure when it is created with "new" instead of through an
        // application context.

        prepareApplication( "security-test-autoconfig-ctx.xml" );
        ApplicationSecurityManager asm = new DefaultApplicationSecurityManager( true );

        // Ensure it's the right one
        Object am = ac.getBean( "authenticationManager" );
        assertEquals( "Wrong authentication manager configured", am, asm.getAuthenticationManager() );
    }
View Full Code Here

TOP

Related Classes of org.springframework.richclient.security.support.DefaultApplicationSecurityManager

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.