public class SAMLRequestWriter extends BaseWriter
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer| 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 |
write, write, write, write, write, writeAttributeTypeWithoutRootTag, writeDateAttributeValue, writeLocalizedNameType, writeNameIDTypeAttributeValue, writeStringAttributeValuepublic SAMLRequestWriter(XMLStreamWriter writer)
public void write(AuthnRequestType request) throws ProcessingException
AuthnRequestType to streamrequest - ProcessingExceptionpublic void write(LogoutRequestType logOutRequest) throws ProcessingException
LogoutRequestType to streamlogOutRequest - ProcessingExceptionpublic void write(NameIDPolicyType nameIDPolicy) throws ProcessingException
NameIDPolicyType to streamnameIDPolicy - ProcessingExceptionpublic void write(RequestedAuthnContextType requestedAuthnContextType) throws ProcessingException
RequestedAuthnContextType to streamrequestedAuthnContextType - ProcessingExceptionpublic void write(ArtifactResolveType request) throws ProcessingException
ProcessingExceptionpublic void write(AttributeQueryType request) throws ProcessingException
ProcessingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.