Searched refs:ufn (Results 1 - 25 of 78) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java129 private final Message ufn; field in class:OperationRejectedException
139 * @param ufn
143 public OperationRejectedException(OperationType type, Message ufn) { argument
144 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
155 * @param ufn
163 public OperationRejectedException(OperationType type, Message ufn, argument
169 this.ufn = ufn;
180 * @param ufn
187 public OperationRejectedException(OperationType type, Message ufn, argument
[all...]
H A DMissingMandatoryPropertiesException.java94 private final Message ufn; field in class:MissingMandatoryPropertiesException
102 * @param ufn
112 public MissingMandatoryPropertiesException(Message ufn, argument
117 this.ufn = ufn;
156 return ufn;
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java130 private final Message ufn; field in class:OperationRejectedException
140 * @param ufn
144 public OperationRejectedException(OperationType type, Message ufn) { argument
145 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
156 * @param ufn
164 public OperationRejectedException(OperationType type, Message ufn, argument
170 this.ufn = ufn;
181 * @param ufn
188 public OperationRejectedException(OperationType type, Message ufn, argument
[all...]
H A DMissingMandatoryPropertiesException.java95 private final Message ufn; field in class:MissingMandatoryPropertiesException
103 * @param ufn
113 public MissingMandatoryPropertiesException(Message ufn, argument
118 this.ufn = ufn;
157 return ufn;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java130 private final Message ufn; field in class:OperationRejectedException
140 * @param ufn
144 public OperationRejectedException(OperationType type, Message ufn) { argument
145 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
156 * @param ufn
164 public OperationRejectedException(OperationType type, Message ufn, argument
170 this.ufn = ufn;
181 * @param ufn
188 public OperationRejectedException(OperationType type, Message ufn, argument
[all...]
H A DMissingMandatoryPropertiesException.java95 private final Message ufn; field in class:MissingMandatoryPropertiesException
103 * @param ufn
113 public MissingMandatoryPropertiesException(Message ufn, argument
118 this.ufn = ufn;
157 return ufn;
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java129 private final Message ufn; field in class:OperationRejectedException
139 * @param ufn
143 public OperationRejectedException(OperationType type, Message ufn) { argument
144 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
155 * @param ufn
163 public OperationRejectedException(OperationType type, Message ufn, argument
169 this.ufn = ufn;
180 * @param ufn
187 public OperationRejectedException(OperationType type, Message ufn, argument
[all...]
H A DMissingMandatoryPropertiesException.java94 private final Message ufn; field in class:MissingMandatoryPropertiesException
102 * @param ufn
112 public MissingMandatoryPropertiesException(Message ufn, argument
117 this.ufn = ufn;
156 return ufn;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java130 private final Message ufn; field in class:OperationRejectedException
140 * @param ufn
144 public OperationRejectedException(OperationType type, Message ufn) { argument
145 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
156 * @param ufn
164 public OperationRejectedException(OperationType type, Message ufn, argument
170 this.ufn = ufn;
181 * @param ufn
188 public OperationRejectedException(OperationType type, Message ufn, argument
[all...]
H A DMissingMandatoryPropertiesException.java95 private final Message ufn; field in class:MissingMandatoryPropertiesException
103 * @param ufn
113 public MissingMandatoryPropertiesException(Message ufn, argument
118 this.ufn = ufn;
157 return ufn;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/
H A DOperationRejectedException.java129 private final LocalizableMessage ufn; field in class:OperationRejectedException
139 * @param ufn
143 public OperationRejectedException(OperationType type, LocalizableMessage ufn) { argument
144 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
155 * @param ufn
163 public OperationRejectedException(OperationType type, LocalizableMessage ufn, argument
169 this.ufn = ufn;
180 * @param ufn
187 public OperationRejectedException(OperationType type, LocalizableMessage ufn, argument
[all...]
H A DMissingMandatoryPropertiesException.java93 private final LocalizableMessage ufn; field in class:MissingMandatoryPropertiesException
101 * @param ufn
111 public MissingMandatoryPropertiesException(LocalizableMessage ufn, argument
116 this.ufn = ufn;
155 return ufn;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/
H A DOperationRejectedException.java116 private final LocalizableMessage ufn; field in class:OperationRejectedException
123 * @param ufn
127 public OperationRejectedException(OperationType type, LocalizableMessage ufn) { argument
128 this(type, ufn, ERR_OPERATION_REJECTED_DEFAULT.get());
136 * @param ufn
143 public OperationRejectedException(OperationType type, LocalizableMessage ufn, argument
149 this.ufn = ufn;
157 * @param ufn
163 public OperationRejectedException(OperationType type, LocalizableMessage ufn, LocalizableMessag argument
[all...]
H A DMissingMandatoryPropertiesException.java83 private final LocalizableMessage ufn; field in class:MissingMandatoryPropertiesException
89 * @param ufn
99 public MissingMandatoryPropertiesException(LocalizableMessage ufn, argument
104 this.ufn = ufn;
135 return ufn;
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDefinitionDecodingException.java79 Message ufn = d.getUserFriendlyName();
82 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
84 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
86 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDefinitionDecodingException.java80 Message ufn = d.getUserFriendlyName();
83 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
85 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
87 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDefinitionDecodingException.java80 Message ufn = d.getUserFriendlyName();
83 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
85 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
87 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDefinitionDecodingException.java79 Message ufn = d.getUserFriendlyName();
82 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
84 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
86 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDefinitionDecodingException.java80 Message ufn = d.getUserFriendlyName();
83 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
85 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
87 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DDefinitionDecodingException.java80 LocalizableMessage ufn = d.getUserFriendlyName();
83 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
85 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
87 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDefinitionDecodingException.java71 LocalizableMessage ufn = d.getUserFriendlyName();
74 return ERR_DECODING_EXCEPTION_NO_TYPE_INFO.get(ufn);
76 return ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO.get(ufn);
78 return ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO.get(ufn);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DListSubCommandHandler.java237 Message ufn;
241 ufn = irelation.getUserFriendlyPluralName();
245 ufn = srelation.getUserFriendlyPluralName();
247 ufn = relation.getUserFriendlyName();
256 Message msg = ERR_DSCFG_ERROR_LIST_AUTHZ.get(ufn);
260 ufn = path.getManagedObjectDefinition().getUserFriendlyName();
261 Message msg = ERR_DSCFG_ERROR_GET_PARENT_DDE.get(ufn, ufn, ufn);
264 ufn
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DListSubCommandHandler.java236 Message ufn;
240 ufn = irelation.getUserFriendlyPluralName();
244 ufn = srelation.getUserFriendlyPluralName();
246 ufn = relation.getUserFriendlyName();
255 Message msg = ERR_DSCFG_ERROR_LIST_AUTHZ.get(ufn);
259 ufn = path.getManagedObjectDefinition().getUserFriendlyName();
260 Message msg = ERR_DSCFG_ERROR_GET_PARENT_DDE.get(ufn, ufn, ufn);
263 ufn
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DListSubCommandHandler.java237 Message ufn;
241 ufn = irelation.getUserFriendlyPluralName();
245 ufn = srelation.getUserFriendlyPluralName();
247 ufn = relation.getUserFriendlyName();
256 Message msg = ERR_DSCFG_ERROR_LIST_AUTHZ.get(ufn);
260 ufn = path.getManagedObjectDefinition().getUserFriendlyName();
261 Message msg = ERR_DSCFG_ERROR_GET_PARENT_DDE.get(ufn, ufn, ufn);
264 ufn
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DListSubCommandHandler.java237 Message ufn;
241 ufn = irelation.getUserFriendlyPluralName();
245 ufn = srelation.getUserFriendlyPluralName();
247 ufn = relation.getUserFriendlyName();
256 Message msg = ERR_DSCFG_ERROR_LIST_AUTHZ.get(ufn);
260 ufn = path.getManagedObjectDefinition().getUserFriendlyName();
261 Message msg = ERR_DSCFG_ERROR_GET_PARENT_DDE.get(ufn, ufn, ufn);
264 ufn
[all...]

Completed in 120 milliseconds

1234