Package org.opensaml.xacml.ctx

Examples of org.opensaml.xacml.ctx.StatusDetailType


    /**
     * {@inheritDoc}
     */
    protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
            throws UnmarshallingException {
        StatusDetailType statusDetail = (StatusDetailType) parentSAMLObject;
        statusDetail.getUnknownXMLObjects().add(childSAMLObject);
    }
View Full Code Here

TOP

Related Classes of org.opensaml.xacml.ctx.StatusDetailType

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.