simplePushConfig.password(ServerDefinition.PASSWORD_ATTR.resolveModelAttribute(context, model).asString());
if (notificationtTls.isDefined()) {
simplePushConfig.endpointTls(notificationtTls.asBoolean());
}
if (reaperTimeout.isDefined()) {
simplePushConfig.userAgentReaperTimeout(reaperTimeout.asLong());
}
if (notificationPrefix.isDefined()) {
simplePushConfig.endpointPrefix(notificationPrefix.asString());
}
if (notificationAckInterval.isDefined()) {