Package org.yamcs.protobuf
Interface AuthInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthInfo,AuthInfo.Builder
public interface AuthInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOpenID Connect information.OpenID Connect information.booleanoptional bool requireAuthentication = 1;booleanIf true, the server is supportive of SPNEGO negotiationbooleanOpenID Connect information.booleanoptional bool requireAuthentication = 1;booleanIf true, the server is supportive of SPNEGO negotiationMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequireAuthentication
boolean hasRequireAuthentication()optional bool requireAuthentication = 1;- Returns:
- Whether the requireAuthentication field is set.
-
getRequireAuthentication
boolean getRequireAuthentication()optional bool requireAuthentication = 1;- Returns:
- The requireAuthentication.
-
hasSpnego
boolean hasSpnego()If true, the server is supportive of SPNEGO negotiation
optional bool spnego = 2;- Returns:
- Whether the spnego field is set.
-
getSpnego
boolean getSpnego()If true, the server is supportive of SPNEGO negotiation
optional bool spnego = 2;- Returns:
- The spnego.
-
hasOpenid
boolean hasOpenid()OpenID Connect information. If used, the server expects web applications to generate an OAuth2 code directly against the upstream OpenID Connect server.
optional .yamcs.protobuf.auth.OpenIDConnectInfo openid = 3;- Returns:
- Whether the openid field is set.
-
getOpenid
OpenIDConnectInfo getOpenid()OpenID Connect information. If used, the server expects web applications to generate an OAuth2 code directly against the upstream OpenID Connect server.
optional .yamcs.protobuf.auth.OpenIDConnectInfo openid = 3;- Returns:
- The openid.
-
getOpenidOrBuilder
OpenIDConnectInfoOrBuilder getOpenidOrBuilder()OpenID Connect information. If used, the server expects web applications to generate an OAuth2 code directly against the upstream OpenID Connect server.
optional .yamcs.protobuf.auth.OpenIDConnectInfo openid = 3;
-