Interface ValidateTarget
- All Known Implementing Classes:
ValidateTargetImpl
public interface ValidateTarget
- Author:
- Jiandong Guo
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Get the STR for OnBehalfOf, null if none exists.voidSets the value of the any property.voidSet the STR for OnBehalfOf.
-
Method Details
-
getAny
Object getAny()Gets the value of the any property. -
setAny
Sets the value of the any property. -
setSecurityTokenReference
Set the STR for OnBehalfOf. -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.
-