Class SharedTokenCacheCredentialBuilder

    • Constructor Detail

      • SharedTokenCacheCredentialBuilder

        public SharedTokenCacheCredentialBuilder()
    • Method Detail

      • username

        public SharedTokenCacheCredentialBuilder username​(String username)
        Sets the username for the account.
        Parameters:
        username - The username for the account.
        Returns:
        The updated SharedTokenCacheCredentialBuilder object.
      • tokenCachePersistenceOptions

        public SharedTokenCacheCredentialBuilder tokenCachePersistenceOptions​(TokenCachePersistenceOptions tokenCachePersistenceOptions)
        Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default. If configured, the credential will store tokens in a cache persisted to the machine, protected to the current user, which can be shared by other credentials and processes.
        Parameters:
        tokenCachePersistenceOptions - the token cache configuration options
        Returns:
        An updated instance of this builder with the token cache options configured.
      • authenticationRecord

        public SharedTokenCacheCredentialBuilder authenticationRecord​(AuthenticationRecord authenticationRecord)
        Sets the AuthenticationRecord captured from a previous authentication.
        Parameters:
        authenticationRecord - the authentication record to be configured.
        Returns:
        An updated instance of this builder with the configured authentication record.