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 IRequestSecurityTokenResponse.getAppliesTo()
          Gets this optional element that specifies the scope for the service(s) to which this token applies.
 IEndpointReference IAppliesTo.getEndpointReference()
          Gets the IEndpointReference
 IEndpointReference IAddressingInformation.getFaultTo()
          Gets the FaultTo EPR
 IEndpointReference IAddressingInformation.getFrom()
          Gets the From EPR
 IEndpointReference IRequestSecurityToken.getIssuer()
          Gets the Issuer element EndpointReference of the issuer of the security token that is presented in the message.
 IEndpointReference IRequestSecurityTokenResponse.getIssuer()
          Gets the Issuer element EndpointReference of the issuer of the security token that is presented in the message.
 IEndpointReference IAddressingInformation.getReplyTo()
          Gets the ReplyTo EPR
 

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