Searched refs:definition (Results 1 - 25 of 357) sorted by relevance

1234567891011>>

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAApplicationAssembly.m41 return [TyphoonDefinition withClass:[FRAAccountsTableViewController class] configuration:^(TyphoonDefinition *definition) {
42 [definition injectProperty:@selector(identityModel) with:[self identityModel]];
47 return [TyphoonDefinition withClass:[FRALAContextFactory class] configuration:^(TyphoonDefinition *definition) {
48 definition.scope = TyphoonScopeSingleton;
53 return [TyphoonDefinition withClass:[FRAFMDatabaseConnectionHelper class] configuration:^(TyphoonDefinition *definition) {
54 [definition useInitializer:@selector(initWithConfiguration:databaseFactory:) parameters:^(TyphoonMethod *initializer) {
58 definition.scope = TyphoonScopeSingleton;
63 return [TyphoonDefinition withClass:[FRAIdentityDatabase class] configuration:^(TyphoonDefinition *definition) {
64 [definition useInitializer:@selector(initWithSqlOperations:) parameters:^(TyphoonMethod *initializer) {
67 definition
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDefaultManagedObject.java65 // The default managed object's definition.
66 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
77 * @param definition
78 * The default managed object's definition.
80 public Builder(ManagedObjectDefinition<C, S> definition) { argument
81 this.definition = definition;
93 return new DefaultManagedObject<C, S>(definition, propertyStringValues);
117 // The default managed object's definition.
118 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
126 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
H A DAdministratorAction.java110 // The managed object definition associated with this administrator
112 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AdministratorAction
114 // The name of the property definition associated with this
129 * The managed object definition associated with this
132 * The name of the property definition associated with this
138 this.definition = d;
174 return resource.getMessage(definition, property, locale);
H A DAliasDefaultBehaviorProvider.java47 // The managed object definition associated with this default
49 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AliasDefaultBehaviorProvider
51 // The name of the property definition associated with this default
61 * The managed object definition associated with this
64 * The name of the property definition associated with this
69 this.definition = d;
111 return resource.getMessage(definition, property, locale);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDefaultManagedObject.java66 // The default managed object's definition.
67 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
78 * @param definition
79 * The default managed object's definition.
81 public Builder(ManagedObjectDefinition<C, S> definition) { argument
82 this.definition = definition;
94 return new DefaultManagedObject<C, S>(definition, propertyStringValues);
118 // The default managed object's definition.
119 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
127 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
H A DAdministratorAction.java111 // The managed object definition associated with this administrator
113 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AdministratorAction
115 // The name of the property definition associated with this
130 * The managed object definition associated with this
133 * The name of the property definition associated with this
139 this.definition = d;
175 return resource.getMessage(definition, property, locale);
H A DAliasDefaultBehaviorProvider.java48 // The managed object definition associated with this default
50 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AliasDefaultBehaviorProvider
52 // The name of the property definition associated with this default
62 * The managed object definition associated with this
65 * The name of the property definition associated with this
70 this.definition = d;
112 return resource.getMessage(definition, property, locale);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDefaultManagedObject.java66 // The default managed object's definition.
67 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
78 * @param definition
79 * The default managed object's definition.
81 public Builder(ManagedObjectDefinition<C, S> definition) { argument
82 this.definition = definition;
94 return new DefaultManagedObject<C, S>(definition, propertyStringValues);
118 // The default managed object's definition.
119 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
127 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
H A DAdministratorAction.java111 // The managed object definition associated with this administrator
113 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AdministratorAction
115 // The name of the property definition associated with this
130 * The managed object definition associated with this
133 * The name of the property definition associated with this
139 this.definition = d;
175 return resource.getMessage(definition, property, locale);
H A DAliasDefaultBehaviorProvider.java48 // The managed object definition associated with this default
50 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AliasDefaultBehaviorProvider
52 // The name of the property definition associated with this default
62 * The managed object definition associated with this
65 * The name of the property definition associated with this
70 this.definition = d;
112 return resource.getMessage(definition, property, locale);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDefaultManagedObject.java65 // The default managed object's definition.
66 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
77 * @param definition
78 * The default managed object's definition.
80 public Builder(ManagedObjectDefinition<C, S> definition) { argument
81 this.definition = definition;
93 return new DefaultManagedObject<C, S>(definition, propertyStringValues);
117 // The default managed object's definition.
118 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
126 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
H A DAdministratorAction.java110 // The managed object definition associated with this administrator
112 private final AbstractManagedObjectDefinition<?, ?> definition; field in class:AdministratorAction
114 // The name of the property definition associated with this
129 * The managed object definition associated with this
132 * The name of the property definition associated with this
138 this.definition = d;
174 return resource.getMessage(definition, property, locale);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDefaultManagedObject.java66 // The default managed object's definition.
67 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
78 * @param definition
79 * The default managed object's definition.
81 public Builder(ManagedObjectDefinition<C, S> definition) { argument
82 this.definition = definition;
94 return new DefaultManagedObject<C, S>(definition, propertyStringValues);
118 // The default managed object's definition.
119 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
127 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DDefaultManagedObject.java66 /** The default managed object's definition. */
67 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
75 * @param definition
76 * The default managed object's definition.
78 public Builder(ManagedObjectDefinition<C, S> definition) { argument
79 this.definition = definition;
91 return new DefaultManagedObject<>(definition, propertyStringValues);
115 /** The default managed object's definition. */
116 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
124 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDefaultManagedObject.java59 /** The default managed object's definition. */
60 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject.Builder
68 * @param definition
69 * The default managed object's definition.
71 public Builder(ManagedObjectDefinition<C, S> definition) { argument
72 this.definition = definition;
82 return new DefaultManagedObject<>(definition, propertyStringValues);
102 /** The default managed object's definition. */
103 private final ManagedObjectDefinition<C, S> definition; field in class:DefaultManagedObject
109 DefaultManagedObject(ManagedObjectDefinition<C, S> definition, Map<String, List<String>> propertyStringValues) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/processes/
H A DStartProcessView.js96 workflowManager.getProcessDefinition(id, _.bind(function(definition) {
97 var template = this.getGenerationTemplate(definition), view, passJSLint;
98 this.processDefinition = definition;
101 if(template === false && definition.formResourceKey) {
102 ModuleLoader.load(formManager.getViewForForm(definition.formResourceKey)).then(function (view) {
103 view.render(definition, {}, {}, callback);
106 templateStartProcessForm.render(definition, {}, template, _.bind(function() {
116 this.definitionFormPropertyMap = formGenerationUtils.buildPropertyTypeMap(definition.formProperties);
117 templateStartProcessForm.render({"formProperties": definition.formProperties.formPropertyHandlers}, {}, formGenerationUtils.generateTemplateFromFormProperties(definition),
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDAPSyntaxDescription.java54 * syntax definition.
58 /** The definition string used to create this ldap syntax description. */
59 private final String definition; field in class:LDAPSyntaxDescription
73 * Creates a new ldap syntax definition with the provided
76 * @param definition The definition string used to create
84 public LDAPSyntaxDescription(String definition, Syntax syntax, Map<String,List<String>> extraProperties) argument
86 ifNull(definition, syntax);
92 int schemaFilePos = definition.indexOf(SCHEMA_PROPERTY_FILENAME);
98 int firstQuotePos = definition
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java144 StringBuilder definition = new StringBuilder();
145 definition.append("( ");
146 definition.append(oid);
166 definition.append(" NAME '");
167 definition.append(nameSet.iterator().next());
168 definition.append("'");
174 definition.append(" NAME ( '");
175 definition.append(iterator.next());
179 definition.append("' '");
180 definition
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java143 StringBuilder definition = new StringBuilder();
144 definition.append("( ");
145 definition.append(oid);
165 definition.append(" NAME '");
166 definition.append(nameSet.iterator().next());
167 definition.append("'");
173 definition.append(" NAME ( '");
174 definition.append(iterator.next());
178 definition.append("' '");
179 definition
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java144 StringBuilder definition = new StringBuilder();
145 definition.append("( ");
146 definition.append(oid);
166 definition.append(" NAME '");
167 definition.append(nameSet.iterator().next());
168 definition.append("'");
174 definition.append(" NAME ( '");
175 definition.append(iterator.next());
179 definition.append("' '");
180 definition
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java143 StringBuilder definition = new StringBuilder();
144 definition.append("( ");
145 definition.append(oid);
165 definition.append(" NAME '");
166 definition.append(nameSet.iterator().next());
167 definition.append("'");
173 definition.append(" NAME ( '");
174 definition.append(iterator.next());
178 definition.append("' '");
179 definition
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java144 StringBuilder definition = new StringBuilder();
145 definition.append("( ");
146 definition.append(oid);
166 definition.append(" NAME '");
167 definition.append(nameSet.iterator().next());
168 definition.append("'");
174 definition.append(" NAME ( '");
175 definition.append(iterator.next());
179 definition.append("' '");
180 definition
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestAttributeType.java131 StringBuilder definition = new StringBuilder();
132 definition.append("( ");
133 definition.append(oid);
148 definition.append(" NAME ");
151 definition.append("'");
152 definition.append(nameSet.iterator().next());
153 definition.append("'");
157 definition.append("( '");
158 Utils.joinAsString(definition, "' '", nameSet);
159 definition
[all...]
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DAggregationPropertyDefinitionTest.java52 TestChildCfgDefn definition = TestChildCfgDefn.getInstance();
53 AggregationPropertyDefinition<?, ?> propertyDef = definition.getAggregationPropertyPropertyDefinition();
61 TestChildCfgDefn definition = TestChildCfgDefn.getInstance();
62 AggregationPropertyDefinition<?, ?> propertyDef = definition.getAggregationPropertyPropertyDefinition();
70 TestChildCfgDefn definition = TestChildCfgDefn.getInstance();
71 AggregationPropertyDefinition<?, ?> propertyDef = definition.getAggregationPropertyPropertyDefinition();
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/tasks/
H A DTaskDetailsView.js66 render: function(task, definition, category, callback) {
68 this.data.showRequeue = (definition.taskCandidateGroup.length || definition.taskCandidateUser.length);
73 var template = this.getGenerationTemplate(definition, task), view, passJSLint;
76 if(template === false && definition.formResourceKey) {
77 ModuleLoader.load(tasksFormManager.getViewForForm(definition.formResourceKey)).then(function (view) {
92 this.definitionFormPropertyMap = formGenerationUtils.buildPropertyTypeMap(definition.formProperties.formPropertyHandlers);
93 templateTaskForm.render(task, category, formGenerationUtils.generateTemplateFromFormProperties({"formProperties": definition.formProperties.formPropertyHandlers}, task.formProperties), _.bind(function() {
107 getGenerationTemplate: function(definition, task) {
108 var formPropertyHandlers = definition
[all...]

Completed in 175 milliseconds

1234567891011>>