Uses of Class
com.sun.xml.ws.api.security.trust.WSTrustException
-
-
Uses of WSTrustException in com.sun.xml.ws.api.security.trust
Methods in com.sun.xml.ws.api.security.trust that throw WSTrustException Modifier and Type Method Description VWSTrustContract. cancel(K rst, IssuedTokenContext context, Map map)Cancel a TokenTokenIssueSamlTokenContract. 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.voidSTSTokenProvider. invalidateToken(IssuedTokenContext ctx)VWSTrustContract. issue(K rst, IssuedTokenContext context)Issue a TokenvoidSTSTokenProvider. isValideToken(IssuedTokenContext ctx)VWSTrustContract. renew(K rst, IssuedTokenContext context)Renew a TokenvoidSTSTokenProvider. renewToken(IssuedTokenContext ctx)VWSTrustContract. 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 WSTrustException Modifier and Type Method Description voidIssuedTokenProvider. cancel(IssuedTokenContext ctx)voidIssuedTokenManager. 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 WSTrustException Modifier and Type Method Description SecurityTokenReferenceTypeCommunicator. tryStartSecureConversation(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.secconv Modifier and Type Class Description classWSSecureConversationExceptionA General WS-SecureConversation Implementation ExceptionConstructors in com.sun.xml.ws.security.secconv with parameters of type WSTrustException Constructor Description WSSecureConversationException(WSTrustException tex) -
Uses of WSTrustException in com.sun.xml.ws.security.secconv.impl.client
Methods in com.sun.xml.ws.security.secconv.impl.client that throw WSTrustException Modifier and Type Method Description voidSCTokenProviderImpl. cancel(IssuedTokenContext ctx)voidSCTokenProviderImpl. issue(IssuedTokenContext ctx)voidSCTokenProviderImpl. renew(IssuedTokenContext ctx)voidSCTokenProviderImpl. validate(IssuedTokenContext ctx) -
Uses of WSTrustException in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that throw WSTrustException Modifier and Type Method Description abstract BinarySecretWSTrustElementFactory. createBinarySecret(Element elem)Create a BinarySecretabstract ClaimsWSTrustElementFactory. createClaims()abstract ClaimsWSTrustElementFactory. createClaims(Claims claims)abstract ClaimsWSTrustElementFactory. createClaims(Element elem)abstract RequestSecurityTokenWSTrustElementFactory. createRSTForIssue(URI tokenType, URI requestType, URI context, 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 presentabstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create a collection of RequestSecurityTokenResponse(s)BaseSTSResponseWSTrustClientContract. createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.abstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)create an RSTR for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returnedabstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for a Renewal ResponsevoidWSTrustClientContract. handleRSTR(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context)Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.BaseSTSResponseWSTrustClientContract. handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, IssuedTokenContext context)Handle an RSTR returned by the Issuer and Respond to the Challengestatic WSTrustContract<BaseSTSRequest,BaseSTSResponse>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 WSTrustException Modifier and Type Method Description voidWSTrustElementBase. 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 WSTrustException Modifier and Type Method Description BaseSTSResponseIssueSamlTokenContract. cancel(BaseSTSRequest request, IssuedTokenContext context, Map issuedTokenCtxMap)Cancel a TokenBaseSTSResponseWSTrustContractImpl. cancel(BaseSTSRequest rst, IssuedTokenContext context, Map map)BinarySecretWSTrustElementFactoryImpl. createBinarySecret(Element elem)ClaimsWSTrustElementFactoryImpl. createClaims()ClaimsWSTrustElementFactoryImpl. createClaims(Claims claims)ClaimsWSTrustElementFactoryImpl. createClaims(Element elem)RequestSecurityTokenWSTrustElementFactoryImpl. createRSTForIssue(URI tokenType, URI requestType, URI context, 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 presentRequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create a collection of RequestSecurityTokenResponse(s)BaseSTSResponseWSTrustClientContractImpl. createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for Issue from the given arguments.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for Renew from the given arguments.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)TokenIssueSamlTokenContractImpl. createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)TokenSBIssuedSamlTokenContractImpl. 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.BaseSTSResponseWSTrustClientContractImpl. handleRSTRForNegotiatedExchange(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context)Handle an RSTR returned by the Issuer and Respond to the ChallengevoidIssueSamlTokenContract. handleUnsolicited(BaseSTSResponse rstr, IssuedTokenContext context)handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.voidWSTrustContractImpl. handleUnsolicited(BaseSTSResponse rstr, IssuedTokenContext context)voidDefaultSAMLTokenProvider. invalidateToken(IssuedTokenContext ctx)BaseSTSResponseIssueSamlTokenContract. issue(BaseSTSRequest request, IssuedTokenContext context)Issue a TokenBaseSTSResponseWSTrustContractImpl. issue(BaseSTSRequest request, IssuedTokenContext context)BaseSTSResponseIssueSamlTokenContract. issueMultiple(BaseSTSRequest request, IssuedTokenContext context)Issue a Collection of Token(s) possibly for different scopesvoidDefaultSAMLTokenProvider. isValideToken(IssuedTokenContext ctx)voidTrustPluginImpl. process(IssuedTokenContext itc)voidTrustPluginImpl. processValidate(IssuedTokenContext itc)BaseSTSResponseIssueSamlTokenContract. renew(BaseSTSRequest request, IssuedTokenContext context)Renew a TokenBaseSTSResponseWSTrustContractImpl. renew(BaseSTSRequest rst, IssuedTokenContext context)voidDefaultSAMLTokenProvider. renewToken(IssuedTokenContext ctx)BaseSTSResponseIssueSamlTokenContract. validate(BaseSTSRequest request, IssuedTokenContext context)Validate a TokenBaseSTSResponseWSTrustContractImpl. 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 WSTrustException Modifier and Type Method Description voidSTSIssuedTokenProviderImpl. cancel(IssuedTokenContext ctx)voidSTSIssuedTokenProviderImpl. issue(IssuedTokenContext ctx)voidSTSIssuedTokenProviderImpl. renew(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 WSTrustException Modifier and Type Method Description static 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.voidRequestSecurityTokenImpl. setKeyType(URI keytype)voidRequestSecurityTokenResponseImpl. setKeyType(URI keytype)Constructors in com.sun.xml.ws.security.trust.impl.elements that throw WSTrustException Constructor Description ClaimsImpl(ClaimsType clType)RequestSecurityTokenImpl(RequestSecurityTokenType rstType)RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType)RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.impl.ic
Methods in com.sun.xml.ws.security.trust.impl.ic that throw WSTrustException Modifier and Type Method Description protected 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 WSTrustException Modifier and Type Method Description BinarySecretWSTrustElementFactoryImpl. createBinarySecret(Element elem)ClaimsWSTrustElementFactoryImpl. createClaims()ClaimsWSTrustElementFactoryImpl. createClaims(Claims claims)ClaimsWSTrustElementFactoryImpl. createClaims(Element elem)RequestSecurityTokenWSTrustElementFactoryImpl. createRSTForIssue(URI tokenType, URI requestType, URI context, 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 presentRequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)Create a collection of RequestSecurityTokenResponse(s)RequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. createRSTRCollectionForIssue(List rstrs)RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedReference, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)Create an RSTR for Issue from the given arguments.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for Renew from the given arguments. -
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 WSTrustException Modifier and Type Method Description static 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.voidRequestSecurityTokenImpl. setKeyType(URI keytype)voidRequestSecurityTokenResponseImpl. setKeyType(URI keytype)voidSecondaryParametersImpl. setKeyType(URI keytype)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements that throw WSTrustException Constructor Description ClaimsImpl(ClaimsType clType) -
Uses of WSTrustException in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util that throw WSTrustException Modifier and Type Method Description static AssertionWSTrustUtil. addSamlAttributes(Assertion assertion, Map<QName,List<String>> claimedAttrs)
-