Package io.jans.as.client
Class OpenIdConnectDiscoveryResponse
java.lang.Object
io.jans.as.client.BaseResponse
io.jans.as.client.OpenIdConnectDiscoveryResponse
- 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
ConstructorsConstructorDescriptionOpenIdConnectDiscoveryResponse
(int status) Constructs an OpenID Connect Discovery Response. -
Method Summary
Modifier and TypeMethodDescriptionList<io.jans.as.model.discovery.WebFingerLink>
getLinks()
void
void
setSubject
(String subject) Methods inherited from class io.jans.as.client.BaseResponse
getEntity, getHeaders, getLocation, getStatus, setEntity, setHeaders, setLocation, setStatus
-
Constructor Details
-
OpenIdConnectDiscoveryResponse
public OpenIdConnectDiscoveryResponse(int status) Constructs an OpenID Connect Discovery Response.- Parameters:
status
- The response status code.
-
-
Method Details
-
getSubject
-
setSubject
-
getLinks
-
setLinks
-