Uses of Class
com.sun.xml.ws.api.security.trust.WSTrustException

Packages that use WSTrustException
com.sun.xml.ws.api.security.trust   
com.sun.xml.ws.api.security.trust.client   
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.secconv.impl.client   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.client   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.ic   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
com.sun.xml.ws.security.trust.util   
 

Uses of WSTrustException in com.sun.xml.ws.api.security.trust
 

Methods in com.sun.xml.ws.api.security.trust that throw WSTrustException
 V WSTrustContract.cancel(K rst, com.sun.xml.ws.security.IssuedTokenContext context, java.util.Map map)
          Cancel a Token
 com.sun.xml.ws.security.Token IssueSamlTokenContract.createSAMLAssertion(java.lang.String appliesTo, java.lang.String tokenType, java.lang.String keyType, java.lang.String assertionId, java.lang.String issuer, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, com.sun.xml.ws.security.IssuedTokenContext context)
           
 void STSTokenProvider.generateToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void WSTrustContract.handleUnsolicited(V rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.
 void STSTokenProvider.invalidateToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 V WSTrustContract.issue(K rst, com.sun.xml.ws.security.IssuedTokenContext context)
          Issue a Token
 void STSTokenProvider.isValideToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 V WSTrustContract.renew(K rst, com.sun.xml.ws.security.IssuedTokenContext context)
          Renew a Token
 void STSTokenProvider.renewToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 V WSTrustContract.validate(K request, com.sun.xml.ws.security.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
 void IssuedTokenProvider.cancel(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenManager.cancelIssuedToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenManager.getIssuedToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenProvider.issue(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenProvider.renew(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenManager.renewIssuedToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenProvider.validate(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void IssuedTokenManager.validateIssuedToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 

Uses of WSTrustException in com.sun.xml.ws.security.secconv
 

Subclasses of WSTrustException in com.sun.xml.ws.security.secconv
 class WSSecureConversationException
          A General WS-SecureConversation Implementation Exception
 

Constructors in com.sun.xml.ws.security.secconv with parameters of type WSTrustException
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
 void SCTokenProviderImpl.cancel(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void SCTokenProviderImpl.issue(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void SCTokenProviderImpl.renew(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void SCTokenProviderImpl.validate(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 

Uses of WSTrustException in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that throw WSTrustException
abstract  BinarySecret WSTrustElementFactory.createBinarySecret(org.w3c.dom.Element elem)
          Create a BinarySecret
abstract  Claims WSTrustElementFactory.createClaims(org.w3c.dom.Element elem)
           
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  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRCollectionForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create a collection of RequestSecurityTokenResponse(s)
 BaseSTSResponse WSTrustClientContract.createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.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 returned
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForRenew(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create an RSTR for a Renewal Response
 void WSTrustClientContract.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.
 BaseSTSResponse WSTrustClientContract.handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
static WSTrustContract<BaseSTSRequest,BaseSTSResponse> WSTrustFactory.newWSTrustContract(STSConfiguration config, java.lang.String appliesTo)
          Return a concrete implementor of WSTrustContract.
 void TrustPlugin.process(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void TrustPlugin.processValidate(com.sun.xml.ws.security.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
 void WSTrustElementBase.setKeyType(java.net.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
 BaseSTSResponse IssueSamlTokenContract.cancel(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context, java.util.Map issuedTokenCtxMap)
          Cancel a Token
 BaseSTSResponse WSTrustContractImpl.cancel(BaseSTSRequest rst, com.sun.xml.ws.security.IssuedTokenContext context, java.util.Map map)
           
 BinarySecret WSTrustElementFactoryImpl.createBinarySecret(org.w3c.dom.Element elem)
           
 Claims WSTrustElementFactoryImpl.createClaims(org.w3c.dom.Element elem)
           
 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
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.createRSTRCollectionForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create a collection of RequestSecurityTokenResponse(s)
 BaseSTSResponse WSTrustClientContractImpl.createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create an RSTR for Issue from the given arguments.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForRenew(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create an RSTR for Renew from the given arguments.
protected  com.sun.xml.wss.saml.Assertion IssueSamlTokenContractImpl.createSAML11Assertion(java.lang.String assertionId, java.lang.String issuer, java.lang.String appliesTo, com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, java.lang.String keyType)
           
protected  com.sun.xml.wss.saml.Assertion DefaultSAMLTokenProvider.createSAML11Assertion(WSTrustVersion wstVer, int lifeSpan, java.lang.String confirMethod, java.lang.String assertionId, java.lang.String issuer, java.lang.String appliesTo, com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, java.lang.String keyType)
           
protected  com.sun.xml.wss.saml.Assertion IssueSamlTokenContractImpl.createSAML20Assertion(java.lang.String assertionId, java.lang.String issuer, java.lang.String appliesTo, com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, java.lang.String keyType)
           
protected  com.sun.xml.wss.saml.Assertion DefaultSAMLTokenProvider.createSAML20Assertion(WSTrustVersion wstVer, int lifeSpan, java.lang.String confirMethod, java.lang.String assertionId, java.lang.String issuer, java.lang.String appliesTo, com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, java.lang.String keyType, java.lang.String authnCtx)
           
abstract  com.sun.xml.ws.security.Token IssueSamlTokenContract.createSAMLAssertion(java.lang.String appliesTo, java.lang.String tokenType, java.lang.String keyType, java.lang.String assertionId, java.lang.String issuer, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, com.sun.xml.ws.security.IssuedTokenContext context)
           
 com.sun.xml.ws.security.Token IssueSamlTokenContractImpl.createSAMLAssertion(java.lang.String appliesTo, java.lang.String tokenType, java.lang.String keyType, java.lang.String assertionId, java.lang.String issuer, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, com.sun.xml.ws.security.IssuedTokenContext context)
           
 com.sun.xml.ws.security.Token SBIssuedSamlTokenContractImpl.createSAMLAssertion(java.lang.String appliesTo, java.lang.String tokenType, java.lang.String keyType, java.lang.String assertionId, java.lang.String issuer, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs, com.sun.xml.ws.security.IssuedTokenContext context)
           
protected static javax.xml.namespace.QName[] TrustPluginImpl.doMexRequest(java.lang.String wsdlLocation, java.lang.String stsURI)
          This method uses mex client api to issue a mex request and return the matching service name and port name
 void DefaultSAMLTokenProvider.generateToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
protected  void WSTrustContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
           
 void WSTrustClientContractImpl.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.
 BaseSTSResponse WSTrustClientContractImpl.handleRSTRForNegotiatedExchange(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
 void IssueSamlTokenContract.handleUnsolicited(BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.
 void WSTrustContractImpl.handleUnsolicited(BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
           
 void DefaultSAMLTokenProvider.invalidateToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 BaseSTSResponse IssueSamlTokenContract.issue(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Issue a Token
 BaseSTSResponse WSTrustContractImpl.issue(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
           
 BaseSTSResponse IssueSamlTokenContract.issueMultiple(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Issue a Collection of Token(s) possibly for different scopes
 void DefaultSAMLTokenProvider.isValideToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void TrustPluginImpl.process(com.sun.xml.ws.security.IssuedTokenContext itc)
           
 void TrustPluginImpl.processValidate(com.sun.xml.ws.security.IssuedTokenContext itc)
           
 BaseSTSResponse IssueSamlTokenContract.renew(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Renew a Token
 BaseSTSResponse WSTrustContractImpl.renew(BaseSTSRequest rst, com.sun.xml.ws.security.IssuedTokenContext context)
           
 void DefaultSAMLTokenProvider.renewToken(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 BaseSTSResponse IssueSamlTokenContract.validate(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Validate a Token
 BaseSTSResponse WSTrustContractImpl.validate(BaseSTSRequest request, com.sun.xml.ws.security.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
 void STSIssuedTokenProviderImpl.cancel(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void STSIssuedTokenProviderImpl.issue(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void STSIssuedTokenProviderImpl.renew(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void STSIssuedTokenProviderImpl.validate(com.sun.xml.ws.security.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
static com.sun.xml.ws.security.trust.impl.bindings.BinarySecretType BinarySecretImpl.fromElement(org.w3c.dom.Element element)
          Constructs a BinarySecret element from an existing XML block.
static com.sun.xml.ws.security.trust.impl.bindings.ClaimsType ClaimsImpl.fromElement(org.w3c.dom.Element element)
           
static com.sun.xml.ws.security.trust.impl.bindings.EntropyType EntropyImpl.fromElement(org.w3c.dom.Element element)
          Constructs a Entropy element from an existing XML block.
static com.sun.xml.ws.security.trust.impl.bindings.LifetimeType LifetimeImpl.fromElement(org.w3c.dom.Element element)
          Constructs a Lifetime element from an existing XML block.
static com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType RequestedProofTokenImpl.fromElement(org.w3c.dom.Element element)
           
static com.sun.xml.ws.security.trust.impl.bindings.RequestedSecurityTokenType RequestedSecurityTokenImpl.fromElement(org.w3c.dom.Element element)
          Constructs a RequestedSecurityToken element from an existing XML block.
 void RequestSecurityTokenImpl.setKeyType(java.net.URI keytype)
           
 void RequestSecurityTokenResponseImpl.setKeyType(java.net.URI keytype)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements that throw WSTrustException
ClaimsImpl(com.sun.xml.ws.security.trust.impl.bindings.ClaimsType clType)
           
RequestSecurityTokenImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenType rstType)
           
RequestSecurityTokenResponseCollectionImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType rstrcType)
           
RequestSecurityTokenResponseImpl(com.sun.xml.ws.security.trust.impl.bindings.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
protected  void ICContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.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
 BinarySecret WSTrustElementFactoryImpl.createBinarySecret(org.w3c.dom.Element elem)
           
 Claims WSTrustElementFactoryImpl.createClaims(org.w3c.dom.Element elem)
           
 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
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.createRSTRCollectionForIssue(java.util.List rstrs)
           
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.createRSTRCollectionForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)
          Create a collection of RequestSecurityTokenResponse(s)
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedReference, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)
          Create an RSTR for Issue from the given arguments.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForRenew(java.net.URI tokenType, java.net.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
static com.sun.xml.ws.security.trust.impl.wssx.bindings.BinarySecretType BinarySecretImpl.fromElement(org.w3c.dom.Element element)
          Constructs a BinarySecret element from an existing XML block.
static com.sun.xml.ws.security.trust.impl.wssx.bindings.ClaimsType ClaimsImpl.fromElement(org.w3c.dom.Element element)
           
static com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType EntropyImpl.fromElement(org.w3c.dom.Element element)
          Constructs a Entropy element from an existing XML block.
static com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType LifetimeImpl.fromElement(org.w3c.dom.Element element)
          Constructs a Lifetime element from an existing XML block.
static com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType RequestedProofTokenImpl.fromElement(org.w3c.dom.Element element)
           
static com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedSecurityTokenType RequestedSecurityTokenImpl.fromElement(org.w3c.dom.Element element)
          Constructs a RequestedSecurityToken element from an existing XML block.
 void RequestSecurityTokenImpl.setKeyType(java.net.URI keytype)
           
 void RequestSecurityTokenResponseImpl.setKeyType(java.net.URI keytype)
           
 void SecondaryParametersImpl.setKeyType(java.net.URI keytype)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements that throw WSTrustException
ClaimsImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.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
static com.sun.xml.wss.saml.Assertion WSTrustUtil.addSamlAttributes(com.sun.xml.wss.saml.Assertion assertion, java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> claimedAttrs)