Uses of Class
com.sun.identity.policy.ActionSchema
-
Packages that use ActionSchema Package Description com.sun.identity.console.base.model com.sun.identity.console.policy com.sun.identity.console.policy.model com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of ActionSchema in com.sun.identity.console.base.model
Methods in com.sun.identity.console.base.model with parameters of type ActionSchema Modifier and Type Method Description static intAMDisplayType. getDisplaySyntax(ActionSchema actionSchema)Returns display syntax of an action schema.static intAMDisplayType. getDisplayType(ActionSchema actionSchema)Returns display type of an action schema. -
Uses of ActionSchema in com.sun.identity.console.policy
Methods in com.sun.identity.console.policy that return ActionSchema Modifier and Type Method Description ActionSchemaRuleOpViewBeanBase. getActionSchema(int idx)Methods in com.sun.identity.console.policy with parameters of type ActionSchema Modifier and Type Method Description com.iplanet.jato.view.html.OptionListRuleOpViewBeanBase. getChoiceValues(String serviceType, ActionSchema as)SetRuleOpViewBeanBase. getCurrentActionValues(ActionSchema as)SetRuleAddViewBean. getDefaultActionValues(ActionSchema as)SetRuleEditViewBean. getDefaultActionValues(ActionSchema as)abstract SetRuleOpViewBeanBase. getDefaultActionValues(ActionSchema as)StringActionSchemaGUI. getHTMLString(AMViewBeanBase viewBean, jakarta.servlet.jsp.PageContext pageContext, ActionSchema actionSchema, String actionTableName)booleanRuleAddViewBean. isActionSelected(ActionSchema as)booleanRuleEditViewBean. isActionSelected(ActionSchema as)abstract booleanRuleOpViewBeanBase. isActionSelected(ActionSchema as) -
Uses of ActionSchema in com.sun.identity.console.policy.model
Methods in com.sun.identity.console.policy.model with parameters of type ActionSchema Modifier and Type Method Description StringPolicyModel. getActionSchemaLocalizedName(String name, ActionSchema actionSchema)Returns localized name of action schema.StringPolicyModelImpl. getActionSchemaLocalizedName(String name, ActionSchema actionSchema)Returns localized name of action schema.com.iplanet.jato.view.html.OptionListPolicyModel. getChoiceValues(String name, ActionSchema actionSchema)Returns a option list of possible choices.com.iplanet.jato.view.html.OptionListPolicyModelImpl. getChoiceValues(String name, ActionSchema actionSchema)Returns a option list of possible choices. -
Uses of ActionSchema in com.sun.identity.policy
Methods in com.sun.identity.policy that return ActionSchema Modifier and Type Method Description ActionSchemaServiceType. getActionSchema(String actionName)Returns the schema associated with the action name.
-