Uses of Interface
com.sun.xml.ws.security.trust.elements.Renewing
-
-
Uses of Renewing in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type Renewing 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 Renewing in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Renewing Modifier and Type Method Description RenewingWSTrustElementBase. getRenewable()get the<wst:Renewing/>element if present, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Renewing Modifier and Type Method Description voidWSTrustElementBase. setRenewable(Renewing renew)set a<wst:Renewing/>element to make a renewable Issue request -
Uses of Renewing in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type Renewing 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 Renewing in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement Renewing Modifier and Type Class Description classRenewingImplUsed to specify renew semantics for types that support this operation.Methods in com.sun.xml.ws.security.trust.impl.elements that return Renewing Modifier and Type Method Description RenewingRequestSecurityTokenImpl. getRenewable()RenewingRequestSecurityTokenResponseImpl. getRenewable()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Renewing Modifier and Type Method Description voidRequestSecurityTokenImpl. setRenewable(Renewing renew)voidRequestSecurityTokenResponseImpl. setRenewable(Renewing renew)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Renewing Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo) -
Uses of Renewing in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Renewing 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 Renewing in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Renewing Modifier and Type Class Description classRenewingImplUsed to specify renew semantics for types that support this operation.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Renewing Modifier and Type Method Description RenewingRequestSecurityTokenImpl. getRenewable()RenewingRequestSecurityTokenResponseImpl. getRenewable()RenewingSecondaryParametersImpl. getRenewable()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Renewing Modifier and Type Method Description voidRequestSecurityTokenImpl. setRenewable(Renewing renew)voidRequestSecurityTokenResponseImpl. setRenewable(Renewing renew)voidSecondaryParametersImpl. setRenewable(Renewing renew)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Renewing Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
-