Package

atom

jcr

Permalink

package jcr

Visibility
  1. Public
  2. All

Type Members

  1. case class JcrPermission(name: String, actions: String) extends Permission with Product with Serializable

    Permalink

    This class is for JCR Role Permissions.

    This class is for JCR Role Permissions.

    name

    the name of the role: {"readonly", "readwrite", "admin"}

    actions

    the name of the role: {"readonly", "readwrite", "admin"}

  2. class ModeshapeAuthenticationProvider extends AuthenticationProvider

    Permalink

    An implementation of AuthenticationProvider that uses a supplied JAAS policy to perform all authentication and role-based authorization.

  3. class ModeshapeAuthorizationProvider extends BaseModeshapeAuthenticationProvider

    Permalink

    An implementation of AuthenticationProvider that uses a supplied JAAS policy to perform all authentication and permission-based authorization.

  4. case class RolePermission(name: String) extends BasicPermission with Product with Serializable

    Permalink

    This class is for JCR Role Permissions.

    This class is for JCR Role Permissions.

    name

    the name of the role: {"readonly", "readwrite", "admin"}

Ungrouped