Searched defs:createAttribute (Results 1 - 25 of 93) sorted by relevance

1234

/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeFactory.java101 public static Attribute createAttribute(byte[] data) { method in class:AttributeFactory
102 logger.trace("Entering AttributeFactory.createAttribute()");
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeFactory.java101 public static Attribute createAttribute(byte[] data) { method in class:AttributeFactory
102 logger.trace("Entering AttributeFactory.createAttribute()");
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java107 attrs.add(createAttribute("javaVersion",
109 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
110 attrs.add(createAttribute("jvmVersion",
112 attrs.add(createAttribute("jvmVendor",
114 attrs.add(createAttribute("javaHome",
116 attrs.add(createAttribute("classPath",
118 attrs.add(createAttribute("workingDirectory",
124 attrs.add(createAttribute("operatingSystem", osInfo));
133 attrs.add(createAttribute("jvmArchitecture", jvmArch));
137 attrs.add(createAttribute("jvmArchitectur
248 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
H A DMemoryUsageMonitorProvider.java162 attrs.add(createAttribute(safeName + "-total-collection-count",
164 attrs.add(createAttribute(safeName + "-total-collection-duration",
166 attrs.add(createAttribute(safeName + "-average-collection-duration",
168 attrs.add(createAttribute(safeName + "-recent-collection-duration",
187 attrs.add(createAttribute(safeName + "-current-bytes-used", "0"));
191 attrs.add(createAttribute(safeName + "-current-bytes-used",
197 attrs.add(createAttribute(safeName +
203 attrs.add(createAttribute(safeName +
223 private Attribute createAttribute(String name, String value) method in class:MemoryUsageMonitorProvider
H A DVersionMonitorProvider.java177 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
179 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
180 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
182 attrs.add(createAttribute(ATTR_MINOR_VERSION,
184 attrs.add(createAttribute(ATTR_POINT_VERSION,
190 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
196 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
203 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
206 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
208 attrs.add(createAttribute(ATTR_BUILD_I
228 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java106 attrs.add(createAttribute("javaVersion",
108 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
109 attrs.add(createAttribute("jvmVersion",
111 attrs.add(createAttribute("jvmVendor",
113 attrs.add(createAttribute("javaHome",
115 attrs.add(createAttribute("classPath",
117 attrs.add(createAttribute("workingDirectory",
123 attrs.add(createAttribute("operatingSystem", osInfo));
132 attrs.add(createAttribute("jvmArchitecture", jvmArch));
136 attrs.add(createAttribute("jvmArchitectur
247 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
H A DMemoryUsageMonitorProvider.java161 attrs.add(createAttribute(safeName + "-total-collection-count",
163 attrs.add(createAttribute(safeName + "-total-collection-duration",
165 attrs.add(createAttribute(safeName + "-average-collection-duration",
167 attrs.add(createAttribute(safeName + "-recent-collection-duration",
186 attrs.add(createAttribute(safeName + "-current-bytes-used", "0"));
190 attrs.add(createAttribute(safeName + "-current-bytes-used",
196 attrs.add(createAttribute(safeName +
202 attrs.add(createAttribute(safeName +
222 private Attribute createAttribute(String name, String value) method in class:MemoryUsageMonitorProvider
H A DVersionMonitorProvider.java176 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
178 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
179 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
181 attrs.add(createAttribute(ATTR_MINOR_VERSION,
183 attrs.add(createAttribute(ATTR_POINT_VERSION,
189 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
195 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
202 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
205 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
207 attrs.add(createAttribute(ATTR_BUILD_I
227 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java107 attrs.add(createAttribute("javaVersion",
109 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
110 attrs.add(createAttribute("jvmVersion",
112 attrs.add(createAttribute("jvmVendor",
114 attrs.add(createAttribute("javaHome",
116 attrs.add(createAttribute("classPath",
118 attrs.add(createAttribute("workingDirectory",
124 attrs.add(createAttribute("operatingSystem", osInfo));
133 attrs.add(createAttribute("jvmArchitecture", jvmArch));
137 attrs.add(createAttribute("jvmArchitectur
248 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
H A DMemoryUsageMonitorProvider.java162 attrs.add(createAttribute(safeName + "-total-collection-count",
164 attrs.add(createAttribute(safeName + "-total-collection-duration",
166 attrs.add(createAttribute(safeName + "-average-collection-duration",
168 attrs.add(createAttribute(safeName + "-recent-collection-duration",
187 attrs.add(createAttribute(safeName + "-current-bytes-used", "0"));
191 attrs.add(createAttribute(safeName + "-current-bytes-used",
197 attrs.add(createAttribute(safeName +
203 attrs.add(createAttribute(safeName +
223 private Attribute createAttribute(String name, String value) method in class:MemoryUsageMonitorProvider
H A DVersionMonitorProvider.java177 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
179 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
180 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
182 attrs.add(createAttribute(ATTR_MINOR_VERSION,
184 attrs.add(createAttribute(ATTR_POINT_VERSION,
190 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
196 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
203 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
206 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
208 attrs.add(createAttribute(ATTR_BUILD_I
228 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java107 attrs.add(createAttribute("javaVersion",
109 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
110 attrs.add(createAttribute("jvmVersion",
112 attrs.add(createAttribute("jvmVendor",
114 attrs.add(createAttribute("javaHome",
116 attrs.add(createAttribute("classPath",
118 attrs.add(createAttribute("workingDirectory",
124 attrs.add(createAttribute("operatingSystem", osInfo));
133 attrs.add(createAttribute("jvmArchitecture", jvmArch));
137 attrs.add(createAttribute("jvmArchitectur
248 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
H A DMemoryUsageMonitorProvider.java162 attrs.add(createAttribute(safeName + "-total-collection-count",
164 attrs.add(createAttribute(safeName + "-total-collection-duration",
166 attrs.add(createAttribute(safeName + "-average-collection-duration",
168 attrs.add(createAttribute(safeName + "-recent-collection-duration",
187 attrs.add(createAttribute(safeName + "-current-bytes-used", "0"));
191 attrs.add(createAttribute(safeName + "-current-bytes-used",
197 attrs.add(createAttribute(safeName +
203 attrs.add(createAttribute(safeName +
223 private Attribute createAttribute(String name, String value) method in class:MemoryUsageMonitorProvider
H A DVersionMonitorProvider.java177 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
179 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
180 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
182 attrs.add(createAttribute(ATTR_MINOR_VERSION,
184 attrs.add(createAttribute(ATTR_POINT_VERSION,
190 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
196 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
203 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
206 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
208 attrs.add(createAttribute(ATTR_BUILD_I
228 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java106 attrs.add(createAttribute("javaVersion",
108 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
109 attrs.add(createAttribute("jvmVersion",
111 attrs.add(createAttribute("jvmVendor",
113 attrs.add(createAttribute("javaHome",
115 attrs.add(createAttribute("classPath",
117 attrs.add(createAttribute("workingDirectory",
123 attrs.add(createAttribute("operatingSystem", osInfo));
132 attrs.add(createAttribute("jvmArchitecture", jvmArch));
136 attrs.add(createAttribute("jvmArchitectur
247 private Attribute createAttribute(String name, String value) method in class:SystemInfoMonitorProvider
[all...]
H A DMemoryUsageMonitorProvider.java161 attrs.add(createAttribute(safeName + "-total-collection-count",
163 attrs.add(createAttribute(safeName + "-total-collection-duration",
165 attrs.add(createAttribute(safeName + "-average-collection-duration",
167 attrs.add(createAttribute(safeName + "-recent-collection-duration",
186 attrs.add(createAttribute(safeName + "-current-bytes-used", "0"));
190 attrs.add(createAttribute(safeName + "-current-bytes-used",
196 attrs.add(createAttribute(safeName +
202 attrs.add(createAttribute(safeName +
222 private Attribute createAttribute(String name, String value) method in class:MemoryUsageMonitorProvider
H A DVersionMonitorProvider.java176 attrs.add(createAttribute(ATTR_PRODUCT_NAME,
178 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
179 attrs.add(createAttribute(ATTR_MAJOR_VERSION,
181 attrs.add(createAttribute(ATTR_MINOR_VERSION,
183 attrs.add(createAttribute(ATTR_POINT_VERSION,
189 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
195 attrs.add(createAttribute(ATTR_BUILD_NUMBER,
202 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
205 attrs.add(createAttribute(ATTR_REVISION_NUMBER,
207 attrs.add(createAttribute(ATTR_BUILD_I
227 private Attribute createAttribute(String name, String value) method in class:VersionMonitorProvider
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java118 if (!_attributes.add(createAttribute(
261 protected Attribute createAttribute(Element attributeElement) method in class:AttributeStatement
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java147 attrs.add(createAttribute(safeName + "-total-collection-count", gcCount));
148 attrs.add(createAttribute(safeName + "-total-collection-duration", gcTime));
149 attrs.add(createAttribute(safeName + "-average-collection-duration", avgGCDuration));
150 attrs.add(createAttribute(safeName + "-recent-collection-duration", recentGCDuration));
167 attrs.add(createAttribute(safeName + "-current-bytes-used", currentBytesUsed));
170 attrs.add(createAttribute(safeName + "-bytes-used-after-last-collection", collectionBytesUsed));
176 private Attribute createAttribute(String name, Object value) method in class:MemoryUsageMonitorProvider
H A DSystemInfoMonitorProvider.java82 attrs.add(createAttribute("javaVersion", System.getProperty("java.version")));
83 attrs.add(createAttribute("javaVendor", System.getProperty("java.vendor")));
84 attrs.add(createAttribute("jvmVersion", System.getProperty("java.vm.version")));
85 attrs.add(createAttribute("jvmVendor", System.getProperty("java.vm.vendor")));
86 attrs.add(createAttribute("javaHome", System.getProperty("java.home")));
87 attrs.add(createAttribute("classPath", System.getProperty("java.class.path")));
88 attrs.add(createAttribute("workingDirectory", System.getProperty("user.dir")));
93 attrs.add(createAttribute("operatingSystem", osInfo));
102 attrs.add(createAttribute("jvmArchitecture", jvmArch));
106 attrs.add(createAttribute("jvmArchitectur
187 private Attribute createAttribute(String name, Object value) method in class:SystemInfoMonitorProvider
[all...]
H A DVersionMonitorProvider.java87 attrs.add(createAttribute(ATTR_PRODUCT_NAME, DynamicConstants.PRODUCT_NAME));
88 attrs.add(createAttribute(ATTR_SHORT_NAME, DynamicConstants.SHORT_NAME));
89 attrs.add(createAttribute(ATTR_MAJOR_VERSION, DynamicConstants.MAJOR_VERSION));
90 attrs.add(createAttribute(ATTR_MINOR_VERSION, DynamicConstants.MINOR_VERSION));
91 attrs.add(createAttribute(ATTR_POINT_VERSION, DynamicConstants.POINT_VERSION));
96 attrs.add(createAttribute(ATTR_VERSION_QUALIFIER, versionQualifier));
102 attrs.add(createAttribute(ATTR_BUILD_NUMBER, buildNumber));
108 attrs.add(createAttribute(ATTR_FIX_IDS, fixIDs));
111 attrs.add(createAttribute(ATTR_REVISION_NUMBER, DynamicConstants.REVISION));
112 attrs.add(createAttribute(ATTR_BUILD_I
119 private Attribute createAttribute(String name, Object value) method in class:VersionMonitorProvider
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java118 if (!_attributes.add(createAttribute(
261 protected Attribute createAttribute(Element attributeElement) method in class:AttributeStatement
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java123 public static Attribute createAttribute(List values, URI attributeId, method in class:XACMLSDKUtils
128 attr = factory.getInstance().createAttribute();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java379 public Attribute createAttribute() { method in class:ContextFactory
400 public Attribute createAttribute(Element elem) method in class:ContextFactory
421 public Attribute createAttribute(String xml) method in class:ContextFactory
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java123 public static Attribute createAttribute(List values, URI attributeId, method in class:XACMLSDKUtils
128 attr = factory.getInstance().createAttribute();

Completed in 187 milliseconds

1234