Searched refs:pd (Results 301 - 325 of 412) sorted by relevance

<<11121314151617

/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java79 PropertyDefinition<?> pd = e.getNamingPropertyDefinition();
89 } else if (pd != null) {
91 pd.decodeValue(illegalName);
95 Message syntax = b.getUsage(pd);
225 PropertyDefinition<?> pd = pe.getPropertyDefinition();
227 builder.appendCell(pd.getName());
228 builder.appendCell(b.getUsage(pd));
525 * @param pd
530 AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) {
532 pd
529 unableToSetNamingProperty( AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java79 PropertyDefinition<?> pd = e.getNamingPropertyDefinition();
89 } else if (pd != null) {
91 pd.decodeValue(illegalName);
95 Message syntax = b.getUsage(pd);
225 PropertyDefinition<?> pd = pe.getPropertyDefinition();
227 builder.appendCell(pd.getName());
228 builder.appendCell(b.getUsage(pd));
525 * @param pd
530 AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) {
532 pd
529 unableToSetNamingProperty( AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java78 PropertyDefinition<?> pd = e.getNamingPropertyDefinition();
88 } else if (pd != null) {
90 pd.decodeValue(illegalName);
94 Message syntax = b.getUsage(pd);
224 PropertyDefinition<?> pd = pe.getPropertyDefinition();
226 builder.appendCell(pd.getName());
227 builder.appendCell(b.getUsage(pd));
524 * @param pd
529 AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) {
531 pd
528 unableToSetNamingProperty( AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinition.java162 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
163 allPropertyDefinitions.put(pd.getName(), pd);
944 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
945 pd.initialize();
946 pd.getDefaultBehaviorProvider().initialize();
H A DInstantiableRelationDefinition.java89 * @param pd
98 public Builder(AbstractManagedObjectDefinition<?, ?> pd, String name, argument
100 super(pd, name, cd);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinition.java163 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
164 allPropertyDefinitions.put(pd.getName(), pd);
945 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
946 pd.initialize();
947 pd.getDefaultBehaviorProvider().initialize();
H A DInstantiableRelationDefinition.java90 * @param pd
99 public Builder(AbstractManagedObjectDefinition<?, ?> pd, String name, argument
101 super(pd, name, cd);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinition.java163 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
164 allPropertyDefinitions.put(pd.getName(), pd);
945 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
946 pd.initialize();
947 pd.getDefaultBehaviorProvider().initialize();
H A DInstantiableRelationDefinition.java90 * @param pd
99 public Builder(AbstractManagedObjectDefinition<?, ?> pd, String name, argument
101 super(pd, name, cd);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinition.java162 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
163 allPropertyDefinitions.put(pd.getName(), pd);
944 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
945 pd.initialize();
946 pd.getDefaultBehaviorProvider().initialize();
H A DInstantiableRelationDefinition.java89 * @param pd
98 public Builder(AbstractManagedObjectDefinition<?, ?> pd, String name, argument
100 super(pd, name, cd);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DAbstractManagedObjectDefinition.java163 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
164 allPropertyDefinitions.put(pd.getName(), pd);
945 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
946 pd.initialize();
947 pd.getDefaultBehaviorProvider().initialize();
H A DInstantiableRelationDefinition.java90 * @param pd
99 public Builder(AbstractManagedObjectDefinition<?, ?> pd, String name, argument
101 super(pd, name, cd);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluator.java397 PolicyDecision pd = null;
399 pd = resourceResultCache.getPolicyDecision(
417 pd = resourceResultCache.getPolicyDecision(
428 + ":returning policyDecision:" + pd.toXML());
431 Object[] objs = {resourceName, actionNames, pd.toXML()};
438 return pd;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DAbstractManagedObjectDefinition.java174 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
175 allPropertyDefinitions.put(pd.getName(), pd);
948 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
949 pd.initialize();
950 pd.getDefaultBehaviorProvider().initialize();
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DAbstractManagedObjectDefinition.java130 for (PropertyDefinition<?> pd : parent.getAllPropertyDefinitions()) {
131 allPropertyDefinitions.put(pd.getName(), pd);
761 for (PropertyDefinition<?> pd : getAllPropertyDefinitions()) {
762 pd.initialize();
763 pd.getDefaultBehaviorProvider().initialize();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluator.java397 PolicyDecision pd = null;
399 pd = resourceResultCache.getPolicyDecision(
417 pd = resourceResultCache.getPolicyDecision(
428 + ":returning policyDecision:" + pd.toXML());
431 Object[] objs = {resourceName, actionNames, pd.toXML()};
438 return pd;
/forgerock/openam-v13/openam-distribution/src/main/amserver/demo/source/com/sun/identity/demo/server/
H A DEvaluatePolicyServlet.java152 PolicyDecision pd = pe.getPolicyDecision(ssoToken, resource,
164 message.append(XMLUtils.escapeSpecialCharacters(pd.toXML()));
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/samples/clientsdk/
H A DPolicyClientServlet.java109 PolicyDecision pd = pe.getPolicyDecision(
111 out.println(displayXML(pd.toXML()));
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDecisionMergeTest.java127 PolicyDecision pd = r.getPolicyDecision();
128 pd.toString();
/forgerock/openam/openam-distribution/src/main/amserver/demo/source/com/sun/identity/demo/server/
H A DEvaluatePolicyServlet.java152 PolicyDecision pd = pe.getPolicyDecision(ssoToken, resource,
164 message.append(XMLUtils.escapeSpecialCharacters(pd.toXML()));
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDecisionMergeTest.java126 PolicyDecision pd = r.getPolicyDecision();
127 pd.toString();
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DExtendedOperationConfigManager.java343 ClassPropertyDefinition pd = d
352 theClass = pd.loadClass(className, ExtendedOperationHandler.class);
390 ClassPropertyDefinition pd = d
396 theClass = pd.loadClass(className, ExtendedOperationHandler.class);
H A DSynchronizationProviderConfigManager.java371 ClassPropertyDefinition pd =
379 theClass = pd.loadClass(className, SynchronizationProvider.class);
439 ClassPropertyDefinition pd =
447 theClass = pd.loadClass(className, SynchronizationProvider.class);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DExtendedOperationConfigManager.java342 ClassPropertyDefinition pd = d
351 theClass = pd.loadClass(className, ExtendedOperationHandler.class);
389 ClassPropertyDefinition pd = d
395 theClass = pd.loadClass(className, ExtendedOperationHandler.class);

Completed in 119 milliseconds

<<11121314151617