FileDocCategorySizeDatePackage
RenewTarget.javaAPI DocExample3439Tue May 29 16:56:54 BST 2007com.sun.xml.ws.security.trust.elements

RenewTarget

public interface RenewTarget
Target specifying the Security token to be renewed.
author
WS-Trust Implementation Team

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAny()
Gets the value of the any property.

return
possible object is {@link Object }

public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()
Get the STR for the Token to be renewed

public java.lang.StringgetTargetType()
Get the type of the renew Target information item

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

public voidsetAny(java.lang.Object value)
Sets the value of the any property.

param
value allowed object is {@link Object }

public voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
Set the STR for the Token to be renewed

public voidsetTargetType(java.lang.String renewTargetType)
Set the type of the renew Target information item

public voidsetToken(com.sun.xml.ws.security.Token token)
Set the Token to be renewed