Interface ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistrySpecConfigurationSecurityFluent.KeycloakNested<N>
- All Known Implementing Classes:
ApicurioRegistrySpecConfigurationSecurityFluentImpl.KeycloakNestedImpl,ApicurioRegistrySpecConfigurationSecurityKeycloakBuilder,ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl
public interface ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetApiClientId()StringgetRealm()StringgetUiClientId()StringgetUrl()BooleanhasApiClientId()BooleanhasRealm()BooleanhasUiClientId()BooleanhasUrl()AwithApiClientId(String apiClientId)AwithNewApiClientId(String original)Deprecated.AwithNewRealm(String original)Deprecated.AwithNewUiClientId(String original)Deprecated.AwithNewUrl(String original)Deprecated.AwithRealm(String realm)AwithUiClientId(String uiClientId)AwithUrl(String url)
-
-
-
Method Detail
-
getUrl
String getUrl()
-
hasUrl
Boolean hasUrl()
-
withNewUrl
@Deprecated A withNewUrl(String original)
Deprecated.
-
getRealm
String getRealm()
-
hasRealm
Boolean hasRealm()
-
withNewRealm
@Deprecated A withNewRealm(String original)
Deprecated.
-
getApiClientId
String getApiClientId()
-
hasApiClientId
Boolean hasApiClientId()
-
withNewApiClientId
@Deprecated A withNewApiClientId(String original)
Deprecated.
-
getUiClientId
String getUiClientId()
-
hasUiClientId
Boolean hasUiClientId()
-
withNewUiClientId
@Deprecated A withNewUiClientId(String original)
Deprecated.
-
-