All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.alm.auth.basic.CredentialPrompt Maven / Gradle / Ivy

There is a newer version: 0.6.4
Show newest version
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root.

package com.microsoft.alm.auth.basic;

import com.microsoft.alm.secret.Credential;

import java.net.URI;

public interface CredentialPrompt {

    /**
     * Retrieve a credential object
     *
     * @param target
     *      the resource we are trying to manage
     *
     * @return user entered credential
     */
    Credential prompt(final URI target);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy