Uses of Interface
com.sun.xml.ws.security.trust.elements.RenewTarget
-
-
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) -
Uses of RenewTarget in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return RenewTarget Modifier and Type Method Description RenewTargetWSTrustElementFactoryImpl. createRenewTarget(SecurityTokenReference str)Methods in com.sun.xml.ws.security.trust.impl with parameters of type RenewTarget Modifier and Type Method Description RequestSecurityTokenWSTrustElementFactoryImpl. 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.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement RenewTarget Modifier and Type Class Description classRenewTargetImplTarget specifying the Security token to be renewed.Methods in com.sun.xml.ws.security.trust.impl.elements that return RenewTarget Modifier and Type Method Description RenewTargetRequestSecurityTokenImpl. getRenewTarget()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RenewTarget Modifier and Type Method Description voidRequestSecurityTokenImpl. setRenewTarget(RenewTarget target)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RenewTarget Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo) -
Uses of RenewTarget in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return RenewTarget Modifier and Type Method Description RenewTargetWSTrustElementFactoryImpl. createRenewTarget(SecurityTokenReference str)Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RenewTarget Modifier and Type Method Description RequestSecurityTokenWSTrustElementFactoryImpl. 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.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement RenewTarget Modifier and Type Class Description classRenewTargetImplTarget specifying the Security token to be renewed.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RenewTarget Modifier and Type Method Description RenewTargetRequestSecurityTokenImpl. getRenewTarget()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RenewTarget Modifier and Type Method Description voidRequestSecurityTokenImpl. setRenewTarget(RenewTarget target)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RenewTarget Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
-