Uses of Interface
org.eclipse.higgins.sts.api.IElement

Uses of IElement in org.eclipse.higgins.sts.api
 

Methods in org.eclipse.higgins.sts.api that return IElement
 IElement ISAMLToken.getAdvice()
           
 IElement IRequestSecurityToken.getAllowPostdating()
          Gets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 IElement IRequestSecurityTokenResponse.getAllowPostdating()
          Gets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 IElement ISAMLToken.getAttributeStatement()
           
 IElement ISAMLToken.getAuthenticationStatement()
           
 IElement IRequestSecurityTokenResponse.getAuthenticator()
          Gets the optional Authenticator element that verifies the computed hash.
 IElement ISAMLToken.getAuthorizationDecisionStatement()
           
 IElement IRequestSecurityToken.getBase()
          Gets the Base token
 IElement IRequestSecurityToken.getCancelTarget()
          Gets the required CancelTarget element that identifies the token to be cancelled.
 IElement IRequestSecurityToken.getClaims()
          Gets the Claims element that may be optional and/or required.
 IElement IRequestSecurityToken.getClientPseudonym()
           
 IElement IRequestSecurityTokenResponse.getClientPseudonym()
           
 IElement IConditions.getCondition()
           
 IElement ISAMLToken.getConditions()
           
 IElement IRequestSecurityToken.getDelegateTo()
          Gets the optional DelegateTo element.
 IElement IRequestSecurityTokenResponse.getDelegateTo()
          Gets the optional DelegateTo element.
 IElement IRequestSecurityToken.getEncryption()
          Gets the optional Encryption element that specifies that the requestor desires any returned secrets in issued security tokens to be encrypted for the specified token.
 IElement IRequestSecurityTokenResponse.getEncryption()
          Gets the optional Encryption element that specifies that the requestor desires any returned secrets in issued security tokens to be encrypted for the specified token.
 IElement IRequestSecurityToken.getEntropy()
          Gets the optional Entropy element that allows a requestor to specify entropy that is to be used in creating the key.
 IElement IRequestSecurityTokenResponse.getEntropy()
          Gets the optional Entropy element that allows a requestor to specify entropy that is to be used in creating the key.
 IElement IMessage.getMessage()
          Gets the Raw Message Information
 IElement IMEXResponse.getMetadata()
          Gets the metadata
 IElement IKeyInfo.getMgmtData()
           
 IElement IRequestSecurityToken.getOnBehalfOf()
          Gets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 IElement IRequestSecurityTokenResponse.getOnBehalfOf()
          Gets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 IElement IConditions.getOneTimeUse()
           
 IElement IKeyInfo.getPGPData()
           
 IElement IRequestSecurityToken.getPolicy()
          Gets the optional Policy element that specifies a policy that indicates desired settings for the requested token.
 IElement IRequestSecurityTokenResponse.getPolicy()
          Gets the optional Policy element that specifies a policy that indicates desired settings for the requested token.
 IElement IRequestSecurityToken.getPolicyReference()
          Gets the optional PolicyReference element that specifies a reference to a policy that indicates desired settings for the requested token.
 IElement IRequestSecurityTokenResponse.getPolicyReference()
          Gets the optional PolicyReference element that specifies a reference to a policy that indicates desired settings for the requested token.
 IElement IRequestSecurityToken.getProofEncryption()
          Gets the optional ProofEncryption element within the request.
 IElement IRequestSecurityTokenResponse.getProofEncryption()
          Gets the optional ProofEncryption element
 IElement IConditions.getProxyRestriction()
           
 IElement IRequestSecurityToken.getRenewing()
          Gets optional Renewing element that is used to specify renew semantics for types that support this operation.
 IElement IRequestSecurityTokenResponse.getRenewing()
          Gets optional Renewing element that is used to specify renew semantics for types that support this operation.
 IElement IRequestSecurityToken.getRenewTarget()
          Gets the required (when using a Renewal binding) RenewTarget element used when renewing an expired token.
 IElement IRequestSecurityToken.getRequestDisplayToken()
          Gets the RequestDisplayToken
 IElement IRequestSecurityTokenResponse.getRequestedAttachedReference()
          Gets the optional RequestedAttachedReference element from the response.
 IElement IRequestSecurityTokenResponse.getRequestedProofToken()
          Gets the optional RequestedProofToken element that is used to return the proof-of-possession token associated with the requested security token.
 IElement IRequestSecurityTokenResponse.getRequestedSecurityToken()
          Gets the requested RequestedSecurityToken element from the response.
 IElement IRequestSecurityTokenResponse.getRequestedTokenCancelled()
          Gets the RequestedTokenCancelled element.
 IElement IRequestSecurityTokenResponse.getRequestedUnattachedReference()
          Gets the optional RequestedUnattachedReference element from the response.
 IElement IKeyInfo.getRetrievalMethod()
           
 IElement ISAMLToken.getSignature()
           
 IElement IKeyInfo.getSPKIData()
           
 IElement ISAMLToken.getStatement()
           
 IElement IRequestSecurityTokenResponse.getStatus()
          Gets the Status element that MUST be in the response when a validation request is made.
 IElement ISubjectConfirmation.getSubjectConfirmationData()
           
 IElement ISAMLToken.getSubjectStatement()
           
 IElement IRequestSecurityToken.getUseKey()
          Gets the UseKey element that specifies which existing key to use, rather than creating a new one.
 IElement IRequestSecurityTokenResponse.getUseKey()
          Gets the UseKey element that specifies which existing key to use, rather than creating a new one.
 IElement IRequestSecurityToken.getValidateTarget()
          Gets the required ValidateTarget element that identifies the token being validated.
 IElement IKeyInfo.getX509Data()
           
 IElement IAttributeStatement.toElement()
           
 IElement ISecurityElement.toElement()
           
 

Methods in org.eclipse.higgins.sts.api with parameters of type IElement
 void IKeyInfo.addOtherElement(IElement elemOtherList)
           
 void IAttributeStatement.fromElement(IElement element)
           
 void ISecurityElement.fromElement(IElement element)
           
 void ISAMLToken.setAdvice(IElement elemAdvice)
           
 void IRequestSecurityToken.setAllowPostdating(IElement elemAllowPostdating)
          Sets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 void IRequestSecurityTokenResponse.setAllowPostdating(IElement elemAllowPostdating)
          Sets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 void ISAMLToken.setAttributeStatement(IElement elemAttributeStatement)
           
 void ISAMLToken.setAuthenticationStatement(IElement elemAuthenticationStatement)
           
 void IRequestSecurityTokenResponse.setAuthenticator(IElement elemAuthenticator)
          Sets the optional Authenticator element that verifies the computed hash.
 void ISAMLToken.setAuthorizationDecisionStatement(IElement elemAuthorizationDecisionStatement)
           
 void IRequestSecurityToken.setBase(IElement elemBase)
          Sets the Base token
 void IRequestSecurityToken.setCancelTarget(IElement elemCancelTarget)
          Sets the required (when using a Cancellation binding) CancelTarget element that identifies the token to be cancelled.
 void IRequestSecurityToken.setClaims(IElement elemClaims)
          Sets the Claims element that may be optional and/or required.
 void IRequestSecurityToken.setClientPseudonym(IElement clientPseudonym)
           
 void IRequestSecurityTokenResponse.setClientPseudonym(IElement clientPseudonym)
           
 void IConditions.setCondition(IElement elemCondition)
           
 void ISAMLToken.setConditions(IElement elemConditions)
           
 void IRequestSecurityToken.setDelegateTo(IElement elemDelegateTo)
          Sets the optional DelegateTo element.
 void IRequestSecurityTokenResponse.setDelegateTo(IElement elemDelegateTo)
          Sets the optional DelegateTo element.
 void IRequestSecurityToken.setEncryption(IElement elemEncryption)
          Sets the optional Encryption element that specifies that the requestor desires any returned secrets in issued security tokens to be encrypted for the specified token.
 void IRequestSecurityTokenResponse.setEncryption(IElement elemEncryption)
          Sets the optional Encryption element that specifies that the requestor desires any returned secrets in issued security tokens to be encrypted for the specified token.
 void IRequestSecurityToken.setEntropy(IElement elemEntropy)
          Sets the optional Entropy element that allows a requestor to specify entropy that is to be used in creating the key.
 void IRequestSecurityTokenResponse.setEntropy(IElement elemEntropy)
          Sets the optional Entropy element that allows a requestor to specify entropy that is to be used in creating the key.
 void IMessage.setMessage(IElement messageInformation)
          Sets the Raw Message Information
 void IMEXResponse.setMetadata(IElement metadata)
          Sets the metadata
 void IKeyInfo.setMgmtData(IElement elemMgmtData)
           
 void IRequestSecurityToken.setOnBehalfOf(IElement elemOnBehalfOf)
          Sets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 void IRequestSecurityTokenResponse.setOnBehalfOf(IElement elemOnBehalfOf)
          Sets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 void IConditions.setOneTimeUse(IElement elemOneTimeUse)
           
 void IKeyInfo.setPGPData(IElement elemPGPData)
           
 void IRequestSecurityToken.setPolicy(IElement elemPolicy)
          Sets the optional Policy element that specifies a policy that indicates desired settings for the requested token.
 void IRequestSecurityTokenResponse.setPolicy(IElement elemPolicy)
          Sets the optional Policy element that specifies a policy that indicates desired settings for the requested token.
 void IRequestSecurityToken.setPolicyReference(IElement elemPolicyReference)
          Sets the optional PolicyReference element that specifies a reference to a policy that indicates desired settings for the requested token.
 void IRequestSecurityTokenResponse.setPolicyReference(IElement elemPolicyReference)
          Sets the optional PolicyReference element that specifies a reference to a policy that indicates desired settings for the requested token.
 void IRequestSecurityToken.setProofEncryption(IElement elemProofEncryption)
          Sets the optional ProofEncryption element within the request.
 void IRequestSecurityTokenResponse.setProofEncryption(IElement elemProofEncryption)
          Sets the optional ProofEncryption element.
 void IConditions.setProxyRestriction(IElement elemProxyRestriction)
           
 void IRequestSecurityToken.setRenewing(IElement elemRenewing)
          Sets optional Renewing element that is used to specify renew semantics for types that support this operation.
 void IRequestSecurityTokenResponse.setRenewing(IElement elemRenewing)
          Sets optional Renewing element that is used to specify renew semantics for types that support this operation.
 void IRequestSecurityToken.setRenewTarget(IElement elemRenewTarget)
          Sets the required (when using a Renewal binding) RenewTarget element used when renewing an expired token.
 void IRequestSecurityToken.setRequestDisplayToken(IElement elemRequestDisplayToken)
          Sets the RequestDisplayToken
 void IRequestSecurityTokenResponse.setRequestedAttachedReference(IElement elemRequestedAttachedReference)
          Sets the optional RequestedAttachedReference element in the response.
 void IRequestSecurityTokenResponse.setRequestedProofToken(IElement elemRequestedProofToken)
          Sets the optional RequestedProofToken element that is used to return the proof-of-possession token associated with the requested security token.
 void IRequestSecurityTokenResponse.setRequestedSecurityToken(IElement elemRequestedSecurityToken)
          Sets the requested RequestedSecurityToken element within the response.
 void IRequestSecurityTokenResponse.setRequestedTokenCancelled(IElement elemRequestedTokenCancelled)
          Sets the RequestedTokenCancelled element.
 void IRequestSecurityTokenResponse.setRequestedUnattachedReference(IElement elemRequestedUnattachedReference)
          Sets the optional RequestedUnattachedReference element in the response.
 void IKeyInfo.setRetrievalMethod(IElement elemRetrievalMethod)
           
 void ISAMLToken.setSignature(IElement elemSignature)
           
 void IKeyInfo.setSPKIData(IElement elemSPKIData)
           
 void ISAMLToken.setStatement(IElement elemStatement)
           
 void IRequestSecurityTokenResponse.setStatus(IElement elemStatus)
          Sets the Status element that MUST be in the response when a validation request is made.
 void ISubjectConfirmation.setSubjectConfirmationData(IElement elemSubjectConfirmationData)
           
 void ISAMLToken.setSubjectStatement(IElement elemSubjectStatement)
           
 void IRequestSecurityToken.setUseKey(IElement elemUseKey)
          Sets the UseKey element that specifies which existing key to use, rather than creating a new one.
 void IRequestSecurityTokenResponse.setUseKey(IElement elemUseKey)
          Sets the UseKey element that specifies which existing key to use, rather than creating a new one.
 void IRequestSecurityToken.setValidateTarget(IElement elemValidateTarget)
          Sets the required (when using a Validation binding) ValidateTarget element that identifies the token being validated.
 void IKeyInfo.setX509Data(IElement elemX509Data)