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
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Get the STR for the Token to be renewedGet the type of the renew Target information itemgetToken()Get the Token to be renewedvoidSets the value of the any property.voidSet the STR for the Token to be renewedvoidsetTargetType(String renewTargetType) Set the type of the renew Target information itemvoidSet the Token to be renewed
-
Method Details
-
getTargetType
String getTargetType()Get the type of the renew Target information item -
setTargetType
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
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
setToken
Set the Token to be renewed -
getToken
Token getToken()Get the Token to be renewed -
setSecurityTokenReference
Set the STR for the Token to be renewed -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Get the STR for the Token to be renewed
-