- 0.77.0 (latest)
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.71.0
 - 0.69.0
 - 0.67.0
 - 0.66.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.6
 - 0.1.0
 
public interface AwsOpenIdConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClaimsSupported(int index)
public abstract String getClaimsSupported(int index)Supported claims.
 repeated string claims_supported = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The claimsSupported at the given index.  | 
      
getClaimsSupportedBytes(int index)
public abstract ByteString getClaimsSupportedBytes(int index)Supported claims.
 repeated string claims_supported = 6;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the claimsSupported at the given index.  | 
      
getClaimsSupportedCount()
public abstract int getClaimsSupportedCount()Supported claims.
 repeated string claims_supported = 6;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of claimsSupported.  | 
      
getClaimsSupportedList()
public abstract List<String> getClaimsSupportedList()Supported claims.
 repeated string claims_supported = 6;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the claimsSupported.  | 
      
getGrantTypes(int index)
public abstract String getGrantTypes(int index)Supported grant types.
 repeated string grant_types = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The grantTypes at the given index.  | 
      
getGrantTypesBytes(int index)
public abstract ByteString getGrantTypesBytes(int index)Supported grant types.
 repeated string grant_types = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the grantTypes at the given index.  | 
      
getGrantTypesCount()
public abstract int getGrantTypesCount()Supported grant types.
 repeated string grant_types = 7;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of grantTypes.  | 
      
getGrantTypesList()
public abstract List<String> getGrantTypesList()Supported grant types.
 repeated string grant_types = 7;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the grantTypes.  | 
      
getIdTokenSigningAlgValuesSupported(int index)
public abstract String getIdTokenSigningAlgValuesSupported(int index)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The idTokenSigningAlgValuesSupported at the given index.  | 
      
getIdTokenSigningAlgValuesSupportedBytes(int index)
public abstract ByteString getIdTokenSigningAlgValuesSupportedBytes(int index)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the idTokenSigningAlgValuesSupported at the given index.  | 
      
getIdTokenSigningAlgValuesSupportedCount()
public abstract int getIdTokenSigningAlgValuesSupportedCount()supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of idTokenSigningAlgValuesSupported.  | 
      
getIdTokenSigningAlgValuesSupportedList()
public abstract List<String> getIdTokenSigningAlgValuesSupportedList()supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the idTokenSigningAlgValuesSupported.  | 
      
getIssuer()
public abstract String getIssuer()OIDC Issuer.
 string issuer = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The issuer.  | 
      
getIssuerBytes()
public abstract ByteString getIssuerBytes()OIDC Issuer.
 string issuer = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for issuer.  | 
      
getJwksUri()
public abstract String getJwksUri()JSON Web Key uri.
 string jwks_uri = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The jwksUri.  | 
      
getJwksUriBytes()
public abstract ByteString getJwksUriBytes()JSON Web Key uri.
 string jwks_uri = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for jwksUri.  | 
      
getResponseTypesSupported(int index)
public abstract String getResponseTypesSupported(int index)Supported response types.
 repeated string response_types_supported = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The responseTypesSupported at the given index.  | 
      
getResponseTypesSupportedBytes(int index)
public abstract ByteString getResponseTypesSupportedBytes(int index)Supported response types.
 repeated string response_types_supported = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the responseTypesSupported at the given index.  | 
      
getResponseTypesSupportedCount()
public abstract int getResponseTypesSupportedCount()Supported response types.
 repeated string response_types_supported = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of responseTypesSupported.  | 
      
getResponseTypesSupportedList()
public abstract List<String> getResponseTypesSupportedList()Supported response types.
 repeated string response_types_supported = 3;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the responseTypesSupported.  | 
      
getSubjectTypesSupported(int index)
public abstract String getSubjectTypesSupported(int index)Supported subject types.
 repeated string subject_types_supported = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subjectTypesSupported at the given index.  | 
      
getSubjectTypesSupportedBytes(int index)
public abstract ByteString getSubjectTypesSupportedBytes(int index)Supported subject types.
 repeated string subject_types_supported = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the subjectTypesSupported at the given index.  | 
      
getSubjectTypesSupportedCount()
public abstract int getSubjectTypesSupportedCount()Supported subject types.
 repeated string subject_types_supported = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of subjectTypesSupported.  | 
      
getSubjectTypesSupportedList()
public abstract List<String> getSubjectTypesSupportedList()Supported subject types.
 repeated string subject_types_supported = 4;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the subjectTypesSupported.  |