Package dev.sigstore.fulcio.v2
Interface CredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Credentials,Credentials.Builder
public interface CredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Credentials.CredentialsCasegetCredentialsCase()java.lang.StringgetOidcIdentityToken()The OIDC token that identifies the callercom.google.protobuf.ByteStringgetOidcIdentityTokenBytes()The OIDC token that identifies the callerbooleanhasOidcIdentityToken()The OIDC token that identifies the caller-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOidcIdentityToken
boolean hasOidcIdentityToken()
The OIDC token that identifies the caller
string oidc_identity_token = 1;- Returns:
- Whether the oidcIdentityToken field is set.
-
getOidcIdentityToken
java.lang.String getOidcIdentityToken()
The OIDC token that identifies the caller
string oidc_identity_token = 1;- Returns:
- The oidcIdentityToken.
-
getOidcIdentityTokenBytes
com.google.protobuf.ByteString getOidcIdentityTokenBytes()
The OIDC token that identifies the caller
string oidc_identity_token = 1;- Returns:
- The bytes for oidcIdentityToken.
-
getCredentialsCase
Credentials.CredentialsCase getCredentialsCase()
-
-