public abstract class RequestSecurityTokenResponseCollection extends Object
RequestSecurityTokenResponseCollection
represents the WS-Trust protocol element
RequestSecurityTokenResponseCollection.Modifier and Type | Field and Description |
---|---|
protected static String |
REQUEST_SECURITY_TOKEN_RESPONSE_COLLECTION |
protected List |
rstResponses |
Constructor and Description |
---|
RequestSecurityTokenResponseCollection() |
Modifier and Type | Method and Description |
---|---|
List |
getRequestSecurityTokenResponses()
Returns the list of
RequestSecurityTokenResponse s. |
void |
setRequestSecurityTokenResponses(List rstrResponses)
Sets the list of
RequestSecurityTokenResponse |
abstract Element |
toDOMElement()
Converts into DOM Element.
|
abstract String |
toXMLString()
Converts into XML String.
|
protected static final String REQUEST_SECURITY_TOKEN_RESPONSE_COLLECTION
protected List rstResponses
public RequestSecurityTokenResponseCollection()
public List getRequestSecurityTokenResponses()
RequestSecurityTokenResponse
s.RequestSecurityTokenResponse
s.public void setRequestSecurityTokenResponses(List rstrResponses)
RequestSecurityTokenResponses.
rstrResponses
- the list of
RequestSecurityTokenResponses.
public abstract Element toDOMElement() throws WSTException
RequestSecurityTokenResponseCollection
WSTException
public abstract String toXMLString() throws WSTException
RequestSecurityTokenResponseCollection
WSTException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.