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

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

Methods in org.eclipse.higgins.sts.api that return IEndpointReference
 IEndpointReference IAppliesTo.getEndpointReference()
          Gets the IEndpointReference
 IEndpointReference IAddressingInformation.getFrom()
          Gets the From EPR
 IEndpointReference IAddressingInformation.getReplyTo()
          Gets the ReplyTo EPR
 IEndpointReference IAddressingInformation.getFaultTo()
          Gets the FaultTo EPR
 IEndpointReference IRequestSecurityToken.getIssuer()
          Gets the Issuer element EndpointReference of the issuer of the security token that is presented in the message.
 IEndpointReference IRequestSecurityTokenResponse.getAppliesTo()
          Gets this optional element that specifies the scope for the service(s) to which this token applies.
 IEndpointReference IRequestSecurityTokenResponse.getIssuer()
          Gets the Issuer element EndpointReference of the issuer of the security token that is presented in the message.
 

Methods in org.eclipse.higgins.sts.api with parameters of type IEndpointReference
 void IAppliesTo.setEndpointReference(IEndpointReference epr)
          Sets the IEndpointReference
 void IAddressingInformation.setFrom(IEndpointReference eprFrom)
          Sets the From EPR
 void IAddressingInformation.setReplyTo(IEndpointReference eprReplyTo)
          Sets the ReplyTo EPR
 void IAddressingInformation.setFaultTo(IEndpointReference eprFaultTo)
          Gets the FaultTo EPR
 void IRequestSecurityToken.setIssuer(IEndpointReference eprIssuer)
          Sets the Issuer element EndpointReference of the issuer of the security token that is presented in the message.
 void IRequestSecurityTokenResponse.setAppliesTo(IEndpointReference eprAppliesTo)
          Sets this optional element that specifies the scope for the service(s) to which this token applies.
 void IRequestSecurityTokenResponse.setIssuer(IEndpointReference eprIssuer)
          Sets the Issuer element EndpointReference of the issuer of the security token that is presented in the message.