public class SAMLRequestWriter extends BaseWriter
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer, XACML_SAML_PREFIX, XACML_SAML_PROTO_PREFIX, XSI_PREFIX| Constructor and Description |
|---|
SAMLRequestWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ArtifactResolveType request) |
void |
write(AttributeQueryType request) |
void |
write(AuthnRequestType request)
Write a
AuthnRequestType to stream |
void |
write(LogoutRequestType logOutRequest)
Write a
LogoutRequestType to stream |
void |
write(NameIDPolicyType nameIDPolicy)
Write a
NameIDPolicyType to stream |
void |
write(RequestedAuthnContextType requestedAuthnContextType)
Write a
RequestedAuthnContextType to stream |
void |
write(XACMLAuthzDecisionQueryType xacmlQuery) |
write, write, write, writeAttributeTypeWithoutRootTag, writeLocalizedNameType, writeStringAttributeValuepublic SAMLRequestWriter(XMLStreamWriter writer)
public void write(AuthnRequestType request) throws org.picketlink.common.exceptions.ProcessingException
AuthnRequestType to streamrequest - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(LogoutRequestType logOutRequest) throws org.picketlink.common.exceptions.ProcessingException
LogoutRequestType to streamlogOutRequest - out - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(NameIDPolicyType nameIDPolicy) throws org.picketlink.common.exceptions.ProcessingException
NameIDPolicyType to streamnameIDPolicy - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(RequestedAuthnContextType requestedAuthnContextType) throws org.picketlink.common.exceptions.ProcessingException
RequestedAuthnContextType to streamrequestedAuthnContextType - org.picketlink.common.exceptions.ProcessingExceptionpublic void write(ArtifactResolveType request) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(AttributeQueryType request) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(XACMLAuthzDecisionQueryType xacmlQuery) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.