Searched refs:theClass (Results 1 - 25 of 96) sorted by relevance

1234

/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DNASClassAttribute.java48 private String theClass = null; field in class:NASClassAttribute
58 theClass = new String(octets, 2, octets.length - 2);
64 * @param theClass the opaque string that the client can pass to the accounting server if supported.
66 public NASClassAttribute(String theClass) { argument
67 super(OctetUtils.toOctets(AttributeType.NAS_CLASS, theClass));
68 this.theClass = new String(super.getOctets(), 2, super.getOctets().length - 2);
77 return theClass;
86 return theClass;
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DNASClassAttribute.java48 private String theClass = null; field in class:NASClassAttribute
58 theClass = new String(octets, 2, octets.length - 2);
64 * @param theClass the opaque string that the client can pass to the accounting server if supported.
66 public NASClassAttribute(String theClass) { argument
67 super(OctetUtils.toOctets(AttributeType.NAS_CLASS, theClass));
68 this.theClass = new String(super.getOctets(), 2, super.getOctets().length - 2);
77 return theClass;
86 return theClass;
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DPropertyDefinition.java201 private final Class<T> theClass; field in class:PropertyDefinition
211 * @param theClass
223 Class<T> theClass, String propertyName, EnumSet<PropertyOption> options,
226 ensureNotNull(d, theClass, propertyName);
230 this.theClass = theClass;
303 return theClass.cast(object);
354 rc = theClass.getName().compareTo(o.theClass.getName());
423 if (theClass
222 PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<T> defaultBehavior) argument
[all...]
H A DClassPropertyDefinition.java300 Class<?> theClass = validateClassInterfaces(className, true);
303 return theClass.asSubclass(instanceOf);
349 Class<?> theClass = loadClassForValidation(className, className,
354 if (!instanceOfClass.isAssignableFrom(theClass)) {
358 return theClass;
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DPropertyDefinition.java202 private final Class<T> theClass; field in class:PropertyDefinition
212 * @param theClass
224 Class<T> theClass, String propertyName, EnumSet<PropertyOption> options,
227 ensureNotNull(d, theClass, propertyName);
231 this.theClass = theClass;
304 return theClass.cast(object);
355 rc = theClass.getName().compareTo(o.theClass.getName());
424 if (theClass
223 PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<T> defaultBehavior) argument
[all...]
H A DClassPropertyDefinition.java296 Class<?> theClass = validateClassInterfaces(className);
299 return theClass.asSubclass(instanceOf);
345 Class<?> theClass;
347 theClass = loadClass(nvalue);
357 if (!instanceOfClass.isAssignableFrom(theClass)) {
368 return theClass;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DPropertyDefinition.java202 private final Class<T> theClass; field in class:PropertyDefinition
212 * @param theClass
224 Class<T> theClass, String propertyName, EnumSet<PropertyOption> options,
227 ensureNotNull(d, theClass, propertyName);
231 this.theClass = theClass;
304 return theClass.cast(object);
355 rc = theClass.getName().compareTo(o.theClass.getName());
424 if (theClass
223 PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<T> defaultBehavior) argument
[all...]
H A DClassPropertyDefinition.java301 Class<?> theClass = validateClassInterfaces(className, true);
304 return theClass.asSubclass(instanceOf);
350 Class<?> theClass = loadClassForValidation(className, className,
355 if (!instanceOfClass.isAssignableFrom(theClass)) {
359 return theClass;
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DPropertyDefinition.java201 private final Class<T> theClass; field in class:PropertyDefinition
211 * @param theClass
223 Class<T> theClass, String propertyName, EnumSet<PropertyOption> options,
226 ensureNotNull(d, theClass, propertyName);
230 this.theClass = theClass;
303 return theClass.cast(object);
354 rc = theClass.getName().compareTo(o.theClass.getName());
423 if (theClass
222 PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<T> defaultBehavior) argument
[all...]
H A DClassPropertyDefinition.java300 Class<?> theClass = validateClassInterfaces(className, true);
303 return theClass.asSubclass(instanceOf);
349 Class<?> theClass = loadClassForValidation(className, className,
354 if (!instanceOfClass.isAssignableFrom(theClass)) {
358 return theClass;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DPropertyDefinition.java202 private final Class<T> theClass; field in class:PropertyDefinition
212 * @param theClass
224 Class<T> theClass, String propertyName, EnumSet<PropertyOption> options,
227 ensureNotNull(d, theClass, propertyName);
231 this.theClass = theClass;
304 return theClass.cast(object);
355 rc = theClass.getName().compareTo(o.theClass.getName());
424 if (theClass
223 PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<T> defaultBehavior) argument
[all...]
H A DClassPropertyDefinition.java296 Class<?> theClass = validateClassInterfaces(className);
299 return theClass.asSubclass(instanceOf);
345 Class<?> theClass;
347 theClass = loadClass(nvalue);
357 if (!instanceOfClass.isAssignableFrom(theClass)) {
368 return theClass;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyDefinition.java200 private final Class<T> theClass; field in class:PropertyDefinition
210 * @param theClass
222 Class<T> theClass, String propertyName, EnumSet<PropertyOption> options,
225 ifNull(d, theClass, propertyName);
229 this.theClass = theClass;
302 return theClass.cast(object);
353 rc = theClass.getName().compareTo(o.theClass.getName());
422 && theClass
221 PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<T> defaultBehavior) argument
[all...]
H A DClassPropertyDefinition.java284 Class<?> theClass = validateClassInterfaces(className, true);
287 return theClass.asSubclass(instanceOf);
329 Class<?> theClass = loadClassForValidation(className, className,
334 if (!instanceOfClass.isAssignableFrom(theClass)) {
338 return theClass;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyDefinition.java176 private final Class<T> theClass; field in class:PropertyDefinition
184 * @param theClass
195 protected PropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, argument
197 Reject.ifNull(d, theClass, propertyName, options, adminAction, defaultBehavior);
200 this.theClass = theClass;
265 return theClass.cast(object);
312 rc = theClass.getName().compareTo(o.theClass.getName());
372 && theClass
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DLogRetentionPolicyConfigManager.java227 Class<? extends RetentionPolicy> theClass;
229 theClass = pd.loadClass(className, RetentionPolicy.class);
230 theClass.newInstance();
243 theClass.getMethod("initializeLogRetentionPolicy", config
263 Class<? extends RetentionPolicy> theClass;
266 theClass = pd.loadClass(className, RetentionPolicy.class);
267 RetentionPolicy = theClass.newInstance();
272 Method method = theClass.getMethod("initializeLogRetentionPolicy", config
H A DLogRotationPolicyConfigManager.java227 Class<? extends RotationPolicy> theClass;
229 theClass = pd.loadClass(className, RotationPolicy.class);
230 theClass.newInstance();
243 theClass.getMethod("initializeLogRotationPolicy", config
263 Class<? extends RotationPolicy> theClass;
266 theClass = pd.loadClass(className, RotationPolicy.class);
267 rotationPolicy = theClass.newInstance();
272 Method method = theClass.getMethod("initializeLogRotationPolicy", config
/forgerock/opendj2/src/server/org/opends/server/core/
H A DLogRetentionPolicyConfigManager.java226 Class<? extends RetentionPolicy> theClass;
228 theClass = pd.loadClass(className, RetentionPolicy.class);
229 theClass.newInstance();
242 theClass.getMethod("initializeLogRetentionPolicy", config
262 Class<? extends RetentionPolicy> theClass;
265 theClass = pd.loadClass(className, RetentionPolicy.class);
266 RetentionPolicy = theClass.newInstance();
271 Method method = theClass.getMethod("initializeLogRetentionPolicy", config
H A DLogRotationPolicyConfigManager.java226 Class<? extends RotationPolicy> theClass;
228 theClass = pd.loadClass(className, RotationPolicy.class);
229 theClass.newInstance();
242 theClass.getMethod("initializeLogRotationPolicy", config
262 Class<? extends RotationPolicy> theClass;
265 theClass = pd.loadClass(className, RotationPolicy.class);
266 rotationPolicy = theClass.newInstance();
271 Method method = theClass.getMethod("initializeLogRotationPolicy", config
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DLogRetentionPolicyConfigManager.java227 Class<? extends RetentionPolicy> theClass;
229 theClass = pd.loadClass(className, RetentionPolicy.class);
230 theClass.newInstance();
243 theClass.getMethod("initializeLogRetentionPolicy", config
263 Class<? extends RetentionPolicy> theClass;
266 theClass = pd.loadClass(className, RetentionPolicy.class);
267 RetentionPolicy = theClass.newInstance();
272 Method method = theClass.getMethod("initializeLogRetentionPolicy", config
H A DLogRotationPolicyConfigManager.java227 Class<? extends RotationPolicy> theClass;
229 theClass = pd.loadClass(className, RotationPolicy.class);
230 theClass.newInstance();
243 theClass.getMethod("initializeLogRotationPolicy", config
263 Class<? extends RotationPolicy> theClass;
266 theClass = pd.loadClass(className, RotationPolicy.class);
267 rotationPolicy = theClass.newInstance();
272 Method method = theClass.getMethod("initializeLogRotationPolicy", config
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DLogRetentionPolicyConfigManager.java227 Class<? extends RetentionPolicy> theClass;
229 theClass = pd.loadClass(className, RetentionPolicy.class);
230 theClass.newInstance();
243 theClass.getMethod("initializeLogRetentionPolicy", config
263 Class<? extends RetentionPolicy> theClass;
266 theClass = pd.loadClass(className, RetentionPolicy.class);
267 RetentionPolicy = theClass.newInstance();
272 Method method = theClass.getMethod("initializeLogRetentionPolicy", config
H A DLogRotationPolicyConfigManager.java227 Class<? extends RotationPolicy> theClass;
229 theClass = pd.loadClass(className, RotationPolicy.class);
230 theClass.newInstance();
243 theClass.getMethod("initializeLogRotationPolicy", config
263 Class<? extends RotationPolicy> theClass;
266 theClass = pd.loadClass(className, RotationPolicy.class);
267 rotationPolicy = theClass.newInstance();
272 Method method = theClass.getMethod("initializeLogRotationPolicy", config
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DLogRetentionPolicyConfigManager.java226 Class<? extends RetentionPolicy> theClass;
228 theClass = pd.loadClass(className, RetentionPolicy.class);
229 theClass.newInstance();
242 theClass.getMethod("initializeLogRetentionPolicy", config
262 Class<? extends RetentionPolicy> theClass;
265 theClass = pd.loadClass(className, RetentionPolicy.class);
266 RetentionPolicy = theClass.newInstance();
271 Method method = theClass.getMethod("initializeLogRetentionPolicy", config
H A DLogRotationPolicyConfigManager.java226 Class<? extends RotationPolicy> theClass;
228 theClass = pd.loadClass(className, RotationPolicy.class);
229 theClass.newInstance();
242 theClass.getMethod("initializeLogRotationPolicy", config
262 Class<? extends RotationPolicy> theClass;
265 theClass = pd.loadClass(className, RotationPolicy.class);
266 rotationPolicy = theClass.newInstance();
271 Method method = theClass.getMethod("initializeLogRotationPolicy", config

Completed in 146 milliseconds

1234