Package

spark.jobserver

auth

Permalink

package auth

Visibility
  1. Public
  2. All

Type Members

  1. class AuthInfo extends AnyRef

    Permalink

    based on example provided by Mario Camou at http://www.tecnoguru.com/blog/2014/07/07/implementing-http-basic-authentication-with-spray/

  2. class LdapGroupRealm extends JndiLdapRealm

    Permalink

    LDAP realm implementation that retrieves group information from LDAP and matches the 'member' attribute values of each group against the given user.

    LDAP realm implementation that retrieves group information from LDAP and matches the 'member' attribute values of each group against the given user.

    Note

    not all LDAP installations use the member property.... we might have to add memberOf matches as well and others

  3. trait SJSAuthenticator extends AnyRef

    Permalink

    Apache Shiro based authenticator for the Spark JobServer, the authenticator realm must be specified in the ini file for Shiro

  4. case class User(login: String) extends Product with Serializable

    Permalink

    minimal user info, for more advanced permission checking, it might be necessary to add more properties such as group memberships

Value Members

  1. object LdapGroupRealm

    Permalink

Ungrouped