Examples of DescriptionType


Examples of org.opensaml.xacml.policy.DescriptionType

    private DescriptionTypeHelper() {}

    public static DescriptionType build(String value) {

        DescriptionType description = (DescriptionType) builderFactory.getBuilder(elementQName).buildObject(elementQName);

        description.setValue(value);

        return description;

    }
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.