Searched defs:setProperties (Results 1 - 25 of 105) sorted by relevance

12345

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DPropertyStore.java102 protected void setProperties(Properties properties) { method in class:PropertyStore
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DCustomObjectTypePropertyItems.java116 public void setProperties(List<CustomObjectTypePropertyItemProperty> properties) { method in class:CustomObjectTypePropertyItems
H A DCustomObjectType.java191 public void setProperties(List<CustomObjectTypeProperty> properties) { method in class:CustomObjectType
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DPropertyStore.java102 protected void setProperties(Properties properties) { method in class:PropertyStore
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DResponseProvider.java56 * <code>setProperties()</code> method.
157 public void setProperties(Map properties) throws PolicyException; method in interface:ResponseProvider
161 * @see #setProperties
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentityMembershipCondition.java158 public void setProperties(Map properties) throws PolicyException { method in class:AMIdentityMembershipCondition
H A DAuthRoleCondition.java153 public void setProperties(Map properties) throws PolicyException { method in class:AuthRoleCondition
H A DAuthenticateToRealmCondition.java157 public void setProperties(Map properties) throws PolicyException { method in class:AuthenticateToRealmCondition
166 * @see #setProperties(Map)
202 * successful call to <code>setProperties(Map)</code> and/or the
207 * @see #setProperties(Map)
304 * Checks the properties set using setProperties() method for
357 * Validates the realm names provided to the setProperties()
H A DAuthenticateToServiceCondition.java157 public void setProperties(Map properties) throws PolicyException { method in class:AuthenticateToServiceCondition
166 * @see #setProperties(Map)
202 * successful call to <code>setProperties(Map)</code> and/or the
207 * @see #setProperties(Map)
320 * Checks the properties set using setProperties() method for
373 * Validates the module chain names provided to the setProperties()
H A DPrivilegeCondition.java116 public void setProperties(Map properties) throws PolicyException { method in class:PrivilegeCondition
H A DSessionPropertyCondition.java157 public void setProperties(Map properties) throws PolicyException { method in class:SessionPropertyCondition
166 + "setProperties():"
H A DUserSelfCheckCondition.java156 public void setProperties(Map properties) throws PolicyException { method in class:UserSelfCheckCondition
174 debug.message("UserSelfCheckCondition:setProperties: "
183 debug.message("UserSelfCheckCondition.setProperties():"
188 debug.message("UserSelfCheckCondition:setProperties: "
200 debug.message("UserSelfCheckCondition.setProperties():"
210 * @see #setProperties(Map)
H A DAuthLevelCondition.java160 public void setProperties(Map properties) throws PolicyException { method in class:AuthLevelCondition
168 * @see #setProperties(Map)
215 * with a successful call to <code>setProperties(Map)</code>
220 * @see #setProperties(Map)
290 * This method validates the properties set using the <code>setProperties
305 DEBUG.message("AuthLevelCondition.setProperties(),"
338 DEBUG.message("AuthLevelCondition.setProperties(),"
348 * This method validates the auth levels set using the <code>setProperties
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java142 public void setProperties(Map properties) throws PolicyException { method in class:SampleCondition
H A DSampleResponseProvider.java191 public void setProperties(Map properties) throws PolicyException { method in class:SampleResponseProvider
210 * @see #setProperties
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DResponseProvider.java56 * <code>setProperties()</code> method.
157 public void setProperties(Map properties) throws PolicyException; method in interface:ResponseProvider
161 * @see #setProperties
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentityMembershipCondition.java158 public void setProperties(Map properties) throws PolicyException { method in class:AMIdentityMembershipCondition
H A DAuthRoleCondition.java153 public void setProperties(Map properties) throws PolicyException { method in class:AuthRoleCondition
H A DAuthenticateToRealmCondition.java157 public void setProperties(Map properties) throws PolicyException { method in class:AuthenticateToRealmCondition
166 * @see #setProperties(Map)
202 * successful call to <code>setProperties(Map)</code> and/or the
207 * @see #setProperties(Map)
304 * Checks the properties set using setProperties() method for
357 * Validates the realm names provided to the setProperties()
H A DAuthenticateToServiceCondition.java157 public void setProperties(Map properties) throws PolicyException { method in class:AuthenticateToServiceCondition
166 * @see #setProperties(Map)
202 * successful call to <code>setProperties(Map)</code> and/or the
207 * @see #setProperties(Map)
320 * Checks the properties set using setProperties() method for
373 * Validates the module chain names provided to the setProperties()
H A DPrivilegeCondition.java116 public void setProperties(Map properties) throws PolicyException { method in class:PrivilegeCondition
H A DSessionPropertyCondition.java157 public void setProperties(Map properties) throws PolicyException { method in class:SessionPropertyCondition
166 + "setProperties():"
H A DUserSelfCheckCondition.java156 public void setProperties(Map properties) throws PolicyException { method in class:UserSelfCheckCondition
174 debug.message("UserSelfCheckCondition:setProperties: "
183 debug.message("UserSelfCheckCondition.setProperties():"
188 debug.message("UserSelfCheckCondition:setProperties: "
200 debug.message("UserSelfCheckCondition.setProperties():"
210 * @see #setProperties(Map)
/forgerock/openam/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java142 public void setProperties(Map properties) throws PolicyException { method in class:SampleCondition
H A DSampleResponseProvider.java191 public void setProperties(Map properties) throws PolicyException { method in class:SampleResponseProvider
210 * @see #setProperties

Completed in 78 milliseconds

12345