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 ValidateTargetType
implements ValidateTarget

Author:
Jiandong Guo

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType
any
 
Constructor Summary
ValidateTargetImpl(Token token)
           
ValidateTargetImpl(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(Token token)

ValidateTargetImpl

public ValidateTargetImpl(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


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