Class UserInfo

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<UserInfoBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class UserInfo
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<UserInfoBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    UserInfo holds the information about the user needed to implement the user.Info interface.
    See Also:
    Serialized Form
    • Method Detail

      • getExtra

        public Map<String,​List<String>> getExtra()
        Any additional information provided by the authenticator.
      • setExtra

        public void setExtra​(Map<String,​List<String>> extra)
        Any additional information provided by the authenticator.
      • getGroups

        public List<String> getGroups()
        The names of groups this user is a part of.
      • setGroups

        public void setGroups​(List<String> groups)
        The names of groups this user is a part of.
      • getUid

        public String getUid()
        A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
      • setUid

        public void setUid​(String uid)
        A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs.
      • getUsername

        public String getUsername()
        The name that uniquely identifies this user among all active users.
      • setUsername

        public void setUsername​(String username)
        The name that uniquely identifies this user among all active users.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)