Package org.apache.wss4j.policy.model

Examples of org.apache.wss4j.policy.model.BootstrapPolicy


        final Element nestedPolicyElement = SPUtils.getFirstPolicyChildElement(element);
        if (nestedPolicyElement == null) {
            throw new IllegalArgumentException("sp:BootstrapPolicy must have an inner wsp:Policy element");
        }
        final Policy nestedPolicy = factory.getPolicyEngine().getPolicy(nestedPolicyElement);
        return new BootstrapPolicy(spVersion, nestedPolicy);
    }
View Full Code Here

TOP

Related Classes of org.apache.wss4j.policy.model.BootstrapPolicy

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.