Examples of PicketLinkFederationService


Examples of org.wildfly.extension.picketlink.federation.service.PicketLinkFederationService

    public static final int PRIORITY = 1;

    @Override
    public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException {
        DeploymentUnit deploymentUnit = phaseContext.getDeploymentUnit();
        PicketLinkFederationService federationService = deploymentUnit.getAttachment(FederationDependencyProcessor.DEPLOYMENT_ATTACHMENT_KEY);

        if (federationService != null) {
            ROOT_LOGGER.federationConfiguringDeployment(deploymentUnit.getName());

            federationService.configure(deploymentUnit);
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.