All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spark.jobserver.auth.User.scala Maven / Gradle / Ivy

The newest version!
package spark.jobserver.auth

/**
 * minimal user info, for more advanced permission checking, it might be necessary
 * to add more properties such as group memberships
 */
case class User(login: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy