public class AuthInfoFluentImpl<A extends AuthInfoFluent<A>> extends BaseFluent<A> implements AuthInfoFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
AuthInfoFluentImpl.ExtensionsNestedImpl<N> |
AuthInfoFluent.ExtensionsNested<N>
_visitables
Constructor and Description |
---|
AuthInfoFluentImpl() |
AuthInfoFluentImpl(AuthInfo instance) |
Modifier and Type | Method and Description |
---|---|
AuthInfoFluent.ExtensionsNested<A> |
addNewExtension() |
AuthInfoFluent.ExtensionsNested<A> |
addNewExtensionLike(NamedExtension item) |
A |
addToExtensions(NamedExtension... items) |
boolean |
equals(Object o) |
String |
getAs() |
String |
getClientCertificate() |
String |
getClientCertificateData() |
String |
getClientKey() |
String |
getClientKeyData() |
List<NamedExtension> |
getExtensions() |
String |
getPassword() |
String |
getToken() |
String |
getUsername() |
A |
removeFromExtensions(NamedExtension... items) |
A |
withAs(String as) |
A |
withClientCertificate(String clientCertificate) |
A |
withClientCertificateData(String clientCertificateData) |
A |
withClientKey(String clientKey) |
A |
withClientKeyData(String clientKeyData) |
A |
withExtensions(List<NamedExtension> extensions) |
A |
withExtensions(NamedExtension... extensions) |
A |
withPassword(String password) |
A |
withToken(String token) |
A |
withUsername(String username) |
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 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.