/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/ |
H A D | MultiServicesPropertyXMLBuilder.java | 58 protected String getAttributeNameForPropertyXML(AttributeSchema as) { argument 59 return svcName + '_' + as.getName();
|
H A D | PropertyXMLBuilderBase.java | 142 static String getTagClassName(AttributeSchema as) { argument 144 AttributeSchema.UIType uitype = as.getUIType(); 155 AttributeSchema.Type type = as.getType(); 167 AttributeSchema.Syntax syntax = as.getSyntax(); 203 AttributeSchema as = (AttributeSchema)iter.next(); 204 String any = as.getAny(); 213 } else if (getTagClassName(as) == null) { 227 AttributeSchema as = (AttributeSchema)iter.next(); 228 String i18n = as.getI18NKey(); 246 AttributeSchema as 419 buildReadonlyXML( AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle ) argument 443 buildAttributeSchemaTypeXML( AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, boolean addSubSection ) argument 609 getStringFieldSize(AttributeSchema as) argument 636 getTextAreaSize(AttributeSchema as) argument 650 appendDateMarker( AttributeSchema as, StringBuffer xml ) argument 661 buildConfirmPasswordXML( AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle ) argument 691 buildFileUploadXML(AttributeSchema as, StringBuffer xml, AMModel model) argument 700 buildScriptSelectXML(AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle bundle, boolean globalOnly) argument 733 addLabel( AttributeSchema as, StringBuffer xml, ResourceBundle serviceBundle ) argument 746 addPasswordConfirmLabel( AttributeSchema as, StringBuffer xml, ResourceBundle serviceBundle, AMModel model ) argument 764 getInlineHelp( AttributeSchema as, StringBuffer xml, ResourceBundle serviceBundle ) argument 823 appendChoiceValues( AttributeSchema as, StringBuffer xml, AMModel model, ResourceBundle serviceBundle ) argument 849 appendMultipleChoiceCheckboxes( AttributeSchema as, StringBuffer xml, ResourceBundle serviceBundle ) argument 870 appendAddRemoveListComponent( AttributeSchema as, StringBuffer xml, ResourceBundle serviceBundle) argument 933 getSortedChoiceValues( AttributeSchema as, Map values, ResourceBundle serviceBundle ) argument 967 getSortedChoiceValueMap(AttributeSchema as, AMModel model) argument 979 appendChoiceValueForSelectableComponent( AttributeSchema as, StringBuffer xml, ResourceBundle serviceBundle, boolean includeDefault, String template ) argument 1226 getAttributeNameForPropertyXML(AttributeSchema as) argument 1249 needRequiredTag(AttributeSchema as) argument [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/ |
H A D | MultiServicesPropertyXMLBuilder.java | 58 protected String getAttributeNameForPropertyXML(AttributeSchema as) { argument 59 return svcName + '_' + as.getName();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ChoiceValues.java | 54 * @return choice values for the attribute as a <code>java.util.Map</code>. 68 * @return choice values for the attribute as a <code>java.util.Map</code>. 110 final void setAttributeSchema(AttributeSchemaImpl as) { argument 111 attributeSchema = as;
|
H A D | DefaultValues.java | 54 * @return defaults values for the attribute as a <code>java.util.Set</code> 65 * @return defaults values for the attribute as a <code>java.util.Set</code> 106 final void setAttributeSchema(AttributeSchemaImpl as) { argument 107 attributeSchema = as;
|
H A D | AttributeValidator.java | 77 private AttributeSchemaImpl as; field in class:AttributeValidator 82 * @param as 86 AttributeValidator(AttributeSchemaImpl as) { argument 87 this.as = as; 104 AttributeSchema.Syntax syntax = as.getSyntax(); 185 String startRange = as.getStartRange(); 186 String endRange = as.getEndRange(); 209 String startRange = as.getStartRange(); 210 String endRange = as [all...] |
H A D | ServiceSchemaImpl.java | 489 AttributeSchemaImpl as = getAttributeSchema(attrName); 490 if (as == null) { 493 av = new AttributeValidator(as); 529 AttributeSchemaImpl as = getAttributeSchema(attrName); 530 String anyValue = as.getAny(); 545 // If orgName is not null, pass it as an environment map 582 AttributeSchemaImpl as = getAttributeSchema(attrName); 583 if (as == null) { 590 String validatorName = as.getValidator(); 604 serverEndAttrValidation(as, attrNam 620 clientEndAttrValidation( SSOToken token, AttributeSchemaImpl as, String attrName, Set values, String javaClass ) argument 636 serverEndAttrValidation( AttributeSchemaImpl as, String attrName, Set values, String javaClass ) argument 670 validatePlugin( ServiceAttributeValidator validator, AttributeSchemaImpl as, String attrName, Set values ) argument 683 throwInvalidAttributeValuesException( boolean isRequiredValue, String attrName, AttributeSchemaImpl as) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ChoiceValues.java | 54 * @return choice values for the attribute as a <code>java.util.Map</code>. 68 * @return choice values for the attribute as a <code>java.util.Map</code>. 110 final void setAttributeSchema(AttributeSchemaImpl as) { argument 111 attributeSchema = as;
|
H A D | DefaultValues.java | 55 * @return defaults values for the attribute as a <code>java.util.Set</code> 66 * @return defaults values for the attribute as a <code>java.util.Set</code> 107 final void setAttributeSchema(AttributeSchemaImpl as) { argument 108 attributeSchema = as;
|
H A D | AttributeValidator.java | 77 private AttributeSchemaImpl as; field in class:AttributeValidator 82 * @param as 86 AttributeValidator(AttributeSchemaImpl as) { argument 87 this.as = as; 104 AttributeSchema.Syntax syntax = as.getSyntax(); 185 String startRange = as.getStartRange(); 186 String endRange = as.getEndRange(); 209 String startRange = as.getStartRange(); 210 String endRange = as [all...] |
H A D | ServiceSchemaImpl.java | 527 AttributeSchemaImpl as = getAttributeSchema(attrName); 528 if (as == null) { 531 av = new AttributeValidator(as); 567 AttributeSchemaImpl as = getAttributeSchema(attrName); 568 String anyValue = as.getAny(); 583 // If orgName is not null, pass it as an environment map 618 AttributeSchemaImpl as = getAttributeSchema(attrName); 619 if (as == null) { 626 String validatorName = as.getValidator(); 635 if (values == Collections.EMPTY_SET && !as 665 clientEndAttrValidation( SSOToken token, AttributeSchemaImpl as, String attrName, Set values, String javaClass ) argument 681 serverEndAttrValidation( AttributeSchemaImpl as, String attrName, Set values, String javaClass ) argument 715 validatePlugin( ServiceAttributeValidator validator, AttributeSchemaImpl as, String attrName, Set values ) argument 728 throwInvalidAttributeValuesException( boolean isRequiredValue, String attrName, AttributeSchemaImpl as) argument [all...] |
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/ |
H A D | RuleAddViewBean.java | 130 public Set getDefaultActionValues(ActionSchema as) { argument 131 return as.getDefaultValues(); 134 public boolean isActionSelected(ActionSchema as) { argument
|
H A D | RuleEditViewBean.java | 125 public Set getDefaultActionValues(ActionSchema as) { argument 129 values = rule.getActionValues(as.getName()); 131 values = as.getDefaultValues(); 134 values = as.getDefaultValues(); 137 values = as.getDefaultValues(); 142 public boolean isActionSelected(ActionSchema as) { argument 146 Set values = (Set)actionValues.get(as.getName()); 153 actionNames.contains(as.getName());
|
H A D | RuleOpViewBeanBase.java | 251 ActionSchema as = (ActionSchema)actionSchemas.get(i); 252 boolean sel = isActionSelected(as); 255 actionSchemaNames.add(as.getName()); 257 model.getActionSchemaLocalizedName(serviceType, as)); 421 ActionSchema as = (ActionSchema)iter.next(); 422 map.put(as.getName(), as); 464 public OptionList getChoiceValues(String serviceType, ActionSchema as) { argument 466 return model.getChoiceValues(serviceType, as); 488 public Set getCurrentActionValues(ActionSchema as) { argument 496 getDefaultActionValues(ActionSchema as) argument 497 isActionSelected(ActionSchema as) argument [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/ |
H A D | RuleAddViewBean.java | 130 public Set getDefaultActionValues(ActionSchema as) { argument 131 return as.getDefaultValues(); 134 public boolean isActionSelected(ActionSchema as) { argument
|
H A D | RuleEditViewBean.java | 125 public Set getDefaultActionValues(ActionSchema as) { argument 129 values = rule.getActionValues(as.getName()); 131 values = as.getDefaultValues(); 134 values = as.getDefaultValues(); 137 values = as.getDefaultValues(); 142 public boolean isActionSelected(ActionSchema as) { argument 146 Set values = (Set)actionValues.get(as.getName()); 153 actionNames.contains(as.getName());
|
H A D | RuleOpViewBeanBase.java | 251 ActionSchema as = (ActionSchema)actionSchemas.get(i); 252 boolean sel = isActionSelected(as); 255 actionSchemaNames.add(as.getName()); 257 model.getActionSchemaLocalizedName(serviceType, as)); 421 ActionSchema as = (ActionSchema)iter.next(); 422 map.put(as.getName(), as); 464 public OptionList getChoiceValues(String serviceType, ActionSchema as) { argument 466 return model.getChoiceValues(serviceType, as); 488 public Set getCurrentActionValues(ActionSchema as) { argument 496 getDefaultActionValues(ActionSchema as) argument 497 isActionSelected(ActionSchema as) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | ActionSchema.java | 201 static void validate(ActionSchema as, Set values) argument 203 if (!validateType(as, values) || 204 !validateSyntax(as, values)) { 209 "invalid_action_value", null, as.getName(), 216 * type as defined in the action schema. 219 static boolean validateType(ActionSchema as, Set values) { argument 226 AttributeSchema.Type type = as.getType(); 243 Set validValues = as.getActionValues(); 261 * syntax as defined in the action schema. 263 static boolean validateSyntax(ActionSchema as, Se argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | AttributeParser.java | 43 * A fluent API for parsing attributes as different types of object. An 77 * attributes are permitted and will be treated as if an empty attribute was 100 * Returns the first value decoded as a {@code T} using the provided 108 * @return The first value decoded as a {@code T}. 110 public <T> T as(final Function<ByteString, ? extends T, NeverThrowsException> f) { method in class:AttributeParser 111 return as(f, null); 115 * Returns the first value decoded as a {@code T} using the provided 125 * @return The first value decoded as a {@code T}. 127 public <T> T as(final Function<ByteString, ? extends T, NeverThrowsException> f, final T defaultValue) { method in class:AttributeParser 136 * Returns the first value decoded as [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | ActionSchema.java | 201 static void validate(ActionSchema as, Set values) argument 203 if (!validateType(as, values) || 204 !validateSyntax(as, values)) { 209 "invalid_action_value", null, as.getName(), 216 * type as defined in the action schema. 219 static boolean validateType(ActionSchema as, Set values) { argument 226 AttributeSchema.Type type = as.getType(); 243 Set validValues = as.getActionValues(); 261 * syntax as defined in the action schema. 263 static boolean validateSyntax(ActionSchema as, Se argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAttributeSchema.java | 87 * attribute should be display as a radio button. 93 * attribute should be display as a link. 99 * attribute should be display as a button. 217 protected AMAttributeSchema(AttributeSchema as) { argument 218 attrSchema = as;
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAttributeSchema.java | 87 * attribute should be display as a radio button. 93 * attribute should be display as a link. 99 * attribute should be display as a button. 217 protected AMAttributeSchema(AttributeSchema as) { argument 218 attrSchema = as;
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/ |
H A D | AgentConfiguration.java | 737 AttributeSchema as = getAgentAttributeSchema(attrName, agentType); 738 return (as.getType().equals(AttributeSchema.Type.LIST)) ? 875 AttributeSchema as = (AttributeSchema)i.next(); 876 if (as.getType().equals(AttributeSchema.Type.VALIDATOR)) { 889 AttributeSchema as = (AttributeSchema)i.next(); 890 names.add(as.getName()); 1034 for (AttributeSchema as : attributeSchemas ) { 1035 Set values = parseAttributeMap(as, dummy); 1037 result.put(as.getName(), values); 1039 isAttrFreeFormInSchema |= ATTR_NAME_FREE_FORM.equals(as 1070 parseAttributeMap(AttributeSchema as, Map attrValues) argument [all...] |
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/ |
H A D | EntitiesModelImpl.java | 260 AttributeSchema as = (AttributeSchema)iter.next(); 261 String name = as.getName(); 386 AttributeSchema as = (AttributeSchema)iter.next(); 387 if (isRequiredAttribute(as)) { 388 requiredAttributeNames.put(as.getName(), as); 394 private boolean isRequiredAttribute(AttributeSchema as) { argument 396 String any = as.getAny(); 426 AttributeSchema as = (AttributeSchema)i.next(); 427 values.put(as [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/ |
H A D | EntitiesModelImpl.java | 260 AttributeSchema as = (AttributeSchema)iter.next(); 261 String name = as.getName(); 386 AttributeSchema as = (AttributeSchema)iter.next(); 387 if (isRequiredAttribute(as)) { 388 requiredAttributeNames.put(as.getName(), as); 394 private boolean isRequiredAttribute(AttributeSchema as) { argument 396 String any = as.getAny(); 426 AttributeSchema as = (AttributeSchema)i.next(); 427 values.put(as [all...] |