public class ConsoleAuthenticationFluentImpl<A extends ConsoleAuthenticationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleAuthenticationFluent<A>
| Constructor and Description |
|---|
ConsoleAuthenticationFluentImpl() |
ConsoleAuthenticationFluentImpl(ConsoleAuthentication instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLogoutRedirect() |
int |
hashCode() |
Boolean |
hasLogoutRedirect() |
A |
withLogoutRedirect(String logoutRedirect) |
A |
withNewLogoutRedirect(String arg0)
Deprecated.
|
public ConsoleAuthenticationFluentImpl()
public ConsoleAuthenticationFluentImpl(ConsoleAuthentication instance)
public String getLogoutRedirect()
getLogoutRedirect in interface ConsoleAuthenticationFluent<A extends ConsoleAuthenticationFluent<A>>public A withLogoutRedirect(String logoutRedirect)
withLogoutRedirect in interface ConsoleAuthenticationFluent<A extends ConsoleAuthenticationFluent<A>>public Boolean hasLogoutRedirect()
hasLogoutRedirect in interface ConsoleAuthenticationFluent<A extends ConsoleAuthenticationFluent<A>>@Deprecated public A withNewLogoutRedirect(String arg0)
withNewLogoutRedirect in interface ConsoleAuthenticationFluent<A extends ConsoleAuthenticationFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.