Package org.yamcs.protobuf
Interface OpenIDConnectInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenIDConnectInfo
,OpenIDConnectInfo.Builder
public interface OpenIDConnectInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEndpoint for for authentication or consentcom.google.protobuf.ByteString
Endpoint for for authentication or consentThe value provided when registering Yamcs against an OpenID servercom.google.protobuf.ByteString
The value provided when registering Yamcs against an OpenID servergetScope()
Scope for authorization requests (value to be interpreted by client-side web application)com.google.protobuf.ByteString
Scope for authorization requests (value to be interpreted by client-side web application)boolean
Endpoint for for authentication or consentboolean
The value provided when registering Yamcs against an OpenID serverboolean
hasScope()
Scope for authorization requests (value to be interpreted by client-side web application)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasClientId
boolean hasClientId()The value provided when registering Yamcs against an OpenID server
optional string clientId = 1;
- Returns:
- Whether the clientId field is set.
-
getClientId
String getClientId()The value provided when registering Yamcs against an OpenID server
optional string clientId = 1;
- Returns:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()The value provided when registering Yamcs against an OpenID server
optional string clientId = 1;
- Returns:
- The bytes for clientId.
-
hasAuthorizationEndpoint
boolean hasAuthorizationEndpoint()Endpoint for for authentication or consent
optional string authorizationEndpoint = 2;
- Returns:
- Whether the authorizationEndpoint field is set.
-
getAuthorizationEndpoint
String getAuthorizationEndpoint()Endpoint for for authentication or consent
optional string authorizationEndpoint = 2;
- Returns:
- The authorizationEndpoint.
-
getAuthorizationEndpointBytes
com.google.protobuf.ByteString getAuthorizationEndpointBytes()Endpoint for for authentication or consent
optional string authorizationEndpoint = 2;
- Returns:
- The bytes for authorizationEndpoint.
-
hasScope
boolean hasScope()Scope for authorization requests (value to be interpreted by client-side web application)
optional string scope = 3;
- Returns:
- Whether the scope field is set.
-
getScope
String getScope()Scope for authorization requests (value to be interpreted by client-side web application)
optional string scope = 3;
- Returns:
- The scope.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()Scope for authorization requests (value to be interpreted by client-side web application)
optional string scope = 3;
- Returns:
- The bytes for scope.
-