public class IamClientRequest extends Object
Constructor and Description |
---|
IamClientRequest(List<String> redirectUris,
String clientName,
List<String> contacts,
String tokenEndpointAuthMethod,
String scope,
List<String> grantTypes,
List<String> responseTypes)
Constructor of IAMClientRequest, used to send a request to IAM to create a client.
|
Modifier and Type | Method and Description |
---|---|
String |
getClientName() |
List<String> |
getContacts() |
List<String> |
getGrantTypes() |
List<String> |
getRedirectUris() |
List<String> |
getResponseTypes() |
String |
getScope() |
String |
getTokenEndpointAuthMethod() |
void |
setClientName(String clientName) |
void |
setContacts(List<String> contacts) |
void |
setGrantTypes(List<String> grantTypes) |
void |
setRedirectUris(List<String> redirectUris) |
void |
setResponseTypes(List<String> responseTypes) |
void |
setScope(String scope) |
void |
setTokenEndpointAuthMethod(String tokenEndpointAuthMethod) |
public String getClientName()
public void setClientName(String clientName)
public String getTokenEndpointAuthMethod()
public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod)
public String getScope()
public void setScope(String scope)
Copyright © 2015–2025 I.N.F.N.. All rights reserved.