com.atlassian.bamboo.credentials
Class Credentials
java.lang.Object
com.atlassian.bamboo.credentials.Credentials
public class Credentials
- extends Object
Helper class for credentials handling.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAllSharedCredentials
public static <T> Iterable<CredentialsData> getAllSharedCredentials(@NotNull
Iterable<T> sharedCredentialTypes,
@NotNull
CredentialsAccessor credentialsAccessor,
@NotNull
com.google.common.base.Function<T,SharedCredentialDepender> createDependerFunction)
getAllSharedCredentials
public static <T> Iterable<CredentialsData> getAllSharedCredentials(@NotNull
Iterable<T> sharedCredentialTypes,
@NotNull
CredentialsAccessor credentialsAccessor,
@NotNull
com.google.common.base.Function<T,ConfigurableSharedCredentialDepender> createDependerFunction,
@NotNull
com.google.common.base.Function<T,Map<String,String>> createConfigFunction)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.