public interface RenewTarget
| Modifier and Type | Method and Description |
|---|---|
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
|
String getTargetType()
void setTargetType(String renewTargetType)
void setAny(Object value)
value - allowed object is
Objectvoid setToken(Token token)
Token getToken()
void setSecurityTokenReference(SecurityTokenReference ref)
SecurityTokenReference getSecurityTokenReference()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.