public class JwtAuthConfigForCreateInboundAuthConfigOutput extends Object
| Constructor and Description |
|---|
JwtAuthConfigForCreateInboundAuthConfigOutput() |
| Modifier and Type | Method and Description |
|---|---|
JwtAuthConfigForCreateInboundAuthConfigOutput |
addAllowedAudiencesItem(String allowedAudiencesItem) |
JwtAuthConfigForCreateInboundAuthConfigOutput |
addAllowedClientsItem(String allowedClientsItem) |
JwtAuthConfigForCreateInboundAuthConfigOutput |
allowedAudiences(List<String> allowedAudiences) |
JwtAuthConfigForCreateInboundAuthConfigOutput |
allowedClients(List<String> allowedClients) |
JwtAuthConfigForCreateInboundAuthConfigOutput |
discoveryUrl(String discoveryUrl) |
boolean |
equals(Object o) |
List<String> |
getAllowedAudiences()
Get allowedAudiences
|
List<String> |
getAllowedClients()
Get allowedClients
|
String |
getDiscoveryUrl()
Get discoveryUrl
|
int |
hashCode() |
void |
setAllowedAudiences(List<String> allowedAudiences) |
void |
setAllowedClients(List<String> allowedClients) |
void |
setDiscoveryUrl(String discoveryUrl) |
String |
toString() |
public JwtAuthConfigForCreateInboundAuthConfigOutput()
public JwtAuthConfigForCreateInboundAuthConfigOutput allowedAudiences(List<String> allowedAudiences)
public JwtAuthConfigForCreateInboundAuthConfigOutput addAllowedAudiencesItem(String allowedAudiencesItem)
public List<String> getAllowedAudiences()
public JwtAuthConfigForCreateInboundAuthConfigOutput allowedClients(List<String> allowedClients)
public JwtAuthConfigForCreateInboundAuthConfigOutput addAllowedClientsItem(String allowedClientsItem)
public List<String> getAllowedClients()
public JwtAuthConfigForCreateInboundAuthConfigOutput discoveryUrl(String discoveryUrl)
public String getDiscoveryUrl()
public void setDiscoveryUrl(String discoveryUrl)
Copyright © 2026. All rights reserved.