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 IMEXResponse.getMetadata()
          Gets the metadata
 IElement ISecurityToken.getAsElement()
           
 IElement IMessage.getMessage()
          Gets the Raw Message Information
 IElement IRequestSecurityToken.getClientPseudonym()
           
 IElement IRequestSecurityToken.getBase()
          Gets the Base token
 IElement IRequestSecurityToken.getRequestDisplayToken()
          Gets the RequestDisplayToken
 IElement IRequestSecurityToken.getCancelTarget()
          Gets the required CancelTarget element that identifies the token to be cancelled.
 IElement IRequestSecurityToken.getValidateTarget()
          Gets the required ValidateTarget element that identifies the token being validated.
 IElement IRequestSecurityToken.getRenewTarget()
          Gets the required (when using a Renewal binding) RenewTarget element used when renewing an expired token.
 IElement IRequestSecurityToken.getClaims()
          Gets the Claims element that may be optional and/or required.
 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 IRequestSecurityToken.getAllowPostdating()
          Gets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 IElement IRequestSecurityToken.getRenewing()
          Gets optional Renewing element that is used to specify renew semantics for types that support this operation.
 IElement IRequestSecurityToken.getOnBehalfOf()
          Gets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 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 IRequestSecurityToken.getProofEncryption()
          Gets the optional ProofEncryption element within the request.
 IElement IRequestSecurityToken.getUseKey()
          Gets the UseKey element that specifies which existing key to use, rather than creating a new one.
 IElement IRequestSecurityToken.getDelegateTo()
          Gets the optional DelegateTo element.
 IElement IRequestSecurityToken.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.getClientPseudonym()
           
 IElement IRequestSecurityTokenResponse.getRequestedTokenCancelled()
          Gets the RequestedTokenCancelled element.
 IElement IRequestSecurityTokenResponse.getRequestedDisplayToken()
          Gets the RequestedDisplayToken
 IElement IRequestSecurityTokenResponse.getRequestedSecurityToken()
          Gets the requested RequestedSecurityToken element from the response.
 IElement IRequestSecurityTokenResponse.getRequestedAttachedReference()
          Gets the optional RequestedAttachedReference element from the response.
 IElement IRequestSecurityTokenResponse.getRequestedUnattachedReference()
          Gets the optional RequestedUnattachedReference 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.getEntropy()
          Gets the optional Entropy element that allows a requestor to specify entropy that is to be used in creating the key.
 IElement IRequestSecurityTokenResponse.getStatus()
          Gets the Status element that MUST be in the response when a validation request is made.
 IElement IRequestSecurityTokenResponse.getAllowPostdating()
          Gets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 IElement IRequestSecurityTokenResponse.getRenewing()
          Gets optional Renewing element that is used to specify renew semantics for types that support this operation.
 IElement IRequestSecurityTokenResponse.getOnBehalfOf()
          Gets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 IElement IRequestSecurityTokenResponse.getAuthenticator()
          Gets the optional Authenticator element that verifies the computed hash.
 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 IRequestSecurityTokenResponse.getProofEncryption()
          Gets the optional ProofEncryption element
 IElement IRequestSecurityTokenResponse.getUseKey()
          Gets the UseKey element that specifies which existing key to use, rather than creating a new one.
 IElement IRequestSecurityTokenResponse.getDelegateTo()
          Gets the optional DelegateTo element.
 IElement IRequestSecurityTokenResponse.getPolicy()
          Gets the optional Policy element that specifies 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.
 

Methods in org.eclipse.higgins.sts.api with parameters of type IElement
 void IMEXResponse.setMetadata(IElement metadata)
          Sets the metadata
 void ISecurityInformation.addSecurityToken(IElement elemToken)
           
 void IMessage.setMessage(IElement messageInformation)
          Sets the Raw Message Information
 void IRequestSecurityToken.setClientPseudonym(IElement clientPseudonym)
           
 void IRequestSecurityToken.setBase(IElement elemBase)
          Sets the Base token
 void IRequestSecurityToken.setRequestDisplayToken(IElement elemRequestDisplayToken)
          Sets the RequestDisplayToken
 void IRequestSecurityToken.setCancelTarget(IElement elemCancelTarget)
          Sets the required (when using a Cancellation binding) CancelTarget element that identifies the token to be cancelled.
 void IRequestSecurityToken.setValidateTarget(IElement elemValidateTarget)
          Sets the required (when using a Validation binding) ValidateTarget element that identifies the token being validated.
 void IRequestSecurityToken.setRenewTarget(IElement elemRenewTarget)
          Sets the required (when using a Renewal binding) RenewTarget element used when renewing an expired token.
 void IRequestSecurityToken.setClaims(IElement elemClaims)
          Sets the Claims element that may be optional and/or required.
 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 IRequestSecurityToken.setAllowPostdating(IElement elemAllowPostdating)
          Sets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 void IRequestSecurityToken.setRenewing(IElement elemRenewing)
          Sets optional Renewing element that is used to specify renew semantics for types that support this operation.
 void IRequestSecurityToken.setOnBehalfOf(IElement elemOnBehalfOf)
          Sets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 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 IRequestSecurityToken.setProofEncryption(IElement elemProofEncryption)
          Sets the optional ProofEncryption element within the request.
 void IRequestSecurityToken.setUseKey(IElement elemUseKey)
          Sets the UseKey element that specifies which existing key to use, rather than creating a new one.
 void IRequestSecurityToken.setDelegateTo(IElement elemDelegateTo)
          Sets the optional DelegateTo element.
 void IRequestSecurityToken.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.setClientPseudonym(IElement clientPseudonym)
           
 void IRequestSecurityTokenResponse.setRequestedTokenCancelled(IElement elemRequestedTokenCancelled)
          Sets the RequestedTokenCancelled element.
 void IRequestSecurityTokenResponse.setRequestedDisplayToken(IElement elemRequestedDisplayToken)
          Sets the RequestedDisplayToken
 void IRequestSecurityTokenResponse.setRequestedSecurityToken(IElement elemRequestedSecurityToken)
          Sets the requested RequestedSecurityToken element within the response.
 void IRequestSecurityTokenResponse.setRequestedAttachedReference(IElement elemRequestedAttachedReference)
          Sets the optional RequestedAttachedReference element in the response.
 void IRequestSecurityTokenResponse.setRequestedUnattachedReference(IElement elemRequestedUnattachedReference)
          Sets the optional RequestedUnattachedReference 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.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.setStatus(IElement elemStatus)
          Sets the Status element that MUST be in the response when a validation request is made.
 void IRequestSecurityTokenResponse.setAllowPostdating(IElement elemAllowPostdating)
          Sets the AllowPostdating element that indicates that returned tokens should allow requests for postdated tokens.
 void IRequestSecurityTokenResponse.setRenewing(IElement elemRenewing)
          Sets optional Renewing element that is used to specify renew semantics for types that support this operation.
 void IRequestSecurityTokenResponse.setOnBehalfOf(IElement elemOnBehalfOf)
          Sets the optional OnBehalfOf element that indicates that the requestor is making the request on behalf of another.
 void IRequestSecurityTokenResponse.setAuthenticator(IElement elemAuthenticator)
          Sets the optional Authenticator element that verifies the computed hash.
 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 IRequestSecurityTokenResponse.setProofEncryption(IElement elemProofEncryption)
          Sets the optional ProofEncryption element.
 void IRequestSecurityTokenResponse.setUseKey(IElement elemUseKey)
          Sets the UseKey element that specifies which existing key to use, rather than creating a new one.
 void IRequestSecurityTokenResponse.setDelegateTo(IElement elemDelegateTo)
          Sets the optional DelegateTo element.
 void IRequestSecurityTokenResponse.setPolicy(IElement elemPolicy)
          Sets the optional Policy element that specifies 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.