Uses of Interface
com.sun.xml.ws.security.trust.elements.RenewTarget
-
Packages that use RenewTarget Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of RenewTarget in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return RenewTarget Modifier and Type Method Description abstract RenewTargetWSTrustElementFactory. createRenewTarget(SecurityTokenReference str)Methods in com.sun.xml.ws.security.trust with parameters of type RenewTarget Modifier and Type Method Description abstract RequestSecurityTokenWSTrustElementFactory. createRSTForRenew(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)Create an RST for a Renewal Request -
Uses of RenewTarget in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return RenewTarget Modifier and Type Method Description RenewTargetRequestSecurityToken. getRenewTarget()Methods in com.sun.xml.ws.security.trust.elements with parameters of type RenewTarget Modifier and Type Method Description voidRequestSecurityToken. setRenewTarget(RenewTarget renewTarget)
-