Package io.jans.as.client
Class OpenIdConnectDiscoveryResponse
- java.lang.Object
-
- io.jans.as.client.BaseResponse
-
- io.jans.as.client.OpenIdConnectDiscoveryResponse
-
public class OpenIdConnectDiscoveryResponse extends BaseResponse
- Author:
- Javier Rojas Blum Date: 01.28.2013
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseResponse
entity, headers, location, status
-
-
Constructor Summary
Constructors Constructor Description OpenIdConnectDiscoveryResponse(int status)
Constructs an OpenID Connect Discovery Response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.jans.as.model.discovery.WebFingerLink>
getLinks()
String
getSubject()
void
setLinks(List<io.jans.as.model.discovery.WebFingerLink> links)
void
setSubject(String subject)
-
Methods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
-