Uses of Class
com.sun.xml.ws.security.trust.WSTrustVersion
-
-
Uses of WSTrustVersion in com.sun.xml.ws.security.trust
Fields in com.sun.xml.ws.security.trust declared as WSTrustVersion Modifier and Type Field Description static WSTrustVersionWSTrustVersion. WS_TRUST_10static WSTrustVersionWSTrustVersion. WS_TRUST_13Methods in com.sun.xml.ws.security.trust that return WSTrustVersion Modifier and Type Method Description static WSTrustVersionWSTrustVersion. getInstance(String nsURI)Methods in com.sun.xml.ws.security.trust with parameters of type WSTrustVersion Modifier and Type Method Description static javax.xml.bind.JAXBContextWSTrustElementFactory. getContext(WSTrustVersion wstVer)static WSTrustElementFactoryWSTrustElementFactory. newInstance(WSTrustVersion wstVer) -
Uses of WSTrustVersion in com.sun.xml.ws.security.trust.impl
Subclasses of WSTrustVersion in com.sun.xml.ws.security.trust.impl Modifier and Type Class Description classWSTrustVersion10Fields in com.sun.xml.ws.security.trust.impl declared as WSTrustVersion Modifier and Type Field Description protected WSTrustVersionIssueSamlTokenContract. wstVerprotected WSTrustVersionWSTrustContractImpl. wstVerMethods in com.sun.xml.ws.security.trust.impl with parameters of type WSTrustVersion Modifier and Type Method Description protected AssertionDefaultSAMLTokenProvider. createSAML11Assertion(WSTrustVersion wstVer, int lifeSpan, String confirMethod, String assertionId, String issuer, String appliesTo, org.apache.xml.security.keys.KeyInfo keyInfo, Map<QName,List<String>> claimedAttrs, String keyType)protected AssertionDefaultSAMLTokenProvider. createSAML20Assertion(WSTrustVersion wstVer, int lifeSpan, String confirMethod, String assertionId, String issuer, String appliesTo, org.apache.xml.security.keys.KeyInfo keyInfo, Map<QName,List<String>> claimedAttrs, String keyType, String authnCtx) -
Uses of WSTrustVersion in com.sun.xml.ws.security.trust.impl.wssx
Subclasses of WSTrustVersion in com.sun.xml.ws.security.trust.impl.wssx Modifier and Type Class Description classWSTrustVersion13 -
Uses of WSTrustVersion in com.sun.xml.ws.security.trust.sts
Fields in com.sun.xml.ws.security.trust.sts declared as WSTrustVersion Modifier and Type Field Description protected WSTrustVersionBaseSTSImpl. wstVer -
Uses of WSTrustVersion in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util with parameters of type WSTrustVersion Modifier and Type Method Description static LifetimeWSTrustUtil. createLifetime(long currentTime, long lifespan, WSTrustVersion wstVer)static StringWSTrustUtil. elemToString(BaseSTSRequest rst, WSTrustVersion wstVer)static StringWSTrustUtil. elemToString(BaseSTSResponse rstr, WSTrustVersion wstVer) -
Uses of WSTrustVersion in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return WSTrustVersion Modifier and Type Method Description WSTrustVersionProcessingContextImpl. getWsTrustVer()Methods in com.sun.xml.wss.impl with parameters of type WSTrustVersion Modifier and Type Method Description voidProcessingContextImpl. setWsTrustVer(WSTrustVersion wsTrustVer) -
Uses of WSTrustVersion in com.sun.xml.wss.jaxws.impl
Fields in com.sun.xml.wss.jaxws.impl declared as WSTrustVersion Modifier and Type Field Description protected WSTrustVersionSecurityTubeBase. wsTrustVer -
Uses of WSTrustVersion in com.sun.xml.wss.provider.wsit
Fields in com.sun.xml.wss.provider.wsit declared as WSTrustVersion Modifier and Type Field Description protected WSTrustVersionWSITAuthContextBase. wsTrustVer
-