public class AuthInfoFluentImpl<T extends AuthInfoFluent<T>> extends BaseFluent<T> implements AuthInfoFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
AuthInfoFluentImpl.ExtensionsNestedImpl<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<T extends AuthInfoFluent<T>>public T withAs(String as)
withAs in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getClientCertificate()
getClientCertificate in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withClientCertificate(String clientCertificate)
withClientCertificate in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getClientCertificateData()
getClientCertificateData in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withClientCertificateData(String clientCertificateData)
withClientCertificateData in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getClientKey()
getClientKey in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withClientKey(String clientKey)
withClientKey in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getClientKeyData()
getClientKeyData in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withClientKeyData(String clientKeyData)
withClientKeyData in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T addToExtensions(NamedExtension... items)
addToExtensions in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T removeFromExtensions(NamedExtension... items)
removeFromExtensions in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public List<NamedExtension> getExtensions()
getExtensions in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withExtensions(List<NamedExtension> extensions)
withExtensions in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withExtensions(NamedExtension... extensions)
withExtensions in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public AuthInfoFluent.ExtensionsNested<T> addNewExtension()
addNewExtension in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public AuthInfoFluent.ExtensionsNested<T> addNewExtensionLike(NamedExtension item)
addNewExtensionLike in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getPassword()
getPassword in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withPassword(String password)
withPassword in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getToken()
getToken in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withToken(String token)
withToken in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public String getUsername()
getUsername in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withUsername(String username)
withUsername in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AuthInfoFluent<T extends AuthInfoFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AuthInfoFluent<T extends AuthInfoFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.