Class BaseStandardCredentials

    • Constructor Detail

      • BaseStandardCredentials

        public BaseStandardCredentials​(@CheckForNull
                                       String id,
                                       @CheckForNull
                                       String description)
        Constructor.
        Parameters:
        id - the id.
        description - the description.
      • BaseStandardCredentials

        public BaseStandardCredentials​(@CheckForNull
                                       CredentialsScope scope,
                                       @CheckForNull
                                       String id,
                                       @CheckForNull
                                       String description)
        Constructor.
        Parameters:
        scope - the scope.
        id - the id.
        description - the description.