Package | Description |
---|---|
com.pega.pegarules.pub.context |
Modifier and Type | Method and Description |
---|---|
boolean |
PRAuthorization.canUpdateRuleSet(java.lang.String aRuleSetName,
ClassDefinition aInstanceClass)
Determine if a user is permitted to update a specified ruleset
This comes into effect on a MT setup.
|
boolean |
PRAuthorization.canUpdateRuleSet(java.lang.String aRuleSetName,
java.lang.String aRuleSetVersion)
Determine if a user is permitted to update a specified ruleset version
|
boolean |
PRAuthorization.enableUpdateRuleSet(PublicAPI aCaller,
java.lang.String aRuleSetName,
java.lang.String aRuleSetVersion,
java.lang.String aPassword)
Enable the user to update the specified ruleset version
|
java.util.Date |
PRAuthorization.getSettingAsDate(java.lang.String aClassName,
java.lang.String aSettingName)
This method returns the value of a Rule-Access-Setting for the
current user.
|
double |
PRAuthorization.getSettingAsDouble(java.lang.String aClassName,
java.lang.String aSettingName)
This method returns the value of a Rule-Access-Setting for the
current user.
|
int |
PRAuthorization.getSettingAsInt(java.lang.String aClassName,
java.lang.String aSettingName)
This method returns the value of a Rule-Access-Setting for the
current user.
|
boolean |
PRAuthorization.haveAccess(java.lang.Object aCaller,
java.lang.String aClassName,
int aAccessCode,
ClipboardPage aPage)
Return true if specified access is permitted
Similar logic is used to evaluate pre-defined access types and
application-specific privileges.
|
boolean |
PRAuthorization.haveAuthorization(java.lang.Object aCaller,
java.lang.String aClassName,
java.lang.String aRoles,
java.lang.String aPrivileges,
java.lang.String aConditions,
ClipboardPage aPage)
Return true if specified roles, privileges are held, or if specified conditions are satisfied
|
boolean |
PRAuthorization.havePrivilege(java.lang.Object aCaller,
java.lang.String aPrivilegeName,
java.lang.String aClassName,
ClipboardPage aPage)
Return true if specified privileges are held
|
boolean |
PRAuthorization.havePrivilege(java.lang.Object aCaller,
java.lang.String aPrivilegeName,
java.lang.String aClassName,
ClipboardPage aPage,
boolean aCheckForAccessManagerPrivilege)
Return true if specified privileges are held
|
boolean |
PRAuthorization.haveRole(java.lang.String aRoleName)
Return true if specifed role is held
|
boolean |
PRAuthentication.setAccessGroup(PublicAPI aCaller,
java.lang.String aAccessGroupName)
Deprecated.
|
boolean |
PRAuthentication.setFailCount(PublicAPI aCaller,
int aFailCount)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthorization.setRoles(PublicAPI aCaller,
int aAction,
ClipboardProperty aRefValue)
Set the roles to be used in this authorization context
|
boolean |
PRAuthorization.setRoles(PublicAPI aCaller,
int aAction,
java.util.List aRoleList) |
boolean |
PRAuthorization.setRuleSets(PublicAPI aCaller,
int aAction,
ClipboardProperty aRefValue)
Set the rulesets to be used in this authorization context
|
boolean |
PRAuthorization.setRuleSets(PublicAPI aCaller,
int aAction,
ClipboardProperty aRefValue,
ClipboardProperty aEffectiveAsOfDate)
Set the rulesets to be used in this authorization context.
|
boolean |
PRAuthentication.setUserAuthenticated(PublicAPI aCaller,
boolean aAuthenticatonFlag)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
ClipboardPage aOperPage)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
ParameterPage aParamPage)
Deprecated.
convert callers to AuthService
|
boolean |
PRAuthentication.setUserSecurityProfile(PublicAPI aCaller,
java.lang.String aUserID,
java.lang.String aAssignedUserName)
Deprecated.
convert callers to AuthService
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.