com.sun.xml.ws.security.trust.elements
Interface RenewTarget

All Known Implementing Classes:
RenewTargetImpl, RenewTargetImpl

public interface RenewTarget

Target specifying the Security token to be renewed.


Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for the Token to be renewed
 java.lang.String getTargetType()
          Get the type of the renew Target information item
 com.sun.xml.ws.security.Token getToken()
          Get the Token to be renewed
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be renewed
 void setTargetType(java.lang.String renewTargetType)
          Set the type of the renew Target information item
 void setToken(com.sun.xml.ws.security.Token token)
          Set the Token to be renewed
 

Method Detail

getTargetType

java.lang.String getTargetType()
Get the type of the renew Target information item


setTargetType

void setTargetType(java.lang.String renewTargetType)
Set the type of the renew Target information item


getAny

java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object

setToken

void setToken(com.sun.xml.ws.security.Token token)
Set the Token to be renewed


getToken

com.sun.xml.ws.security.Token getToken()
Get the Token to be renewed


setSecurityTokenReference

void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be renewed


getSecurityTokenReference

SecurityTokenReference getSecurityTokenReference()
Get the STR for the Token to be renewed