Uses of Interface
com.sun.xml.ws.security.trust.elements.CancelTarget
-
-
Uses of CancelTarget in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return CancelTarget Modifier and Type Method Description abstract CancelTargetWSTrustElementFactory. createCancelTarget(SecurityTokenReference str)Methods in com.sun.xml.ws.security.trust with parameters of type CancelTarget Modifier and Type Method Description abstract RequestSecurityTokenWSTrustElementFactory. createRSTForCancel(URI requestType, CancelTarget target)Create an RST for Token Cancellation -
Uses of CancelTarget in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return CancelTarget Modifier and Type Method Description CancelTargetRequestSecurityToken. getCancelTarget()Methods in com.sun.xml.ws.security.trust.elements with parameters of type CancelTarget Modifier and Type Method Description voidRequestSecurityToken. setCancelTarget(CancelTarget cancelTarget) -
Uses of CancelTarget in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return CancelTarget Modifier and Type Method Description CancelTargetWSTrustElementFactoryImpl. createCancelTarget(SecurityTokenReference str)Methods in com.sun.xml.ws.security.trust.impl with parameters of type CancelTarget Modifier and Type Method Description RequestSecurityTokenWSTrustElementFactoryImpl. createRSTForCancel(URI requestType, CancelTarget target)Create an RST for Token Cancellation -
Uses of CancelTarget in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement CancelTarget Modifier and Type Class Description classCancelTargetImplDefines Binding for requesting security tokens to be cancelled.Methods in com.sun.xml.ws.security.trust.impl.elements that return CancelTarget Modifier and Type Method Description CancelTargetRequestSecurityTokenImpl. getCancelTarget()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type CancelTarget Modifier and Type Method Description voidRequestSecurityTokenImpl. setCancelTarget(CancelTarget cTarget)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type CancelTarget Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, CancelTarget cancel) -
Uses of CancelTarget in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return CancelTarget Modifier and Type Method Description CancelTargetWSTrustElementFactoryImpl. createCancelTarget(SecurityTokenReference str)Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type CancelTarget Modifier and Type Method Description RequestSecurityTokenWSTrustElementFactoryImpl. createRSTForCancel(URI requestType, CancelTarget target)Create an RST for Token Cancellation -
Uses of CancelTarget in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement CancelTarget Modifier and Type Class Description classCancelTargetImplDefines Binding for requesting security tokens to be cancelled.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return CancelTarget Modifier and Type Method Description CancelTargetRequestSecurityTokenImpl. getCancelTarget()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type CancelTarget Modifier and Type Method Description voidRequestSecurityTokenImpl. setCancelTarget(CancelTarget cTarget)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type CancelTarget Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, CancelTarget cancel)
-