Class MatrixAuthorizationStrategy

All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea
Direct Known Subclasses:
ProjectBasedMatrixAuthorizationStrategy

public class MatrixAuthorizationStrategy extends AuthorizationStrategy
Author:
Kohsuke Kawaguchi
  • Constructor Details

  • Method Details

    • addUser

      public MatrixRow addUser(String name)
      Adds a new user to this matrix.
    • getUser

      public MatrixRow getUser(String name)
      Picks up the existing user in the table.