public abstract class RequestSecurityTokenResponse extends Object
RequestSecurityTokenResponse
represents the
WS-Trust protocol element RequestSecurityTokenResponse.Modifier and Type | Field and Description |
---|---|
protected static String |
ADDRESS |
protected static String |
APPLIES_TO |
protected String |
appliesTo |
protected static String |
EP_REFERENCE |
protected static String |
REQUEST_SECURITY_TOKEN_RESPONSE |
protected static String |
REQUEST_TYPE |
protected static String |
REQUESTED_PROOF_TOKEN |
protected static String |
REQUESTED_SECURITY_TOKEN |
protected RequestedProofToken |
requestedProofToken |
protected Element |
requestedSecurityToken |
protected String |
requestType |
protected static String |
TOKEN_TYPE |
protected String |
tokenType |
Constructor and Description |
---|
RequestSecurityTokenResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAppliesTo()
Returns the AppliesTo attribute.
|
RequestedProofToken |
getRequestedProofToken()
Returns the requested proof token.
|
Element |
getRequestedSecurityToken()
Returns the requested security token as a DOM Element.
|
String |
getRequestType()
Returns the request type
|
String |
getTokenType()
Returns the token type.
|
void |
setAppliesTo(String appliesTo)
Sets the appliesTo attribute element
|
void |
setRequestedProofToken(RequestedProofToken requestedProofToken)
Sets the requested proof token.
|
void |
setRequestedSecurityToken(Element secToken)
Sets the requested security token.
|
void |
setRequestType(String requestType)
Sets the request type.
|
void |
setTokenType(String tokenType)
Sets the token type.
|
abstract Element |
toDOMElement()
Converts into DOM Element.
|
abstract String |
toXMLString()
Converts into XML String
|
protected static final String REQUEST_SECURITY_TOKEN_RESPONSE
protected static final String REQUESTED_SECURITY_TOKEN
protected static final String REQUESTED_PROOF_TOKEN
protected static final String APPLIES_TO
protected static final String TOKEN_TYPE
protected static final String REQUEST_TYPE
protected static final String EP_REFERENCE
protected static final String ADDRESS
protected String tokenType
protected Element requestedSecurityToken
protected String appliesTo
protected String requestType
protected RequestedProofToken requestedProofToken
public String getTokenType()
public void setTokenType(String tokenType)
tokenType
- the token type.public String getRequestType()
public void setRequestType(String requestType)
requestType
- the request typepublic Element getRequestedSecurityToken()
public void setRequestedSecurityToken(Element secToken)
secToken
- the requested security token elemtnpublic String getAppliesTo()
public void setAppliesTo(String appliesTo)
appliesTo
- the appliesTo attribute element.public RequestedProofToken getRequestedProofToken()
public void setRequestedProofToken(RequestedProofToken requestedProofToken)
requestedProofToken
- the requested proof token.public abstract Element toDOMElement() throws WSTException
RequestSecurityTokenResponse
WSTException
public abstract String toXMLString() throws WSTException
RequestSecurityTokenResponse
.WSTException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.