public interface Response
extends java.io.Serializable
Response that is outputted by each service principal.| Modifier and Type | Interface and Description |
|---|---|
static class |
Response.ResponseType
An enumeration of different response types.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Gets attributes.
|
Response.ResponseType |
getResponseType()
Gets response type.
|
java.lang.String |
getUrl()
Gets url.
|
java.util.Map<java.lang.String,java.lang.String> getAttributes()
Response.ResponseType getResponseType()
java.lang.String getUrl()