|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RequestSecurityToken in com.sun.xml.ws.security.secconv |
---|
Methods in com.sun.xml.ws.security.secconv with parameters of type RequestSecurityToken | |
---|---|
void |
WSSCClientContract.handleRSTR(RequestSecurityToken rst,
RequestSecurityTokenResponse rstr,
com.sun.xml.ws.security.IssuedTokenContext context)
Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext. |
void |
WSSCClientContract.handleRSTRC(RequestSecurityToken rst,
RequestSecurityTokenResponseCollection rstrc,
com.sun.xml.ws.security.IssuedTokenContext context)
Handle an RSTRC returned by the Issuer and update Token information into the IssuedTokenContext. |
RequestSecurityTokenResponse |
WSSCClientContract.handleRSTRForNegotiatedExchange(RequestSecurityToken rst,
RequestSecurityTokenResponse rstr,
com.sun.xml.ws.security.IssuedTokenContext context)
Handle an RSTR returned by the Issuer and Respond to the Challenge |
RequestSecurityTokenResponseCollection |
WSSCContract.issueMultiple(RequestSecurityToken request,
com.sun.xml.ws.security.IssuedTokenContext context)
Issue a Collection of Token(s) possibly for different scopes |
RequestSecurityTokenResponse |
WSSCContract.validate(RequestSecurityToken request,
com.sun.xml.ws.security.IssuedTokenContext context)
Validate a SecurityContextToken |
Uses of RequestSecurityToken in com.sun.xml.ws.security.trust |
---|
Methods in com.sun.xml.ws.security.trust that return RequestSecurityToken | |
---|---|
abstract RequestSecurityToken |
WSTrustElementFactory.createRST()
Create an Empty RST |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForCancel(java.net.URI requestType,
CancelTarget target)
Create an RST for Token Cancellation |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lifetime)
Create an RST for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForRenew(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
RenewTarget target,
AllowPostdating apd,
Renewing renewingInfo)
Create an RST for a Renewal Request |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForValidate(java.net.URI tokenType,
java.net.URI requestType)
Create an RST for Token Validation |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(org.w3c.dom.Element elem)
create an RST from DOM Element |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(javax.xml.bind.JAXBElement elem)
create an RST from JAXBElement |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(javax.xml.transform.Source src)
create an RST from a Source |
Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityToken | |
---|---|
abstract org.w3c.dom.Element |
WSTrustElementFactory.toElement(RequestSecurityToken rst)
Marshal an RST to a DOM Element. |
abstract javax.xml.bind.JAXBElement |
WSTrustElementFactory.toJAXBElement(RequestSecurityToken rst)
convert an RST to a JAXBElement |
abstract javax.xml.transform.Source |
WSTrustElementFactory.toSource(RequestSecurityToken rst)
Marshal an RST to a Source. |
Uses of RequestSecurityToken in com.sun.xml.ws.security.trust.impl |
---|
Methods in com.sun.xml.ws.security.trust.impl that return RequestSecurityToken | |
---|---|
RequestSecurityToken |
WSTrustElementFactoryImpl.createRST()
Create an Empty RST |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForCancel(java.net.URI requestType,
CancelTarget target)
Create an RST for Token Cancellation |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lifetime)
Create an RST for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForRenew(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
RenewTarget target,
AllowPostdating apd,
Renewing renewingInfo)
Create an RST for a Renewal Request |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForValidate(java.net.URI tokenType,
java.net.URI requestType)
Create an RST for Token Validation |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTFrom(org.w3c.dom.Element elem)
create an RST from DOM Element |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTFrom(javax.xml.bind.JAXBElement elem)
create an RST from JAXBElement |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTFrom(javax.xml.transform.Source src)
create an RST from a Source |
Methods in com.sun.xml.ws.security.trust.impl with parameters of type RequestSecurityToken | |
---|---|
org.w3c.dom.Element |
WSTrustElementFactoryImpl.toElement(RequestSecurityToken rst)
Marshal an RST to a DOM Element. |
javax.xml.bind.JAXBElement |
WSTrustElementFactoryImpl.toJAXBElement(RequestSecurityToken rst)
convert an RST to a JAXBElement |
javax.xml.transform.Source |
WSTrustElementFactoryImpl.toSource(RequestSecurityToken rst)
Marshal an RST to a Source. |
Uses of RequestSecurityToken in com.sun.xml.ws.security.trust.impl.elements |
---|
Classes in com.sun.xml.ws.security.trust.impl.elements that implement RequestSecurityToken | |
---|---|
class |
RequestSecurityTokenImpl
Implementation of the RequestSecurityToken interface. |
Uses of RequestSecurityToken in com.sun.xml.ws.security.trust.impl.wssx |
---|
Methods in com.sun.xml.ws.security.trust.impl.wssx that return RequestSecurityToken | |
---|---|
RequestSecurityToken |
WSTrustElementFactoryImpl.createRST()
Create an Empty RST |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForCancel(java.net.URI requestType,
CancelTarget target)
Create an RST for Token Cancellation |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lt)
Create an RST for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForRenew(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
RenewTarget target,
AllowPostdating apd,
Renewing renewingInfo)
Create an RST for a Renewal Request |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForValidate(java.net.URI tokenType,
java.net.URI requestType)
Create an RST for Token Validation |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTFrom(org.w3c.dom.Element elem)
create an RST from DOM Element |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTFrom(javax.xml.bind.JAXBElement elem)
create an RST from JAXBElement |
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTFrom(javax.xml.transform.Source src)
create an RST from a Source |
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestSecurityToken | |
---|---|
org.w3c.dom.Element |
WSTrustElementFactoryImpl.toElement(RequestSecurityToken rst)
Marshal an RST to a DOM Element. |
javax.xml.bind.JAXBElement |
WSTrustElementFactoryImpl.toJAXBElement(RequestSecurityToken rst)
convert an RST to a JAXBElement |
javax.xml.transform.Source |
WSTrustElementFactoryImpl.toSource(RequestSecurityToken rst)
Marshal an RST to a Source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |