Interface Response

  • All Superinterfaces:
    java.io.Serializable

    public interface Response
    extends java.io.Serializable
    This is Response that is outputted by each service principal.
    Since:
    4.1.0
    • Method Detail

      • getAttributes

        java.util.Map<java.lang.String,​java.lang.String> getAttributes()
        Gets attributes.
        Returns:
        the attributes
      • getResponseType

        Response.ResponseType getResponseType()
        Gets response type.
        Returns:
        the response type
      • getUrl

        java.lang.String getUrl()
        Gets url.
        Returns:
        the url