Uses of Class
com.sun.xml.ws.api.security.trust.WSTrustException
Packages that use WSTrustException
Package
Description
-
Uses of WSTrustException in com.sun.xml.ws.api.security.trust
Methods in com.sun.xml.ws.api.security.trust that throw WSTrustExceptionModifier and TypeMethodDescriptionWSTrustContract.cancel(K rst, IssuedTokenContext context, Map map) Cancel a TokenIssueSamlTokenContract.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) voidSTSTokenProvider.generateToken(IssuedTokenContext ctx) voidWSTrustContract.handleUnsolicited(V rstr, IssuedTokenContext context) handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.WSTrustContract.issue(K rst, IssuedTokenContext context) Issue a TokenvoidSTSTokenProvider.isValideToken(IssuedTokenContext ctx) WSTrustContract.renew(K rst, IssuedTokenContext context) Renew a TokenWSTrustContract.validate(K request, IssuedTokenContext context) Validate a Token -
Uses of WSTrustException in com.sun.xml.ws.api.security.trust.client
Methods in com.sun.xml.ws.api.security.trust.client that throw WSTrustExceptionModifier and TypeMethodDescriptionvoidIssuedTokenManager.cancelIssuedToken(IssuedTokenContext ctx) voidIssuedTokenManager.getIssuedToken(IssuedTokenContext ctx) voidIssuedTokenProvider.issue(IssuedTokenContext ctx) voidIssuedTokenProvider.renew(IssuedTokenContext ctx) voidIssuedTokenManager.renewIssuedToken(IssuedTokenContext ctx) voidIssuedTokenProvider.validate(IssuedTokenContext ctx) voidIssuedTokenManager.validateIssuedToken(IssuedTokenContext ctx) -
Uses of WSTrustException in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that throw WSTrustExceptionModifier and TypeMethodDescriptionCommunicator.tryStartSecureConversation(com.sun.xml.ws.api.message.Packet request) If security is enabled, tries to initate secured conversation and obtain the security token reference. -
Uses of WSTrustException in com.sun.xml.ws.security.secconv
Subclasses of WSTrustException in com.sun.xml.ws.security.secconvModifier and TypeClassDescriptionclassA General WS-SecureConversation Implementation ExceptionConstructors in com.sun.xml.ws.security.secconv with parameters of type WSTrustException -
Uses of WSTrustException in com.sun.xml.ws.security.secconv.impl.client
Methods in com.sun.xml.ws.security.secconv.impl.client that throw WSTrustExceptionModifier and TypeMethodDescriptionvoidSCTokenProviderImpl.issue(IssuedTokenContext ctx) voidSCTokenProviderImpl.renew(IssuedTokenContext ctx) -
Uses of WSTrustException in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that throw WSTrustExceptionModifier and TypeMethodDescriptionabstract BinarySecretWSTrustElementFactory.createBinarySecret(Element elem) Create a BinarySecretabstract ClaimsWSTrustElementFactory.createClaims(Element elem) voidWSTrustClientContract.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.WSTrustFactory.newWSTrustContract(STSConfiguration config, String appliesTo) Return a concrete implementor of WSTrustContract.voidTrustPlugin.process(IssuedTokenContext ctx) voidTrustPlugin.processValidate(IssuedTokenContext ctx) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that throw WSTrustExceptionModifier and TypeMethodDescriptionvoidWSTrustElementBase.setKeyType(URI keytype) set KeyType parameter -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that throw WSTrustExceptionModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createBinarySecret(Element elem) WSTrustElementFactoryImpl.createClaims(Element elem) 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 AssertionIssueSamlTokenContractImpl.createSAML11Assertion(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) protected AssertionIssueSamlTokenContractImpl.createSAML20Assertion(String assertionId, String issuer, String appliesTo, org.apache.xml.security.keys.KeyInfo keyInfo, Map<QName, List<String>> claimedAttrs, String keyType) abstract TokenIssueSamlTokenContract.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) IssueSamlTokenContractImpl.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) SBIssuedSamlTokenContractImpl.createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) protected static QName[]TrustPluginImpl.doMexRequest(String wsdlLocation, String stsURI) This method uses mex client api to issue a mex request and return the matching service name and port namevoidDefaultSAMLTokenProvider.generateToken(IssuedTokenContext ctx) protected voidWSTrustContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) voidWSTrustClientContractImpl.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.IssueSamlTokenContract.issue(BaseSTSRequest request, IssuedTokenContext context) Issue a TokenWSTrustContractImpl.issue(BaseSTSRequest request, IssuedTokenContext context) voidDefaultSAMLTokenProvider.isValideToken(IssuedTokenContext ctx) voidTrustPluginImpl.process(IssuedTokenContext itc) voidTrustPluginImpl.processValidate(IssuedTokenContext itc) WSTrustContractImpl.validate(BaseSTSRequest request, IssuedTokenContext context) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl.client
Methods in com.sun.xml.ws.security.trust.impl.client that throw WSTrustExceptionModifier and TypeMethodDescriptionvoidSTSIssuedTokenProviderImpl.issue(IssuedTokenContext ctx) voidSTSIssuedTokenProviderImpl.validate(IssuedTokenContext ctx) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl.elements
Methods in com.sun.xml.ws.security.trust.impl.elements that throw WSTrustExceptionModifier and TypeMethodDescriptionstatic BinarySecretTypeBinarySecretImpl.fromElement(Element element) Constructs aBinarySecretelement from an existing XML block.static ClaimsTypeClaimsImpl.fromElement(Element element) static EntropyTypeEntropyImpl.fromElement(Element element) Constructs aEntropyelement from an existing XML block.static LifetimeTypeLifetimeImpl.fromElement(Element element) Constructs aLifetimeelement from an existing XML block.static RequestedProofTokenTypeRequestedProofTokenImpl.fromElement(Element element) static RequestedSecurityTokenTypeRequestedSecurityTokenImpl.fromElement(Element element) Constructs aRequestedSecurityTokenelement from an existing XML block.final voidRequestSecurityTokenResponseImpl.setKeyType(URI keytype) Constructors in com.sun.xml.ws.security.trust.impl.elements that throw WSTrustExceptionModifierConstructorDescription -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl.ic
Methods in com.sun.xml.ws.security.trust.impl.ic that throw WSTrustExceptionModifier and TypeMethodDescriptionprotected voidICContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that throw WSTrustExceptionModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createBinarySecret(Element elem) WSTrustElementFactoryImpl.createClaims(Element elem) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl.wssx.elements
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that throw WSTrustExceptionModifier and TypeMethodDescriptionstatic BinarySecretTypeBinarySecretImpl.fromElement(Element element) Constructs aBinarySecretelement from an existing XML block.static ClaimsTypeClaimsImpl.fromElement(Element element) static EntropyTypeEntropyImpl.fromElement(Element element) Constructs aEntropyelement from an existing XML block.static LifetimeTypeLifetimeImpl.fromElement(Element element) Constructs aLifetimeelement from an existing XML block.static RequestedProofTokenTypeRequestedProofTokenImpl.fromElement(Element element) static RequestedSecurityTokenTypeRequestedSecurityTokenImpl.fromElement(Element element) Constructs aRequestedSecurityTokenelement from an existing XML block.voidRequestSecurityTokenResponseImpl.setKeyType(URI keytype) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util that throw WSTrustException