case class UserInfo(extra: Optional[Map[String, Vector[String]]] = Optional.Absent, groups: Optional[Vector[String]] = Optional.Absent, uid: Optional[String] = Optional.Absent, username: Optional[String] = Optional.Absent) extends Product with Serializable
UserInfo holds the information about the user needed to implement the user.Info interface.
- extra
Any additional information provided by the authenticator.
- groups
The names of groups this user is a part of.
- 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.
- username
The name that uniquely identifies this user among all active users.
- Alphabetic
- By Inheritance
- UserInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
UserInfo(extra: Optional[Map[String, Vector[String]]] = Optional.Absent, groups: Optional[Vector[String]] = Optional.Absent, uid: Optional[String] = Optional.Absent, username: Optional[String] = Optional.Absent)
- extra
Any additional information provided by the authenticator.
- groups
The names of groups this user is a part of.
- 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.
- username
The name that uniquely identifies this user among all active users.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extra: Optional[Map[String, Vector[String]]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getExtra: IO[K8sFailure, Map[String, Vector[String]]]
Any additional information provided by the authenticator.
Any additional information provided by the authenticator.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getGroups: IO[K8sFailure, Vector[String]]
The names of groups this user is a part of.
The names of groups this user is a part of.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getUid: IO[K8sFailure, String]
A unique value that identifies this user across time.
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.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getUsername: IO[K8sFailure, String]
The name that uniquely identifies this user among all active users.
The name that uniquely identifies this user among all active users.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val groups: Optional[Vector[String]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uid: Optional[String]
- val username: Optional[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated