de.smartics.properties.admin.domain.model
Class Roles

Package class diagram package Roles
java.lang.Object
  extended by de.smartics.properties.admin.domain.model.Roles

public final class Roles
     
     
extends Object

Defines the roles known to this application.


Field Summary
static String CREATE_CONFIG
          The create role allows to create new configurations.
static String EDIT_PROPERTY
          The edit role allows to edit property values.
static String VIEW
          The view role allows to view properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_CONFIG

public static final String CREATE_CONFIG
The create role allows to create new configurations.

Constant Field Value:
"create-config"

EDIT_PROPERTY

public static final String EDIT_PROPERTY
The edit role allows to edit property values.

Constant Field Value:
"edit-property"

VIEW

public static final String VIEW
The view role allows to view properties. This role is required to get read-only access to the application.

Constant Field Value:
"view"


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.