Package flyteidl.service
Class Auth.OAuth2MetadataResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- flyteidl.service.Auth.OAuth2MetadataResponse
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Auth.OAuth2MetadataResponseOrBuilder,Serializable
- Enclosing class:
- Auth
public static final class Auth.OAuth2MetadataResponse extends com.google.protobuf.GeneratedMessageV3 implements Auth.OAuth2MetadataResponseOrBuilder
OAuth2MetadataResponse defines an RFC-Compliant response for /.well-known/oauth-authorization-server metadata as defined in https://tools.ietf.org/html/rfc8414
Protobuf typeflyteidl.service.OAuth2MetadataResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuth.OAuth2MetadataResponse.BuilderOAuth2MetadataResponse defines an RFC-Compliant response for /.well-known/oauth-authorization-server metadata as defined in https://tools.ietf.org/html/rfc8414-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateOAuth2MetadataResponse()privateOAuth2MetadataResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAuthorizationEndpoint()URL of the authorization server's authorization endpoint [RFC6749].com.google.protobuf.ByteStringgetAuthorizationEndpointBytes()URL of the authorization server's authorization endpoint [RFC6749].StringgetCodeChallengeMethodsSupported(int index)JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.com.google.protobuf.ByteStringgetCodeChallengeMethodsSupportedBytes(int index)JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.intgetCodeChallengeMethodsSupportedCount()JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.com.google.protobuf.ProtocolStringListgetCodeChallengeMethodsSupportedList()JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.static Auth.OAuth2MetadataResponsegetDefaultInstance()Auth.OAuth2MetadataResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetGrantTypesSupported(int index)JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.com.google.protobuf.ByteStringgetGrantTypesSupportedBytes(int index)JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.intgetGrantTypesSupportedCount()JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.com.google.protobuf.ProtocolStringListgetGrantTypesSupportedList()JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.StringgetIssuer()Defines the issuer string in all JWT tokens this server issues.com.google.protobuf.ByteStringgetIssuerBytes()Defines the issuer string in all JWT tokens this server issues.StringgetJwksUri()URL of the authorization server's JWK Set [JWK] document.com.google.protobuf.ByteStringgetJwksUriBytes()URL of the authorization server's JWK Set [JWK] document.com.google.protobuf.Parser<Auth.OAuth2MetadataResponse>getParserForType()StringgetResponseTypesSupported(int index)Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.com.google.protobuf.ByteStringgetResponseTypesSupportedBytes(int index)Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.intgetResponseTypesSupportedCount()Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.com.google.protobuf.ProtocolStringListgetResponseTypesSupportedList()Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.StringgetScopesSupported(int index)JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.com.google.protobuf.ByteStringgetScopesSupportedBytes(int index)JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.intgetScopesSupportedCount()JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.com.google.protobuf.ProtocolStringListgetScopesSupportedList()JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.intgetSerializedSize()StringgetTokenEndpoint()URL of the authorization server's token endpoint [RFC6749].StringgetTokenEndpointAuthMethodsSupported(int index)JSON array containing a list of client authentication methods supported by this token endpoint.com.google.protobuf.ByteStringgetTokenEndpointAuthMethodsSupportedBytes(int index)JSON array containing a list of client authentication methods supported by this token endpoint.intgetTokenEndpointAuthMethodsSupportedCount()JSON array containing a list of client authentication methods supported by this token endpoint.com.google.protobuf.ProtocolStringListgetTokenEndpointAuthMethodsSupportedList()JSON array containing a list of client authentication methods supported by this token endpoint.com.google.protobuf.ByteStringgetTokenEndpointBytes()URL of the authorization server's token endpoint [RFC6749].com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Auth.OAuth2MetadataResponse.BuildernewBuilder()static Auth.OAuth2MetadataResponse.BuildernewBuilder(Auth.OAuth2MetadataResponse prototype)Auth.OAuth2MetadataResponse.BuildernewBuilderForType()protected Auth.OAuth2MetadataResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Auth.OAuth2MetadataResponseparseDelimitedFrom(InputStream input)static Auth.OAuth2MetadataResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataResponseparseFrom(byte[] data)static Auth.OAuth2MetadataResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataResponseparseFrom(com.google.protobuf.ByteString data)static Auth.OAuth2MetadataResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataResponseparseFrom(com.google.protobuf.CodedInputStream input)static Auth.OAuth2MetadataResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataResponseparseFrom(InputStream input)static Auth.OAuth2MetadataResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataResponseparseFrom(ByteBuffer data)static Auth.OAuth2MetadataResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Auth.OAuth2MetadataResponse>parser()Auth.OAuth2MetadataResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
ISSUER_FIELD_NUMBER
public static final int ISSUER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
issuer_
private volatile Object issuer_
-
AUTHORIZATION_ENDPOINT_FIELD_NUMBER
public static final int AUTHORIZATION_ENDPOINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
authorizationEndpoint_
private volatile Object authorizationEndpoint_
-
TOKEN_ENDPOINT_FIELD_NUMBER
public static final int TOKEN_ENDPOINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
tokenEndpoint_
private volatile Object tokenEndpoint_
-
RESPONSE_TYPES_SUPPORTED_FIELD_NUMBER
public static final int RESPONSE_TYPES_SUPPORTED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
responseTypesSupported_
private com.google.protobuf.LazyStringList responseTypesSupported_
-
SCOPES_SUPPORTED_FIELD_NUMBER
public static final int SCOPES_SUPPORTED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
scopesSupported_
private com.google.protobuf.LazyStringList scopesSupported_
-
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED_FIELD_NUMBER
public static final int TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
tokenEndpointAuthMethodsSupported_
private com.google.protobuf.LazyStringList tokenEndpointAuthMethodsSupported_
-
JWKS_URI_FIELD_NUMBER
public static final int JWKS_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
jwksUri_
private volatile Object jwksUri_
-
CODE_CHALLENGE_METHODS_SUPPORTED_FIELD_NUMBER
public static final int CODE_CHALLENGE_METHODS_SUPPORTED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
codeChallengeMethodsSupported_
private com.google.protobuf.LazyStringList codeChallengeMethodsSupported_
-
GRANT_TYPES_SUPPORTED_FIELD_NUMBER
public static final int GRANT_TYPES_SUPPORTED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
grantTypesSupported_
private com.google.protobuf.LazyStringList grantTypesSupported_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final Auth.OAuth2MetadataResponse DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<Auth.OAuth2MetadataResponse> PARSER
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getIssuer
public String getIssuer()
Defines the issuer string in all JWT tokens this server issues. The issuer can be admin itself or an external issuer.
string issuer = 1;- Specified by:
getIssuerin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The issuer.
-
getIssuerBytes
public com.google.protobuf.ByteString getIssuerBytes()
Defines the issuer string in all JWT tokens this server issues. The issuer can be admin itself or an external issuer.
string issuer = 1;- Specified by:
getIssuerBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The bytes for issuer.
-
getAuthorizationEndpoint
public String getAuthorizationEndpoint()
URL of the authorization server's authorization endpoint [RFC6749]. This is REQUIRED unless no grant types are supported that use the authorization endpoint.
string authorization_endpoint = 2;- Specified by:
getAuthorizationEndpointin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The authorizationEndpoint.
-
getAuthorizationEndpointBytes
public com.google.protobuf.ByteString getAuthorizationEndpointBytes()
URL of the authorization server's authorization endpoint [RFC6749]. This is REQUIRED unless no grant types are supported that use the authorization endpoint.
string authorization_endpoint = 2;- Specified by:
getAuthorizationEndpointBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The bytes for authorizationEndpoint.
-
getTokenEndpoint
public String getTokenEndpoint()
URL of the authorization server's token endpoint [RFC6749].
string token_endpoint = 3;- Specified by:
getTokenEndpointin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The tokenEndpoint.
-
getTokenEndpointBytes
public com.google.protobuf.ByteString getTokenEndpointBytes()
URL of the authorization server's token endpoint [RFC6749].
string token_endpoint = 3;- Specified by:
getTokenEndpointBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The bytes for tokenEndpoint.
-
getResponseTypesSupportedList
public com.google.protobuf.ProtocolStringList getResponseTypesSupportedList()
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
repeated string response_types_supported = 4;- Specified by:
getResponseTypesSupportedListin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- A list containing the responseTypesSupported.
-
getResponseTypesSupportedCount
public int getResponseTypesSupportedCount()
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
repeated string response_types_supported = 4;- Specified by:
getResponseTypesSupportedCountin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The count of responseTypesSupported.
-
getResponseTypesSupported
public String getResponseTypesSupported(int index)
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
repeated string response_types_supported = 4;- Specified by:
getResponseTypesSupportedin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The responseTypesSupported at the given index.
-
getResponseTypesSupportedBytes
public com.google.protobuf.ByteString getResponseTypesSupportedBytes(int index)
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
repeated string response_types_supported = 4;- Specified by:
getResponseTypesSupportedBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the responseTypesSupported at the given index.
-
getScopesSupportedList
public com.google.protobuf.ProtocolStringList getScopesSupportedList()
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
repeated string scopes_supported = 5;- Specified by:
getScopesSupportedListin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- A list containing the scopesSupported.
-
getScopesSupportedCount
public int getScopesSupportedCount()
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
repeated string scopes_supported = 5;- Specified by:
getScopesSupportedCountin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The count of scopesSupported.
-
getScopesSupported
public String getScopesSupported(int index)
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
repeated string scopes_supported = 5;- Specified by:
getScopesSupportedin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The scopesSupported at the given index.
-
getScopesSupportedBytes
public com.google.protobuf.ByteString getScopesSupportedBytes(int index)
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
repeated string scopes_supported = 5;- Specified by:
getScopesSupportedBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the scopesSupported at the given index.
-
getTokenEndpointAuthMethodsSupportedList
public com.google.protobuf.ProtocolStringList getTokenEndpointAuthMethodsSupportedList()
JSON array containing a list of client authentication methods supported by this token endpoint.
repeated string token_endpoint_auth_methods_supported = 6;- Specified by:
getTokenEndpointAuthMethodsSupportedListin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- A list containing the tokenEndpointAuthMethodsSupported.
-
getTokenEndpointAuthMethodsSupportedCount
public int getTokenEndpointAuthMethodsSupportedCount()
JSON array containing a list of client authentication methods supported by this token endpoint.
repeated string token_endpoint_auth_methods_supported = 6;- Specified by:
getTokenEndpointAuthMethodsSupportedCountin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The count of tokenEndpointAuthMethodsSupported.
-
getTokenEndpointAuthMethodsSupported
public String getTokenEndpointAuthMethodsSupported(int index)
JSON array containing a list of client authentication methods supported by this token endpoint.
repeated string token_endpoint_auth_methods_supported = 6;- Specified by:
getTokenEndpointAuthMethodsSupportedin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tokenEndpointAuthMethodsSupported at the given index.
-
getTokenEndpointAuthMethodsSupportedBytes
public com.google.protobuf.ByteString getTokenEndpointAuthMethodsSupportedBytes(int index)
JSON array containing a list of client authentication methods supported by this token endpoint.
repeated string token_endpoint_auth_methods_supported = 6;- Specified by:
getTokenEndpointAuthMethodsSupportedBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tokenEndpointAuthMethodsSupported at the given index.
-
getJwksUri
public String getJwksUri()
URL of the authorization server's JWK Set [JWK] document. The referenced document contains the signing key(s) the client uses to validate signatures from the authorization server.
string jwks_uri = 7;- Specified by:
getJwksUriin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The jwksUri.
-
getJwksUriBytes
public com.google.protobuf.ByteString getJwksUriBytes()
URL of the authorization server's JWK Set [JWK] document. The referenced document contains the signing key(s) the client uses to validate signatures from the authorization server.
string jwks_uri = 7;- Specified by:
getJwksUriBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The bytes for jwksUri.
-
getCodeChallengeMethodsSupportedList
public com.google.protobuf.ProtocolStringList getCodeChallengeMethodsSupportedList()
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.
repeated string code_challenge_methods_supported = 8;- Specified by:
getCodeChallengeMethodsSupportedListin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- A list containing the codeChallengeMethodsSupported.
-
getCodeChallengeMethodsSupportedCount
public int getCodeChallengeMethodsSupportedCount()
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.
repeated string code_challenge_methods_supported = 8;- Specified by:
getCodeChallengeMethodsSupportedCountin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The count of codeChallengeMethodsSupported.
-
getCodeChallengeMethodsSupported
public String getCodeChallengeMethodsSupported(int index)
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.
repeated string code_challenge_methods_supported = 8;- Specified by:
getCodeChallengeMethodsSupportedin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The codeChallengeMethodsSupported at the given index.
-
getCodeChallengeMethodsSupportedBytes
public com.google.protobuf.ByteString getCodeChallengeMethodsSupportedBytes(int index)
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.
repeated string code_challenge_methods_supported = 8;- Specified by:
getCodeChallengeMethodsSupportedBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the codeChallengeMethodsSupported at the given index.
-
getGrantTypesSupportedList
public com.google.protobuf.ProtocolStringList getGrantTypesSupportedList()
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
repeated string grant_types_supported = 9;- Specified by:
getGrantTypesSupportedListin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- A list containing the grantTypesSupported.
-
getGrantTypesSupportedCount
public int getGrantTypesSupportedCount()
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
repeated string grant_types_supported = 9;- Specified by:
getGrantTypesSupportedCountin interfaceAuth.OAuth2MetadataResponseOrBuilder- Returns:
- The count of grantTypesSupported.
-
getGrantTypesSupported
public String getGrantTypesSupported(int index)
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
repeated string grant_types_supported = 9;- Specified by:
getGrantTypesSupportedin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The grantTypesSupported at the given index.
-
getGrantTypesSupportedBytes
public com.google.protobuf.ByteString getGrantTypesSupportedBytes(int index)
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
repeated string grant_types_supported = 9;- Specified by:
getGrantTypesSupportedBytesin interfaceAuth.OAuth2MetadataResponseOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the grantTypesSupported at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Auth.OAuth2MetadataResponse parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Auth.OAuth2MetadataResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Auth.OAuth2MetadataResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Auth.OAuth2MetadataResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Auth.OAuth2MetadataResponse.Builder newBuilder()
-
newBuilder
public static Auth.OAuth2MetadataResponse.Builder newBuilder(Auth.OAuth2MetadataResponse prototype)
-
toBuilder
public Auth.OAuth2MetadataResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Auth.OAuth2MetadataResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Auth.OAuth2MetadataResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Auth.OAuth2MetadataResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<Auth.OAuth2MetadataResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Auth.OAuth2MetadataResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-