public interface RequestSecurityToken
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuditTrailID()
Gets the auditTrialID This allows for the case where a client may have
included the id in the RST
|
org.w3c.dom.Element |
getBase()
Returns the base Element of this RequestSecurityToken.
|
org.w3c.dom.Element |
getBase(java.lang.String tokenTypeURI)
Returns the base Element of this RequestSecurityToken
that matches the specified token URI.
|
org.w3c.dom.Element |
getCancelTarget()
Returns the cancel target of this RequestSecurityToken as an Element
object.
|
org.w3c.dom.Element |
getRenewTarget()
Returns the renew target of this RequestSecurityToken as an Element
object.
|
org.w3c.dom.Element |
getSecondaryParameters()
Returns the secondary parameters of this RequestSecurityToken as an
Element object.
|
org.w3c.dom.Element |
getValidateTarget()
Returns the validate target of this RequestSecurityToken as an Element
object.
|
void |
setAuditTrailID(java.lang.String id)
Sets the auditTrialID This could be automatically determined, however it
is not always needed so the caller must explicitly set the ID in order to
have it included in the request
|
void |
setBase_0401(org.w3c.dom.Element value)
setBase_0401 Use to set the Base token ala the 2004/01 specification.
|
void |
setBase(org.w3c.dom.Element value)
Sets the base Element of this RequestSecurityToken.
|
void |
setCancelTarget(org.w3c.dom.Element target)
Sets the cancel target of this RquestSecurityToken based on the target
Element provided.
|
void |
setRenewTarget(org.w3c.dom.Element target)
Sets the renew target of this RquestSecurityToken based on the target
Element provided.
|
void |
setSecondaryParameters(org.w3c.dom.Element target)
Sets the secondary parameters of this RquestSecurityToken based on the
target Element provided.
|
void |
setValidateTarget(org.w3c.dom.Element target)
Sets the validate target of this RquestSecurityToken based on the target
Element provided.
|
org.w3c.dom.Element getBase()
org.w3c.dom.Element getBase(java.lang.String tokenTypeURI)
void setBase(org.w3c.dom.Element value)
value
- element to be set as the base of this RequestSecurityToken.void setBase_0401(org.w3c.dom.Element value)
value
- org.w3c.dom.Element getValidateTarget()
void setValidateTarget(org.w3c.dom.Element target)
target
- the element to be set as the validate target.org.w3c.dom.Element getCancelTarget()
void setCancelTarget(org.w3c.dom.Element target)
target
- the element to be set as the cancel target.org.w3c.dom.Element getRenewTarget()
void setRenewTarget(org.w3c.dom.Element target)
target
- the element to be set as the renew target.org.w3c.dom.Element getSecondaryParameters()
void setSecondaryParameters(org.w3c.dom.Element target)
target
- the element to be set as the secondary parameters.void setAuditTrailID(java.lang.String id)
id
- the id as a String object.java.lang.String getAuditTrailID()