Package org.wildfly.extension.picketlink.federation.model.sp

Examples of org.wildfly.extension.picketlink.federation.model.sp.ServiceProviderResourceDefinition


    @Override
    public void registerChildren(ManagementResourceRegistration resourceRegistration) {
        addChildResourceDefinition(KeyStoreProviderResourceDefinition.INSTANCE, resourceRegistration);
        addChildResourceDefinition(new IdentityProviderResourceDefinition(this.extensionContext), resourceRegistration);
        addChildResourceDefinition(new ServiceProviderResourceDefinition(this.extensionContext), resourceRegistration);
        addChildResourceDefinition(SAMLResourceDefinition.INSTANCE, resourceRegistration);
    }
View Full Code Here

TOP

Related Classes of org.wildfly.extension.picketlink.federation.model.sp.ServiceProviderResourceDefinition

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.