com.sun.xml.ws.security.trust.elements
Interface ValidateTarget


public interface ValidateTarget

Author:
Jiandong Guo

Method Summary
 Object getAny()
          Gets the value of the any property.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 void setAny(Object value)
          Sets the value of the any property.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 

Method Detail

getAny

Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

setSecurityTokenReference

void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf.


getSecurityTokenReference

SecurityTokenReference getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists.



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.