Interface Response
-
- All Superinterfaces:
java.io.Serializable
public interface Response extends java.io.SerializableThis isResponsethat is outputted by each service principal.- Since:
- 4.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResponse.ResponseTypeAn enumeration of different response types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getAttributes()Gets attributes.Response.ResponseTypegetResponseType()Gets response type.java.lang.StringgetUrl()Gets url.
-
-
-
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
-
-