Interface ValidateTarget
-
- All Known Implementing Classes:
ValidateTargetImpl
public interface ValidateTarget- Author:
- Jiandong Guo
-
-
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 OnBehalfOf, null if none exists.voidsetAny(Object value)Sets the value of the any property.voidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for OnBehalfOf.
-
-
-
Method Detail
-
getAny
Object getAny()
Gets the value of the any property.
-
setAny
void setAny(Object value)
Sets the value of the any property.
-
setSecurityTokenReference
void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf.
-
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists.
-
-