Uses of Interface
com.sun.xml.ws.api.security.trust.Status
-
-
Uses of Status in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return Status Modifier and Type Method Description abstract StatusWSTrustElementFactory. createStatus(String code, String reason)Methods in com.sun.xml.ws.security.trust with parameters of type Status Modifier and Type Method Description abstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request. -
Uses of Status in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Status Modifier and Type Method Description StatusRequestSecurityTokenResponse. getStatus()Methods in com.sun.xml.ws.security.trust.elements with parameters of type Status Modifier and Type Method Description voidRequestSecurityTokenResponse. setStatus(Status status) -
Uses of Status in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return Status Modifier and Type Method Description StatusWSTrustElementFactoryImpl. createStatus(String code, String reason)Methods in com.sun.xml.ws.security.trust.impl with parameters of type Status Modifier and Type Method Description RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request. -
Uses of Status in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement Status Modifier and Type Class Description classStatusImplMethods in com.sun.xml.ws.security.trust.impl.elements that return Status Modifier and Type Method Description StatusRequestSecurityTokenResponseImpl. getStatus()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Status Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setStatus(Status status)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Status Constructor Description RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status) -
Uses of Status in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return Status Modifier and Type Method Description StatusWSTrustElementFactoryImpl. createStatus(String code, String reason)Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Status Modifier and Type Method Description RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request. -
Uses of Status in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Status Modifier and Type Class Description classStatusImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Status Modifier and Type Method Description StatusRequestSecurityTokenResponseImpl. getStatus()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Status Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setStatus(Status status)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Status Constructor Description RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status)
-