Interface RenewTarget
-
public interface RenewTargetTarget specifying the Security token to be renewed.- Author:
- WS-Trust Implementation Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.SecurityTokenReferencegetSecurityTokenReference()Get the STR for the Token to be renewedStringgetTargetType()Get the type of the renew Target information itemTokengetToken()Get the Token to be renewedvoidsetAny(Object value)Sets the value of the any property.voidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token to be renewedvoidsetTargetType(String renewTargetType)Set the type of the renew Target information itemvoidsetToken(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
-
setAny
void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
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
-
-