Class ValidateTargetImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.wssx.bindings.ValidateTargetType
-
- 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
Constructors Constructor Description ValidateTargetImpl(Token token)ValidateTargetImpl(ValidateTargetType vtType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityTokenReferencegetSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.voidsetSecurityTokenReference(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:ValidateTargetSet the STR for OnBehalfOf.- Specified by:
setSecurityTokenReferencein interfaceValidateTarget
-
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
Description copied from interface:ValidateTargetGet the STR for OnBehalfOf, null if none exists.- Specified by:
getSecurityTokenReferencein interfaceValidateTarget
-
-