Package eu.dnetlib.developers.dto
Class ServiceResponse
- java.lang.Object
-
- eu.dnetlib.developers.dto.ServiceResponse
-
- All Implemented Interfaces:
Serializable
public class ServiceResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceResponsefromString(String response)StringgetClientId()LonggetClientIdIssuedAt()StringgetClientName()StringgetClientSecret()LonggetClientSecretExpiresAt()String[]getContacts()String[]getGrantTypes()JwksgetJwks()StringgetJwksUri()StringgetLogoUri()StringgetPolicyUri()String[]getRedirectUris()StringgetRegistrationAccessToken()StringgetRegistrationClientUri()StringgetScope()StringgetTokenEndpointAuthMethod()StringgetTokenEndpointAuthSigningAlg()StringtoJson()
-
-
-
Method Detail
-
getClientId
public String getClientId()
-
getClientIdIssuedAt
public Long getClientIdIssuedAt()
-
getClientSecret
public String getClientSecret()
-
getClientSecretExpiresAt
public Long getClientSecretExpiresAt()
-
getRegistrationAccessToken
public String getRegistrationAccessToken()
-
getRegistrationClientUri
public String getRegistrationClientUri()
-
getRedirectUris
public String[] getRedirectUris()
-
getClientName
public String getClientName()
-
getLogoUri
public String getLogoUri()
-
getPolicyUri
public String getPolicyUri()
-
getContacts
public String[] getContacts()
-
getGrantTypes
public String[] getGrantTypes()
-
getTokenEndpointAuthMethod
public String getTokenEndpointAuthMethod()
-
getTokenEndpointAuthSigningAlg
public String getTokenEndpointAuthSigningAlg()
-
getScope
public String getScope()
-
getJwksUri
public String getJwksUri()
-
getJwks
public Jwks getJwks()
-
toJson
public String toJson()
-
fromString
public static ServiceResponse fromString(String response)
-
-