com.sun.xml.ws.security.trust.impl.wssx.elements
Class ValidateTargetImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.ValidateTargetImpl
All Implemented Interfaces:
ValidateTarget

public class ValidateTargetImpl
extends com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType
implements ValidateTarget


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType
any
 
Constructor Summary
ValidateTargetImpl(com.sun.xml.ws.security.Token token)
           
ValidateTargetImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType vtType)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType
getAny, setAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.ValidateTarget
getAny, setAny
 

Constructor Detail

ValidateTargetImpl

public ValidateTargetImpl(com.sun.xml.ws.security.Token token)

ValidateTargetImpl

public ValidateTargetImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType vtType)
Method Detail

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface: ValidateTarget
Set the STR for OnBehalfOf.

Specified by:
setSecurityTokenReference in interface ValidateTarget

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Description copied from interface: ValidateTarget
Get the STR for OnBehalfOf, null if none exists.

Specified by:
getSecurityTokenReference in interface ValidateTarget