Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] New method:IVirtualOrganization.getDefaultTokenDescription()

> > So let the user decide, and I would recommend the user to create VOMS
> > proxy if available. Perhaps that make things not as straightforward as
> > proposed by Mariusz.
>
> I also think it would be best to let the user decide which one to use.
> But this needs some change in the way the auth tokens are requested, or
> at least how the possible options are determined (so if a globus proxy
> is requested also the voms proxy is an available option since it is
> compatible).

Fully agree. But Mariusz proposal is anyways good/needed i think.

Remember that GridFTP needs a GlobusProxy, which allows the VOMS proxy case 
because
public class VomsProxyDescription
    extends GlobusProxyDescription {

so we should let the user choose but still recommend him to use the default 
proxy-type for that VO (and pre-select that one in the selection dialog so 
that the user can simply press enter without much thinking!

Cheers, Ariel


Back to the top