Searched defs:options (Results 1 - 25 of 491) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DNotificationMessageNotificationMessageTemplateElement.java53 * @param options Options to apply. Right now only "l" or "u" at the end of
56 public NotificationMessageNotificationMessageTemplateElement(String options) argument
58 checkCase(options);
H A DNotificationTypeNotificationMessageTemplateElement.java53 * @param options Options to apply. Right now only "l" or "u" at the end of
56 public NotificationTypeNotificationMessageTemplateElement(String options) argument
58 checkCase(options);
H A DNotificationMessageTemplateElement.java49 * Checks, whether the given <var>options</var> String contains either an 'u'
52 * <var>options</var> gets returned with the corresponding character removed.
54 * @param options the option string to parse. Ignored if {@code null} or
56 * @return the given <var>options</var> String with 'l' or 'u' removed from
59 protected String checkCase(String options) { argument
60 if (options == null || options.isEmpty()) {
61 return options;
63 char c = options.charAt(options
[all...]
H A DNotificationPropertyNotificationMessageTemplateElement.java69 * @param options Options to apply. If it ends with "l" or "u" all attribute
71 * remaining part of the options will be used as value separator
77 AccountStatusNotificationProperty property, String options)
80 sep = checkCase(options);
76 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property, String options) argument
H A DUserAttributeNotificationMessageTemplateElement.java70 * @param options Options to apply. If it ends with "l" or "u" all attribute
72 * remaining part of the options will be used as value separator
78 attributeType, String options)
81 sep = checkCase(options);
77 UserAttributeNotificationMessageTemplateElement(AttributeType attributeType, String options) argument
H A DUserDNNotificationMessageTemplateElement.java61 * @param options Format: {@code idxList?compSeparator?caseSpec?}.
76 public UserDNNotificationMessageTemplateElement(String options) argument
78 if (options == null || options.isEmpty()) {
83 options = checkCase(options);
84 if (options.length() == 0) {
90 for (int i=options.length() - 1; i >= 0; i--) {
91 if (Character.isDigit(options.charAt(i))) {
92 sep = i+1 == options
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DETagAssertionCTSOptionFunction.java40 public <R extends Request> R apply(R request, Options options) { argument
41 String etag = options.get(OPTIMISTIC_CONCURRENCY_CHECK_OPTION);
H A DLdapOptionFunction.java31 * Invoked for a given {@code Option} which is contained within {@literal options}.
33 * If the required option is not present in {@literal options} then this function should return
37 * @param options The {@link Options}.
41 <R extends Request> R apply(R request, Options options); argument
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-regexp.jar ... reg org.apache.regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-regexp.jar ... reg org.apache.regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-regexp.jar ... reg org.apache.regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-regexp.jar ... reg org.apache.regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-regexp.jar ... reg org.apache.regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String ...
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java35 * Contain a map of AttrInfo for each options of a given attribute type.
52 * @param options the options
55 public AttrHistorical get(Set<String> options) argument
57 return attributesInfo.get(options);
61 * Associate some info to a given set of options.
63 * @param options the options
67 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo ) argument
69 return attributesInfo.put(options, attrInf
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeValueIterable.java41 * attribute values which do not have the correct options set. This is
52 // The set of attributes having the same type and options.
55 // The set of options which all values must contain.
56 private HashSet<String> options; field in class:AttributeValueIterable
76 * @param options The set of options which all values must
77 * contain, or {@code null} if no options are
81 HashSet<String> options) {
84 this.options = options;
80 AttributeValueIterable(Iterable<Attribute> attributes, HashSet<String> options) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java34 * Contain a map of AttrInfo for each options of a given attribute type.
51 * @param options the options
54 public AttrHistorical get(Set<String> options) argument
56 return attributesInfo.get(options);
60 * Associate some info to a given set of options.
62 * @param options the options
66 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo ) argument
68 return attributesInfo.put(options, attrInf
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java40 * attribute values which do not have the correct options set. This is
51 // The set of attributes having the same type and options.
54 // The set of options which all values must contain.
55 private HashSet<String> options; field in class:AttributeValueIterable
75 * @param options The set of options which all values must
76 * contain, or {@code null} if no options are
80 HashSet<String> options) {
83 this.options = options;
79 AttributeValueIterable(Iterable<Attribute> attributes, HashSet<String> options) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java35 * Contain a map of AttrInfo for each options of a given attribute type.
52 * @param options the options
55 public AttrHistorical get(Set<String> options) argument
57 return attributesInfo.get(options);
61 * Associate some info to a given set of options.
63 * @param options the options
67 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo ) argument
69 return attributesInfo.put(options, attrInf
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java41 * attribute values which do not have the correct options set. This is
52 // The set of attributes having the same type and options.
55 // The set of options which all values must contain.
56 private HashSet<String> options; field in class:AttributeValueIterable
76 * @param options The set of options which all values must
77 * contain, or {@code null} if no options are
81 HashSet<String> options) {
84 this.options = options;
80 AttributeValueIterable(Iterable<Attribute> attributes, HashSet<String> options) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java35 * Contain a map of AttrInfo for each options of a given attribute type.
52 * @param options the options
55 public AttrHistorical get(Set<String> options) argument
57 return attributesInfo.get(options);
61 * Associate some info to a given set of options.
63 * @param options the options
67 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo ) argument
69 return attributesInfo.put(options, attrInf
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java41 * attribute values which do not have the correct options set. This is
52 // The set of attributes having the same type and options.
55 // The set of options which all values must contain.
56 private HashSet<String> options; field in class:AttributeValueIterable
76 * @param options The set of options which all values must
77 * contain, or {@code null} if no options are
81 HashSet<String> options) {
84 this.options = options;
80 AttributeValueIterable(Iterable<Attribute> attributes, HashSet<String> options) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalWithOptions.java34 * Contain a map of AttrInfo for each options of a given attribute type.
51 * @param options the options
54 public AttrHistorical get(Set<String> options) argument
56 return attributesInfo.get(options);
60 * Associate some info to a given set of options.
62 * @param options the options
66 public AttrHistorical put(Set<String> options, AttrHistorical attrInfo ) argument
68 return attributesInfo.put(options, attrInf
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java40 * attribute values which do not have the correct options set. This is
51 // The set of attributes having the same type and options.
54 // The set of options which all values must contain.
55 private HashSet<String> options; field in class:AttributeValueIterable
75 * @param options The set of options which all values must
76 * contain, or {@code null} if no options are
80 HashSet<String> options) {
83 this.options = options;
79 AttributeValueIterable(Iterable<Attribute> attributes, HashSet<String> options) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginModule.java39 Map sharedstate, Map options);
38 initialize(AuthSubject subject, CallbackHandler cb, Map sharedstate, Map options) argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java53 * Sends an email message, containing HTML, using specified options given
60 * @param options SMTPHostName, SMTPPort, SMTPUser, SMTPUserPassword.
63 void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
68 * options given for the MailServer settings
74 * @param options SMTPHostName, SMTPPort, SMTPUser, SMTPUserPassword
78 String message, Map<String, Set<String>> options) throws MessagingException;
77 sendEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument

Completed in 57 milliseconds

1234567891011>>