Searched refs:withExtraAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsSingletonProvider.java100 JsonValue result = withExtraAttributes(realm, convertToJson(realm, config));
123 protected JsonValue withExtraAttributes(String realm, JsonValue value) { method in class:SmsSingletonProvider
169 JsonValue result = withExtraAttributes(realm, convertToJson(realm, config));
234 JsonValue result = withExtraAttributes(realm, convertToJson(realm, config));
H A DSmsGlobalSingletonProvider.java113 protected JsonValue withExtraAttributes(String realm, JsonValue value) { method in class:SmsGlobalSingletonProvider
117 return super.withExtraAttributes(null, value);

Completed in 29 milliseconds