@Deprecated
public class AdminConsolePermissions
extends java.lang.Object
implements java.io.Serializable
AdminConsoleRoleMap
,
Serialized FormConstructor and Description |
---|
AdminConsolePermissions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEdit()
Deprecated.
Indicates whether the user can edit Administration Console security
settings.
|
boolean |
isView()
Deprecated.
Indicates whether the user can enter the Administration Console.
|
void |
setEdit(boolean edit_)
Deprecated.
Sets whether the user can edit Administration Console security
settings.
|
void |
setView(boolean view_)
Deprecated.
Sets whether the user can enter the Administration Console.
|
public boolean isEdit()
true
if the user can edit console security settings,
false
otherwisepublic void setEdit(boolean edit_)
edit_
- true
if the user can edit console security
settings, false
otherwisepublic boolean isView()
true
, within the product they will be able also to
create adminisitration pages, and view administration pages (they will only
be able to view pages that they have permission to view through the page
role maps of the pages).true
if the user can do this,
false
otherwisepublic void setView(boolean view_)
true
, within the product they will be able also to
create adminisitration pages, and view administration pages (they will only
be able to view pages that they have permission to view through the page
role maps of the pages).view_
- true
if the user can do this,
false
otherwiseCopyright © 2003-2024 Appian Corporation. All Rights Reserved.