Searched defs:property (Results 1 - 25 of 209) sorted by relevance

123456789

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java41 * generate a value that is the value of a specified notification property.
46 // The account status notification property for which to obtain the value.
47 private AccountStatusNotificationProperty property; field in class:NotificationPropertyNotificationMessageTemplateElement
52 * Creates a new notification property notification message template element.
54 * @param property The notification property for which to obtain the value.
57 AccountStatusNotificationProperty property)
59 this.property = property;
71 notification.getNotificationProperty(property);
56 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java40 * generate a value that is the value of a specified notification property.
45 // The account status notification property for which to obtain the value.
46 private AccountStatusNotificationProperty property; field in class:NotificationPropertyNotificationMessageTemplateElement
51 * Creates a new notification property notification message template element.
53 * @param property The notification property for which to obtain the value.
56 AccountStatusNotificationProperty property)
58 this.property = property;
70 notification.getNotificationProperty(property);
55 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java41 * generate a value that is the value of a specified notification property.
46 // The account status notification property for which to obtain the value.
47 private AccountStatusNotificationProperty property; field in class:NotificationPropertyNotificationMessageTemplateElement
52 * Creates a new notification property notification message template element.
54 * @param property The notification property for which to obtain the value.
57 AccountStatusNotificationProperty property)
59 this.property = property;
71 notification.getNotificationProperty(property);
56 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java40 * generate a value that is the value of a specified notification property.
45 // The account status notification property for which to obtain the value.
46 private AccountStatusNotificationProperty property; field in class:NotificationPropertyNotificationMessageTemplateElement
51 * Creates a new notification property notification message template element.
53 * @param property The notification property for which to obtain the value.
56 AccountStatusNotificationProperty property)
58 this.property = property;
70 notification.getNotificationProperty(property);
55 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java37 * generate a value that is the value of a specified notification property.
42 /** The account status notification property for which to obtain the value. */
43 private AccountStatusNotificationProperty property; field in class:NotificationPropertyNotificationMessageTemplateElement
48 * Creates a new notification property notification message template element.
50 * @param property The notification property for which to obtain the value.
53 AccountStatusNotificationProperty property)
55 this.property = property;
65 notification.getNotificationProperty(property);
52 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAttributeSchemaComparator.java29 package com.sun.identity.console.property;
H A DMultiServicesPropertyXMLBuilder.java29 package com.sun.identity.console.property;
43 * Returns a XML for displaying attribute in property sheet.
H A DPolicyPropertyXMLBuilder.java29 package com.sun.identity.console.property;
47 * @param condition Condition object for getting property value and syntax.
H A DPrivilegeXMLBuilder.java32 package com.sun.identity.console.property;
115 "<property><cc name=\"{0}\" tagclass=\"com.sun.web.ui.taglib.html.CCCheckBoxTag\"><attribute name=\"label\" value=\"delegation.{1}\" /></cc></property>";
H A DResponseProviderXMLBuilder.java29 package com.sun.identity.console.property;
47 * @param provider response provider object for getting property value
H A DSubConfigPropertyXMLBuilder.java29 package com.sun.identity.console.property;
51 * Returns a XML for displaying attribute in property sheet.
77 * Returns a XML for displaying attribute in property sheet.
82 * @return XML for displaying attribute in property sheet.
122 * Returns a XML for displaying attribute in property sheet.
126 * @return XML for displaying attribute in property sheet.
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAttributeSchemaComparator.java29 package com.sun.identity.console.property;
H A DMultiServicesPropertyXMLBuilder.java29 package com.sun.identity.console.property;
43 * Returns a XML for displaying attribute in property sheet.
H A DPolicyPropertyXMLBuilder.java29 package com.sun.identity.console.property;
47 * @param condition Condition object for getting property value and syntax.
H A DPrivilegeXMLBuilder.java32 package com.sun.identity.console.property;
115 "<property><cc name=\"{0}\" tagclass=\"com.sun.web.ui.taglib.html.CCCheckBoxTag\"><attribute name=\"label\" value=\"delegation.{1}\" /></cc></property>";
H A DResponseProviderXMLBuilder.java29 package com.sun.identity.console.property;
47 * @param provider response provider object for getting property value
H A DSubConfigPropertyXMLBuilder.java29 package com.sun.identity.console.property;
51 * Returns a XML for displaying attribute in property sheet.
77 * Returns a XML for displaying attribute in property sheet.
82 * @return XML for displaying attribute in property sheet.
122 * Returns a XML for displaying attribute in property sheet.
126 * @return XML for displaying attribute in property sheet.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DNotificationPropertyNotificationMessageTemplateElement.java41 * generate a value that is the value of a specified notification property.
46 // The account status notification property for which to obtain the value.
47 private AccountStatusNotificationProperty property; field in class:NotificationPropertyNotificationMessageTemplateElement
53 * Creates a new notification property notification message template element.
55 * @param property The notification property for which to obtain the value.
58 AccountStatusNotificationProperty property)
60 this.property = property;
66 * Creates a new notification property notificatio
57 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property) argument
76 NotificationPropertyNotificationMessageTemplateElement( AccountStatusNotificationProperty property, String options) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequestParser.java204 * parse property name & value
206 private void parsePropertyAttributes(Element property) { argument
207 if (property == null) {
210 // set property name & value
211 String temp = property.getAttribute("name");
215 temp = property.getAttribute("value");
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DSessionPropertyUpgrader.java39 * In case you want to modify the copyable session property you are encouraged
91 * This method updates a session property in the session with the given value.
98 * @param session Session object where the property should be set
99 * @param property Name of the property to set
100 * @param value Value of the given session property
102 public void updateProperty(InternalSession session, String property, String value) { argument
104 session.putProperty(property, value);
109 * This method decides whether a given session property should be copied to
112 * @param key The name of the session property whic
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionRequestParser.java199 * parse property name & value
201 private void parsePropertyAttributes(Element property) { argument
202 if (property == null) {
205 // set property name & value
206 String temp = property.getAttribute("name");
210 temp = property.getAttribute("value");
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DSessionPropertyUpgrader.java39 * In case you want to modify the copyable session property you are encouraged
91 * This method updates a session property in the session with the given value.
98 * @param session Session object where the property should be set
99 * @param property Name of the property to set
100 * @param value Value of the given session property
102 public void updateProperty(InternalSession session, String property, String value) { argument
104 session.putProperty(property, value);
109 * This method decides whether a given session property should be copied to
112 * @param key The name of the session property whic
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotification.java185 * notification property.
187 * @param property The account status notification property for
191 * notification property, or {@code null} if the specified
192 * property is not defined for this account status
196 AccountStatusNotificationProperty property)
198 return notificationProperties.get(property);
195 getNotificationProperty( AccountStatusNotificationProperty property) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java184 * notification property.
186 * @param property The account status notification property for
190 * notification property, or {@code null} if the specified
191 * property is not defined for this account status
195 AccountStatusNotificationProperty property)
197 return notificationProperties.get(property);
194 getNotificationProperty( AccountStatusNotificationProperty property) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java185 * notification property.
187 * @param property The account status notification property for
191 * notification property, or {@code null} if the specified
192 * property is not defined for this account status
196 AccountStatusNotificationProperty property)
198 return notificationProperties.get(property);
195 getNotificationProperty( AccountStatusNotificationProperty property) argument

Completed in 45 milliseconds

123456789