|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.wstrust.writers.WSTrustRequestWriter
public class WSTrustRequestWriter
Given a RequestSecurityToken
, write into an OutputStream
Constructor Summary | |
---|---|
WSTrustRequestWriter(OutputStream out)
Creates a WSTrustRequestWriter that writes RequestSecurityToken instances to the specified
OutputStream . |
|
WSTrustRequestWriter(Result result)
Creates a WSTrustRequestWriter that writes RequestSecurityToken instances to the specified Result
. |
|
WSTrustRequestWriter(XMLStreamWriter writer)
Creates a WSTrustRequestWriter that uses the specified XMLStreamWriter to write the request objects. |
Method Summary | |
---|---|
void |
write(RequestSecurityToken requestToken)
Write the RequestSecurityToken into the OutputStream |
void |
write(RequestSecurityTokenCollection requestTokenCollection)
Write the RequestSecurityTokenCollection into the OutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSTrustRequestWriter(OutputStream out) throws ProcessingException
Creates a WSTrustRequestWriter
that writes RequestSecurityToken
instances to the specified
OutputStream
.
out
- the stream where the request is to be written.
ProcessingException
- if an error occurs while processing the request.public WSTrustRequestWriter(Result result) throws ProcessingException
Creates a WSTrustRequestWriter
that writes RequestSecurityToken
instances to the specified Result
.
result
- the Result
where the request it to be written.
ProcessingException
- if an error occurs while processing the request.public WSTrustRequestWriter(XMLStreamWriter writer)
Creates a WSTrustRequestWriter
that uses the specified XMLStreamWriter
to write the request objects.
writer
- the XMLStreamWriter
to be used to write requests.Method Detail |
---|
public void write(RequestSecurityTokenCollection requestTokenCollection) throws ProcessingException
RequestSecurityTokenCollection
into the OutputStream
requestTokenCollection
- out
-
ProcessingException
public void write(RequestSecurityToken requestToken) throws ProcessingException
RequestSecurityToken
into the OutputStream
requestToken
- out
-
ProcessingException
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |