Class AuthorizationDecisionQueryMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- org.opensaml.saml.saml1.core.impl.SubjectQueryMarshaller
-
- org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class AuthorizationDecisionQueryMarshaller extends SubjectQueryMarshaller
A thread safe Marshaller forAuthorizationDecisionQueryobjects.
-
-
Constructor Summary
Constructors Constructor Description AuthorizationDecisionQueryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(org.opensaml.core.xml.XMLObject samlElement, Element domElement)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallElementContent
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject samlElement, Element domElement) throws org.opensaml.core.xml.io.MarshallingException- Overrides:
marshallAttributesin classorg.opensaml.saml.common.AbstractSAMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-