public class PortalSecuritySettingsBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PortalSecuritySettingsBean.WhoCanRaiseRequests |
Constructor and Description |
---|
PortalSecuritySettingsBean() |
PortalSecuritySettingsBean(com.atlassian.jira.util.json.JSONObject o) |
Modifier and Type | Method and Description |
---|---|
PortalSecuritySettingsBean.WhoCanRaiseRequests |
getWhoCanRaiseRequests() |
boolean |
isAutocompleteEnabled() |
boolean |
isCanAdministerJIRA() |
boolean |
isCustomerRoleMisconfigured() |
boolean |
isGlobalPublicSignup() |
boolean |
isLive() |
boolean |
isManageEnabled() |
boolean |
isReadOnlyJIRA() |
boolean |
isServiceDeskOpenAccess() |
boolean |
isServiceDeskPublicSignup() |
void |
setWhoCanRaiseRequests(PortalSecuritySettingsBean.WhoCanRaiseRequests customersaddedtotheproject)
to validate
POST: http://localhost:2990/jira/rest/servicedesk/1/servicedesk/JSDDEFAULT/settings/requestsecurity
1.
|
public PortalSecuritySettingsBean()
public PortalSecuritySettingsBean(com.atlassian.jira.util.json.JSONObject o) throws com.atlassian.jira.util.json.JSONException
com.atlassian.jira.util.json.JSONException
public boolean isManageEnabled()
public boolean isAutocompleteEnabled()
public boolean isCanAdministerJIRA()
public boolean isReadOnlyJIRA()
public boolean isCustomerRoleMisconfigured()
public boolean isGlobalPublicSignup()
public boolean isServiceDeskOpenAccess()
public boolean isServiceDeskPublicSignup()
public boolean isLive()
public PortalSecuritySettingsBean.WhoCanRaiseRequests getWhoCanRaiseRequests()
public void setWhoCanRaiseRequests(PortalSecuritySettingsBean.WhoCanRaiseRequests customersaddedtotheproject)
customersaddedtotheproject
- Copyright © 2008–2022 The Plugin People. All rights reserved.