Package io.strimzi.api.kafka.model
Interface KafkaAuthorizationOpaFluent<A extends KafkaAuthorizationOpaFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<N>
- All Known Implementing Classes:
KafkaAuthorizationOpaBuilder,KafkaAuthorizationOpaFluentImpl,KafkaClusterSpecFluentImpl.KafkaAuthorizationOpaNestedImpl
public interface KafkaAuthorizationOpaFluent<A extends KafkaAuthorizationOpaFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Configures the broker authorization to use Open Policy Agent as an authorization and policy server.
-
-
Method Summary
-
-
-
Method Detail
-
addAllToSuperUsers
A addAllToSuperUsers(Collection<String> items)
-
removeAllFromSuperUsers
A removeAllFromSuperUsers(Collection<String> items)
-
getSuperUser
String getSuperUser(int index)
-
getFirstSuperUser
String getFirstSuperUser()
-
getLastSuperUser
String getLastSuperUser()
-
hasSuperUsers
Boolean hasSuperUsers()
-
getUrl
String getUrl()
-
hasUrl
Boolean hasUrl()
-
withNewUrl
@Deprecated A withNewUrl(String original)
Deprecated.
-
isAllowOnError
boolean isAllowOnError()
-
withAllowOnError
A withAllowOnError(boolean allowOnError)
-
hasAllowOnError
Boolean hasAllowOnError()
-
getInitialCacheCapacity
int getInitialCacheCapacity()
-
withInitialCacheCapacity
A withInitialCacheCapacity(int initialCacheCapacity)
-
hasInitialCacheCapacity
Boolean hasInitialCacheCapacity()
-
getMaximumCacheSize
int getMaximumCacheSize()
-
withMaximumCacheSize
A withMaximumCacheSize(int maximumCacheSize)
-
hasMaximumCacheSize
Boolean hasMaximumCacheSize()
-
getExpireAfterMs
long getExpireAfterMs()
-
withExpireAfterMs
A withExpireAfterMs(long expireAfterMs)
-
hasExpireAfterMs
Boolean hasExpireAfterMs()
-
isEnableMetrics
boolean isEnableMetrics()
-
withEnableMetrics
A withEnableMetrics(boolean enableMetrics)
-
hasEnableMetrics
Boolean hasEnableMetrics()
-
-