public interface CancelTarget
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_TARGET_TYPE |
static String |
STR_TARGET_TYPE
Constants denoting type of Cancel Target
|
| 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 Cancelled
|
String |
getTargetType()
Get the type of the Cancel Target information item
|
Token |
getToken()
Get the token to be Cancelled
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be Cancelled
|
void |
setToken(Token token)
Set the token to be Cancelled
|
static final String STR_TARGET_TYPE
static final String CUSTOM_TARGET_TYPE
String getTargetType()
void setAny(Object value)
value - allowed object is
Objectvoid setSecurityTokenReference(SecurityTokenReference ref)
SecurityTokenReference getSecurityTokenReference()
void setToken(Token token)
Token getToken()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.