Uses of Class
com.tremolosecurity.proxy.az.AzException
Packages that use AzException
Package
Description
-
Uses of AzException in com.tremolosecurity.az
Methods in com.tremolosecurity.az that throw AzExceptionModifier and TypeMethodDescriptionvoidvoidbooleanRBACAuthorization.isAuthorized(AuthInfo subject, String... params) booleanRBACBindingAuthorization.isAuthorized(AuthInfo subject, String... params) RBACAuthorization.listPossibleApprovers(String... params) RBACBindingAuthorization.listPossibleApprovers(String... params) voidRBACAuthorization.loadConfigManager(ConfigManager cfg) voidRBACBindingAuthorization.loadConfigManager(ConfigManager cfg) voidRBACAuthorization.setWorkflow(Workflow wf) voidRBACBindingAuthorization.setWorkflow(Workflow wf) -
Uses of AzException in com.tremolosecurity.customaz
Methods in com.tremolosecurity.customaz that throw AzExceptionModifier and TypeMethodDescriptionvoidbooleanJavaScriptAz.isAuthorized(AuthInfo subject, String... params) JavaScriptAz.listPossibleApprovers(String... params) voidJavaScriptAz.loadConfigManager(ConfigManager cfg) voidJavaScriptAz.setWorkflow(Workflow wf) -
Uses of AzException in com.tremolosecurity.provisioning.az
Methods in com.tremolosecurity.provisioning.az that throw AzExceptionModifier and TypeMethodDescriptionvoidbooleanManagerAuthorization.isAuthorized(AuthInfo subject, String... params) ManagerAuthorization.listPossibleApprovers(String... params) voidManagerAuthorization.loadConfigManager(ConfigManager cfg) voidManagerAuthorization.setWorkflow(Workflow wf) -
Uses of AzException in com.tremolosecurity.proxy.az
Methods in com.tremolosecurity.proxy.az that throw AzExceptionModifier and TypeMethodDescriptionvoidvoidInitializes the custom AZ rule with the configurationvoidbooleanAlwaysFail.isAuthorized(AuthInfo subject, String... params) booleanCustomAuthorization.isAuthorized(AuthInfo subject, String... params) Determines if the subject in the parameter is authorized by this rulebooleanUserHasSessionAz.isAuthorized(AuthInfo subject, String... params) AlwaysFail.listPossibleApprovers(String... params) CustomAuthorization.listPossibleApprovers(String... params) Provides a list of subjects that could be authorized based on this rule.UserHasSessionAz.listPossibleApprovers(String... params) voidAlwaysFail.loadConfigManager(ConfigManager cfg) voidCustomAuthorization.loadConfigManager(ConfigManager cfg) Sets the config manager for access to Unison resources, run on each de-serializationvoidUserHasSessionAz.loadConfigManager(ConfigManager cfg) voidAlwaysFail.setWorkflow(Workflow wf) voidCustomAuthorization.setWorkflow(Workflow wf) Sets the workflow this rule will be a part of.voidUserHasSessionAz.setWorkflow(Workflow wf) -
Uses of AzException in com.tremolosecurity.unison.freeipa
Methods in com.tremolosecurity.unison.freeipa that throw AzExceptionModifier and TypeMethodDescriptionvoidbooleanFreeIPAAz.isAuthorized(AuthInfo subject, String... params) FreeIPAAz.listPossibleApprovers(String... params) voidFreeIPAAz.loadConfigManager(ConfigManager cfg) voidFreeIPAAz.setWorkflow(Workflow wf) -
Uses of AzException in com.tremolosecurity.unison.proxy.auth.github
Methods in com.tremolosecurity.unison.proxy.auth.github that throw AzExceptionModifier and TypeMethodDescriptionvoidbooleanGithubTeamRule.isAuthorized(AuthInfo subject, String... params) GithubTeamRule.listPossibleApprovers(String... params) voidGithubTeamRule.loadConfigManager(ConfigManager cfg) voidGithubTeamRule.setWorkflow(Workflow wf)