Searched refs:properties (Results 126 - 150 of 808) sorted by relevance

1234567891011>>

/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DTaskInfo.java40 public TaskInfo(String name, Map properties, String className) { argument
42 setPropertiesMap(properties);
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java42 * A class for retrieving non-internationalized resource properties
45 * Resource properties are not available for the {@link TopCfgDefn}.
51 Properties> properties; field in class:ManagedObjectDefinitionResource
75 this.properties =
110 String path = baseName.replace('.', '/') + ".properties";
121 // Retrieve the properties table associated with a managed object,
126 Properties p = properties.get(d);
131 String path = baseName.replace('.', '/') + ".properties";
150 properties.put(d, p);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java43 * A class for retrieving non-internationalized resource properties
46 * Resource properties are not available for the {@link TopCfgDefn}.
52 Properties> properties; field in class:ManagedObjectDefinitionResource
76 this.properties =
111 String path = baseName.replace('.', '/') + ".properties";
122 // Retrieve the properties table associated with a managed object,
127 Properties p = properties.get(d);
132 String path = baseName.replace('.', '/') + ".properties";
151 properties.put(d, p);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java43 * A class for retrieving non-internationalized resource properties
46 * Resource properties are not available for the {@link TopCfgDefn}.
52 Properties> properties; field in class:ManagedObjectDefinitionResource
76 this.properties =
111 String path = baseName.replace('.', '/') + ".properties";
122 // Retrieve the properties table associated with a managed object,
127 Properties p = properties.get(d);
132 String path = baseName.replace('.', '/') + ".properties";
151 properties.put(d, p);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java42 * A class for retrieving non-internationalized resource properties
45 * Resource properties are not available for the {@link TopCfgDefn}.
51 Properties> properties; field in class:ManagedObjectDefinitionResource
75 this.properties =
110 String path = baseName.replace('.', '/') + ".properties";
121 // Retrieve the properties table associated with a managed object,
126 Properties p = properties.get(d);
131 String path = baseName.replace('.', '/') + ".properties";
150 properties.put(d, p);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java43 * A class for retrieving non-internationalized resource properties
46 * Resource properties are not available for the {@link TopCfgDefn}.
52 Properties> properties; field in class:ManagedObjectDefinitionResource
76 this.properties =
111 String path = baseName.replace('.', '/') + ".properties";
122 // Retrieve the properties table associated with a managed object,
127 Properties p = properties.get(d);
132 String path = baseName.replace('.', '/') + ".properties";
151 properties.put(d, p);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthLevelCondition.java74 private Map properties; field in class:AuthLevelCondition
140 /** Sets the properties of the condition.
142 * properties.
144 * @param properties the properties of the condition that governs
145 * whether a policy applies. The properties should
149 * realm name. Please note that properties is not cloned by
152 * @throws PolicyException if properties is null or does not contain
160 public void setProperties(Map properties) throws PolicyException { argument
161 this.properties
[all...]
H A DLEAuthLevelCondition.java73 private Map properties; field in class:LEAuthLevelCondition
140 /** Sets the properties of the condition.
142 * properties.
144 * @param properties the properties of the condition that governs
145 * whether a policy applies. The properties should
149 * realm name. Please note that properties is not cloned by
152 * @throws PolicyException if properties is null or does not contain
160 public void setProperties(Map properties) throws PolicyException { argument
161 this.properties
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/spi/
H A DResourceMapper.java46 * @param properties configuration properties
50 Map properties)
49 initialize(String pdpEntityId, String pepEntityId, Map properties) argument
H A DResultMapper.java46 * @param properties configuration properties
50 Map properties) throws XACMLException;
49 initialize(String pdpEntityId, String pepEntityId, Map properties) argument
H A DSubjectMapper.java59 * @param properties <code>Map</code> of other properties which can be
66 Map properties) throws XACMLException;
65 initialize(String pdpEntityId, String pepEntityId, Map properties) argument
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/
H A DConfigureServerPolicyTask.java47 Map properties) throws InstallException {
62 Map properties) {
72 Map properties) {
82 Map properties) throws InstallException {
46 execute(String name, IStateAccess stateAccess, Map properties) argument
61 getExecutionMessage(IStateAccess stateAccess, Map properties) argument
71 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
81 rollBack(String name, IStateAccess stateAccess, Map properties) argument
/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DUnconfigureGlobalWebXMLTask.java50 Map properties) throws InstallException {
83 Map properties) {
96 Map properties) {
104 Map properties) throws InstallException {
47 execute( String name, IStateAccess stateAccess, Map properties) argument
81 getExecutionMessage( IStateAccess stateAccess, Map properties) argument
94 getRollBackMessage( IStateAccess stateAccess, Map properties) argument
101 rollBack( String name, IStateAccess state, Map properties) argument
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/tools/weblogic/v10/
H A DRemoveMbeansTask.java47 Map properties) throws InstallException {
66 Map properties) throws InstallException {
72 Map properties) {
83 Map properties) {
46 execute(String name, IStateAccess stateAccess, Map properties) argument
65 rollBack(String name, IStateAccess stateAccess, Map properties) argument
71 getExecutionMessage(IStateAccess stateAccess, Map properties) argument
82 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/tools/websphere/
H A DRemoveAgentLibsTask.java46 Map properties) throws InstallException {
81 Map properties) throws InstallException {
88 Map properties) {
98 Map properties) {
45 execute(String name, IStateAccess stateAccess, Map properties) argument
80 rollBack(String name, IStateAccess stateAccess, Map properties) argument
87 getExecutionMessage(IStateAccess stateAccess, Map properties) argument
97 getRollBackMessage(IStateAccess stateAccess, Map properties) argument
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationClient.java53 PropertyProvider properties(); method in interface:ConfigurationClient
63 * If this configuration contains some mandatory properties
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/authentication/
H A DAuthenticationAbstractView.js60 * @param properties {array} - an array of strings representing the properties in the passed in object.
63 setProperties: function(properties, object) {
64 _.each(properties, function(prop) {
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/resources/
H A DSchemaScript.groovy.template67 {{#hasProperties}}attributes { {{#properties}}
68 {{name}} {{objectDescriptor}}{{/properties}}
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthLevelCondition.java74 private Map properties; field in class:AuthLevelCondition
140 /** Sets the properties of the condition.
142 * properties.
144 * @param properties the properties of the condition that governs
145 * whether a policy applies. The properties should
149 * realm name. Please note that properties is not cloned by
152 * @throws PolicyException if properties is null or does not contain
160 public void setProperties(Map properties) throws PolicyException { argument
161 this.properties
[all...]
H A DLEAuthLevelCondition.java73 private Map properties; field in class:LEAuthLevelCondition
140 /** Sets the properties of the condition.
142 * properties.
144 * @param properties the properties of the condition that governs
145 * whether a policy applies. The properties should
149 * realm name. Please note that properties is not cloned by
152 * @throws PolicyException if properties is null or does not contain
160 public void setProperties(Map properties) throws PolicyException { argument
161 this.properties
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecord.java59 * Get the record properties
123 JsonValue properties = RecordProperties.toJson(this.getRecordProperties());
124 properties.put(STATUS_LABEL, getRecordStatus().toString());
125 properties.put(FOLDER_LABEL, getFolderPath() + File.separator);
126 return properties;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/spi/
H A DResourceMapper.java46 * @param properties configuration properties
50 Map properties)
49 initialize(String pdpEntityId, String pepEntityId, Map properties) argument
H A DResultMapper.java46 * @param properties configuration properties
50 Map properties) throws XACMLException;
49 initialize(String pdpEntityId, String pepEntityId, Map properties) argument
H A DSubjectMapper.java59 * @param properties <code>Map</code> of other properties which can be
66 Map properties) throws XACMLException;
65 initialize(String pdpEntityId, String pepEntityId, Map properties) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyCondition.java68 private Map<String, Set<String>> properties; field in class:PolicyCondition
78 * @param properties Properties of the condition.
83 Map<String, Set<String>> properties) {
86 this.properties = properties;
108 * Returns properties.
110 * @return properties.
113 return properties;
127 this.properties = getProperties((JSONObject)jo.opt("properties"));
80 PolicyCondition( String name, String className, Map<String, Set<String>> properties) argument
[all...]

Completed in 102 milliseconds

1234567891011>>