Package org.opensaml.ws.wstrust

Examples of org.opensaml.ws.wstrust.Entropy


*/
public class EntropyMarshaller extends AbstractWSTrustObjectMarshaller {

    /** {@inheritDoc} */
    protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
        Entropy entropy = (Entropy) xmlObject;
        XMLHelper.marshallAttributeMap(entropy.getUnknownAttributes(), domElement);
    }
View Full Code Here


*/
public class EntropyMarshaller extends AbstractWSTrustObjectMarshaller {

    /** {@inheritDoc} */
    protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
        Entropy entropy = (Entropy) xmlObject;
        XMLHelper.marshallAttributeMap(entropy.getUnknownAttributes(), domElement);
    }
View Full Code Here

TOP

Related Classes of org.opensaml.ws.wstrust.Entropy

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.