Package org.wildfly.extension.picketlink.idm

Examples of org.wildfly.extension.picketlink.idm.IDMExtension


* @author Pedro Igor
*/
public class IDMSubsystemExampleConfigurationUnitTestCase extends AbstractSubsystemBaseTest {

    public IDMSubsystemExampleConfigurationUnitTestCase() {
        super(IDMExtension.SUBSYSTEM_NAME, new IDMExtension());
    }
View Full Code Here


* @author Pedro Igor
*/
public class IDMSubsystemUnitTestCase extends AbstractSubsystemBaseTest {

    public IDMSubsystemUnitTestCase() {
        super(IDMExtension.SUBSYSTEM_NAME, new IDMExtension());
    }
View Full Code Here

TOP

Related Classes of org.wildfly.extension.picketlink.idm.IDMExtension

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.