Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.open3sp.server.roles
Class PredefinedRoles  view PredefinedRoles download PredefinedRoles.java

java.lang.Object
  extended byorg.open3sp.server.roles.PredefinedRoles

public class PredefinedRoles
extends java.lang.Object


Field Summary
private static org.apache.log4j.Logger log
           
private static java.util.Vector predefinedRoles
           
static RoleDefinition ROOT_ADMINISTRATOR_ROLE
           
 
Constructor Summary
PredefinedRoles()
           
 
Method Summary
static java.util.List getPredefinedRoles()
           
static boolean isPredefined(RoleDefinition role)
           
static boolean isPredefined(java.lang.String rolename)
           
static void updateAssignments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log

ROOT_ADMINISTRATOR_ROLE

public static RoleDefinition ROOT_ADMINISTRATOR_ROLE

predefinedRoles

private static java.util.Vector predefinedRoles
Constructor Detail

PredefinedRoles

public PredefinedRoles()
Method Detail

getPredefinedRoles

public static java.util.List getPredefinedRoles()

updateAssignments

public static void updateAssignments()

isPredefined

public static boolean isPredefined(RoleDefinition role)

isPredefined

public static boolean isPredefined(java.lang.String rolename)
                            throws org.open3sp.server.FrameworkException