Class UsernamePrefix
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.UsernamePrefix
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<UsernamePrefixBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class UsernamePrefix extends Object implements io.fabric8.kubernetes.api.builder.Editable<UsernamePrefixBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
UsernamePrefix configures the string that should be used as a prefix for username claim mappings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsernamePrefix()No args constructor for use in serializationUsernamePrefix(String prefixString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsernamePrefixBuilderedit()Map<String,Object>getAdditionalProperties()StringgetPrefixString()prefixString is a required field that configures the prefix that will be applied to cluster identity username attribute during the process of mapping JWT claims to cluster identity attributes.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetPrefixString(String prefixString)prefixString is a required field that configures the prefix that will be applied to cluster identity username attribute during the process of mapping JWT claims to cluster identity attributes.UsernamePrefixBuildertoBuilder()
-
-
-
Constructor Detail
-
UsernamePrefix
public UsernamePrefix()
No args constructor for use in serialization
-
UsernamePrefix
public UsernamePrefix(String prefixString)
-
-
Method Detail
-
getPrefixString
public String getPrefixString()
prefixString is a required field that configures the prefix that will be applied to cluster identity username attribute during the process of mapping JWT claims to cluster identity attributes.prefixString must not be an empty string ("").
-
setPrefixString
public void setPrefixString(String prefixString)
prefixString is a required field that configures the prefix that will be applied to cluster identity username attribute during the process of mapping JWT claims to cluster identity attributes.prefixString must not be an empty string ("").
-
edit
public UsernamePrefixBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<UsernamePrefixBuilder>
-
toBuilder
public UsernamePrefixBuilder toBuilder()
-
-