public class AuthInfoFluentImpl<A extends AuthInfoFluent<A>> extends BaseFluent<A> implements AuthInfoFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AuthInfoFluentImpl.AuthProviderNestedImpl<N> |
class |
AuthInfoFluentImpl.ExtensionsNestedImpl<N> |
AuthInfoFluent.AuthProviderNested<N>, AuthInfoFluent.ExtensionsNested<N>_visitables| Constructor and Description |
|---|
AuthInfoFluentImpl() |
AuthInfoFluentImpl(AuthInfo instance) |
public AuthInfoFluentImpl()
public AuthInfoFluentImpl(AuthInfo instance)
public String getAs()
getAs in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withAs(String as)
withAs in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthProviderConfig getAuthProvider()
getAuthProvider in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withAuthProvider(AuthProviderConfig authProvider)
withAuthProvider in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.AuthProviderNested<A> withNewAuthProvider()
withNewAuthProvider in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.AuthProviderNested<A> withNewAuthProviderLike(AuthProviderConfig item)
withNewAuthProviderLike in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.AuthProviderNested<A> editAuthProvider()
editAuthProvider in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.AuthProviderNested<A> editOrNewAuthProvider()
editOrNewAuthProvider in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.AuthProviderNested<A> editOrNewAuthProviderLike(AuthProviderConfig item)
editOrNewAuthProviderLike in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getClientCertificate()
getClientCertificate in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withClientCertificate(String clientCertificate)
withClientCertificate in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getClientCertificateData()
getClientCertificateData in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withClientCertificateData(String clientCertificateData)
withClientCertificateData in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getClientKey()
getClientKey in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withClientKey(String clientKey)
withClientKey in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getClientKeyData()
getClientKeyData in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withClientKeyData(String clientKeyData)
withClientKeyData in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A addToExtensions(NamedExtension... items)
addToExtensions in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A removeFromExtensions(NamedExtension... items)
removeFromExtensions in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public List<NamedExtension> getExtensions()
getExtensions in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withExtensions(List<NamedExtension> extensions)
withExtensions in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withExtensions(NamedExtension... extensions)
withExtensions in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.ExtensionsNested<A> addNewExtension()
addNewExtension in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public AuthInfoFluent.ExtensionsNested<A> addNewExtensionLike(NamedExtension item)
addNewExtensionLike in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getPassword()
getPassword in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withPassword(String password)
withPassword in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getToken()
getToken in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withToken(String token)
withToken in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public String getUsername()
getUsername in interface AuthInfoFluent<A extends AuthInfoFluent<A>>public A withUsername(String username)
withUsername in interface AuthInfoFluent<A extends AuthInfoFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.