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.

Author:
WS-Trust Implementation Team

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

Method Detail

getTargetType

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


setTargetType

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


getAny

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

Returns:
possible object is Object

setAny

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

Parameters:
value - allowed object is Object

setToken

void setToken(Token token)
Set the Token to be renewed


getToken

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.