Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security
Class ScramFluent<A extends ScramFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security.ScramFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ScramBuilder,SecurityFluent.ScramNested
public class ScramFluent<A extends ScramFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ScramFluent()ScramFluent(Scram instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMechanism()StringgetPasswordSecretName()StringgetTruststoreSecretName()StringgetUser()inthashCode()booleanhasMechanism()booleanhasPasswordSecretName()booleanhasTruststoreSecretName()booleanhasUser()StringtoString()AwithMechanism(String mechanism)AwithPasswordSecretName(String passwordSecretName)AwithTruststoreSecretName(String truststoreSecretName)AwithUser(String user)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ScramFluent
public ScramFluent()
-
ScramFluent
public ScramFluent(Scram instance)
-
-
Method Detail
-
getMechanism
public String getMechanism()
-
hasMechanism
public boolean hasMechanism()
-
getPasswordSecretName
public String getPasswordSecretName()
-
hasPasswordSecretName
public boolean hasPasswordSecretName()
-
getTruststoreSecretName
public String getTruststoreSecretName()
-
hasTruststoreSecretName
public boolean hasTruststoreSecretName()
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScramFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScramFluent<A>>
-
-